Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 652b40cde4686e70b83888794a3250f57b64b500 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: pre 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26976 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 Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) > 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 > 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 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/management-client" > git rev-list --no-walk f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T22:03:14.990Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T22:03:15.264Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T22:03:15.360Z] ========================================================= [2021-02-19T22:03:15.360Z] EdgeX Global Pipelines Version Info [2021-02-19T22:03:15.360Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:03:16.766Z] ------------------- [2021-02-19T22:03:16.766Z] stable info: [2021-02-19T22:03:16.766Z] ------------------- [2021-02-19T22:03:16.766Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T22:03:16.766Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T22:03:16.766Z] Message: update stable to v1.0.179 [2021-02-19T22:03:17.716Z] ------------------- [2021-02-19T22:03:17.716Z] experimental info: [2021-02-19T22:03:17.716Z] ------------------- [2021-02-19T22:03:17.716Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T22:03:17.716Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T22:03:17.716Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T22:03:17.993Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-02-19T22:03:18.091Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-02-19T22:03:18.180Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T22:03:18.286Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T22:03:18.382Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T22:03:18.485Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T22:03:18.593Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T22:03:18.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T22:03:18.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-19T22:03:18.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T22:03:19.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T22:03:19.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-02-19T22:03:19.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T22:03:19.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T22:03:19.377Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T22:03:19.463Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T22:03:19.556Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T22:03:19.655Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T22:03:19.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T22:03:19.836Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T22:03:19.923Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-19T22:03:20.017Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-19T22:03:20.142Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T22:03:20.227Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T22:03:20.350Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-19T22:03:20.451Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T22:03:20.562Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T22:03:20.734Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-19T22:03:20.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-19T22:03:20.939Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-19T22:03:21.046Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] echo [2021-02-19T22:03:21.127Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 652b40c [Pipeline] echo [2021-02-19T22:03:21.221Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T22:03:21.864Z] + git log --format=format:%s -1 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] echo [2021-02-19T22:03:21.930Z] GIT_COMMIT: 652b40cde4686e70b83888794a3250f57b64b500, Commit Message: Merge pull request #91 from lenny-intel/management-client [Pipeline] echo [2021-02-19T22:03:21.980Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:03:22.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:03:22.998Z] [2021-02-19T22:03:22.998Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:03:23.351Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:03:23.351Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T22:03:23.351Z] 31603596830f: Pulling fs layer [2021-02-19T22:03:23.351Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T22:03:23.351Z] 6ca5941a6612: Pulling fs layer [2021-02-19T22:03:23.351Z] ecc8261a40a4: Pulling fs layer [2021-02-19T22:03:23.351Z] ecc8261a40a4: Waiting [2021-02-19T22:03:23.351Z] 2a8b12db71e7: Download complete [2021-02-19T22:03:23.611Z] 31603596830f: Verifying Checksum [2021-02-19T22:03:23.611Z] 31603596830f: Download complete [2021-02-19T22:03:23.611Z] ecc8261a40a4: Verifying Checksum [2021-02-19T22:03:23.611Z] ecc8261a40a4: Download complete [2021-02-19T22:03:23.876Z] 6ca5941a6612: Verifying Checksum [2021-02-19T22:03:23.876Z] 6ca5941a6612: Download complete [2021-02-19T22:03:23.876Z] 31603596830f: Pull complete [2021-02-19T22:03:24.139Z] 2a8b12db71e7: Pull complete [2021-02-19T22:03:24.720Z] 6ca5941a6612: Pull complete [2021-02-19T22:03:24.983Z] ecc8261a40a4: Pull complete [2021-02-19T22:03:24.983Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T22:03:24.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:03:24.983Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T22:03:25.077Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:03:25.117Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T22:03:26.844Z] $ docker top f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T22:03:27.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T22:03:27.132Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T22:03:27.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T22:03:27.323Z] $ docker exec f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent [2021-02-19T22:03:27.481Z] SSH_AUTH_SOCK=/tmp/ssh-Z6NV583pEAqi/agent.13 [2021-02-19T22:03:27.481Z] SSH_AGENT_PID=18 [2021-02-19T22:03:27.491Z] Running ssh-add (command line suppressed) [2021-02-19T22:03:27.603Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7823732244357689914.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7823732244357689914.key) [2021-02-19T22:03:27.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T22:03:28.006Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T22:03:28.025Z] $ docker exec --env ******** --env ******** f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent -k [2021-02-19T22:03:28.135Z] unset SSH_AUTH_SOCK; [2021-02-19T22:03:28.135Z] unset SSH_AGENT_PID; [2021-02-19T22:03:28.136Z] echo Agent pid 18 killed; [2021-02-19T22:03:28.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T22:03:28.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T22:03:28.329Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T22:03:28.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T22:03:28.550Z] $ docker exec f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent [2021-02-19T22:03:28.739Z] SSH_AUTH_SOCK=/tmp/ssh-WiwcXnwQZqbu/agent.49 [2021-02-19T22:03:28.739Z] SSH_AGENT_PID=54 [2021-02-19T22:03:28.745Z] Running ssh-add (command line suppressed) [2021-02-19T22:03:28.859Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6572980141618632907.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6572980141618632907.key) [2021-02-19T22:03:28.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T22:03:29.241Z] + git semver init [2021-02-19T22:03:29.241Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T22:03:29.241Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-19T22:03:29.241Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-19T22:03:29.241Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T22:03:29.241Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T22:03:29.241Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T22:03:29.241Z] # $SEMVER_BRANCH = master [2021-02-19T22:03:29.241Z] # $SEMVER_TEMP = /tmp/semver-113001026 [2021-02-19T22:03:29.241Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-02-19T22:03:29.502Z] # '/tmp/semver-113001026' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-02-19T22:03:29.502Z] # -> Force: false [2021-02-19T22:03:29.502Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-19T22:03:29.516Z] $ docker exec --env ******** --env ******** f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent -k [2021-02-19T22:03:29.627Z] unset SSH_AUTH_SOCK; [2021-02-19T22:03:29.627Z] unset SSH_AGENT_PID; [2021-02-19T22:03:29.627Z] echo Agent pid 54 killed; [2021-02-19T22:03:29.671Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T22:03:30.135Z] + git semver [Pipeline] } [2021-02-19T22:03:30.152Z] $ docker stop --time=1 f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 [2021-02-19T22:03:31.495Z] $ docker rm -f f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T22:03:31.956Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T22:03:32.285Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T22:03:32.288Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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-02-19T22:03:47.875Z] Still waiting to schedule task [2021-02-19T22:03:47.875Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26976’ [2021-02-19T22:03:47.877Z] Still waiting to schedule task [2021-02-19T22:03:47.877Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-19T22:05:37.724Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26978 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-19T22:05:37.843Z] Running in /w/workspace/go-mod-secrets/30 [Pipeline] { [Pipeline] checkout [2021-02-19T22:05:42.789Z] using credential edgex-jenkins-ssh [2021-02-19T22:05:42.847Z] Cloning the remote Git repository [2021-02-19T22:05:42.910Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:05:43.009Z] > git init /w/workspace/go-mod-secrets/30 # timeout=10 [2021-02-19T22:05:43.094Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:05:43.095Z] > git --version # timeout=10 [2021-02-19T22:05:43.119Z] > git --version # 'git version 2.17.1' [2021-02-19T22:05:43.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T22:05:43.173Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T22:05:44.407Z] Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) [2021-02-19T22:05:43.896Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-19T22:05:43.922Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T22:05:43.947Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-19T22:05:43.984Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:05:43.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T22:05:43.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T22:05:44.434Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T22:05:44.455Z] > git checkout -f 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 [2021-02-19T22:05:48.961Z] Commit message: "Merge pull request #91 from lenny-intel/management-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T22:05:50.610Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T22:05:51.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T22:05:51.352Z] + true [2021-02-19T22:05:51.352Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-19T22:05:53.938Z] ========================================================= [2021-02-19T22:05:53.938Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T22:05:53.939Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:05:54.329Z] + 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-02-19T22:05:55.315Z] Sending build context to Docker daemon 576kB [2021-02-19T22:05:55.315Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-19T22:05:55.315Z] Step 2/7 : FROM ${BASE} [2021-02-19T22:05:55.594Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T22:05:55.595Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T22:05:55.595Z] a4357932f1b6: Pulling fs layer [2021-02-19T22:05:55.595Z] 18c013af1878: Pulling fs layer [2021-02-19T22:05:55.595Z] 00ac8860ef70: Pulling fs layer [2021-02-19T22:05:55.595Z] 63d7cb157983: Pulling fs layer [2021-02-19T22:05:55.595Z] b116817d02f9: Pulling fs layer [2021-02-19T22:05:55.595Z] 745a02a5169b: Pulling fs layer [2021-02-19T22:05:55.595Z] 63d7cb157983: Waiting [2021-02-19T22:05:55.595Z] 00ac8860ef70: Waiting [2021-02-19T22:05:55.595Z] b116817d02f9: Waiting [2021-02-19T22:05:55.595Z] 745a02a5169b: Waiting [2021-02-19T22:05:55.595Z] 18c013af1878: Verifying Checksum [2021-02-19T22:05:55.595Z] a4357932f1b6: Verifying Checksum [2021-02-19T22:05:55.595Z] a4357932f1b6: Download complete [2021-02-19T22:05:55.595Z] 63d7cb157983: Verifying Checksum [2021-02-19T22:05:55.595Z] 63d7cb157983: Download complete [2021-02-19T22:05:55.595Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T22:05:55.595Z] 5f621e34cdf4: Download complete [2021-02-19T22:05:55.595Z] b116817d02f9: Verifying Checksum [2021-02-19T22:05:55.595Z] b116817d02f9: Download complete [2021-02-19T22:05:56.194Z] 5f621e34cdf4: Pull complete [2021-02-19T22:05:56.796Z] a4357932f1b6: Pull complete [2021-02-19T22:05:57.398Z] 18c013af1878: Pull complete [2021-02-19T22:05:58.385Z] 745a02a5169b: Verifying Checksum [2021-02-19T22:05:58.385Z] 745a02a5169b: Download complete [2021-02-19T22:05:59.370Z] 00ac8860ef70: Verifying Checksum [2021-02-19T22:05:59.370Z] 00ac8860ef70: Download complete [2021-02-19T22:06:07.430Z] Running on prd-centos7-docker-4c-2g-26979 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-19T22:06:07.571Z] Running in /w/workspace/go-mod-secrets/30 [Pipeline] { [Pipeline] checkout [2021-02-19T22:06:09.564Z] 00ac8860ef70: Pull complete [2021-02-19T22:06:09.564Z] 63d7cb157983: Pull complete [2021-02-19T22:06:09.840Z] b116817d02f9: Pull complete [2021-02-19T22:06:09.998Z] using credential edgex-jenkins-ssh [2021-02-19T22:06:10.049Z] Cloning the remote Git repository [2021-02-19T22:06:10.077Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:06:10.181Z] > git init /w/workspace/go-mod-secrets/30 # timeout=10 [2021-02-19T22:06:10.290Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:06:10.290Z] > git --version # timeout=10 [2021-02-19T22:06:10.298Z] > git --version # 'git version 2.24.3' [2021-02-19T22:06:10.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T22:06:10.336Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T22:06:10.908Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-19T22:06:10.914Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T22:06:10.930Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-19T22:06:10.947Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-19T22:06:10.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T22:06:10.951Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T22:06:11.292Z] Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) [2021-02-19T22:06:11.300Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T22:06:11.305Z] > git checkout -f 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 [2021-02-19T22:06:13.250Z] 745a02a5169b: Pull complete [2021-02-19T22:06:13.250Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T22:06:13.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T22:06:13.250Z] ---> b7e6874047d6 [2021-02-19T22:06:13.250Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T22:06:15.000Z] Commit message: "Merge pull request #91 from lenny-intel/management-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T22:06:16.225Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T22:06:16.573Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T22:06:16.645Z] ---> Running in 925a2204e9f2 [2021-02-19T22:06:16.645Z] Removing intermediate container 925a2204e9f2 [2021-02-19T22:06:16.645Z] ---> 8d2932d2bb90 [2021-02-19T22:06:16.645Z] Step 4/7 : RUN apk add --update bash [2021-02-19T22:06:16.645Z] ---> Running in d2b53052cf49 [2021-02-19T22:06:16.880Z] + sudo service docker restart [2021-02-19T22:06:16.880Z] + true [2021-02-19T22:06:16.880Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-19T22:06:18.004Z] ========================================================= [2021-02-19T22:06:18.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T22:06:18.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:06:18.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T22:06:18.365Z] + 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-02-19T22:06:18.639Z] Sending build context to Docker daemon 577kB [2021-02-19T22:06:18.639Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-19T22:06:18.639Z] Step 2/7 : FROM ${BASE} [2021-02-19T22:06:18.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T22:06:18.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T22:06:18.929Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T22:06:18.929Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T22:06:18.929Z] de9db76c5a1d: Pulling fs layer [2021-02-19T22:06:18.929Z] bca2f99d35d6: Pulling fs layer [2021-02-19T22:06:18.929Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T22:06:18.929Z] 7c6f9722023f: Pulling fs layer [2021-02-19T22:06:18.929Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T22:06:18.929Z] bca2f99d35d6: Waiting [2021-02-19T22:06:18.929Z] 93359f2a8cfa: Waiting [2021-02-19T22:06:18.929Z] 7c6f9722023f: Waiting [2021-02-19T22:06:18.929Z] a35cf1a2eb13: Waiting [2021-02-19T22:06:18.929Z] de9db76c5a1d: Download complete [2021-02-19T22:06:18.929Z] 0ef7d3d256c8: Download complete [2021-02-19T22:06:18.929Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T22:06:18.929Z] 93359f2a8cfa: Download complete [2021-02-19T22:06:18.929Z] 7c6f9722023f: Verifying Checksum [2021-02-19T22:06:18.929Z] 7c6f9722023f: Download complete [2021-02-19T22:06:18.929Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T22:06:18.929Z] 188c0c94c7c5: Download complete [2021-02-19T22:06:19.509Z] 188c0c94c7c5: Pull complete [2021-02-19T22:06:19.509Z] 0ef7d3d256c8: Pull complete [2021-02-19T22:06:19.647Z] OK: 142 MiB in 39 packages [2021-02-19T22:06:19.779Z] de9db76c5a1d: Pull complete [2021-02-19T22:06:20.736Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T22:06:20.736Z] a35cf1a2eb13: Download complete [2021-02-19T22:06:21.081Z] Removing intermediate container d2b53052cf49 [2021-02-19T22:06:21.081Z] ---> ebdb8bb6338b [2021-02-19T22:06:21.081Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-19T22:06:21.081Z] ---> Running in 67fa6cdd8c39 [2021-02-19T22:06:21.364Z] Removing intermediate container 67fa6cdd8c39 [2021-02-19T22:06:21.364Z] ---> 1fb43c75d5f8 [2021-02-19T22:06:21.364Z] Step 6/7 : COPY go.mod . [2021-02-19T22:06:21.689Z] bca2f99d35d6: Verifying Checksum [2021-02-19T22:06:21.689Z] bca2f99d35d6: Download complete [2021-02-19T22:06:22.342Z] ---> 2861e9fb2d37 [2021-02-19T22:06:22.342Z] Step 7/7 : RUN go mod download [2021-02-19T22:06:22.342Z] ---> Running in 842963f19742 [2021-02-19T22:06:27.024Z] bca2f99d35d6: Pull complete [2021-02-19T22:06:27.024Z] 93359f2a8cfa: Pull complete [2021-02-19T22:06:27.024Z] 7c6f9722023f: Pull complete [2021-02-19T22:06:37.087Z] a35cf1a2eb13: Pull complete [2021-02-19T22:06:37.087Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T22:06:37.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T22:06:37.087Z] ---> a62c8e92a672 [2021-02-19T22:06:37.087Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T22:06:37.087Z] ---> Running in b3328b0746d6 [2021-02-19T22:06:37.353Z] Removing intermediate container b3328b0746d6 [2021-02-19T22:06:37.353Z] ---> 8194499d2bd8 [2021-02-19T22:06:37.353Z] Step 4/7 : RUN apk add --update bash [2021-02-19T22:06:37.353Z] ---> Running in d1c414770082 [2021-02-19T22:06:37.444Z] Removing intermediate container 842963f19742 [2021-02-19T22:06:37.444Z] ---> 4c396e699898 [2021-02-19T22:06:37.444Z] Successfully built 4c396e699898 [2021-02-19T22:06:37.444Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:06:37.786Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T22:06:37.786Z] . [Pipeline] withDockerContainer [2021-02-19T22:06:38.062Z] prd-ubuntu18.04-docker-arm64-4c-16g-26978 does not seem to be running inside a container [2021-02-19T22:06:38.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-19T22:06:38.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T22:06:38.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T22:06:39.462Z] OK: 166 MiB in 39 packages [2021-02-19T22:06:39.617Z] $ docker top 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T22:06:40.047Z] Removing intermediate container d1c414770082 [2021-02-19T22:06:40.047Z] ---> eee71e23c48d [2021-02-19T22:06:40.047Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-19T22:06:40.047Z] ---> Running in 83ef158f7f92 [2021-02-19T22:06:40.310Z] Removing intermediate container 83ef158f7f92 [2021-02-19T22:06:40.310Z] ---> f42270a1a38a [2021-02-19T22:06:40.310Z] Step 6/7 : COPY go.mod . [2021-02-19T22:06:40.580Z] ---> 83b9df27f82e [2021-02-19T22:06:40.580Z] Step 7/7 : RUN go mod download [2021-02-19T22:06:40.580Z] ---> Running in e8939315a76f [2021-02-19T22:06:40.600Z] + go version [2021-02-19T22:06:40.600Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T22:06:40.624Z] $ docker stop --time=1 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 [2021-02-19T22:06:42.448Z] $ docker rm -f 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:06:43.406Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T22:06:43.406Z] . [Pipeline] withDockerContainer [2021-02-19T22:06:43.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-26978 does not seem to be running inside a container [2021-02-19T22:06:43.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-19T22:06:45.277Z] $ docker top df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T22:06:46.276Z] + make test [2021-02-19T22:06:46.276Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-19T22:06:55.544Z] Removing intermediate container e8939315a76f [2021-02-19T22:06:55.544Z] ---> 6a2e9ce9c8e5 [2021-02-19T22:06:55.544Z] Successfully built 6a2e9ce9c8e5 [2021-02-19T22:06:55.544Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:06:55.864Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T22:06:55.864Z] . [Pipeline] withDockerContainer [2021-02-19T22:06:55.990Z] prd-centos7-docker-4c-2g-26979 does not seem to be running inside a container [2021-02-19T22:06:56.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T22:06:56.874Z] $ docker top 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T22:06:57.483Z] + go version [2021-02-19T22:06:57.483Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T22:06:57.518Z] $ docker stop --time=1 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 [2021-02-19T22:06:58.967Z] $ docker rm -f 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:06:59.783Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T22:06:59.783Z] . [Pipeline] withDockerContainer [2021-02-19T22:06:59.898Z] prd-centos7-docker-4c-2g-26979 does not seem to be running inside a container [2021-02-19T22:06:59.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T22:07:00.575Z] $ docker top 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T22:07:01.081Z] + make test [2021-02-19T22:07:01.081Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-19T22:07:16.116Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.174s coverage: 80.7% of statements [2021-02-19T22:07:16.116Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.011s coverage: 57.1% of statements [2021-02-19T22:07:16.116Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-19T22:07:18.165Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.015s coverage: 96.7% of statements [2021-02-19T22:07:18.165Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements [2021-02-19T22:07:18.166Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-19T22:07:18.166Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements [2021-02-19T22:07:18.166Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-19T22:07:18.166Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.006s coverage: 85.7% of statements [2021-02-19T22:07:18.166Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.007s coverage: 100.0% of statements [2021-02-19T22:07:18.166Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-19T22:07:18.430Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-19T22:07:18.653Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.420s coverage: 80.7% of statements [2021-02-19T22:07:18.653Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.046s coverage: 57.1% of statements [2021-02-19T22:07:18.653Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-19T22:07:19.388Z] gofmt -l . [2021-02-19T22:07:19.627Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.025s coverage: 96.7% of statements [2021-02-19T22:07:19.627Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements [2021-02-19T22:07:19.627Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-19T22:07:19.627Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.031s coverage: 100.0% of statements [2021-02-19T22:07:19.627Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-19T22:07:19.627Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.018s coverage: 85.7% of statements [2021-02-19T22:07:19.627Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.016s coverage: 100.0% of statements [2021-02-19T22:07:19.627Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-19T22:07:19.651Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-19T22:07:19.667Z] $ docker stop --time=1 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a [2021-02-19T22:07:19.901Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-19T22:07:22.057Z] $ docker rm -f 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T22:07:22.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T22:07:23.042Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-19T22:07:23.292Z] gofmt -l . [2021-02-19T22:07:23.292Z] [ "`gofmt -l .`" = "" ] Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T22:07:23.414Z] $ docker stop --time=1 df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 [2021-02-19T22:07:25.528Z] $ docker rm -f df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-02-19T22:07:26.292Z] + sudo chown -R jenkins:jenkins . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash [2021-02-19T22:07:26.466Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T22:07:27.153Z] 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-02-19T22:07:28.860Z] provisioning config files... [2021-02-19T22:07:28.871Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7794205950812444762tmp [Pipeline] { [Pipeline] sh [2021-02-19T22:07:29.234Z] + set +x [2021-02-19T22:07:29.234Z] + curl -s https://codecov.io/bash [2021-02-19T22:07:29.234Z] + bash -s -- [2021-02-19T22:07:29.494Z] [2021-02-19T22:07:29.494Z] _____ _ [2021-02-19T22:07:29.494Z] / ____| | | [2021-02-19T22:07:29.494Z] | | ___ __| | ___ ___ _____ __ [2021-02-19T22:07:29.494Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-19T22:07:29.494Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-19T22:07:29.494Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-19T22:07:29.494Z] Bash-20210129-7c25fce [2021-02-19T22:07:29.494Z] [2021-02-19T22:07:29.494Z] [2021-02-19T22:07:29.494Z] ==> git version 2.24.3 found [2021-02-19T22:07:29.494Z] ==> 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-02-19T22:07:29.494Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-19T22:07:29.494Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-19T22:07:29.494Z] ==> Jenkins CI detected. [2021-02-19T22:07:29.494Z] project root: . [2021-02-19T22:07:29.494Z] --> token set from env [2021-02-19T22:07:29.494Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-19T22:07:29.494Z] ==> Running gcov in . (disable via -X gcov) [2021-02-19T22:07:29.494Z] ==> Python coveragepy not found [2021-02-19T22:07:29.494Z] ==> Searching for coverage reports in: [2021-02-19T22:07:29.494Z] + . [2021-02-19T22:07:29.494Z] -> Found 1 reports [2021-02-19T22:07:29.494Z] ==> Detecting git/mercurial file structure [2021-02-19T22:07:29.494Z] ==> Reading reports [2021-02-19T22:07:29.494Z] + ./coverage.out bytes=27424 [2021-02-19T22:07:29.494Z] ==> Appending adjustments [2021-02-19T22:07:29.494Z] https://docs.codecov.io/docs/fixing-reports [2021-02-19T22:07:29.755Z] + Found adjustments [2021-02-19T22:07:29.755Z] ==> Gzipping contents [2021-02-19T22:07:29.755Z] 8.0K /tmp/codecov.H1wXkT.gz [2021-02-19T22:07:29.755Z] ==> Uploading reports [2021-02-19T22:07:29.755Z] url: https://codecov.io [2021-02-19T22:07:29.755Z] query: branch=master&commit=652b40cde4686e70b83888794a3250f57b64b500&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-19T22:07:29.755Z] -> Pinging Codecov [2021-02-19T22:07:29.755Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=652b40cde4686e70b83888794a3250f57b64b500&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-19T22:07:30.016Z] -> Uploading to [2021-02-19T22:07:30.016Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-19/D63849C06B6B67093493C71CE874ED06/652b40cde4686e70b83888794a3250f57b64b500/1fd7d168-5893-4ee5-8d92-b7761e4b3a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T220729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d25f8b8a8015a0ed6e10c63527f98643803d54bcdf9ce8c1795628d87eaabba7 [2021-02-19T22:07:30.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T22:07:30.016Z] Dload Upload Total Spent Left Speed [2021-02-19T22:07:30.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5623 0 0 100 5623 0 13568 --:--:-- --:--:-- --:--:-- 13582 [2021-02-19T22:07:30.587Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] } [2021-02-19T22:07:30.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-19T22:07:31.384Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-19T22:07:31.447Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:07:31.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-19T22:07:31.794Z] [2021-02-19T22:07:31.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:07:32.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-19T22:07:32.132Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-19T22:07:32.132Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T22:07:32.132Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T22:07:32.132Z] de9db76c5a1d: Pulling fs layer [2021-02-19T22:07:32.132Z] 0eba1c9be4d2: Pulling fs layer [2021-02-19T22:07:32.132Z] 0d57e429df01: Pulling fs layer [2021-02-19T22:07:32.132Z] 4e4be7b47b0d: Pulling fs layer [2021-02-19T22:07:32.132Z] e1f770b5df2f: Pulling fs layer [2021-02-19T22:07:32.132Z] 85a0685a4137: Pulling fs layer [2021-02-19T22:07:32.132Z] 0eba1c9be4d2: Waiting [2021-02-19T22:07:32.132Z] 0d57e429df01: Waiting [2021-02-19T22:07:32.132Z] 4e4be7b47b0d: Waiting [2021-02-19T22:07:32.132Z] e1f770b5df2f: Waiting [2021-02-19T22:07:32.132Z] 85a0685a4137: Waiting [2021-02-19T22:07:32.132Z] de9db76c5a1d: Download complete [2021-02-19T22:07:32.132Z] 0ef7d3d256c8: Verifying Checksum [2021-02-19T22:07:32.132Z] 0ef7d3d256c8: Download complete [2021-02-19T22:07:32.132Z] 0d57e429df01: Verifying Checksum [2021-02-19T22:07:32.132Z] 0d57e429df01: Download complete [2021-02-19T22:07:32.132Z] 4e4be7b47b0d: Verifying Checksum [2021-02-19T22:07:32.132Z] 4e4be7b47b0d: Download complete [2021-02-19T22:07:32.394Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T22:07:32.395Z] 188c0c94c7c5: Download complete [2021-02-19T22:07:32.661Z] 188c0c94c7c5: Pull complete [2021-02-19T22:07:32.661Z] 0ef7d3d256c8: Pull complete [2021-02-19T22:07:32.921Z] de9db76c5a1d: Pull complete [2021-02-19T22:07:33.868Z] e1f770b5df2f: Verifying Checksum [2021-02-19T22:07:33.868Z] e1f770b5df2f: Download complete [2021-02-19T22:07:35.787Z] 0eba1c9be4d2: Download complete [2021-02-19T22:07:35.787Z] 85a0685a4137: Verifying Checksum [2021-02-19T22:07:35.787Z] 85a0685a4137: Download complete [2021-02-19T22:07:41.103Z] 0eba1c9be4d2: Pull complete [2021-02-19T22:07:41.103Z] 0d57e429df01: Pull complete [2021-02-19T22:07:41.103Z] 4e4be7b47b0d: Pull complete [2021-02-19T22:07:43.026Z] e1f770b5df2f: Pull complete [2021-02-19T22:07:51.179Z] 85a0685a4137: Pull complete [2021-02-19T22:07:51.179Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-19T22:07:51.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-19T22:07:51.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-19T22:07:51.320Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:07:51.367Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-19T22:07:52.137Z] $ docker top 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-19T22:07:52.345Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-19T22:07:52.640Z] + set -o pipefail [2021-02-19T22:07:52.641Z] + snyk monitor '--org=edgex-jenkins' [2021-02-19T22:08:00.782Z] [2021-02-19T22:08:00.782Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-02-19T22:08:00.782Z] [2021-02-19T22:08:00.782Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/a8237cdb-c77e-4d3f-a18f-b4be0c1dac91 [2021-02-19T22:08:00.782Z] [2021-02-19T22:08:00.782Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-19T22:08:00.782Z] [2021-02-19T22:08:04.081Z] [2021-02-19T22:08:04.081Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-19T22:08:04.081Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-19T22:08:04.096Z] $ docker stop --time=1 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd [2021-02-19T22:08:06.040Z] $ docker rm -f 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd [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-02-19T22:08:07.684Z] + git log --format=format:%s -1 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:08:07.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:08:07.986Z] . [Pipeline] withDockerContainer [2021-02-19T22:08:08.075Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:08:08.119Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T22:08:08.841Z] $ docker top 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T22:08:09.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T22:08:09.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T22:08:09.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T22:08:09.295Z] $ docker exec 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba ssh-agent [2021-02-19T22:08:09.459Z] SSH_AUTH_SOCK=/tmp/ssh-XTLoFQ3JJzUI/agent.12 [2021-02-19T22:08:09.459Z] SSH_AGENT_PID=17 [2021-02-19T22:08:09.464Z] Running ssh-add (command line suppressed) [2021-02-19T22:08:09.580Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8984981331924381057.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8984981331924381057.key) [2021-02-19T22:08:09.629Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T22:08:09.958Z] + git semver tag [2021-02-19T22:08:09.958Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T22:08:09.958Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-19T22:08:09.958Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-19T22:08:09.958Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T22:08:09.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T22:08:09.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T22:08:09.958Z] # $SEMVER_BRANCH = master [2021-02-19T22:08:09.958Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-19T22:08:09.958Z] # 652b40cde4686e70b83888794a3250f57b64b500 HEAD [2021-02-19T22:08:09.959Z] # -> Force: false [2021-02-19T22:08:09.959Z] # 9082316d8da8926e1007261d969c1bd17cf843c8 refs/tags/v2.0.0-dev.7 [Pipeline] } [2021-02-19T22:08:09.971Z] $ docker exec --env ******** --env ******** 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba ssh-agent -k [2021-02-19T22:08:10.076Z] unset SSH_AUTH_SOCK; [2021-02-19T22:08:10.076Z] unset SSH_AGENT_PID; [2021-02-19T22:08:10.076Z] echo Agent pid 17 killed; [2021-02-19T22:08:10.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T22:08:10.661Z] + git semver [Pipeline] } [2021-02-19T22:08:10.678Z] $ docker stop --time=1 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba [2021-02-19T22:08:12.007Z] $ docker rm -f 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:08:12.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-19T22:08:12.623Z] [2021-02-19T22:08:12.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:08:12.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-19T22:08:12.970Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-19T22:08:12.970Z] ab5ef0e58194: Pulling fs layer [2021-02-19T22:08:12.970Z] 9712f1f96733: Pulling fs layer [2021-02-19T22:08:12.970Z] 63f879dbbcfc: Pulling fs layer [2021-02-19T22:08:12.970Z] 0d9ebad4ef96: Pulling fs layer [2021-02-19T22:08:12.970Z] e9a5061849ea: Pulling fs layer [2021-02-19T22:08:12.970Z] d747dcd14b5f: Pulling fs layer [2021-02-19T22:08:12.970Z] 2de7ff778b66: Pulling fs layer [2021-02-19T22:08:12.970Z] e9a5061849ea: Waiting [2021-02-19T22:08:12.970Z] d747dcd14b5f: Waiting [2021-02-19T22:08:12.970Z] 2de7ff778b66: Waiting [2021-02-19T22:08:12.970Z] 0d9ebad4ef96: Waiting [2021-02-19T22:08:12.970Z] 9712f1f96733: Verifying Checksum [2021-02-19T22:08:12.970Z] 9712f1f96733: Download complete [2021-02-19T22:08:14.367Z] 63f879dbbcfc: Verifying Checksum [2021-02-19T22:08:14.367Z] 63f879dbbcfc: Download complete [2021-02-19T22:08:14.654Z] e9a5061849ea: Verifying Checksum [2021-02-19T22:08:14.654Z] e9a5061849ea: Download complete [2021-02-19T22:08:14.654Z] d747dcd14b5f: Verifying Checksum [2021-02-19T22:08:14.654Z] d747dcd14b5f: Download complete [2021-02-19T22:08:14.941Z] 2de7ff778b66: Verifying Checksum [2021-02-19T22:08:14.941Z] 2de7ff778b66: Download complete [2021-02-19T22:08:15.220Z] ab5ef0e58194: Verifying Checksum [2021-02-19T22:08:15.220Z] ab5ef0e58194: Download complete [2021-02-19T22:08:15.532Z] 0d9ebad4ef96: Verifying Checksum [2021-02-19T22:08:15.533Z] 0d9ebad4ef96: Download complete [2021-02-19T22:08:19.746Z] ab5ef0e58194: Pull complete [2021-02-19T22:08:20.011Z] 9712f1f96733: Pull complete [2021-02-19T22:08:21.939Z] 63f879dbbcfc: Pull complete [2021-02-19T22:08:27.249Z] 0d9ebad4ef96: Pull complete [2021-02-19T22:08:29.166Z] e9a5061849ea: Pull complete [2021-02-19T22:08:29.166Z] d747dcd14b5f: Pull complete [2021-02-19T22:08:31.102Z] 2de7ff778b66: Pull complete [2021-02-19T22:08:31.103Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-19T22:08:31.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-19T22:08:31.103Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-19T22:08:31.679Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:08:31.724Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-19T22:08:34.361Z] $ docker top 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-19T22:08:34.596Z] provisioning config files... [2021-02-19T22:08:34.618Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3076363604289344729tmp [2021-02-19T22:08:34.637Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5644247590643977492tmp [2021-02-19T22:08:34.657Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1182111031239344912tmp [Pipeline] { [Pipeline] echo [2021-02-19T22:08:34.717Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:08:35.016Z] ---> sigul-configuration.sh [2021-02-19T22:08:35.016Z] gpg: directory `/root/.gnupg' created [2021-02-19T22:08:35.016Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-19T22:08:35.016Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-19T22:08:35.016Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-19T22:08:35.016Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-19T22:08:35.016Z] gpg: CAST5 encrypted data [2021-02-19T22:08:35.277Z] gpg: encrypted with 1 passphrase [2021-02-19T22:08:35.277Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-19T22:08:35.568Z] + mkdir /home/jenkins [2021-02-19T22:08:35.568Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-19T22:08:35.860Z] + 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-02-19T22:08:35.870Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:08:36.160Z] ---> sigul-install.sh [2021-02-19T22:08:41.443Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-19T22:08:41.737Z] + git tag --list [2021-02-19T22:08:41.737Z] v0.0.0 [2021-02-19T22:08:41.737Z] v0.0.1 [2021-02-19T22:08:41.737Z] v0.0.10 [2021-02-19T22:08:41.737Z] v0.0.11 [2021-02-19T22:08:41.737Z] v0.0.12 [2021-02-19T22:08:41.737Z] v0.0.13 [2021-02-19T22:08:41.737Z] v0.0.14 [2021-02-19T22:08:41.737Z] v0.0.15 [2021-02-19T22:08:41.737Z] v0.0.16 [2021-02-19T22:08:41.737Z] v0.0.17 [2021-02-19T22:08:41.737Z] v0.0.18 [2021-02-19T22:08:41.737Z] v0.0.19 [2021-02-19T22:08:41.737Z] v0.0.2 [2021-02-19T22:08:41.737Z] v0.0.20 [2021-02-19T22:08:41.737Z] v0.0.21 [2021-02-19T22:08:41.737Z] v0.0.22 [2021-02-19T22:08:41.737Z] v0.0.23 [2021-02-19T22:08:41.737Z] v0.0.24 [2021-02-19T22:08:41.737Z] v0.0.25 [2021-02-19T22:08:41.737Z] v0.0.26 [2021-02-19T22:08:41.737Z] v0.0.27 [2021-02-19T22:08:41.737Z] v0.0.28 [2021-02-19T22:08:41.737Z] v0.0.29 [2021-02-19T22:08:41.737Z] v0.0.3 [2021-02-19T22:08:41.737Z] v0.0.30 [2021-02-19T22:08:41.737Z] v0.0.31 [2021-02-19T22:08:41.737Z] v0.0.32 [2021-02-19T22:08:41.737Z] v0.0.33 [2021-02-19T22:08:41.737Z] v0.0.4 [2021-02-19T22:08:41.737Z] v0.0.5 [2021-02-19T22:08:41.737Z] v0.0.6 [2021-02-19T22:08:41.737Z] v0.0.7 [2021-02-19T22:08:41.737Z] v0.0.8 [2021-02-19T22:08:41.737Z] v0.0.9 [2021-02-19T22:08:41.737Z] v2.0.0-dev.1 [2021-02-19T22:08:41.737Z] v2.0.0-dev.2 [2021-02-19T22:08:41.737Z] v2.0.0-dev.3 [2021-02-19T22:08:41.737Z] v2.0.0-dev.4 [2021-02-19T22:08:41.737Z] v2.0.0-dev.5 [2021-02-19T22:08:41.737Z] v2.0.0-dev.6 [2021-02-19T22:08:41.737Z] v2.0.0-dev.7 [Pipeline] sh [2021-02-19T22:08:42.031Z] + lftools sign git-tag v2.0.0-dev.7 [2021-02-19T22:08:43.416Z] Signing Git tag with Sigul... [2021-02-19T22:08:43.416Z] Signing v2.0.0-dev.7 [Pipeline] echo [2021-02-19T22:08:44.000Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:08:44.293Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-19T22:08:44.302Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-19T22:08:44.395Z] $ docker stop --time=1 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 [2021-02-19T22:08:46.397Z] $ docker rm -f 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:08:47.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:08:47.295Z] . [Pipeline] withDockerContainer [2021-02-19T22:08:47.416Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:08:47.459Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T22:08:48.023Z] $ docker top 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T22:08:48.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T22:08:48.294Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T22:08:48.477Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T22:08:48.482Z] $ docker exec 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e ssh-agent [2021-02-19T22:08:48.636Z] SSH_AUTH_SOCK=/tmp/ssh-5BezhY3aoQR7/agent.11 [2021-02-19T22:08:48.636Z] SSH_AGENT_PID=16 [2021-02-19T22:08:48.642Z] Running ssh-add (command line suppressed) [2021-02-19T22:08:48.759Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2751748934160356371.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2751748934160356371.key) [2021-02-19T22:08:48.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T22:08:49.139Z] + git semver bump pre [2021-02-19T22:08:49.139Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T22:08:49.139Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-19T22:08:49.139Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-19T22:08:49.139Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T22:08:49.139Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T22:08:49.139Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T22:08:49.139Z] # $SEMVER_BRANCH = master [2021-02-19T22:08:49.139Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-19T22:08:49.139Z] 2.0.0-dev.8 [Pipeline] } [2021-02-19T22:08:49.151Z] $ docker exec --env ******** --env ******** 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e ssh-agent -k [2021-02-19T22:08:49.265Z] unset SSH_AUTH_SOCK; [2021-02-19T22:08:49.266Z] unset SSH_AGENT_PID; [2021-02-19T22:08:49.266Z] echo Agent pid 16 killed; [2021-02-19T22:08:49.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T22:08:49.773Z] + git semver [Pipeline] } [2021-02-19T22:08:49.790Z] $ docker stop --time=1 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e [2021-02-19T22:08:51.124Z] $ docker rm -f 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:08:51.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T22:08:51.647Z] . [Pipeline] withDockerContainer [2021-02-19T22:08:51.739Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:08:51.779Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T22:08:52.332Z] $ docker top 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T22:08:52.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T22:08:52.615Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T22:08:52.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T22:08:52.783Z] $ docker exec 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 ssh-agent [2021-02-19T22:08:52.940Z] SSH_AUTH_SOCK=/tmp/ssh-YRZXXG3j0sRr/agent.11 [2021-02-19T22:08:52.940Z] SSH_AGENT_PID=17 [2021-02-19T22:08:52.945Z] Running ssh-add (command line suppressed) [2021-02-19T22:08:53.064Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7970371540585599112.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7970371540585599112.key) [2021-02-19T22:08:53.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T22:08:53.532Z] + git semver push [2021-02-19T22:08:53.532Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T22:08:53.532Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-19T22:08:53.532Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-19T22:08:53.532Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T22:08:53.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T22:08:53.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T22:08:53.532Z] # $SEMVER_BRANCH = master [2021-02-19T22:08:53.532Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-19T22:08:58.863Z] $ docker exec --env ******** --env ******** 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 ssh-agent -k [2021-02-19T22:08:58.974Z] unset SSH_AUTH_SOCK; [2021-02-19T22:08:58.974Z] unset SSH_AGENT_PID; [2021-02-19T22:08:58.974Z] echo Agent pid 17 killed; [2021-02-19T22:08:59.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T22:08:59.525Z] + git semver [Pipeline] } [2021-02-19T22:08:59.541Z] $ docker stop --time=1 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 [2021-02-19T22:09:00.853Z] $ docker rm -f 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 [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-02-19T22:09:02.413Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:02.974Z] ---> package-listing.sh [2021-02-19T22:09:02.974Z] ++ facter osfamily [2021-02-19T22:09:02.974Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T22:09:02.974Z] + OS_FAMILY=redhat [2021-02-19T22:09:02.974Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-02-19T22:09:02.974Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T22:09:02.974Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T22:09:02.974Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T22:09:02.974Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T22:09:02.974Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-19T22:09:02.974Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T22:09:02.974Z] + case "${OS_FAMILY}" in [2021-02-19T22:09:02.974Z] + rpm -qa [2021-02-19T22:09:02.974Z] + sort [2021-02-19T22:09:08.261Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T22:09:08.261Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T22:09:08.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T22:09:08.261Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-19T22:09:08.261Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-02-19T22:09:08.261Z] + 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-02-19T22:09:08.275Z] 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-02-19T22:09:08.560Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:09:08.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T22:09:08.866Z] [2021-02-19T22:09:08.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T22:09:09.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T22:09:09.211Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T22:09:09.211Z] df20fa9351a1: Pulling fs layer [2021-02-19T22:09:09.211Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T22:09:09.211Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T22:09:09.211Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T22:09:09.211Z] 93b61091891f: Pulling fs layer [2021-02-19T22:09:09.211Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T22:09:09.211Z] 5e14af77c1be: Pulling fs layer [2021-02-19T22:09:09.211Z] 01666e4c0597: Pulling fs layer [2021-02-19T22:09:09.211Z] aa168da1d23b: Pulling fs layer [2021-02-19T22:09:09.211Z] 46f8f816bc3b: Waiting [2021-02-19T22:09:09.211Z] 93b61091891f: Waiting [2021-02-19T22:09:09.211Z] 93b9cdb0e59b: Waiting [2021-02-19T22:09:09.211Z] 01666e4c0597: Waiting [2021-02-19T22:09:09.211Z] 5e14af77c1be: Waiting [2021-02-19T22:09:09.211Z] aa168da1d23b: Waiting [2021-02-19T22:09:09.211Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T22:09:09.211Z] 36b3adc4ff6f: Download complete [2021-02-19T22:09:09.211Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T22:09:09.211Z] 46f8f816bc3b: Download complete [2021-02-19T22:09:09.472Z] df20fa9351a1: Verifying Checksum [2021-02-19T22:09:09.472Z] df20fa9351a1: Download complete [2021-02-19T22:09:09.472Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T22:09:09.472Z] 93b9cdb0e59b: Download complete [2021-02-19T22:09:09.472Z] 93b61091891f: Verifying Checksum [2021-02-19T22:09:09.472Z] 93b61091891f: Download complete [2021-02-19T22:09:09.472Z] 5e14af77c1be: Verifying Checksum [2021-02-19T22:09:09.472Z] 5e14af77c1be: Download complete [2021-02-19T22:09:09.472Z] 01666e4c0597: Verifying Checksum [2021-02-19T22:09:09.472Z] 01666e4c0597: Download complete [2021-02-19T22:09:09.472Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T22:09:09.472Z] 8ad3a11d3b57: Download complete [2021-02-19T22:09:09.734Z] df20fa9351a1: Pull complete [2021-02-19T22:09:09.734Z] 36b3adc4ff6f: Pull complete [2021-02-19T22:09:10.679Z] 8ad3a11d3b57: Pull complete [2021-02-19T22:09:10.679Z] 46f8f816bc3b: Pull complete [2021-02-19T22:09:11.254Z] 93b61091891f: Pull complete [2021-02-19T22:09:11.254Z] 93b9cdb0e59b: Pull complete [2021-02-19T22:09:11.825Z] 5e14af77c1be: Pull complete [2021-02-19T22:09:11.825Z] 01666e4c0597: Pull complete [2021-02-19T22:09:12.086Z] aa168da1d23b: Verifying Checksum [2021-02-19T22:09:12.086Z] aa168da1d23b: Download complete [2021-02-19T22:09:18.696Z] aa168da1d23b: Pull complete [2021-02-19T22:09:18.696Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T22:09:18.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T22:09:18.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T22:09:18.801Z] prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container [2021-02-19T22:09:18.840Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T22:09:21.361Z] $ docker top 6ffe17782b49bd834db051eb3ce8a977ab618157d7a64e9e857104dbf1a1c8e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T22:09:21.884Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T22:09:22.175Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T22:09:22.500Z] + ls /var/log/sa-host [2021-02-19T22:09:22.500Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T22:09:22.500Z] file_magic: OK [2021-02-19T22:09:22.500Z] HZ: Using current value: 100 [2021-02-19T22:09:22.500Z] file_header: OK [2021-02-19T22:09:22.500Z] 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-02-19T22:09:22.500Z] Statistics: [2021-02-19T22:09:22.500Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T22:09:22.500Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T22:09:22.500Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T22:09:22.500Z] file_magic: OK [2021-02-19T22:09:22.500Z] HZ: Using current value: 100 [2021-02-19T22:09:22.500Z] file_header: OK [2021-02-19T22:09:22.500Z] 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-02-19T22:09:22.500Z] Statistics: [2021-02-19T22:09:22.500Z] Hnuu...uuuununununu... [2021-02-19T22:09:22.500Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T22:09:23.124Z] provisioning config files... [2021-02-19T22:09:23.139Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2286425697530800475tmp [Pipeline] { [Pipeline] echo [2021-02-19T22:09:23.213Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:23.503Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T22:09:23.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T22:09:23.606Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:23.896Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T22:09:23.906Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:24.199Z] ---> sudo-logs.sh [2021-02-19T22:09:24.199Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T22:09:24.263Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:24.552Z] ---> job-cost.sh [2021-02-19T22:09:24.552Z] lf-activate-venv: SKIPPING [2021-02-19T22:09:24.552Z] INFO: No Stack... [2021-02-19T22:09:25.946Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T22:09:26.207Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T22:09:26.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T22:09:26.509Z] ---> logs-deploy.sh [2021-02-19T22:09:26.509Z] lf-activate-venv: SKIPPING [2021-02-19T22:09:26.509Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/30 [2021-02-19T22:09:26.509Z] INFO: archiving workspace using pattern(s): [2021-02-19T22:09:27.890Z] Archives upload complete. [2021-02-19T22:09:28.150Z] INFO: archiving logs to Nexus