Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1013 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 Commit message: "Merge pull request #107 from soda480/US149" > git rev-list --no-walk d60163d7b0dd1349761f9c7c33fc2b2d634b07dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:43:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:43:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:43:19 ========================================================= 22:43:19 EdgeX Global Pipelines Version Info 22:43:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:43:21 ------------------- 22:43:21 stable info: 22:43:21 ------------------- 22:43:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:43:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:43:21 Message: update stable to v1.0.186 22:43:22 ------------------- 22:43:22 experimental info: 22:43:22 ------------------- 22:43:22 Commited By: **** collab-it+edgex@linuxfoundation.org 22:43:22 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:43:22 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:43:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:43:22 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:43:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:43:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aadbb0e [Pipeline] echo 22:43:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:24 + git log --format=format:%s -1 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] echo 22:43:24 GIT_COMMIT: aadbb0eb01fe3063bcb0247664c4e4c8b35d2269, Commit Message: Merge pull request #107 from soda480/US149 [Pipeline] echo 22:43:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:26 22:43:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:43:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:27 latest: Pulling from edgex-devops/git-semver 22:43:27 31603596830f: Pulling fs layer 22:43:27 2a8b12db71e7: Pulling fs layer 22:43:27 6ca5941a6612: Pulling fs layer 22:43:27 ecc8261a40a4: Pulling fs layer 22:43:27 ecc8261a40a4: Waiting 22:43:27 2a8b12db71e7: Verifying Checksum 22:43:27 2a8b12db71e7: Download complete 22:43:28 31603596830f: Verifying Checksum 22:43:28 31603596830f: Download complete 22:43:28 ecc8261a40a4: Verifying Checksum 22:43:28 ecc8261a40a4: Download complete 22:43:28 6ca5941a6612: Verifying Checksum 22:43:28 6ca5941a6612: Download complete 22:43:29 31603596830f: Pull complete 22:43:29 2a8b12db71e7: Pull complete 22:43:33 6ca5941a6612: Pull complete 22:43:34 ecc8261a40a4: Pull complete 22:43:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:43:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:43:34 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:43:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:43:39 $ docker top b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:39 [ssh-agent] Looking for ssh-agent implementation... 22:43:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:40 $ docker exec b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent 22:43:40 SSH_AUTH_SOCK=/tmp/ssh-CEJirCNtyCzX/agent.11 22:43:40 SSH_AGENT_PID=16 22:43:40 Running ssh-add (command line suppressed) 22:43:41 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7182713449796817016.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7182713449796817016.key) 22:43:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:42 + git tag --points-at HEAD [Pipeline] } 22:43:42 $ docker exec --env ******** --env ******** b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent -k 22:43:42 unset SSH_AUTH_SOCK; 22:43:42 unset SSH_AGENT_PID; 22:43:42 echo Agent pid 16 killed; 22:43:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:43:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:42 [ssh-agent] Looking for ssh-agent implementation... 22:43:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:42 $ docker exec b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent 22:43:42 SSH_AUTH_SOCK=/tmp/ssh-Cp5jdOhYWcWf/agent.45 22:43:42 SSH_AGENT_PID=50 22:43:42 Running ssh-add (command line suppressed) 22:43:43 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3963010119863681250.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3963010119863681250.key) 22:43:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:43 + git semver init 22:43:43 # -> Open(): unable to determine branch for HEAD 22:43:43 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:43:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:43:43 # $SEMVER_REMOTE_NAME = origin 22:43:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:43 # $SEMVER_USER_NAME = edgex-jenkins 22:43:43 # $SEMVER_BRANCH = master 22:43:43 # $SEMVER_TEMP = /tmp/semver-838786911 22:43:43 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:43:44 # '/tmp/semver-838786911' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 22:43:44 # -> Force: false 22:43:44 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:43:44 $ docker exec --env ******** --env ******** b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent -k 22:43:44 unset SSH_AUTH_SOCK; 22:43:44 unset SSH_AGENT_PID; 22:43:44 echo Agent pid 50 killed; 22:43:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:44 + git semver [Pipeline] } 22:43:44 $ docker stop --time=1 b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 22:43:46 $ docker rm -f b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 [Pipeline] // withDockerContainer [Pipeline] sh 22:43:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:43:47 Stashed 1 file(s) [Pipeline] echo 22:43:47 [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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 22:44:02 Still waiting to schedule task 22:44:02 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1008’ is offline; ‘prd-centos7-docker-4c-2g-1009’ is offline; ‘prd-centos7-docker-4c-2g-1020’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1001’ doesn’t have label ‘centos7-docker-4c-2g’ 22:44:02 Still waiting to schedule task 22:44:02 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:46:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1027 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:46:45 Running in /w/workspace/go-mod-secrets/41 [Pipeline] { [Pipeline] checkout 22:46:51 using credential edgex-jenkins-ssh 22:46:51 Cloning the remote Git repository 22:46:51 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:46:52 > git init /w/workspace/go-mod-secrets/41 # timeout=10 22:46:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:46:52 > git --version # timeout=10 22:46:52 > git --version # 'git version 2.17.1' 22:46:52 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:53 Checking out Revision aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (master) 22:46:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:46:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:46:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:46:53 > git config core.sparsecheckout # timeout=10 22:46:53 > git checkout -f aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 22:46:58 Commit message: "Merge pull request #107 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:47:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:47:01 + + true 22:47:01 sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:47:04 ========================================================= 22:47:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:47:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:47: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 . 22:47:05 Sending build context to Docker daemon 652.3kB 22:47:05 Step 1/7 : ARG BASE=golang:1.15-alpine 22:47:05 Step 2/7 : FROM ${BASE} 22:47:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:47:06 5f621e34cdf4: Pulling fs layer 22:47:06 a4357932f1b6: Pulling fs layer 22:47:06 18c013af1878: Pulling fs layer 22:47:06 00ac8860ef70: Pulling fs layer 22:47:06 63d7cb157983: Pulling fs layer 22:47:06 b116817d02f9: Pulling fs layer 22:47:06 745a02a5169b: Pulling fs layer 22:47:06 00ac8860ef70: Waiting 22:47:06 63d7cb157983: Waiting 22:47:06 b116817d02f9: Waiting 22:47:06 745a02a5169b: Waiting 22:47:06 18c013af1878: Download complete 22:47:06 a4357932f1b6: Verifying Checksum 22:47:06 a4357932f1b6: Download complete 22:47:06 63d7cb157983: Download complete 22:47:06 b116817d02f9: Verifying Checksum 22:47:06 b116817d02f9: Download complete 22:47:06 5f621e34cdf4: Verifying Checksum 22:47:06 5f621e34cdf4: Download complete 22:47:06 5f621e34cdf4: Pull complete 22:47:07 a4357932f1b6: Pull complete 22:47:08 18c013af1878: Pull complete 22:47:09 745a02a5169b: Verifying Checksum 22:47:09 745a02a5169b: Download complete 22:47:10 00ac8860ef70: Verifying Checksum 22:47:10 00ac8860ef70: Download complete 22:47:20 00ac8860ef70: Pull complete 22:47:20 63d7cb157983: Pull complete 22:47:20 b116817d02f9: Pull complete 22:47:23 745a02a5169b: Pull complete 22:47:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:47:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:47:23 ---> b7e6874047d6 22:47:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:47:27 ---> Running in 3abe13bfc2ed 22:47:27 Removing intermediate container 3abe13bfc2ed 22:47:27 ---> 63ef516c3689 22:47:27 Step 4/7 : RUN apk add --update bash 22:47:27 ---> Running in 3f11b9a1e477 22:47:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:47:30 OK: 142 MiB in 39 packages 22:47:32 Removing intermediate container 3f11b9a1e477 22:47:32 ---> 796f57935997 22:47:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:47:32 ---> Running in 95667493b496 22:47:32 Removing intermediate container 95667493b496 22:47:32 ---> 249b875dec26 22:47:32 Step 6/7 : COPY go.mod . 22:47:33 ---> 4c329bc6af61 22:47:33 Step 7/7 : RUN go mod download 22:47:33 ---> Running in faf3e7a08c92 22:47:52 Removing intermediate container faf3e7a08c92 22:47:52 ---> 6a95c9008030 22:47:52 Successfully built 6a95c9008030 22:47:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:47:52 + docker inspect -f . ci-base-image-arm64 22:47:52 . [Pipeline] withDockerContainer 22:47:52 prd-ubuntu18.04-docker-arm64-4c-16g-1027 does not seem to be running inside a container 22:47:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:47:54 $ docker top 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:55 + go version 22:47:55 go version go1.15.5 linux/arm64 [Pipeline] } 22:47:55 $ docker stop --time=1 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e 22:47:57 $ docker rm -f 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:57 + docker inspect -f . ci-base-image-arm64 22:47:57 . [Pipeline] withDockerContainer 22:47:58 prd-ubuntu18.04-docker-arm64-4c-16g-1027 does not seem to be running inside a container 22:47:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:48:00 $ docker top 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:01 + make test 22:48:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.613s coverage: 81.0% of statements 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.043s coverage: 57.1% of statements 22:48:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.024s coverage: 96.7% of statements 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.018s coverage: 89.5% of statements 22:48:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements 22:48:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.014s coverage: 85.7% of statements 22:48:40 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.020s coverage: 100.0% of statements 22:48:40 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:48:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:48:40 gofmt -l . 22:48:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:48:40 $ docker stop --time=1 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 22:48:42 $ docker rm -f 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 [Pipeline] // withDockerContainer [Pipeline] sh 22:48:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:48:44 ---> job-cost.sh 22:48:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VkgM 22:49:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:51:23 lf-activate-venv(): INFO: Adding /tmp/venv-VkgM/bin to PATH 22:51:23 INFO: No Stack... 22:51:23 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:23 INFO: Archiving Costs [Pipeline] sh 22:51:24 + cut -d, -f6 22:51:24 + cat /w/workspace/go-mod-secrets/41/archives/cost.csv [Pipeline] lock 22:51:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] 22:51:24 Resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] did not exist. Created. 22:51:24 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:24 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:24 Stashed 1 file(s) [Pipeline] } 22:51:24 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:52:10 Running on prd-centos7-docker-4c-2g-1030 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:52:10 Running in /w/workspace/go-mod-secrets/41 [Pipeline] { [Pipeline] checkout 22:52:23 using credential edgex-jenkins-ssh 22:52:23 Cloning the remote Git repository 22:52:23 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:52:23 > git init /w/workspace/go-mod-secrets/41 # timeout=10 22:52:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:52:24 > git --version # timeout=10 22:52:24 > git --version # 'git version 2.24.3' 22:52:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:52:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:52:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:52:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:52:26 Checking out Revision aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (master) 22:52:26 > git config core.sparsecheckout # timeout=10 22:52:26 > git checkout -f aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 22:52:30 Commit message: "Merge pull request #107 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:52:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:52:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:52:32 + sudo service docker restart 22:52:32 + true 22:52:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:52:34 ========================================================= 22:52:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:52:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:52:35 + 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 . 22:52:36 Sending build context to Docker daemon 653.3kB 22:52:36 Step 1/7 : ARG BASE=golang:1.15-alpine 22:52:36 Step 2/7 : FROM ${BASE} 22:52:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:52:36 188c0c94c7c5: Pulling fs layer 22:52:36 0ef7d3d256c8: Pulling fs layer 22:52:36 de9db76c5a1d: Pulling fs layer 22:52:36 bca2f99d35d6: Pulling fs layer 22:52:36 93359f2a8cfa: Pulling fs layer 22:52:36 7c6f9722023f: Pulling fs layer 22:52:36 a35cf1a2eb13: Pulling fs layer 22:52:36 93359f2a8cfa: Waiting 22:52:36 7c6f9722023f: Waiting 22:52:36 a35cf1a2eb13: Waiting 22:52:36 bca2f99d35d6: Waiting 22:52:36 de9db76c5a1d: Verifying Checksum 22:52:36 de9db76c5a1d: Download complete 22:52:37 0ef7d3d256c8: Verifying Checksum 22:52:37 0ef7d3d256c8: Download complete 22:52:37 93359f2a8cfa: Verifying Checksum 22:52:37 93359f2a8cfa: Download complete 22:52:37 7c6f9722023f: Verifying Checksum 22:52:37 7c6f9722023f: Download complete 22:52:37 188c0c94c7c5: Download complete 22:52:37 188c0c94c7c5: Pull complete 22:52:37 0ef7d3d256c8: Pull complete 22:52:38 de9db76c5a1d: Pull complete 22:52:40 a35cf1a2eb13: Verifying Checksum 22:52:40 a35cf1a2eb13: Download complete 22:52:42 bca2f99d35d6: Verifying Checksum 22:52:42 bca2f99d35d6: Download complete 22:52:57 bca2f99d35d6: Pull complete 22:52:57 93359f2a8cfa: Pull complete 22:52:57 7c6f9722023f: Pull complete 22:53:08 a35cf1a2eb13: Pull complete 22:53:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:53:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:53:08 ---> a62c8e92a672 22:53:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:53:08 ---> Running in 0ab1f9cec3f3 22:53:08 Removing intermediate container 0ab1f9cec3f3 22:53:08 ---> b957217a2171 22:53:08 Step 4/7 : RUN apk add --update bash 22:53:08 ---> Running in db27361e6ed5 22:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:10 OK: 166 MiB in 39 packages 22:53:12 Removing intermediate container db27361e6ed5 22:53:12 ---> dda8df3c2760 22:53:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:53:12 ---> Running in d97b3c071728 22:53:13 Removing intermediate container d97b3c071728 22:53:13 ---> b3cea2023d24 22:53:13 Step 6/7 : COPY go.mod . 22:53:13 ---> 5cf87cc52854 22:53:13 Step 7/7 : RUN go mod download 22:53:13 ---> Running in 0cdbbcf52c01 22:53:40 Removing intermediate container 0cdbbcf52c01 22:53:40 ---> 5d5efe7d5f8d 22:53:40 Successfully built 5d5efe7d5f8d 22:53:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:53:41 + docker inspect -f . ci-base-image-x86_64 22:53:41 . [Pipeline] withDockerContainer 22:53:42 prd-centos7-docker-4c-2g-1030 does not seem to be running inside a container 22:53:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:53:43 $ docker top ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:44 + go version 22:53:44 go version go1.15.5 linux/amd64 [Pipeline] } 22:53:44 $ docker stop --time=1 ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa 22:53:46 $ docker rm -f ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:47 + docker inspect -f . ci-base-image-x86_64 22:53:47 . [Pipeline] withDockerContainer 22:53:48 prd-centos7-docker-4c-2g-1030 does not seem to be running inside a container 22:53:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:53:50 $ docker top 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:52 + make test 22:53:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.240s coverage: 81.0% of statements 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.024s coverage: 57.1% of statements 22:54:25 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.019s coverage: 96.7% of statements 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.026s coverage: 89.5% of statements 22:54:25 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.031s coverage: 100.0% of statements 22:54:25 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.063s coverage: 85.7% of statements 22:54:25 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.053s coverage: 100.0% of statements 22:54:25 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:54:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:54:29 gofmt -l . 22:54:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:54:30 $ docker stop --time=1 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 22:54:32 $ docker rm -f 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 [Pipeline] // withDockerContainer [Pipeline] sh 22:54:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:54:33 Warning: overwriting stash ‘coverage-report’ 22:54:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:54:34 ---> job-cost.sh 22:54:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T6sP 22:55:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:55:46 lf-activate-venv(): INFO: Adding /tmp/venv-T6sP/bin to PATH 22:55:46 INFO: No Stack... 22:55:46 INFO: Retrieving Pricing Info for: v1-standard-2 22:55:46 INFO: Archiving Costs [Pipeline] sh 22:55:46 + cat /w/workspace/go-mod-secrets/41/archives/cost.csv 22:55:46 + cut -d, -f6 [Pipeline] lock 22:55:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] 22:55:46 Resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] did not exist. Created. 22:55:46 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:55:47 /w/workspace/go-mod-secrets/41@tmp/durable-22ba2e6e/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 22:55:47 + echo total: 0.029999999329447746 [Pipeline] stash 22:55:47 Warning: overwriting stash ‘stack-cost’ 22:55:47 Stashed 1 file(s) [Pipeline] } 22:55:47 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:55:48 provisioning config files... 22:55:48 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4089973342370136323tmp [Pipeline] { [Pipeline] sh 22:55:48 + set +x 22:55:48 + curl -s https://codecov.io/bash 22:55:48 + bash -s -- 22:55:48 22:55:48 _____ _ 22:55:48 / ____| | | 22:55:48 | | ___ __| | ___ ___ _____ __ 22:55:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:55:48 | |___| (_) | (_| | __/ (_| (_) \ V / 22:55:48 \_____\___/ \__,_|\___|\___\___/ \_/ 22:55:48 Bash-1.0.1 22:55:48 22:55:48 22:55:48 ==> git version 2.24.3 found 22:55:48 ==> 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 22:55:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:55:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:55:48 ==> Jenkins CI detected. 22:55:48 project root: . 22:55:48 --> token set from env 22:55:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:55:48 ==> Running gcov in . (disable via -X gcov) 22:55:48 ==> Python coveragepy not found 22:55:48 ==> Searching for coverage reports in: 22:55:48 + . 22:55:48 -> Found 1 reports 22:55:48 ==> Detecting git/mercurial file structure 22:55:49 ==> Reading reports 22:55:49 + ./coverage.out bytes=29117 22:55:49 ==> Appending adjustments 22:55:49 https://docs.codecov.io/docs/fixing-reports 22:55:49 + Found adjustments 22:55:49 ==> Gzipping contents 22:55:49 8.0K /tmp/codecov.COtZaO.gz 22:55:49 ==> Uploading reports 22:55:49 url: https://codecov.io 22:55:49 query: branch=master&commit=aadbb0eb01fe3063bcb0247664c4e4c8b35d2269&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:49 -> Pinging Codecov 22:55:49 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=aadbb0eb01fe3063bcb0247664c4e4c8b35d2269&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:50 -> Uploading to 22:55:50 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/D63849C06B6B67093493C71CE874ED06/aadbb0eb01fe3063bcb0247664c4e4c8b35d2269/a4e0a64c-6f51-455a-85a9-86d991a33a3b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T225550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e50ef4f2dd6f7494cbde31bfe0f9981cb81d96be440b0fc25473ae5a230682ae 22:55:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:55:50 Dload Upload Total Spent Left Speed 22:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5947 0 0 100 5947 0 11219 --:--:-- --:--:-- --:--:-- 11220 100 5947 0 0 100 5947 0 11213 --:--:-- --:--:-- --:--:-- 11220 22:55:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] } 22:55:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:55:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:55:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:55:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:52 22:55:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:55:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:55:53 188c0c94c7c5: Pulling fs layer 22:55:53 0ef7d3d256c8: Pulling fs layer 22:55:53 de9db76c5a1d: Pulling fs layer 22:55:53 0eba1c9be4d2: Pulling fs layer 22:55:53 0d57e429df01: Pulling fs layer 22:55:53 4e4be7b47b0d: Pulling fs layer 22:55:53 e1f770b5df2f: Pulling fs layer 22:55:53 85a0685a4137: Pulling fs layer 22:55:53 4e4be7b47b0d: Waiting 22:55:53 e1f770b5df2f: Waiting 22:55:53 85a0685a4137: Waiting 22:55:53 0eba1c9be4d2: Waiting 22:55:53 0d57e429df01: Waiting 22:55:53 de9db76c5a1d: Download complete 22:55:53 0ef7d3d256c8: Verifying Checksum 22:55:53 0ef7d3d256c8: Download complete 22:55:53 0d57e429df01: Verifying Checksum 22:55:53 0d57e429df01: Download complete 22:55:53 4e4be7b47b0d: Verifying Checksum 22:55:53 4e4be7b47b0d: Download complete 22:55:53 188c0c94c7c5: Verifying Checksum 22:55:53 188c0c94c7c5: Download complete 22:55:54 188c0c94c7c5: Pull complete 22:55:54 0ef7d3d256c8: Pull complete 22:55:54 de9db76c5a1d: Pull complete 22:55:54 e1f770b5df2f: Verifying Checksum 22:55:54 e1f770b5df2f: Download complete 22:55:58 0eba1c9be4d2: Verifying Checksum 22:55:58 0eba1c9be4d2: Download complete 22:55:58 85a0685a4137: Verifying Checksum 22:55:58 85a0685a4137: Download complete 22:56:08 0eba1c9be4d2: Pull complete 22:56:08 0d57e429df01: Pull complete 22:56:08 4e4be7b47b0d: Pull complete 22:56:11 e1f770b5df2f: Pull complete 22:56:23 85a0685a4137: Pull complete 22:56:23 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:56:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:56:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:56:24 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:56:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:56:27 $ docker top f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a -eo pid,comm [Pipeline] { [Pipeline] echo 22:56:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:56:28 + set -o pipefail 22:56:28 + snyk monitor '--org=edgex-jenkins' 22:56:36 22:56:36 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 22:56:36 22:56:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/3da9f857-1491-4213-84cd-481f032d426a 22:56:36 22:56:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:56:36 22:56:36 22:56:36 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:56:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:56:36 $ docker stop --time=1 f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a 22:56:39 $ docker rm -f f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:56:40 + git log --format=format:%s -1 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] isUnix [Pipeline] sh 22:56:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:40 . [Pipeline] withDockerContainer 22:56:40 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:56: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:56:42 $ docker top 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:43 [ssh-agent] Looking for ssh-agent implementation... 22:56:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:44 $ docker exec 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 ssh-agent 22:56:44 SSH_AUTH_SOCK=/tmp/ssh-ekv3jO7Dh32F/agent.12 22:56:44 SSH_AGENT_PID=18 22:56:44 Running ssh-add (command line suppressed) 22:56:44 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9085185665085746283.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9085185665085746283.key) 22:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:45 + git semver tag 22:56:45 # -> Open(): unable to determine branch for HEAD 22:56:45 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:56:45 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:56:45 # $SEMVER_REMOTE_NAME = origin 22:56:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:45 # $SEMVER_USER_NAME = edgex-jenkins 22:56:45 # $SEMVER_BRANCH = master 22:56:45 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:56:45 # aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 HEAD 22:56:45 # -> Force: false 22:56:45 # 42935a9beea40e382e36604649eb576af9117369 refs/tags/v2.0.0-dev.17 [Pipeline] } 22:56:45 $ docker exec --env ******** --env ******** 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 ssh-agent -k 22:56:45 unset SSH_AUTH_SOCK; 22:56:45 unset SSH_AGENT_PID; 22:56:45 echo Agent pid 18 killed; 22:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:46 + git semver [Pipeline] } 22:56:46 $ docker stop --time=1 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 22:56:47 $ docker rm -f 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:56:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:56:48 22:56:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:56:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:56:48 0.23.1-centos7: Pulling from edgex-lftools 22:56:48 ab5ef0e58194: Pulling fs layer 22:56:48 9712f1f96733: Pulling fs layer 22:56:48 63f879dbbcfc: Pulling fs layer 22:56:48 0d9ebad4ef96: Pulling fs layer 22:56:48 e9a5061849ea: Pulling fs layer 22:56:48 d747dcd14b5f: Pulling fs layer 22:56:48 2de7ff778b66: Pulling fs layer 22:56:48 0d9ebad4ef96: Waiting 22:56:48 d747dcd14b5f: Waiting 22:56:48 e9a5061849ea: Waiting 22:56:48 2de7ff778b66: Waiting 22:56:48 9712f1f96733: Verifying Checksum 22:56:48 9712f1f96733: Download complete 22:56:51 63f879dbbcfc: Verifying Checksum 22:56:51 63f879dbbcfc: Download complete 22:56:51 e9a5061849ea: Verifying Checksum 22:56:51 e9a5061849ea: Download complete 22:56:51 d747dcd14b5f: Verifying Checksum 22:56:51 d747dcd14b5f: Download complete 22:56:52 2de7ff778b66: Verifying Checksum 22:56:52 2de7ff778b66: Download complete 22:56:52 0d9ebad4ef96: Verifying Checksum 22:56:52 0d9ebad4ef96: Download complete 22:56:53 ab5ef0e58194: Verifying Checksum 22:56:53 ab5ef0e58194: Download complete 22:57:03 ab5ef0e58194: Pull complete 22:57:03 9712f1f96733: Pull complete 22:57:06 63f879dbbcfc: Pull complete 22:57:18 0d9ebad4ef96: Pull complete 22:57:20 e9a5061849ea: Pull complete 22:57:20 d747dcd14b5f: Pull complete 22:57:24 2de7ff778b66: Pull complete 22:57:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:57:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:57:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:57:25 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:57:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:57:29 $ docker top 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:57:29 provisioning config files... 22:57:29 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7678609528931609440tmp 22:57:29 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2745942878606808659tmp 22:57:29 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2032687981669519327tmp [Pipeline] { [Pipeline] echo 22:57:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:57:30 ---> sigul-configuration.sh 22:57:30 gpg: directory `/root/.gnupg' created 22:57:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:57:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:57:30 gpg: keyring `/root/.gnupg/secring.gpg' created 22:57:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:57:30 gpg: CAST5 encrypted data 22:57:30 gpg: encrypted with 1 passphrase 22:57:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:57:31 + mkdir /home/jenkins 22:57:31 + mkdir /home/jenkins/sigul [Pipeline] sh 22:57:32 + 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 22:57:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:57:33 ---> sigul-install.sh 22:57:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:57:44 + git tag --list 22:57:44 v0.0.0 22:57:44 v0.0.1 22:57:44 v0.0.10 22:57:44 v0.0.11 22:57:44 v0.0.12 22:57:44 v0.0.13 22:57:44 v0.0.14 22:57:44 v0.0.15 22:57:44 v0.0.16 22:57:44 v0.0.17 22:57:44 v0.0.18 22:57:44 v0.0.19 22:57:44 v0.0.2 22:57:44 v0.0.20 22:57:44 v0.0.21 22:57:44 v0.0.22 22:57:44 v0.0.23 22:57:44 v0.0.24 22:57:44 v0.0.25 22:57:44 v0.0.26 22:57:44 v0.0.27 22:57:44 v0.0.28 22:57:44 v0.0.29 22:57:44 v0.0.3 22:57:44 v0.0.30 22:57:44 v0.0.31 22:57:44 v0.0.32 22:57:44 v0.0.33 22:57:44 v0.0.4 22:57:44 v0.0.5 22:57:44 v0.0.6 22:57:44 v0.0.7 22:57:44 v0.0.8 22:57:44 v0.0.9 22:57:44 v2.0.0-dev.1 22:57:44 v2.0.0-dev.10 22:57:44 v2.0.0-dev.11 22:57:44 v2.0.0-dev.12 22:57:44 v2.0.0-dev.13 22:57:44 v2.0.0-dev.14 22:57:44 v2.0.0-dev.15 22:57:44 v2.0.0-dev.16 22:57:44 v2.0.0-dev.17 22:57:44 v2.0.0-dev.2 22:57:44 v2.0.0-dev.3 22:57:44 v2.0.0-dev.4 22:57:44 v2.0.0-dev.5 22:57:44 v2.0.0-dev.6 22:57:44 v2.0.0-dev.7 22:57:44 v2.0.0-dev.8 22:57:44 v2.0.0-dev.9 [Pipeline] sh 22:57:45 + lftools sign git-tag v2.0.0-dev.17 22:57:48 Signing Git tag with Sigul... 22:57:48 Signing v2.0.0-dev.17 [Pipeline] echo 22:57:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:57:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:57:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:57:49 $ docker stop --time=1 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a 22:57:53 $ docker rm -f 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:57:54 . [Pipeline] withDockerContainer 22:57:54 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:57:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:57:55 $ docker top 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:57:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:57:56 [ssh-agent] Looking for ssh-agent implementation... 22:57:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:57:57 $ docker exec 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 ssh-agent 22:57:57 SSH_AUTH_SOCK=/tmp/ssh-9sD5sJY1ZvXH/agent.12 22:57:57 SSH_AGENT_PID=18 22:57:57 Running ssh-add (command line suppressed) 22:57:57 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5600441646168670502.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5600441646168670502.key) 22:57:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:57:59 + git semver bump pre 22:57:59 # -> Open(): unable to determine branch for HEAD 22:57:59 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:57:59 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:57:59 # $SEMVER_REMOTE_NAME = origin 22:57:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:57:59 # $SEMVER_USER_NAME = edgex-jenkins 22:57:59 # $SEMVER_BRANCH = master 22:57:59 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:57:59 2.0.0-dev.18 [Pipeline] } 22:57:59 $ docker exec --env ******** --env ******** 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 ssh-agent -k 22:57:59 unset SSH_AUTH_SOCK; 22:57:59 unset SSH_AGENT_PID; 22:57:59 echo Agent pid 18 killed; 22:58:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:01 + git semver [Pipeline] } 22:58:01 $ docker stop --time=1 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 22:58:04 $ docker rm -f 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:58:04 . [Pipeline] withDockerContainer 22:58:05 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:58:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:58:07 $ docker top e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:58:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:07 [ssh-agent] Looking for ssh-agent implementation... 22:58:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:09 $ docker exec e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 ssh-agent 22:58:10 SSH_AUTH_SOCK=/tmp/ssh-DjmOljwRRd9B/agent.11 22:58:10 SSH_AGENT_PID=16 22:58:10 Running ssh-add (command line suppressed) 22:58:10 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7354530510277087126.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7354530510277087126.key) 22:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:10 + git semver push 22:58:11 # -> Open(): unable to determine branch for HEAD 22:58:11 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:58:11 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:58:11 # $SEMVER_REMOTE_NAME = origin 22:58:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:58:11 # $SEMVER_USER_NAME = edgex-jenkins 22:58:11 # $SEMVER_BRANCH = master 22:58:11 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:58:15 $ docker exec --env ******** --env ******** e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 ssh-agent -k 22:58:15 unset SSH_AUTH_SOCK; 22:58:15 unset SSH_AGENT_PID; 22:58:15 echo Agent pid 16 killed; 22:58:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:16 + git semver [Pipeline] } 22:58:16 $ docker stop --time=1 e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 22:58:17 $ docker rm -f e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 [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 22:58:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:58:19 ---> package-listing.sh 22:58:19 ++ facter osfamily 22:58:19 ++ tr '[:upper:]' '[:lower:]' 22:58:20 + OS_FAMILY=redhat 22:58:20 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 22:58:20 + START_PACKAGES=/tmp/packages_start.txt 22:58:20 + END_PACKAGES=/tmp/packages_end.txt 22:58:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:58:20 + PACKAGES=/tmp/packages_start.txt 22:58:20 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:58:20 + PACKAGES=/tmp/packages_end.txt 22:58:20 + case "${OS_FAMILY}" in 22:58:20 + rpm -qa 22:58:20 + sort 22:58:28 + '[' -f /tmp/packages_start.txt ']' 22:58:28 + '[' -f /tmp/packages_end.txt ']' 22:58:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:58:28 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:58:28 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 22:58:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 22:58:28 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 22:58:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:58:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:58:28 22:58:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:58:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:58:29 alpine: Pulling from edgex-lftools-log-publisher 22:58:29 df20fa9351a1: Pulling fs layer 22:58:29 36b3adc4ff6f: Pulling fs layer 22:58:29 8ad3a11d3b57: Pulling fs layer 22:58:29 46f8f816bc3b: Pulling fs layer 22:58:29 93b61091891f: Pulling fs layer 22:58:29 93b9cdb0e59b: Pulling fs layer 22:58:29 5e14af77c1be: Pulling fs layer 22:58:29 01666e4c0597: Pulling fs layer 22:58:29 aa168da1d23b: Pulling fs layer 22:58:29 46f8f816bc3b: Waiting 22:58:29 93b61091891f: Waiting 22:58:29 93b9cdb0e59b: Waiting 22:58:29 5e14af77c1be: Waiting 22:58:29 01666e4c0597: Waiting 22:58:29 aa168da1d23b: Waiting 22:58:29 36b3adc4ff6f: Verifying Checksum 22:58:29 36b3adc4ff6f: Download complete 22:58:29 46f8f816bc3b: Verifying Checksum 22:58:29 46f8f816bc3b: Download complete 22:58:29 df20fa9351a1: Verifying Checksum 22:58:29 93b9cdb0e59b: Verifying Checksum 22:58:29 93b9cdb0e59b: Download complete 22:58:29 5e14af77c1be: Verifying Checksum 22:58:29 5e14af77c1be: Download complete 22:58:29 93b61091891f: Verifying Checksum 22:58:29 93b61091891f: Download complete 22:58:29 01666e4c0597: Verifying Checksum 22:58:29 01666e4c0597: Download complete 22:58:30 8ad3a11d3b57: Verifying Checksum 22:58:30 8ad3a11d3b57: Download complete 22:58:30 df20fa9351a1: Pull complete 22:58:30 36b3adc4ff6f: Pull complete 22:58:32 8ad3a11d3b57: Pull complete 22:58:32 46f8f816bc3b: Pull complete 22:58:33 93b61091891f: Pull complete 22:58:34 93b9cdb0e59b: Pull complete 22:58:34 aa168da1d23b: Verifying Checksum 22:58:34 aa168da1d23b: Download complete 22:58:34 5e14af77c1be: Pull complete 22:58:35 01666e4c0597: Pull complete 22:58:54 aa168da1d23b: Pull complete 22:58:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:58:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:58:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:58:55 prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container 22:58:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:58:58 $ docker top ed780d0513a6becd4dcc5a2083ec1cad40eda401aff9e5853bb246cb5d07ae78 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:00 + touch /tmp/pre-build-complete [Pipeline] sh 22:59:01 + mkdir -p /var/log/sa [Pipeline] sh 22:59:02 + ls /var/log/sa-host 22:59:02 + sadf -c /var/log/sa-host/sa19 22:59:02 file_magic: OK 22:59:02 HZ: Using current value: 100 22:59:02 file_header: OK 22:59:02 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 22:59:02 Statistics: 22:59:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:59:02 File successfully converted to sysstat format version 12.2.1 22:59:02 + sadf -c /var/log/sa-host/sa23 22:59:02 file_magic: OK 22:59:02 HZ: Using current value: 100 22:59:02 file_header: OK 22:59:02 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 22:59:02 Statistics: 22:59:02 Hnuu...uuuununununu... 22:59:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:59:02 provisioning config files... 22:59:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3838057185281844608tmp [Pipeline] { [Pipeline] echo 22:59:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:59:03 ---> create-netrc.sh [Pipeline] } 22:59:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:59:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:59:03 ---> python-tools-install.sh [Pipeline] echo 22:59:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:59:04 ---> sudo-logs.sh 22:59:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:59:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:59:05 ---> job-cost.sh 22:59:06 lf-activate-venv: SKIPPING 22:59:06 DEBUG: total: 0.029999999329447746 22:59:06 INFO: Retrieving Stack Cost... 22:59:07 INFO: Retrieving Pricing Info for: v1-standard-2 22:59:08 INFO: Archiving Costs [Pipeline] echo 22:59:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:59:09 ---> logs-deploy.sh 22:59:09 lf-activate-venv: SKIPPING 22:59:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/41 22:59:09 INFO: archiving workspace using pattern(s): 22:59:12 Archives upload complete. 22:59:12 INFO: archiving logs to Nexus