Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cdc83e6a035d7284a4501830fd11fcb851a98cc0 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8889 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cdc83e6a035d7284a4501830fd11fcb851a98cc0 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 cdc83e6a035d7284a4501830fd11fcb851a98cc0 # timeout=10 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.111" > git rev-list --no-walk b2b25be523e877d963522165bac2f59bad0af1c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:24:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:24:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:24:34 ========================================================= 15:24:34 EdgeX Global Pipelines Version Info 15:24:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:24:37 ------------------- 15:24:37 stable info: 15:24:37 ------------------- 15:24:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:24:37 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 15:24:37 Message: update stable to v1.0.148 15:24:38 ------------------- 15:24:38 experimental info: 15:24:38 ------------------- 15:24:38 Commited By: **** collab-it+edgex@linuxfoundation.org 15:24:38 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 15:24:38 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:24:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 15:24:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 15:24:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:24:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:24:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:24:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:24:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:24:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:24:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:24:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cdc83e6a035d7284a4501830fd11fcb851a98cc0 [Pipeline] echo 15:24:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cdc83e6 [Pipeline] echo 15:24:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:24:43 + git log --format=format:%s -1 cdc83e6a035d7284a4501830fd11fcb851a98cc0 [Pipeline] echo 15:24:43 GIT_COMMIT: cdc83e6a035d7284a4501830fd11fcb851a98cc0, Commit Message: Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.111 [Pipeline] echo 15:24:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:24:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:24:44 15:24:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:24:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:24:44 latest: Pulling from edgex-devops/git-semver 15:24:44 31603596830f: Pulling fs layer 15:24:44 2a8b12db71e7: Pulling fs layer 15:24:44 6ca5941a6612: Pulling fs layer 15:24:44 ecc8261a40a4: Pulling fs layer 15:24:44 ecc8261a40a4: Waiting 15:24:44 2a8b12db71e7: Verifying Checksum 15:24:44 2a8b12db71e7: Download complete 15:24:47 31603596830f: Verifying Checksum 15:24:47 31603596830f: Download complete 15:24:47 31603596830f: Pull complete 15:24:47 2a8b12db71e7: Pull complete 15:24:47 ecc8261a40a4: Verifying Checksum 15:24:47 ecc8261a40a4: Download complete 15:24:49 6ca5941a6612: Verifying Checksum 15:24:49 6ca5941a6612: Download complete 15:24:50 6ca5941a6612: Pull complete 15:24:50 ecc8261a40a4: Pull complete 15:24:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:24:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:24:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:24:50 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:24:51 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:24:53 $ docker top 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:24:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:24:54 [ssh-agent] Looking for ssh-agent implementation... 15:24:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:24:54 $ docker exec 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c ssh-agent 15:24:54 SSH_AUTH_SOCK=/tmp/ssh-QhVN20T5WYAv/agent.12 15:24:54 SSH_AGENT_PID=17 15:24:54 Running ssh-add (command line suppressed) 15:24:54 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_803014902030396196.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_803014902030396196.key) 15:24:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:24:55 + git tag --points-at HEAD [Pipeline] } 15:24:55 $ docker exec --env ******** --env ******** 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c ssh-agent -k 15:24:55 unset SSH_AUTH_SOCK; 15:24:55 unset SSH_AGENT_PID; 15:24:55 echo Agent pid 17 killed; 15:24:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:24:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:24:55 [ssh-agent] Looking for ssh-agent implementation... 15:24:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:24:56 $ docker exec 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c ssh-agent 15:24:56 SSH_AUTH_SOCK=/tmp/ssh-sI7fAO4URcON/agent.47 15:24:56 SSH_AGENT_PID=52 15:24:56 Running ssh-add (command line suppressed) 15:24:56 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6998264336994470611.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6998264336994470611.key) 15:24:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:24:57 + git semver init 15:24:57 # -> Open(): unable to determine branch for HEAD 15:24:57 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 15:24:57 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 15:24:57 # $SEMVER_REMOTE_NAME = origin 15:24:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:24:57 # $SEMVER_USER_NAME = edgex-jenkins 15:24:57 # $SEMVER_BRANCH = master 15:24:57 # $SEMVER_TEMP = /tmp/semver-066923115 15:24:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 15:24:57 # '/tmp/semver-066923115' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 15:24:57 # -> Force: false 15:24:57 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 15:24:57 $ docker exec --env ******** --env ******** 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c ssh-agent -k 15:24:57 unset SSH_AUTH_SOCK; 15:24:57 unset SSH_AGENT_PID; 15:24:57 echo Agent pid 52 killed; 15:24:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:24:58 + git semver [Pipeline] } 15:24:58 $ docker stop --time=1 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c 15:24:59 $ docker rm -f 773cf11a83a0df7365c8f1ba76891924f3855d458cf071728fe23d681e744e3c [Pipeline] // withDockerContainer [Pipeline] sh 15:25:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:25:01 Stashed 1 file(s) [Pipeline] echo 15:25:01 [edgeXSemver]: initialized semver on version 0.0.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:25:16 Still waiting to schedule task 15:25:16 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8888’ is offline; ‘prd-centos7-docker-4c-2g-8892’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8885’ doesn’t have label ‘centos7-docker-4c-2g’ 15:25:16 Still waiting to schedule task 15:25:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:25:27 Running on prd-centos7-docker-4c-2g-8892 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 15:25:27 Running in /w/workspace/go-mod-secrets/16 [Pipeline] { [Pipeline] checkout 15:25:30 using credential edgex-jenkins-ssh 15:25:30 Cloning the remote Git repository 15:25:30 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 15:25:30 > git init /w/workspace/go-mod-secrets/16 # timeout=10 15:25:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 15:25:30 > git --version # timeout=10 15:25:30 > git --version # 'git version 2.16.5' 15:25:30 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 15:25:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 15:25:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 15:25:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:25:31 Checking out Revision cdc83e6a035d7284a4501830fd11fcb851a98cc0 (master) 15:25:31 > git config core.sparsecheckout # timeout=10 15:25:31 > git checkout -f cdc83e6a035d7284a4501830fd11fcb851a98cc0 # timeout=10 15:25:35 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.111" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:25:35 ========================================================= 15:25:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:25:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:25:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:25:36 Sending build context to Docker daemon 394.8kB 15:25:36 Step 1/7 : ARG BASE=golang:1.15-alpine 15:25:36 Step 2/7 : FROM ${BASE} 15:25:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:25:36 df20fa9351a1: Pulling fs layer 15:25:36 ed8968b2872e: Pulling fs layer 15:25:36 a92cc7c5fd73: Pulling fs layer 15:25:36 e871e8e8d7a9: Pulling fs layer 15:25:36 e73272ec9a57: Pulling fs layer 15:25:36 1e910a182e73: Pulling fs layer 15:25:36 4e634b169226: Pulling fs layer 15:25:36 e73272ec9a57: Waiting 15:25:36 1e910a182e73: Waiting 15:25:36 4e634b169226: Waiting 15:25:36 e871e8e8d7a9: Waiting 15:25:36 a92cc7c5fd73: Verifying Checksum 15:25:36 a92cc7c5fd73: Download complete 15:25:36 ed8968b2872e: Download complete 15:25:36 e73272ec9a57: Verifying Checksum 15:25:36 e73272ec9a57: Download complete 15:25:37 1e910a182e73: Verifying Checksum 15:25:37 1e910a182e73: Download complete 15:25:37 df20fa9351a1: Verifying Checksum 15:25:37 df20fa9351a1: Download complete 15:25:37 df20fa9351a1: Pull complete 15:25:37 ed8968b2872e: Pull complete 15:25:37 a92cc7c5fd73: Pull complete 15:25:39 4e634b169226: Verifying Checksum 15:25:39 4e634b169226: Download complete 15:25:39 e871e8e8d7a9: Verifying Checksum 15:25:39 e871e8e8d7a9: Download complete 15:25:45 e871e8e8d7a9: Pull complete 15:25:45 e73272ec9a57: Pull complete 15:25:45 1e910a182e73: Pull complete 15:25:50 4e634b169226: Pull complete 15:25:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:25:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:25:50 ---> f7629b54cfaa 15:25:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:25:50 ---> Running in 291a4a1520ac 15:25:50 Removing intermediate container 291a4a1520ac 15:25:50 ---> 61e462b96692 15:25:50 Step 4/7 : RUN apk add --update bash 15:25:50 ---> Running in ed9b42e5607f 15:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:53 OK: 166 MiB in 39 packages 15:25:53 Removing intermediate container ed9b42e5607f 15:25:53 ---> 1e4dd4386c2c 15:25:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:25:53 ---> Running in a44b9fc20468 15:25:53 Removing intermediate container a44b9fc20468 15:25:53 ---> d6af3172606d 15:25:53 Step 6/7 : COPY go.mod . 15:25:54 ---> 33fdc99eae7f 15:25:54 Step 7/7 : RUN go mod download 15:25:54 ---> Running in 0fa012152b01 15:26:04 Removing intermediate container 0fa012152b01 15:26:04 ---> b9e007f45633 15:26:04 Successfully built b9e007f45633 15:26:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:26:04 + docker inspect -f . ci-base-image-x86_64 15:26:04 . [Pipeline] withDockerContainer 15:26:04 prd-centos7-docker-4c-2g-8892 does not seem to be running inside a container 15:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/16 -v /w/workspace/go-mod-secrets/16:/w/workspace/go-mod-secrets/16:rw,z -v /w/workspace/go-mod-secrets/16@tmp:/w/workspace/go-mod-secrets/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:26:05 $ docker top 821f7a4f869dee1b6ee1b80121243b07c895de667f5e93209206e838a059a5e5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:06 + go version 15:26:06 go version go1.15.2 linux/amd64 [Pipeline] } 15:26:06 $ docker stop --time=1 821f7a4f869dee1b6ee1b80121243b07c895de667f5e93209206e838a059a5e5 15:26:07 $ docker rm -f 821f7a4f869dee1b6ee1b80121243b07c895de667f5e93209206e838a059a5e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:27:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8895 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 15:27:50 Running in /w/workspace/go-mod-secrets/16 [Pipeline] { [Pipeline] checkout 15:27:55 using credential edgex-jenkins-ssh 15:27:55 Cloning the remote Git repository 15:27:56 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 15:27:56 > git init /w/workspace/go-mod-secrets/16 # timeout=10 15:27:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 15:27:56 > git --version # timeout=10 15:27:56 > git --version # 'git version 2.17.1' 15:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 15:27:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 15:27:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 15:27:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:27:57 Checking out Revision cdc83e6a035d7284a4501830fd11fcb851a98cc0 (master) 15:27:57 > git config core.sparsecheckout # timeout=10 15:27:57 > git checkout -f cdc83e6a035d7284a4501830fd11fcb851a98cc0 # timeout=10 15:28:02 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.111" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:28:03 ========================================================= 15:28:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:28:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:28:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:28:04 Sending build context to Docker daemon 394.8kB 15:28:05 Step 1/7 : ARG BASE=golang:1.15-alpine 15:28:05 Step 2/7 : FROM ${BASE} 15:28:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:28:05 b538f80385f9: Pulling fs layer 15:28:05 74f711af9a0d: Pulling fs layer 15:28:05 99f96fe45779: Pulling fs layer 15:28:05 8529a6b9a6be: Pulling fs layer 15:28:05 45590311c82a: Pulling fs layer 15:28:05 69ca0ff8b7b3: Pulling fs layer 15:28:05 209524e5b208: Pulling fs layer 15:28:05 8529a6b9a6be: Waiting 15:28:05 45590311c82a: Waiting 15:28:05 69ca0ff8b7b3: Waiting 15:28:05 209524e5b208: Waiting 15:28:05 99f96fe45779: Verifying Checksum 15:28:05 99f96fe45779: Download complete 15:28:05 74f711af9a0d: Verifying Checksum 15:28:05 74f711af9a0d: Download complete 15:28:05 45590311c82a: Download complete 15:28:05 69ca0ff8b7b3: Verifying Checksum 15:28:05 69ca0ff8b7b3: Download complete 15:28:05 b538f80385f9: Verifying Checksum 15:28:05 b538f80385f9: Download complete 15:28:06 b538f80385f9: Pull complete 15:28:07 74f711af9a0d: Pull complete 15:28:07 99f96fe45779: Pull complete 15:28:08 209524e5b208: Verifying Checksum 15:28:08 209524e5b208: Download complete 15:28:09 8529a6b9a6be: Verifying Checksum 15:28:09 8529a6b9a6be: Download complete 15:28:19 8529a6b9a6be: Pull complete 15:28:19 45590311c82a: Pull complete 15:28:19 69ca0ff8b7b3: Pull complete 15:28:24 209524e5b208: Pull complete 15:28:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:28:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:28:24 ---> 5bddaf1c2fca 15:28:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:28:26 ---> Running in d3e2b4ccd1a6 15:28:26 Removing intermediate container d3e2b4ccd1a6 15:28:26 ---> a11a63a4bb48 15:28:26 Step 4/7 : RUN apk add --update bash 15:28:26 ---> Running in 04711d61b02b 15:28:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:28:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:28:30 OK: 142 MiB in 39 packages 15:28:31 Removing intermediate container 04711d61b02b 15:28:31 ---> a13f14e26b03 15:28:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:28:31 ---> Running in 924d78a4133e 15:28:32 Removing intermediate container 924d78a4133e 15:28:32 ---> 40c84251557f 15:28:32 Step 6/7 : COPY go.mod . 15:28:32 ---> a3cc5f8f5334 15:28:32 Step 7/7 : RUN go mod download 15:28:33 ---> Running in 0b1ba9237aec 15:28:48 Removing intermediate container 0b1ba9237aec 15:28:48 ---> 79b6468f69d2 15:28:48 Successfully built 79b6468f69d2 15:28:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:28:48 + docker inspect -f . ci-base-image-arm64 15:28:48 . [Pipeline] withDockerContainer 15:28:48 prd-ubuntu18.04-docker-arm64-4c-16g-8895 does not seem to be running inside a container 15:28:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/16 -v /w/workspace/go-mod-secrets/16:/w/workspace/go-mod-secrets/16:rw,z -v /w/workspace/go-mod-secrets/16@tmp:/w/workspace/go-mod-secrets/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:28:50 $ docker top 040aa8c175df89081e85e7a4275f78630c22a410781ddd6a8be30fdc855c55af -eo pid,comm [Pipeline] { [Pipeline] sh 15:28:52 + go version 15:28:52 go version go1.15.2 linux/arm64 [Pipeline] } 15:28:52 $ docker stop --time=1 040aa8c175df89081e85e7a4275f78630c22a410781ddd6a8be30fdc855c55af 15:28:54 $ docker rm -f 040aa8c175df89081e85e7a4275f78630c22a410781ddd6a8be30fdc855c55af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:28:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:28:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:28:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:28:57 15:28:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:28:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:28:58 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:28:58 cbdbe7a5bc2a: Pulling fs layer 15:28:58 408f87550127: Pulling fs layer 15:28:58 fe522b08c979: Pulling fs layer 15:28:58 221eaa008020: Pulling fs layer 15:28:58 2a4607e5d6b9: Pulling fs layer 15:28:58 8f79b27c4fd2: Pulling fs layer 15:28:58 e5c8dbe1645b: Pulling fs layer 15:28:58 23e8b3b47431: Pulling fs layer 15:28:58 5c568d65a230: Pulling fs layer 15:28:58 8f79b27c4fd2: Waiting 15:28:58 e5c8dbe1645b: Waiting 15:28:58 5c568d65a230: Waiting 15:28:58 2a4607e5d6b9: Waiting 15:28:58 221eaa008020: Waiting 15:28:58 23e8b3b47431: Waiting 15:28:58 fe522b08c979: Verifying Checksum 15:28:58 fe522b08c979: Download complete 15:28:58 408f87550127: Verifying Checksum 15:28:58 408f87550127: Download complete 15:28:59 2a4607e5d6b9: Verifying Checksum 15:28:59 2a4607e5d6b9: Download complete 15:28:59 8f79b27c4fd2: Verifying Checksum 15:28:59 8f79b27c4fd2: Download complete 15:28:59 cbdbe7a5bc2a: Verifying Checksum 15:28:59 cbdbe7a5bc2a: Download complete 15:28:59 cbdbe7a5bc2a: Pull complete 15:29:00 408f87550127: Pull complete 15:29:00 fe522b08c979: Pull complete 15:29:01 e5c8dbe1645b: Verifying Checksum 15:29:01 e5c8dbe1645b: Download complete 15:29:04 23e8b3b47431: Verifying Checksum 15:29:04 23e8b3b47431: Download complete 15:29:04 5c568d65a230: Verifying Checksum 15:29:04 5c568d65a230: Download complete 15:29:08 221eaa008020: Verifying Checksum 15:29:08 221eaa008020: Download complete 15:29:16 221eaa008020: Pull complete 15:29:16 2a4607e5d6b9: Pull complete 15:29:16 8f79b27c4fd2: Pull complete 15:29:19 e5c8dbe1645b: Pull complete 15:29:23 23e8b3b47431: Pull complete 15:29:25 5c568d65a230: Pull complete 15:29:25 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:29:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:29:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:29:25 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:29:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:29:27 $ docker top dbb866e9895e10e42c9122cb271e2aa1d199fa782d886f44843f6aee43ed9caa -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:28 + snyk monitor '--org=edgex-jenkins' 15:29:33 15:29:33 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 15:29:33 15:29:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/b89662f5-fa18-4881-9f28-9da3bc384fb1 15:29:33 15:29:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:29:33 15:29:33 15:29:33 Snyk CLI supports Node.js 8 and higher. 15:29:33 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:29:33 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:29:33 15:29:33 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:29:33 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:29:33 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:29:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:29:33 $ docker stop --time=1 dbb866e9895e10e42c9122cb271e2aa1d199fa782d886f44843f6aee43ed9caa 15:29:35 $ docker rm -f dbb866e9895e10e42c9122cb271e2aa1d199fa782d886f44843f6aee43ed9caa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 15:29:37 + git log --format=format:%s -1 cdc83e6a035d7284a4501830fd11fcb851a98cc0 [Pipeline] isUnix [Pipeline] sh 15:29:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:37 . [Pipeline] withDockerContainer 15:29:37 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:29:37 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:29:38 $ docker top 046caebff183e609a1136383744af4850062953bc5c226453b3993f1aab49de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:39 [ssh-agent] Looking for ssh-agent implementation... 15:29:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:39 $ docker exec 046caebff183e609a1136383744af4850062953bc5c226453b3993f1aab49de3 ssh-agent 15:29:39 SSH_AUTH_SOCK=/tmp/ssh-AeIdLU7doBxG/agent.12 15:29:39 SSH_AGENT_PID=18 15:29:40 Running ssh-add (command line suppressed) 15:29:40 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7959827146582287992.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7959827146582287992.key) 15:29:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:40 + git semver tag 15:29:40 # -> Open(): unable to determine branch for HEAD 15:29:40 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 15:29:40 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 15:29:40 # $SEMVER_REMOTE_NAME = origin 15:29:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:40 # $SEMVER_USER_NAME = edgex-jenkins 15:29:40 # $SEMVER_BRANCH = master 15:29:40 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 15:29:40 # cdc83e6a035d7284a4501830fd11fcb851a98cc0 HEAD 15:29:40 # -> Force: false 15:29:40 # 7dd4b41d76dffa2f64355cb2097821e4d0097282 refs/tags/v0.0.26 [Pipeline] } 15:29:40 $ docker exec --env ******** --env ******** 046caebff183e609a1136383744af4850062953bc5c226453b3993f1aab49de3 ssh-agent -k 15:29:41 unset SSH_AUTH_SOCK; 15:29:41 unset SSH_AGENT_PID; 15:29:41 echo Agent pid 18 killed; 15:29:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:41 + git semver [Pipeline] } 15:29:41 $ docker stop --time=1 046caebff183e609a1136383744af4850062953bc5c226453b3993f1aab49de3 15:29:43 $ docker rm -f 046caebff183e609a1136383744af4850062953bc5c226453b3993f1aab49de3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:43 15:29:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:29:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:44 0.23.1-centos7: Pulling from edgex-lftools 15:29:44 ab5ef0e58194: Pulling fs layer 15:29:44 9712f1f96733: Pulling fs layer 15:29:44 63f879dbbcfc: Pulling fs layer 15:29:44 0d9ebad4ef96: Pulling fs layer 15:29:44 e9a5061849ea: Pulling fs layer 15:29:44 d747dcd14b5f: Pulling fs layer 15:29:44 2de7ff778b66: Pulling fs layer 15:29:44 0d9ebad4ef96: Waiting 15:29:44 e9a5061849ea: Waiting 15:29:44 d747dcd14b5f: Waiting 15:29:44 2de7ff778b66: Waiting 15:29:44 9712f1f96733: Verifying Checksum 15:29:44 9712f1f96733: Download complete 15:29:47 63f879dbbcfc: Verifying Checksum 15:29:47 63f879dbbcfc: Download complete 15:29:47 e9a5061849ea: Verifying Checksum 15:29:47 e9a5061849ea: Download complete 15:29:47 d747dcd14b5f: Verifying Checksum 15:29:47 d747dcd14b5f: Download complete 15:29:47 0d9ebad4ef96: Verifying Checksum 15:29:47 0d9ebad4ef96: Download complete 15:29:48 2de7ff778b66: Download complete 15:29:48 ab5ef0e58194: Verifying Checksum 15:29:48 ab5ef0e58194: Download complete 15:29:55 ab5ef0e58194: Pull complete 15:29:55 9712f1f96733: Pull complete 15:29:57 63f879dbbcfc: Pull complete 15:30:07 0d9ebad4ef96: Pull complete 15:30:08 e9a5061849ea: Pull complete 15:30:08 d747dcd14b5f: Pull complete 15:30:11 2de7ff778b66: Pull complete 15:30:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:30:12 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:30:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:30:15 $ docker top a5ac17e37dc021f3f035ebfdc0d9047879f0136b3a280d00fdd9d67c566caa04 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:30:15 provisioning config files... 15:30:15 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6027789578195277180tmp 15:30:16 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2058097778930976985tmp 15:30:16 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7649978264798950569tmp [Pipeline] { [Pipeline] echo 15:30:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:30:16 ---> sigul-configuration.sh 15:30:16 gpg: directory `/root/.gnupg' created 15:30:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:30:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:30:16 gpg: keyring `/root/.gnupg/secring.gpg' created 15:30:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:30:16 gpg: CAST5 encrypted data 15:30:16 gpg: encrypted with 1 passphrase 15:30:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:30:17 + mkdir /home/jenkins 15:30:17 + mkdir /home/jenkins/sigul [Pipeline] sh 15:30:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:30:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:17 ---> sigul-install.sh 15:30:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:30:25 + git tag --list 15:30:25 v0.0.0 15:30:25 v0.0.1 15:30:25 v0.0.10 15:30:25 v0.0.11 15:30:25 v0.0.12 15:30:25 v0.0.13 15:30:25 v0.0.14 15:30:25 v0.0.15 15:30:25 v0.0.16 15:30:25 v0.0.17 15:30:25 v0.0.18 15:30:25 v0.0.19 15:30:25 v0.0.2 15:30:25 v0.0.20 15:30:25 v0.0.21 15:30:25 v0.0.22 15:30:25 v0.0.23 15:30:25 v0.0.24 15:30:25 v0.0.25 15:30:25 v0.0.26 15:30:25 v0.0.3 15:30:25 v0.0.4 15:30:25 v0.0.5 15:30:25 v0.0.6 15:30:25 v0.0.7 15:30:25 v0.0.8 15:30:25 v0.0.9 [Pipeline] sh 15:30:25 + lftools sign git-tag v0.0.26 15:30:27 Signing Git tag with Sigul... 15:30:27 Signing v0.0.26 [Pipeline] echo 15:30:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:30:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:30:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:30:29 $ docker stop --time=1 a5ac17e37dc021f3f035ebfdc0d9047879f0136b3a280d00fdd9d67c566caa04 15:30:31 $ docker rm -f a5ac17e37dc021f3f035ebfdc0d9047879f0136b3a280d00fdd9d67c566caa04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:30:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:32 . [Pipeline] withDockerContainer 15:30:33 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:30:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:30:34 $ docker top 95fc02e75fec51801a4fc6e3ffcd729b5bed23b2acf77455c47c31ce1828d682 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:34 [ssh-agent] Looking for ssh-agent implementation... 15:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:35 $ docker exec 95fc02e75fec51801a4fc6e3ffcd729b5bed23b2acf77455c47c31ce1828d682 ssh-agent 15:30:35 SSH_AUTH_SOCK=/tmp/ssh-BlMYySzJHZGD/agent.11 15:30:35 SSH_AGENT_PID=16 15:30:35 Running ssh-add (command line suppressed) 15:30:36 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4267316433061289020.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4267316433061289020.key) 15:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:36 + git semver bump patch 15:30:37 # -> Open(): unable to determine branch for HEAD 15:30:37 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 15:30:37 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 15:30:37 # $SEMVER_REMOTE_NAME = origin 15:30:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:37 # $SEMVER_USER_NAME = edgex-jenkins 15:30:37 # $SEMVER_BRANCH = master 15:30:37 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 15:30:37 0.0.27 [Pipeline] } 15:30:37 $ docker exec --env ******** --env ******** 95fc02e75fec51801a4fc6e3ffcd729b5bed23b2acf77455c47c31ce1828d682 ssh-agent -k 15:30:37 unset SSH_AUTH_SOCK; 15:30:37 unset SSH_AGENT_PID; 15:30:37 echo Agent pid 16 killed; 15:30:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:37 + git semver [Pipeline] } 15:30:37 $ docker stop --time=1 95fc02e75fec51801a4fc6e3ffcd729b5bed23b2acf77455c47c31ce1828d682 15:30:39 $ docker rm -f 95fc02e75fec51801a4fc6e3ffcd729b5bed23b2acf77455c47c31ce1828d682 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:30:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:40 . [Pipeline] withDockerContainer 15:30:40 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:30:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:30:41 $ docker top e656747e95e9d134e571c40922aeb524f74956f9cfe3e0eae6eaa0f7c4103986 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:42 [ssh-agent] Looking for ssh-agent implementation... 15:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:42 $ docker exec e656747e95e9d134e571c40922aeb524f74956f9cfe3e0eae6eaa0f7c4103986 ssh-agent 15:30:42 SSH_AUTH_SOCK=/tmp/ssh-1BybCJANQ04P/agent.12 15:30:42 SSH_AGENT_PID=17 15:30:42 Running ssh-add (command line suppressed) 15:30:43 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7178833944641049549.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7178833944641049549.key) 15:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:43 + git semver push 15:30:44 # -> Open(): unable to determine branch for HEAD 15:30:44 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 15:30:44 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 15:30:44 # $SEMVER_REMOTE_NAME = origin 15:30:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:44 # $SEMVER_USER_NAME = edgex-jenkins 15:30:44 # $SEMVER_BRANCH = master 15:30:44 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 15:30:52 $ docker exec --env ******** --env ******** e656747e95e9d134e571c40922aeb524f74956f9cfe3e0eae6eaa0f7c4103986 ssh-agent -k 15:30:52 unset SSH_AUTH_SOCK; 15:30:52 unset SSH_AGENT_PID; 15:30:52 echo Agent pid 17 killed; 15:30:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:53 + git semver [Pipeline] } 15:30:53 $ docker stop --time=1 e656747e95e9d134e571c40922aeb524f74956f9cfe3e0eae6eaa0f7c4103986 15:30:55 $ docker rm -f e656747e95e9d134e571c40922aeb524f74956f9cfe3e0eae6eaa0f7c4103986 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> package-listing.sh 15:30:57 ++ tr '[:upper:]' '[:lower:]' 15:30:57 ++ facter osfamily 15:30:57 + OS_FAMILY=redhat 15:30:57 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 15:30:57 + START_PACKAGES=/tmp/packages_start.txt 15:30:57 + END_PACKAGES=/tmp/packages_end.txt 15:30:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:30:57 + PACKAGES=/tmp/packages_start.txt 15:30:57 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 15:30:57 + PACKAGES=/tmp/packages_end.txt 15:30:57 + case "${OS_FAMILY}" in 15:30:57 + rpm -qa 15:30:57 + sort 15:31:02 + '[' -f /tmp/packages_start.txt ']' 15:31:02 + '[' -f /tmp/packages_end.txt ']' 15:31:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:31:02 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 15:31:02 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 15:31:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 15:31:02 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 15:31:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:31:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:03 15:31:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:31:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:03 alpine: Pulling from edgex-lftools-log-publisher 15:31:03 df20fa9351a1: Pulling fs layer 15:31:03 36b3adc4ff6f: Pulling fs layer 15:31:03 8ad3a11d3b57: Pulling fs layer 15:31:03 46f8f816bc3b: Pulling fs layer 15:31:03 93b61091891f: Pulling fs layer 15:31:03 93b9cdb0e59b: Pulling fs layer 15:31:03 5e14af77c1be: Pulling fs layer 15:31:03 01666e4c0597: Pulling fs layer 15:31:03 aa168da1d23b: Pulling fs layer 15:31:03 46f8f816bc3b: Waiting 15:31:03 93b61091891f: Waiting 15:31:03 93b9cdb0e59b: Waiting 15:31:03 01666e4c0597: Waiting 15:31:03 aa168da1d23b: Waiting 15:31:03 5e14af77c1be: Waiting 15:31:03 46f8f816bc3b: Verifying Checksum 15:31:03 46f8f816bc3b: Download complete 15:31:03 df20fa9351a1: Verifying Checksum 15:31:03 df20fa9351a1: Download complete 15:31:04 93b9cdb0e59b: Verifying Checksum 15:31:04 93b9cdb0e59b: Download complete 15:31:04 5e14af77c1be: Verifying Checksum 15:31:04 5e14af77c1be: Download complete 15:31:04 01666e4c0597: Verifying Checksum 15:31:04 01666e4c0597: Download complete 15:31:04 93b61091891f: Verifying Checksum 15:31:04 93b61091891f: Download complete 15:31:04 df20fa9351a1: Pull complete 15:31:05 36b3adc4ff6f: Pull complete 15:31:05 8ad3a11d3b57: Download complete 15:31:07 8ad3a11d3b57: Pull complete 15:31:07 46f8f816bc3b: Pull complete 15:31:07 93b61091891f: Pull complete 15:31:07 93b9cdb0e59b: Pull complete 15:31:08 5e14af77c1be: Pull complete 15:31:08 01666e4c0597: Pull complete 15:31:10 aa168da1d23b: Verifying Checksum 15:31:10 aa168da1d23b: Download complete 15:31:21 aa168da1d23b: Pull complete 15:31:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:31:21 prd-centos7-docker-4c-2g-8889 does not seem to be running inside a container 15:31:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:31:24 $ docker top 2df1d7511c74097949056982adeaefe191aa63bcc69bacaa6fa7c5cdf05ab6ad -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:25 + touch /tmp/pre-build-complete [Pipeline] sh 15:31:25 + mkdir -p /var/log/sa [Pipeline] sh 15:31:26 + ls /var/log/sa-host 15:31:26 + sadf -c /var/log/sa-host/sa05 15:31:26 file_magic: OK 15:31:26 HZ: Using current value: 100 15:31:26 file_header: OK 15:31:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:31:26 Statistics: 15:31:26 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:26 File successfully converted to sysstat format version 12.2.1 15:31:26 + sadf -c /var/log/sa-host/sa26 15:31:26 file_magic: OK 15:31:26 HZ: Using current value: 100 15:31:26 file_header: OK 15:31:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:31:26 Statistics: 15:31:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:26 provisioning config files... 15:31:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config567358315784105920tmp [Pipeline] { [Pipeline] echo 15:31:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:31:27 ---> create-netrc.sh [Pipeline] } 15:31:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:31:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:31:27 ---> python-tools-install.sh [Pipeline] echo 15:31:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:31:28 ---> sudo-logs.sh 15:31:28 Archiving 'sudo' log.. [Pipeline] echo 15:31:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:31:28 ---> job-cost.sh 15:31:28 lf-activate-venv: SKIPPING 15:31:28 INFO: No Stack... 15:31:29 INFO: Retrieving Pricing Info for: v1-standard-2 15:31:30 INFO: Archiving Costs [Pipeline] echo 15:31:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:31:30 ---> logs-deploy.sh 15:31:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/16 15:31:30 INFO: archiving workspace using pattern(s): 15:31:32 Archives upload complete. 15:31:32 INFO: archiving logs to Nexus