Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f5b5b9650bec370244a32f6a18dc3c912027a35 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 Running on prd-centos7-docker-4c-2g-334 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 > 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 Checking out Revision 5f5b5b9650bec370244a32f6a18dc3c912027a35 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f5b5b9650bec370244a32f6a18dc3c912027a35 # timeout=10 Commit message: "Merge pull request #105 from jim-wang-intel/refactor-generate-consul-token-api" > git rev-list --no-walk af461cd0a716b24a34c17b6957051be6c1f74246 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:45:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:45:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:45:24 ========================================================= 20:45:24 EdgeX Global Pipelines Version Info 20:45:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:45:26 ------------------- 20:45:26 stable info: 20:45:26 ------------------- 20:45:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:45:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:45:26 Message: update stable to v1.0.186 20:45:27 ------------------- 20:45:27 experimental info: 20:45:27 ------------------- 20:45:27 Commited By: **** collab-it+edgex@linuxfoundation.org 20:45:27 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:45:27 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:45:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f5b5b9650bec370244a32f6a18dc3c912027a35 [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f5b5b9 [Pipeline] echo 20:45:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:28 + git log --format=format:%s -1 5f5b5b9650bec370244a32f6a18dc3c912027a35 [Pipeline] echo 20:45:28 GIT_COMMIT: 5f5b5b9650bec370244a32f6a18dc3c912027a35, Commit Message: Merge pull request #105 from jim-wang-intel/refactor-generate-consul-token-api [Pipeline] echo 20:45:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:45:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:29 20:45:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:45:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:30 latest: Pulling from edgex-devops/git-semver 20:45:30 31603596830f: Pulling fs layer 20:45:30 2a8b12db71e7: Pulling fs layer 20:45:30 6ca5941a6612: Pulling fs layer 20:45:30 ecc8261a40a4: Pulling fs layer 20:45:30 ecc8261a40a4: Waiting 20:45:30 2a8b12db71e7: Verifying Checksum 20:45:30 2a8b12db71e7: Download complete 20:45:30 31603596830f: Verifying Checksum 20:45:30 31603596830f: Download complete 20:45:30 ecc8261a40a4: Verifying Checksum 20:45:30 ecc8261a40a4: Download complete 20:45:30 6ca5941a6612: Verifying Checksum 20:45:30 6ca5941a6612: Download complete 20:45:30 31603596830f: Pull complete 20:45:31 2a8b12db71e7: Pull complete 20:45:31 6ca5941a6612: Pull complete 20:45:31 ecc8261a40a4: Pull complete 20:45:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:45:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:45:32 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:45:32 $ 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 20:45:34 $ docker top a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:34 [ssh-agent] Looking for ssh-agent implementation... 20:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:34 $ docker exec a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 ssh-agent 20:45:34 SSH_AUTH_SOCK=/tmp/ssh-ewv4eH3fzkNG/agent.11 20:45:34 SSH_AGENT_PID=17 20:45:34 Running ssh-add (command line suppressed) 20:45:34 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1684955638584552651.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1684955638584552651.key) 20:45:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:35 + git tag --points-at HEAD [Pipeline] } 20:45:35 $ docker exec --env ******** --env ******** a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 ssh-agent -k 20:45:35 unset SSH_AUTH_SOCK; 20:45:35 unset SSH_AGENT_PID; 20:45:35 echo Agent pid 17 killed; 20:45:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:45:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:35 [ssh-agent] Looking for ssh-agent implementation... 20:45:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:35 $ docker exec a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 ssh-agent 20:45:35 SSH_AUTH_SOCK=/tmp/ssh-Xv01eFinzRfq/agent.45 20:45:35 SSH_AGENT_PID=51 20:45:35 Running ssh-add (command line suppressed) 20:45:35 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5138761098240270496.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5138761098240270496.key) 20:45:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:36 + git semver init 20:45:36 # -> Open(): unable to determine branch for HEAD 20:45:36 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:45:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:45:36 # $SEMVER_REMOTE_NAME = origin 20:45:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:45:36 # $SEMVER_USER_NAME = edgex-jenkins 20:45:36 # $SEMVER_BRANCH = master 20:45:36 # $SEMVER_TEMP = /tmp/semver-877023278 20:45:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 20:45:36 # '/tmp/semver-877023278' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 20:45:36 # -> Force: false 20:45:36 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:45:36 $ docker exec --env ******** --env ******** a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 ssh-agent -k 20:45:36 unset SSH_AUTH_SOCK; 20:45:36 unset SSH_AGENT_PID; 20:45:36 echo Agent pid 51 killed; 20:45:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:45:36 + git semver [Pipeline] } 20:45:36 $ docker stop --time=1 a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 20:45:38 $ docker rm -f a18c7efa8c2de4c2a6bf4401eaf57659837e7fea6d7c89c1a01ba9eaf3e1ab21 [Pipeline] // withDockerContainer [Pipeline] sh 20:45:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:45:39 Stashed 1 file(s) [Pipeline] echo 20:45:39 [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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 20:45:54 Still waiting to schedule task 20:45:54 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-334’ 20:45:54 Still waiting to schedule task 20:45:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:47:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-335 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:47:49 Running in /w/workspace/go-mod-secrets/39 [Pipeline] { [Pipeline] checkout 20:47:55 using credential edgex-jenkins-ssh 20:47:55 Cloning the remote Git repository 20:47:55 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:47:55 > git init /w/workspace/go-mod-secrets/39 # timeout=10 20:47:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:47:55 > git --version # timeout=10 20:47:55 > git --version # 'git version 2.17.1' 20:47:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:47:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:47:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:47:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:47:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:47:56 Checking out Revision 5f5b5b9650bec370244a32f6a18dc3c912027a35 (master) 20:47:57 > git config core.sparsecheckout # timeout=10 20:47:57 > git checkout -f 5f5b5b9650bec370244a32f6a18dc3c912027a35 # timeout=10 20:48:01 Commit message: "Merge pull request #105 from jim-wang-intel/refactor-generate-consul-token-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:48:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:48:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:48:03 + true 20:48:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:48:06 ========================================================= 20:48:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:48:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:48:07 + 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 . 20:48:08 Sending build context to Docker daemon 642.6kB 20:48:08 Step 1/7 : ARG BASE=golang:1.15-alpine 20:48:08 Step 2/7 : FROM ${BASE} 20:48:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:48:08 5f621e34cdf4: Pulling fs layer 20:48:08 a4357932f1b6: Pulling fs layer 20:48:08 18c013af1878: Pulling fs layer 20:48:08 00ac8860ef70: Pulling fs layer 20:48:08 63d7cb157983: Pulling fs layer 20:48:08 b116817d02f9: Pulling fs layer 20:48:08 745a02a5169b: Pulling fs layer 20:48:08 63d7cb157983: Waiting 20:48:08 b116817d02f9: Waiting 20:48:08 00ac8860ef70: Waiting 20:48:08 745a02a5169b: Waiting 20:48:08 18c013af1878: Verifying Checksum 20:48:08 18c013af1878: Download complete 20:48:08 a4357932f1b6: Verifying Checksum 20:48:08 a4357932f1b6: Download complete 20:48:08 63d7cb157983: Verifying Checksum 20:48:08 63d7cb157983: Download complete 20:48:08 b116817d02f9: Verifying Checksum 20:48:08 b116817d02f9: Download complete 20:48:08 5f621e34cdf4: Verifying Checksum 20:48:08 5f621e34cdf4: Download complete 20:48:09 5f621e34cdf4: Pull complete 20:48:09 a4357932f1b6: Pull complete 20:48:10 18c013af1878: Pull complete 20:48:10 745a02a5169b: Verifying Checksum 20:48:10 745a02a5169b: Download complete 20:48:12 00ac8860ef70: Verifying Checksum 20:48:12 00ac8860ef70: Download complete 20:48:13 Running on prd-centos7-docker-4c-2g-336 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:48:13 Running in /w/workspace/go-mod-secrets/39 [Pipeline] { [Pipeline] checkout 20:48:15 using credential edgex-jenkins-ssh 20:48:15 Cloning the remote Git repository 20:48:15 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:48:15 > git init /w/workspace/go-mod-secrets/39 # timeout=10 20:48:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:48:16 > git --version # timeout=10 20:48:16 > git --version # 'git version 2.24.3' 20:48:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:48:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:48:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:48:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:48:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:48:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:48:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:48:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:48:17 Checking out Revision 5f5b5b9650bec370244a32f6a18dc3c912027a35 (master) 20:48:17 > git config core.sparsecheckout # timeout=10 20:48:17 > git checkout -f 5f5b5b9650bec370244a32f6a18dc3c912027a35 # timeout=10 20:48:20 Commit message: "Merge pull request #105 from jim-wang-intel/refactor-generate-consul-token-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:48:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:48:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:48:22 + sudo service docker restart 20:48:22 + true 20:48:22 Redirecting to /bin/systemctl restart docker.service 20:48:23 00ac8860ef70: Pull complete 20:48:23 63d7cb157983: Pull complete 20:48:23 b116817d02f9: Pull complete [Pipeline] unstash [Pipeline] echo 20:48:23 ========================================================= 20:48:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:48:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:48:24 + 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 . 20:48:24 Sending build context to Docker daemon 643.6kB 20:48:24 Step 1/7 : ARG BASE=golang:1.15-alpine 20:48:24 Step 2/7 : FROM ${BASE} 20:48:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:48:24 188c0c94c7c5: Pulling fs layer 20:48:24 0ef7d3d256c8: Pulling fs layer 20:48:24 de9db76c5a1d: Pulling fs layer 20:48:24 bca2f99d35d6: Pulling fs layer 20:48:24 93359f2a8cfa: Pulling fs layer 20:48:24 7c6f9722023f: Pulling fs layer 20:48:24 a35cf1a2eb13: Pulling fs layer 20:48:24 93359f2a8cfa: Waiting 20:48:24 7c6f9722023f: Waiting 20:48:24 a35cf1a2eb13: Waiting 20:48:24 de9db76c5a1d: Verifying Checksum 20:48:24 de9db76c5a1d: Download complete 20:48:24 0ef7d3d256c8: Verifying Checksum 20:48:24 0ef7d3d256c8: Download complete 20:48:24 93359f2a8cfa: Verifying Checksum 20:48:24 93359f2a8cfa: Download complete 20:48:24 7c6f9722023f: Verifying Checksum 20:48:24 7c6f9722023f: Download complete 20:48:24 188c0c94c7c5: Verifying Checksum 20:48:24 188c0c94c7c5: Download complete 20:48:24 188c0c94c7c5: Pull complete 20:48:24 0ef7d3d256c8: Pull complete 20:48:24 de9db76c5a1d: Pull complete 20:48:26 a35cf1a2eb13: Verifying Checksum 20:48:26 a35cf1a2eb13: Download complete 20:48:26 745a02a5169b: Pull complete 20:48:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:48:26 ---> b7e6874047d6 20:48:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:48:26 bca2f99d35d6: Verifying Checksum 20:48:26 bca2f99d35d6: Download complete 20:48:29 ---> Running in 8ca251d29b6f 20:48:29 Removing intermediate container 8ca251d29b6f 20:48:29 ---> b00f0ab09014 20:48:29 Step 4/7 : RUN apk add --update bash 20:48:29 ---> Running in 6e7a542dc8fb 20:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:32 OK: 142 MiB in 39 packages 20:48:33 bca2f99d35d6: Pull complete 20:48:33 93359f2a8cfa: Pull complete 20:48:33 7c6f9722023f: Pull complete 20:48:33 Removing intermediate container 6e7a542dc8fb 20:48:33 ---> 39c2984edf5b 20:48:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:48:33 ---> Running in fe66176203d8 20:48:34 Removing intermediate container fe66176203d8 20:48:34 ---> fbe4055a90c7 20:48:34 Step 6/7 : COPY go.mod . 20:48:34 ---> 0eacaac128ff 20:48:34 Step 7/7 : RUN go mod download 20:48:35 ---> Running in c40d87ac0189 20:48:36 a35cf1a2eb13: Pull complete 20:48:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:48:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:48:36 ---> a62c8e92a672 20:48:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:48:36 ---> Running in f294c5209206 20:48:36 Removing intermediate container f294c5209206 20:48:36 ---> c0b9b96f4719 20:48:36 Step 4/7 : RUN apk add --update bash 20:48:36 ---> Running in 191a34a8aa0d 20:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:48:38 OK: 166 MiB in 39 packages 20:48:39 Removing intermediate container 191a34a8aa0d 20:48:39 ---> d480edf40cb8 20:48:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:48:39 ---> Running in 6667633224a0 20:48:40 Removing intermediate container 6667633224a0 20:48:40 ---> 1e3517550b75 20:48:40 Step 6/7 : COPY go.mod . 20:48:40 ---> 825b539b2033 20:48:40 Step 7/7 : RUN go mod download 20:48:40 ---> Running in 3ffb22055180 20:48:53 Removing intermediate container c40d87ac0189 20:48:53 ---> 31d72c4b9aa7 20:48:53 Successfully built 31d72c4b9aa7 20:48:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:48:53 + docker inspect -f . ci-base-image-arm64 20:48:53 . [Pipeline] withDockerContainer 20:48:53 prd-ubuntu18.04-docker-arm64-4c-16g-335 does not seem to be running inside a container 20:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/39 -v /w/workspace/go-mod-secrets/39:/w/workspace/go-mod-secrets/39:rw,z -v /w/workspace/go-mod-secrets/39@tmp:/w/workspace/go-mod-secrets/39@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 20:48:55 Removing intermediate container 3ffb22055180 20:48:55 ---> 5de506b80a08 20:48:55 Successfully built 5de506b80a08 20:48:55 Successfully tagged ci-base-image-x86_64:latest 20:48:55 $ docker top 9f5fa6a3e3388e75e86fff8ed375f5a5745c4515281fa9629353ce83cdc78376 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 20:48:56 + docker inspect -f . ci-base-image-x86_64 20:48:56 . [Pipeline] withDockerContainer 20:48:56 prd-centos7-docker-4c-2g-336 does not seem to be running inside a container 20:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/39 -v /w/workspace/go-mod-secrets/39:/w/workspace/go-mod-secrets/39:rw,z -v /w/workspace/go-mod-secrets/39@tmp:/w/workspace/go-mod-secrets/39@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 20:48:56 + go version 20:48:56 go version go1.15.5 linux/arm64 20:48:57 $ docker top f7e261b7ccde00d5bb1e3e5e61afeb9130ecc2371e64b74401935c3421af946b -eo pid,comm [Pipeline] { [Pipeline] } 20:48:57 $ docker stop --time=1 9f5fa6a3e3388e75e86fff8ed375f5a5745c4515281fa9629353ce83cdc78376 20:48:59 $ docker rm -f 9f5fa6a3e3388e75e86fff8ed375f5a5745c4515281fa9629353ce83cdc78376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:59 + go version 20:48:59 go version go1.15.5 linux/amd64 [Pipeline] } 20:48:59 $ docker stop --time=1 f7e261b7ccde00d5bb1e3e5e61afeb9130ecc2371e64b74401935c3421af946b 20:48:59 + docker inspect -f . ci-base-image-arm64 20:48:59 . 20:49:00 $ docker rm -f f7e261b7ccde00d5bb1e3e5e61afeb9130ecc2371e64b74401935c3421af946b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 20:49:01 prd-ubuntu18.04-docker-arm64-4c-16g-335 does not seem to be running inside a container 20:49:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/39 -v /w/workspace/go-mod-secrets/39:/w/workspace/go-mod-secrets/39:rw,z -v /w/workspace/go-mod-secrets/39@tmp:/w/workspace/go-mod-secrets/39@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 20:49:02 $ docker top 99cc8ad0ef4cee0efb9eca75d851b74202bd032ec326e6ce4974f292be31fd36 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:03 + docker inspect -f . ci-base-image-x86_64 20:49:03 . [Pipeline] withDockerContainer 20:49:03 prd-centos7-docker-4c-2g-336 does not seem to be running inside a container 20:49:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/39 -v /w/workspace/go-mod-secrets/39:/w/workspace/go-mod-secrets/39:rw,z -v /w/workspace/go-mod-secrets/39@tmp:/w/workspace/go-mod-secrets/39@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 20:49:03 + make test 20:49:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:49:04 $ docker top 930957aa97fba3b6932768837e208f39203a638e950472a7c546bd01cc5029e3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:04 + make test 20:49:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:49:19 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.122s coverage: 81.0% of statements 20:49:19 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.025s coverage: 57.1% of statements 20:49:19 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 20:49:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.006s coverage: 96.7% of statements 20:49:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.007s coverage: 89.5% of statements 20:49:21 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 20:49:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.008s coverage: 100.0% of statements 20:49:21 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 20:49:21 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.009s coverage: 85.7% of statements 20:49:21 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.009s coverage: 100.0% of statements 20:49:21 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 20:49:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:49:22 gofmt -l . 20:49:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:49:23 $ docker stop --time=1 930957aa97fba3b6932768837e208f39203a638e950472a7c546bd01cc5029e3 20:49:25 $ docker rm -f 930957aa97fba3b6932768837e208f39203a638e950472a7c546bd01cc5029e3 [Pipeline] // withDockerContainer [Pipeline] sh 20:49:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:49:25 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 20:49:26 ---> job-cost.sh 20:49:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y3xt 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.472s coverage: 81.0% of statements 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.011s coverage: 57.1% of statements 20:49:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.033s coverage: 96.7% of statements 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements 20:49:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.010s coverage: 100.0% of statements 20:49:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.014s coverage: 85.7% of statements 20:49:36 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.018s coverage: 100.0% of statements 20:49:36 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 20:49:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:49:40 gofmt -l . 20:49:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:49:40 $ docker stop --time=1 99cc8ad0ef4cee0efb9eca75d851b74202bd032ec326e6ce4974f292be31fd36 20:49:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:49:42 $ docker rm -f 99cc8ad0ef4cee0efb9eca75d851b74202bd032ec326e6ce4974f292be31fd36 [Pipeline] // withDockerContainer [Pipeline] sh 20:49:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:49:43 Warning: overwriting stash ‘coverage-report’ 20:49: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 20:49:44 ---> job-cost.sh 20:49:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t14s 20:50:08 lf-activate-venv(): INFO: Adding /tmp/venv-Y3xt/bin to PATH 20:50:08 INFO: No Stack... 20:50:08 INFO: Retrieving Pricing Info for: v1-standard-2 20:50:08 INFO: Archiving Costs [Pipeline] sh 20:50:08 + cut -d, -f6 20:50:08 + cat /w/workspace/go-mod-secrets/39/archives/cost.csv [Pipeline] lock 20:50:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] 20:50:08 Resource [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] did not exist. Created. 20:50:08 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:50:09 + echo total: 0.029999999329447746 [Pipeline] stash 20:50:09 Stashed 1 file(s) [Pipeline] } 20:50:09 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:50:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:51:45 lf-activate-venv(): INFO: Adding /tmp/venv-t14s/bin to PATH 20:51:45 INFO: No Stack... 20:51:45 INFO: Retrieving Pricing Info for: lf-standard-4 20:51:45 INFO: Archiving Costs [Pipeline] sh 20:51:45 + + cutcat -d, /w/workspace/go-mod-secrets/39/archives/cost.csv -f6 20:51:45 [Pipeline] lock 20:51:45 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] 20:51:45 Resource [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] did not exist. Created. 20:51:45 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:51:46 /w/workspace/go-mod-secrets/39@tmp/durable-22956a49/script.sh: 1: /w/workspace/go-mod-secrets/39@tmp/durable-22956a49/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:51:46 + echo total: 0.20999999344348907 [Pipeline] stash 20:51:46 Warning: overwriting stash ‘stack-cost’ 20:51:46 Stashed 1 file(s) [Pipeline] } 20:51:46 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-39-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 20:51:47 provisioning config files... 20:51:47 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config943399569157856799tmp [Pipeline] { [Pipeline] sh 20:51:47 + set +x 20:51:47 + curl -s https://codecov.io/bash 20:51:47 + bash -s -- 20:51:48 20:51:48 _____ _ 20:51:48 / ____| | | 20:51:48 | | ___ __| | ___ ___ _____ __ 20:51:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:51:48 | |___| (_) | (_| | __/ (_| (_) \ V / 20:51:48 \_____\___/ \__,_|\___|\___\___/ \_/ 20:51:48 Bash-1.0.1 20:51:48 20:51:48 20:51:48 ==> git version 2.24.3 found 20:51: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 20:51:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:51:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:51:48 ==> Jenkins CI detected. 20:51:48 project root: . 20:51:48 --> token set from env 20:51:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:51:48 ==> Running gcov in . (disable via -X gcov) 20:51:48 ==> Python coveragepy not found 20:51:48 ==> Searching for coverage reports in: 20:51:48 + . 20:51:48 -> Found 1 reports 20:51:48 ==> Detecting git/mercurial file structure 20:51:48 ==> Reading reports 20:51:48 + ./coverage.out bytes=29117 20:51:48 ==> Appending adjustments 20:51:48 https://docs.codecov.io/docs/fixing-reports 20:51:48 + Found adjustments 20:51:48 ==> Gzipping contents 20:51:48 8.0K /tmp/codecov.gN70b3.gz 20:51:48 ==> Uploading reports 20:51:48 url: https://codecov.io 20:51:48 query: branch=master&commit=5f5b5b9650bec370244a32f6a18dc3c912027a35&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:51:48 -> Pinging Codecov 20:51:48 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=5f5b5b9650bec370244a32f6a18dc3c912027a35&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:51:48 -> Uploading to 20:51:48 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/D63849C06B6B67093493C71CE874ED06/5f5b5b9650bec370244a32f6a18dc3c912027a35/91508aac-3faf-4da6-9c0e-74f0486076d7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T205148Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd3fa21bf3e6c10f17790dfb2538af31f4165df869903cbe66da1855474d5e05 20:51:48 % Total % Received % Xferd Average Speed Time Time Time Current 20:51:48 Dload Upload Total Spent Left Speed 20:51:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5940 0 0 100 5940 0 12434 --:--:-- --:--:-- --:--:-- 12426 20:51:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/5f5b5b9650bec370244a32f6a18dc3c912027a35 [Pipeline] } 20:51:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:51:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:51:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:51:50 20:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:51:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:51:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:51:50 188c0c94c7c5: Pulling fs layer 20:51:50 0ef7d3d256c8: Pulling fs layer 20:51:50 de9db76c5a1d: Pulling fs layer 20:51:50 0eba1c9be4d2: Pulling fs layer 20:51:50 0d57e429df01: Pulling fs layer 20:51:50 4e4be7b47b0d: Pulling fs layer 20:51:50 e1f770b5df2f: Pulling fs layer 20:51:50 85a0685a4137: Pulling fs layer 20:51:50 0d57e429df01: Waiting 20:51:50 4e4be7b47b0d: Waiting 20:51:50 e1f770b5df2f: Waiting 20:51:50 85a0685a4137: Waiting 20:51:50 0eba1c9be4d2: Waiting 20:51:50 de9db76c5a1d: Verifying Checksum 20:51:50 de9db76c5a1d: Download complete 20:51:50 0ef7d3d256c8: Download complete 20:51:50 0d57e429df01: Verifying Checksum 20:51:50 0d57e429df01: Download complete 20:51:50 4e4be7b47b0d: Verifying Checksum 20:51:50 4e4be7b47b0d: Download complete 20:51:50 188c0c94c7c5: Verifying Checksum 20:51:50 188c0c94c7c5: Download complete 20:51:51 188c0c94c7c5: Pull complete 20:51:51 0ef7d3d256c8: Pull complete 20:51:51 de9db76c5a1d: Pull complete 20:51:51 e1f770b5df2f: Verifying Checksum 20:51:51 e1f770b5df2f: Download complete 20:51:54 0eba1c9be4d2: Verifying Checksum 20:51:54 0eba1c9be4d2: Download complete 20:51:54 85a0685a4137: Download complete 20:51:59 0eba1c9be4d2: Pull complete 20:52:00 0d57e429df01: Pull complete 20:52:00 4e4be7b47b0d: Pull complete 20:52:02 e1f770b5df2f: Pull complete 20:52:10 85a0685a4137: Pull complete 20:52:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:52:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:52:11 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:52:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:52:12 $ docker top fbe908c3d4e91267aaf31b861c6c45f6b394a45d1fd941aa85c4ffee868ac358 -eo pid,comm [Pipeline] { [Pipeline] echo 20:52:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:52:12 + set -o pipefail 20:52:12 + snyk monitor '--org=edgex-jenkins' 20:52:17 20:52:17 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 20:52:17 20:52:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/53f74f83-aab9-462c-850e-a24631853346 20:52:17 20:52:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:52:17 20:52:17 20:52:17 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 20:52:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:52:17 $ docker stop --time=1 fbe908c3d4e91267aaf31b861c6c45f6b394a45d1fd941aa85c4ffee868ac358 20:52:19 $ docker rm -f fbe908c3d4e91267aaf31b861c6c45f6b394a45d1fd941aa85c4ffee868ac358 [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 20:52:20 + git log --format=format:%s -1 5f5b5b9650bec370244a32f6a18dc3c912027a35 [Pipeline] isUnix [Pipeline] sh 20:52:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:52:20 . [Pipeline] withDockerContainer 20:52:20 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:52:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:52:21 $ docker top 561da9e2688a20783311700cea979f94ef6a3994237c205394b85005f1160953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:52:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:52:22 [ssh-agent] Looking for ssh-agent implementation... 20:52:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:52:22 $ docker exec 561da9e2688a20783311700cea979f94ef6a3994237c205394b85005f1160953 ssh-agent 20:52:22 SSH_AUTH_SOCK=/tmp/ssh-obOFX1I0OION/agent.11 20:52:22 SSH_AGENT_PID=16 20:52:22 Running ssh-add (command line suppressed) 20:52:22 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3060939029707912000.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3060939029707912000.key) 20:52:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:52:23 + git semver tag 20:52:23 # -> Open(): unable to determine branch for HEAD 20:52:23 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:52:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:52:23 # $SEMVER_REMOTE_NAME = origin 20:52:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:52:23 # $SEMVER_USER_NAME = edgex-jenkins 20:52:23 # $SEMVER_BRANCH = master 20:52:23 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:52:23 # 5f5b5b9650bec370244a32f6a18dc3c912027a35 HEAD 20:52:23 # -> Force: false 20:52:23 # b14a91b6174f3c3fda940c487a5a5d93d9977e2d refs/tags/v2.0.0-dev.15 [Pipeline] } 20:52:23 $ docker exec --env ******** --env ******** 561da9e2688a20783311700cea979f94ef6a3994237c205394b85005f1160953 ssh-agent -k 20:52:23 unset SSH_AUTH_SOCK; 20:52:23 unset SSH_AGENT_PID; 20:52:23 echo Agent pid 16 killed; 20:52:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:52:23 + git semver [Pipeline] } 20:52:23 $ docker stop --time=1 561da9e2688a20783311700cea979f94ef6a3994237c205394b85005f1160953 20:52:24 $ docker rm -f 561da9e2688a20783311700cea979f94ef6a3994237c205394b85005f1160953 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:52:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:25 20:52:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:52:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:25 0.23.1-centos7: Pulling from edgex-lftools 20:52:25 ab5ef0e58194: Pulling fs layer 20:52:25 9712f1f96733: Pulling fs layer 20:52:25 63f879dbbcfc: Pulling fs layer 20:52:25 0d9ebad4ef96: Pulling fs layer 20:52:25 e9a5061849ea: Pulling fs layer 20:52:25 d747dcd14b5f: Pulling fs layer 20:52:25 2de7ff778b66: Pulling fs layer 20:52:25 e9a5061849ea: Waiting 20:52:25 d747dcd14b5f: Waiting 20:52:25 2de7ff778b66: Waiting 20:52:25 0d9ebad4ef96: Waiting 20:52:25 9712f1f96733: Verifying Checksum 20:52:25 9712f1f96733: Download complete 20:52:27 63f879dbbcfc: Verifying Checksum 20:52:27 63f879dbbcfc: Download complete 20:52:27 e9a5061849ea: Verifying Checksum 20:52:27 e9a5061849ea: Download complete 20:52:27 d747dcd14b5f: Verifying Checksum 20:52:27 d747dcd14b5f: Download complete 20:52:27 2de7ff778b66: Verifying Checksum 20:52:27 2de7ff778b66: Download complete 20:52:28 0d9ebad4ef96: Verifying Checksum 20:52:28 0d9ebad4ef96: Download complete 20:52:28 ab5ef0e58194: Verifying Checksum 20:52:28 ab5ef0e58194: Download complete 20:52:32 ab5ef0e58194: Pull complete 20:52:32 9712f1f96733: Pull complete 20:52:34 63f879dbbcfc: Pull complete 20:52:41 0d9ebad4ef96: Pull complete 20:52:43 e9a5061849ea: Pull complete 20:52:43 d747dcd14b5f: Pull complete 20:52:45 2de7ff778b66: Pull complete 20:52:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:52:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:52:46 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:52:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:52:49 $ docker top ca10de335c6c53fd2a0dc01598348b7cbcd948b32371a6cb3087c262f3e96e1f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:52:50 provisioning config files... 20:52:50 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8138165431077161750tmp 20:52:50 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5841964144301222582tmp 20:52:50 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config9148410957876471491tmp [Pipeline] { [Pipeline] echo 20:52:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:52:50 ---> sigul-configuration.sh 20:52:50 gpg: directory `/root/.gnupg' created 20:52:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:52:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:52:50 gpg: keyring `/root/.gnupg/secring.gpg' created 20:52:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:52:50 gpg: CAST5 encrypted data 20:52:50 gpg: encrypted with 1 passphrase 20:52:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:52:51 + mkdir /home/jenkins 20:52:51 + mkdir /home/jenkins/sigul [Pipeline] sh 20:52:51 + 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 20:52:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:52:51 ---> sigul-install.sh 20:52:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:52:58 + git tag --list 20:52:58 v0.0.0 20:52:58 v0.0.1 20:52:58 v0.0.10 20:52:58 v0.0.11 20:52:58 v0.0.12 20:52:58 v0.0.13 20:52:58 v0.0.14 20:52:58 v0.0.15 20:52:58 v0.0.16 20:52:58 v0.0.17 20:52:58 v0.0.18 20:52:58 v0.0.19 20:52:58 v0.0.2 20:52:58 v0.0.20 20:52:58 v0.0.21 20:52:58 v0.0.22 20:52:58 v0.0.23 20:52:58 v0.0.24 20:52:58 v0.0.25 20:52:58 v0.0.26 20:52:58 v0.0.27 20:52:58 v0.0.28 20:52:58 v0.0.29 20:52:58 v0.0.3 20:52:58 v0.0.30 20:52:58 v0.0.31 20:52:58 v0.0.32 20:52:58 v0.0.33 20:52:58 v0.0.4 20:52:58 v0.0.5 20:52:58 v0.0.6 20:52:58 v0.0.7 20:52:58 v0.0.8 20:52:58 v0.0.9 20:52:58 v2.0.0-dev.1 20:52:58 v2.0.0-dev.10 20:52:58 v2.0.0-dev.11 20:52:58 v2.0.0-dev.12 20:52:58 v2.0.0-dev.13 20:52:58 v2.0.0-dev.14 20:52:58 v2.0.0-dev.15 20:52:58 v2.0.0-dev.2 20:52:58 v2.0.0-dev.3 20:52:58 v2.0.0-dev.4 20:52:58 v2.0.0-dev.5 20:52:58 v2.0.0-dev.6 20:52:58 v2.0.0-dev.7 20:52:58 v2.0.0-dev.8 20:52:58 v2.0.0-dev.9 [Pipeline] sh 20:52:58 + lftools sign git-tag v2.0.0-dev.15 20:53:00 Signing Git tag with Sigul... 20:53:00 Signing v2.0.0-dev.15 [Pipeline] echo 20:53:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:53:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:53:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:53:01 $ docker stop --time=1 ca10de335c6c53fd2a0dc01598348b7cbcd948b32371a6cb3087c262f3e96e1f 20:53:03 $ docker rm -f ca10de335c6c53fd2a0dc01598348b7cbcd948b32371a6cb3087c262f3e96e1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:53:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:03 . [Pipeline] withDockerContainer 20:53:04 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:53:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:53:04 $ docker top 91f015f0a5803fdb9bd527da3fae7d4402d325fdfcf03e07aa684f7997c17a51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:04 [ssh-agent] Looking for ssh-agent implementation... 20:53:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:05 $ docker exec 91f015f0a5803fdb9bd527da3fae7d4402d325fdfcf03e07aa684f7997c17a51 ssh-agent 20:53:05 SSH_AUTH_SOCK=/tmp/ssh-8UWp2gkD9S5L/agent.12 20:53:05 SSH_AGENT_PID=17 20:53:05 Running ssh-add (command line suppressed) 20:53:05 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2755194041489305710.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2755194041489305710.key) 20:53:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:05 + git semver bump pre 20:53:05 # -> Open(): unable to determine branch for HEAD 20:53:05 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:53:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:53:05 # $SEMVER_REMOTE_NAME = origin 20:53:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:05 # $SEMVER_USER_NAME = edgex-jenkins 20:53:05 # $SEMVER_BRANCH = master 20:53:05 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:53:05 2.0.0-dev.16 [Pipeline] } 20:53:05 $ docker exec --env ******** --env ******** 91f015f0a5803fdb9bd527da3fae7d4402d325fdfcf03e07aa684f7997c17a51 ssh-agent -k 20:53:06 unset SSH_AUTH_SOCK; 20:53:06 unset SSH_AGENT_PID; 20:53:06 echo Agent pid 17 killed; 20:53:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:06 + git semver [Pipeline] } 20:53:06 $ docker stop --time=1 91f015f0a5803fdb9bd527da3fae7d4402d325fdfcf03e07aa684f7997c17a51 20:53:07 $ docker rm -f 91f015f0a5803fdb9bd527da3fae7d4402d325fdfcf03e07aa684f7997c17a51 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:08 . [Pipeline] withDockerContainer 20:53:08 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:53:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:53:09 $ docker top f1b0966136a151babb33742a5c02e0ec36982e26097b5978a37feffc27d9dcd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:09 [ssh-agent] Looking for ssh-agent implementation... 20:53:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:09 $ docker exec f1b0966136a151babb33742a5c02e0ec36982e26097b5978a37feffc27d9dcd1 ssh-agent 20:53:09 SSH_AUTH_SOCK=/tmp/ssh-qleFpzddwGpH/agent.11 20:53:09 SSH_AGENT_PID=17 20:53:09 Running ssh-add (command line suppressed) 20:53:09 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5004983687437835172.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5004983687437835172.key) 20:53:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:10 + git semver push 20:53:10 # -> Open(): unable to determine branch for HEAD 20:53:10 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:53:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:53:10 # $SEMVER_REMOTE_NAME = origin 20:53:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:10 # $SEMVER_USER_NAME = edgex-jenkins 20:53:10 # $SEMVER_BRANCH = master 20:53:10 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:53:13 $ docker exec --env ******** --env ******** f1b0966136a151babb33742a5c02e0ec36982e26097b5978a37feffc27d9dcd1 ssh-agent -k 20:53:13 unset SSH_AUTH_SOCK; 20:53:13 unset SSH_AGENT_PID; 20:53:13 echo Agent pid 17 killed; 20:53:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:14 + git semver [Pipeline] } 20:53:14 $ docker stop --time=1 f1b0966136a151babb33742a5c02e0ec36982e26097b5978a37feffc27d9dcd1 20:53:15 $ docker rm -f f1b0966136a151babb33742a5c02e0ec36982e26097b5978a37feffc27d9dcd1 [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 20:53:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:53:16 ---> package-listing.sh 20:53:16 ++ facter osfamily 20:53:16 ++ tr '[:upper:]' '[:lower:]' 20:53:16 + OS_FAMILY=redhat 20:53:16 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 20:53:16 + START_PACKAGES=/tmp/packages_start.txt 20:53:16 + END_PACKAGES=/tmp/packages_end.txt 20:53:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:53:16 + PACKAGES=/tmp/packages_start.txt 20:53:16 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:53:16 + PACKAGES=/tmp/packages_end.txt 20:53:16 + case "${OS_FAMILY}" in 20:53:16 + rpm -qa 20:53:16 + sort 20:53:22 + '[' -f /tmp/packages_start.txt ']' 20:53:22 + '[' -f /tmp/packages_end.txt ']' 20:53:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:53:22 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:53:22 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 20:53:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 20:53:22 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 20:53:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:53:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:53:22 20:53:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:53:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:53:23 alpine: Pulling from edgex-lftools-log-publisher 20:53:23 df20fa9351a1: Pulling fs layer 20:53:23 36b3adc4ff6f: Pulling fs layer 20:53:23 8ad3a11d3b57: Pulling fs layer 20:53:23 46f8f816bc3b: Pulling fs layer 20:53:23 93b61091891f: Pulling fs layer 20:53:23 93b9cdb0e59b: Pulling fs layer 20:53:23 5e14af77c1be: Pulling fs layer 20:53:23 01666e4c0597: Pulling fs layer 20:53:23 aa168da1d23b: Pulling fs layer 20:53:23 46f8f816bc3b: Waiting 20:53:23 93b61091891f: Waiting 20:53:23 93b9cdb0e59b: Waiting 20:53:23 5e14af77c1be: Waiting 20:53:23 01666e4c0597: Waiting 20:53:23 aa168da1d23b: Waiting 20:53:23 36b3adc4ff6f: Verifying Checksum 20:53:23 36b3adc4ff6f: Download complete 20:53:23 46f8f816bc3b: Verifying Checksum 20:53:23 46f8f816bc3b: Download complete 20:53:23 df20fa9351a1: Verifying Checksum 20:53:23 df20fa9351a1: Download complete 20:53:23 93b9cdb0e59b: Verifying Checksum 20:53:23 93b9cdb0e59b: Download complete 20:53:23 5e14af77c1be: Verifying Checksum 20:53:23 5e14af77c1be: Download complete 20:53:23 01666e4c0597: Verifying Checksum 20:53:23 01666e4c0597: Download complete 20:53:23 93b61091891f: Verifying Checksum 20:53:23 93b61091891f: Download complete 20:53:23 8ad3a11d3b57: Verifying Checksum 20:53:23 8ad3a11d3b57: Download complete 20:53:23 df20fa9351a1: Pull complete 20:53:23 36b3adc4ff6f: Pull complete 20:53:25 8ad3a11d3b57: Pull complete 20:53:25 aa168da1d23b: Verifying Checksum 20:53:25 aa168da1d23b: Download complete 20:53:26 46f8f816bc3b: Pull complete 20:53:26 93b61091891f: Pull complete 20:53:26 93b9cdb0e59b: Pull complete 20:53:26 5e14af77c1be: Pull complete 20:53:26 01666e4c0597: Pull complete 20:53:34 aa168da1d23b: Pull complete 20:53:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:53:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:53:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:53:35 prd-centos7-docker-4c-2g-334 does not seem to be running inside a container 20:53:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:53:37 $ docker top 1bd8ec74a78d3a6049367b445c7d706de42e980d32f2982b2bdcb8a7d989fded -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:38 + touch /tmp/pre-build-complete [Pipeline] sh 20:53:38 + mkdir -p /var/log/sa [Pipeline] sh 20:53:38 + ls /var/log/sa-host 20:53:38 + sadf -c /var/log/sa-host/sa15 20:53:38 file_magic: OK 20:53:38 HZ: Using current value: 100 20:53:38 file_header: OK 20:53:38 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 20:53:38 Statistics: 20:53:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:53:38 File successfully converted to sysstat format version 12.2.1 20:53:38 + sadf -c /var/log/sa-host/sa23 20:53:38 file_magic: OK 20:53:38 HZ: Using current value: 100 20:53:38 file_header: OK 20:53:38 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 20:53:38 Statistics: 20:53:38 Hnuu...uuuununununu... 20:53:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:53:39 provisioning config files... 20:53:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5823520616815360422tmp [Pipeline] { [Pipeline] echo 20:53:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:53:39 ---> create-netrc.sh [Pipeline] } 20:53:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:53:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:53:40 ---> python-tools-install.sh [Pipeline] echo 20:53:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:53:40 ---> sudo-logs.sh 20:53:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:53:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:53:41 ---> job-cost.sh 20:53:41 lf-activate-venv: SKIPPING 20:53:41 DEBUG: total: 0.20999999344348907 20:53:41 INFO: Retrieving Stack Cost... 20:53:42 INFO: Retrieving Pricing Info for: v1-standard-2 20:53:43 INFO: Archiving Costs [Pipeline] echo 20:53:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:53:43 ---> logs-deploy.sh 20:53:43 lf-activate-venv: SKIPPING 20:53:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/39 20:53:43 INFO: archiving workspace using pattern(s): 20:53:45 Archives upload complete. 20:53:45 INFO: archiving logs to Nexus