Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 16de5b488733f447078f81771069bd4e8e31fe78 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16154 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 Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" > git rev-list --no-walk a7bdd828a6e1890dfaf5ed4577446f96ffeee818 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:43:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:43:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:43:14 ========================================================= 20:43:14 EdgeX Global Pipelines Version Info 20:43:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:43:15 ------------------- 20:43:15 stable info: 20:43:15 ------------------- 20:43:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:43:15 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:43:15 Message: update stable to v1.0.172 20:43:16 ------------------- 20:43:16 experimental info: 20:43:16 ------------------- 20:43:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:43:16 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:43:16 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:43:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 20:43:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:43:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:43:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:43:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16de5b4 [Pipeline] echo 20:43:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:43:21 + git log --format=format:%s -1 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] echo 20:43:21 GIT_COMMIT: 16de5b488733f447078f81771069bd4e8e31fe78, Commit Message: Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129 [Pipeline] echo 20:43:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:22 20:43:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:43:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:23 latest: Pulling from edgex-devops/git-semver 20:43:23 31603596830f: Pulling fs layer 20:43:23 2a8b12db71e7: Pulling fs layer 20:43:23 6ca5941a6612: Pulling fs layer 20:43:23 ecc8261a40a4: Pulling fs layer 20:43:23 ecc8261a40a4: Waiting 20:43:23 2a8b12db71e7: Download complete 20:43:23 31603596830f: Verifying Checksum 20:43:23 31603596830f: Download complete 20:43:23 ecc8261a40a4: Verifying Checksum 20:43:23 ecc8261a40a4: Download complete 20:43:23 6ca5941a6612: Verifying Checksum 20:43:23 6ca5941a6612: Download complete 20:43:23 31603596830f: Pull complete 20:43:23 2a8b12db71e7: Pull complete 20:43:24 6ca5941a6612: Pull complete 20:43:24 ecc8261a40a4: Pull complete 20:43:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:43:25 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:43:25 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:43:27 $ docker top 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:43:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:27 [ssh-agent] Looking for ssh-agent implementation... 20:43:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:27 $ docker exec 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent 20:43:27 SSH_AUTH_SOCK=/tmp/ssh-MNRwhL3Xj430/agent.11 20:43:27 SSH_AGENT_PID=16 20:43:27 Running ssh-add (command line suppressed) 20:43:27 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5345198044542738658.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5345198044542738658.key) 20:43:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:28 + git tag --points-at HEAD [Pipeline] } 20:43:28 $ docker exec --env ******** --env ******** 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent -k 20:43:28 unset SSH_AUTH_SOCK; 20:43:28 unset SSH_AGENT_PID; 20:43:28 echo Agent pid 16 killed; 20:43:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:43:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:28 [ssh-agent] Looking for ssh-agent implementation... 20:43:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:28 $ docker exec 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent 20:43:28 SSH_AUTH_SOCK=/tmp/ssh-jFLIrH9MRYWd/agent.45 20:43:28 SSH_AGENT_PID=51 20:43:28 Running ssh-add (command line suppressed) 20:43:29 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6116297322554496114.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6116297322554496114.key) 20:43:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:29 + git semver init 20:43:29 # -> Open(): unable to determine branch for HEAD 20:43:29 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:43:29 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:43:29 # $SEMVER_REMOTE_NAME = origin 20:43:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:43:29 # $SEMVER_USER_NAME = edgex-jenkins 20:43:29 # $SEMVER_BRANCH = master 20:43:29 # $SEMVER_TEMP = /tmp/semver-690142455 20:43:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 20:43:30 # '/tmp/semver-690142455' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 20:43:30 # -> Force: false 20:43:30 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:43:30 $ docker exec --env ******** --env ******** 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent -k 20:43:30 unset SSH_AUTH_SOCK; 20:43:30 unset SSH_AGENT_PID; 20:43:30 echo Agent pid 51 killed; 20:43:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:43:30 + git semver [Pipeline] } 20:43:30 $ docker stop --time=1 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 20:43:32 $ docker rm -f 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 [Pipeline] // withDockerContainer [Pipeline] sh 20:43:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:43:33 Stashed 1 file(s) [Pipeline] echo 20:43:33 [edgeXSemver]: initialized semver on version 0.0.29 [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:43:49 Still waiting to schedule task 20:43:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:43:49 Still waiting to schedule task 20:43:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:45:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16155 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:45:37 Running in /w/workspace/go-mod-secrets/19 [Pipeline] { [Pipeline] checkout 20:45:43 using credential edgex-jenkins-ssh 20:45:43 Cloning the remote Git repository 20:45:43 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:45:43 > git init /w/workspace/go-mod-secrets/19 # timeout=10 20:45:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:45:43 > git --version # timeout=10 20:45:43 > git --version # 'git version 2.17.1' 20:45:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:45:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:45:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:44 Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) 20:45:44 > git config core.sparsecheckout # timeout=10 20:45:44 > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 20:45:49 Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:45:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:45:51 + true 20:45:51 + sudo service docker restart 20:45:53 Running on prd-centos7-docker-4c-2g-16156 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:45:53 Running in /w/workspace/go-mod-secrets/19 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo 20:45:54 ========================================================= 20:45:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:45:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:54 + 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:45:55 Sending build context to Docker daemon 421.9kB 20:45:55 Step 1/7 : ARG BASE=golang:1.15-alpine 20:45:55 Step 2/7 : FROM ${BASE} 20:45:55 using credential edgex-jenkins-ssh 20:45:55 Cloning the remote Git repository 20:45:55 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:45:56 > git init /w/workspace/go-mod-secrets/19 # timeout=10 20:45:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:45:56 5f621e34cdf4: Pulling fs layer 20:45:56 a4357932f1b6: Pulling fs layer 20:45:56 18c013af1878: Pulling fs layer 20:45:56 00ac8860ef70: Pulling fs layer 20:45:56 63d7cb157983: Pulling fs layer 20:45:56 b116817d02f9: Pulling fs layer 20:45:56 745a02a5169b: Pulling fs layer 20:45:56 00ac8860ef70: Waiting 20:45:56 63d7cb157983: Waiting 20:45:56 b116817d02f9: Waiting 20:45:56 745a02a5169b: Waiting 20:45:56 18c013af1878: Verifying Checksum 20:45:56 a4357932f1b6: Verifying Checksum 20:45:56 a4357932f1b6: Download complete 20:45:56 63d7cb157983: Verifying Checksum 20:45:56 63d7cb157983: Download complete 20:45:56 b116817d02f9: Download complete 20:45:57 5f621e34cdf4: Verifying Checksum 20:45:57 5f621e34cdf4: Download complete 20:45:57 Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) 20:45:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:45:56 > git --version # timeout=10 20:45:56 > git --version # 'git version 2.24.3' 20:45:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:45:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:45:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:45:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:57 > git config core.sparsecheckout # timeout=10 20:45:57 > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 20:45:58 5f621e34cdf4: Pull complete 20:45:58 a4357932f1b6: Pull complete 20:45:58 18c013af1878: Pull complete 20:45:59 745a02a5169b: Verifying Checksum 20:45:59 745a02a5169b: Download complete 20:46:00 00ac8860ef70: Verifying Checksum 20:46:00 00ac8860ef70: Download complete 20:46:00 Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:46:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:46:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:46:02 + sudo service docker restart 20:46:02 + true 20:46:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:46:03 ========================================================= 20:46:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:46:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:46:04 + 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:46:04 Sending build context to Docker daemon 422.9kB 20:46:04 Step 1/7 : ARG BASE=golang:1.15-alpine 20:46:04 Step 2/7 : FROM ${BASE} 20:46:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:46:04 188c0c94c7c5: Pulling fs layer 20:46:04 0ef7d3d256c8: Pulling fs layer 20:46:04 de9db76c5a1d: Pulling fs layer 20:46:04 bca2f99d35d6: Pulling fs layer 20:46:04 93359f2a8cfa: Pulling fs layer 20:46:04 7c6f9722023f: Pulling fs layer 20:46:04 a35cf1a2eb13: Pulling fs layer 20:46:04 bca2f99d35d6: Waiting 20:46:04 93359f2a8cfa: Waiting 20:46:04 7c6f9722023f: Waiting 20:46:04 a35cf1a2eb13: Waiting 20:46:04 de9db76c5a1d: Download complete 20:46:04 0ef7d3d256c8: Verifying Checksum 20:46:04 0ef7d3d256c8: Download complete 20:46:04 93359f2a8cfa: Verifying Checksum 20:46:04 93359f2a8cfa: Download complete 20:46:04 7c6f9722023f: Verifying Checksum 20:46:04 7c6f9722023f: Download complete 20:46:04 188c0c94c7c5: Verifying Checksum 20:46:04 188c0c94c7c5: Download complete 20:46:05 188c0c94c7c5: Pull complete 20:46:05 0ef7d3d256c8: Pull complete 20:46:05 de9db76c5a1d: Pull complete 20:46:06 a35cf1a2eb13: Verifying Checksum 20:46:06 a35cf1a2eb13: Download complete 20:46:06 bca2f99d35d6: Verifying Checksum 20:46:06 bca2f99d35d6: Download complete 20:46:10 00ac8860ef70: Pull complete 20:46:10 63d7cb157983: Pull complete 20:46:11 b116817d02f9: Pull complete 20:46:12 bca2f99d35d6: Pull complete 20:46:12 93359f2a8cfa: Pull complete 20:46:12 7c6f9722023f: Pull complete 20:46:14 745a02a5169b: Pull complete 20:46:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:46:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:46:15 ---> b7e6874047d6 20:46:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:46:17 ---> Running in e42d8ae5f1bd 20:46:18 Removing intermediate container e42d8ae5f1bd 20:46:18 ---> fe6d1a9f6cfa 20:46:18 Step 4/7 : RUN apk add --update bash 20:46:18 ---> Running in a364e8febc60 20:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:46:21 OK: 142 MiB in 39 packages 20:46:22 Removing intermediate container a364e8febc60 20:46:22 ---> 2af4a9a8648a 20:46:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:46:22 ---> Running in 567c613f7a00 20:46:22 a35cf1a2eb13: Pull complete 20:46:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:46:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:46:22 ---> a62c8e92a672 20:46:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:46:22 ---> Running in e519162bb1f2 20:46:22 Removing intermediate container e519162bb1f2 20:46:22 ---> 5fa6a5bdbf67 20:46:22 Step 4/7 : RUN apk add --update bash 20:46:22 ---> Running in 42474310f996 20:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:46:22 Removing intermediate container 567c613f7a00 20:46:22 ---> 4ba8c5a90de1 20:46:22 Step 6/7 : COPY go.mod . 20:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:46:23 ---> 238fd53f41d4 20:46:23 Step 7/7 : RUN go mod download 20:46:23 ---> Running in 02d570ce38fd 20:46:23 OK: 166 MiB in 39 packages 20:46:24 Removing intermediate container 42474310f996 20:46:24 ---> 8bc974c73fe4 20:46:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:46:24 ---> Running in e978c3ccf440 20:46:24 Removing intermediate container e978c3ccf440 20:46:24 ---> 8b84fe59830e 20:46:24 Step 6/7 : COPY go.mod . 20:46:24 ---> 8866d53e5d1f 20:46:24 Step 7/7 : RUN go mod download 20:46:24 ---> Running in 9c043a28669d 20:46:36 Removing intermediate container 9c043a28669d 20:46:36 ---> 8cd5dafadbe3 20:46:36 Successfully built 8cd5dafadbe3 20:46:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:46:37 + docker inspect -f . ci-base-image-x86_64 20:46:37 . [Pipeline] withDockerContainer 20:46:37 prd-centos7-docker-4c-2g-16156 does not seem to be running inside a container 20:46:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@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 ******** ci-base-image-x86_64 cat 20:46:37 $ docker top 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:38 + go version 20:46:38 go version go1.15.5 linux/amd64 [Pipeline] } 20:46:38 $ docker stop --time=1 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c 20:46:38 Removing intermediate container 02d570ce38fd 20:46:38 ---> 8be8c058d866 20:46:38 Successfully built 8be8c058d866 20:46:38 Successfully tagged ci-base-image-arm64:latest 20:46:39 $ docker rm -f 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:40 + docker inspect -f . ci-base-image-arm64 20:46:40 . [Pipeline] withDockerContainer 20:46:40 + docker inspect -f . ci-base-image-x86_64 20:46:40 . 20:46:40 prd-ubuntu18.04-docker-arm64-4c-16g-16155 does not seem to be running inside a container 20:46:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:46:42 $ docker top 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 20:46:42 prd-centos7-docker-4c-2g-16156 does not seem to be running inside a container 20:46:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@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 ******** ci-base-image-x86_64 cat 20:46:43 $ docker top b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 20:46:44 + make test 20:46:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:46:44 + go version 20:46:44 go version go1.15.5 linux/arm64 [Pipeline] } 20:46:44 $ docker stop --time=1 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 20:46:46 $ docker rm -f 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:47 + docker inspect -f . ci-base-image-arm64 20:46:47 . [Pipeline] withDockerContainer 20:46:47 prd-ubuntu18.04-docker-arm64-4c-16g-16155 does not seem to be running inside a container 20:46:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:46:49 $ docker top e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:50 + make test 20:46:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:46:50 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 20:46:50 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 20:47:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.043s coverage: 96.7% of statements 20:47:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.010s coverage: 44.1% of statements 20:47:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements 20:47:00 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.008s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.020s coverage: 87.5% of statements 20:47:07 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements 20:47:07 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 20:47:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:47:08 gofmt -l . 20:47:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:47:08 $ docker stop --time=1 b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 20:47:10 $ docker rm -f b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 [Pipeline] // withDockerContainer [Pipeline] sh 20:47:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:47:11 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) 20:47:12 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 20:47:12 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:47:22 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.028s coverage: 96.7% of statements 20:47:22 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.066s coverage: 44.1% of statements 20:47:22 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.021s coverage: 89.5% of statements 20:47:22 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 20:47:22 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.014s coverage: 100.0% of statements 20:47:22 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 20:47:22 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.042s coverage: 87.5% of statements 20:47:30 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.022s coverage: 93.3% of statements 20:47:30 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 20:47:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:47:34 gofmt -l . 20:47:34 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:47:34 $ docker stop --time=1 e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec 20:47:36 $ docker rm -f e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec [Pipeline] // withDockerContainer [Pipeline] sh 20:47:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:47:37 Warning: overwriting stash ‘coverage-report’ 20:47:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:47:40 provisioning config files... 20:47:40 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8735089724066288457tmp [Pipeline] { [Pipeline] sh 20:47:40 + set +x 20:47:40 + curl -s https://codecov.io/bash 20:47:40 + bash -s -- 20:47:41 20:47:41 _____ _ 20:47:41 / ____| | | 20:47:41 | | ___ __| | ___ ___ _____ __ 20:47:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:47:41 | |___| (_) | (_| | __/ (_| (_) \ V / 20:47:41 \_____\___/ \__,_|\___|\___\___/ \_/ 20:47:41 Bash-20201130-cc6d3fe 20:47:41 20:47:41 20:47:41 ==> Jenkins CI detected. 20:47:41 project root: . 20:47:41 --> token set from env 20:47:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:47:41 ==> Running gcov in . (disable via -X gcov) 20:47:41 ==> Python coveragepy not found 20:47:41 ==> Searching for coverage reports in: 20:47:41 + . 20:47:41 -> Found 1 reports 20:47:41 ==> Detecting git/mercurial file structure 20:47:41 ==> Reading reports 20:47:41 + ./coverage.out bytes=16629 20:47:41 ==> Appending adjustments 20:47:41 https://docs.codecov.io/docs/fixing-reports 20:47:41 + Found adjustments 20:47:41 ==> Gzipping contents 20:47:41 4.0K /tmp/codecov.ykUP4r.gz 20:47:41 ==> Uploading reports 20:47:41 url: https://codecov.io 20:47:41 query: branch=master&commit=16de5b488733f447078f81771069bd4e8e31fe78&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:47:41 -> Pinging Codecov 20:47:41 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=16de5b488733f447078f81771069bd4e8e31fe78&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:47:41 -> Uploading to 20:47:41 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/D63849C06B6B67093493C71CE874ED06/16de5b488733f447078f81771069bd4e8e31fe78/c33bcd21-1cef-4e6c-9685-d6270d79041d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T204741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da167cb66a027400658482bd2f2ec65d799bd6dfdb8d03c94d20750367751890 20:47:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:47:41 Dload Upload Total Spent Left Speed 20:47:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3732 0 0 100 3732 0 6669 --:--:-- --:--:-- --:--:-- 6664 20:47:42 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] } 20:47:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:47:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:47:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:47:43 20:47:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:47:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:47:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:47:43 188c0c94c7c5: Pulling fs layer 20:47:43 0ef7d3d256c8: Pulling fs layer 20:47:43 de9db76c5a1d: Pulling fs layer 20:47:43 0eba1c9be4d2: Pulling fs layer 20:47:43 0d57e429df01: Pulling fs layer 20:47:43 4e4be7b47b0d: Pulling fs layer 20:47:43 e1f770b5df2f: Pulling fs layer 20:47:43 85a0685a4137: Pulling fs layer 20:47:43 0d57e429df01: Waiting 20:47:43 4e4be7b47b0d: Waiting 20:47:43 e1f770b5df2f: Waiting 20:47:43 85a0685a4137: Waiting 20:47:43 0eba1c9be4d2: Waiting 20:47:43 de9db76c5a1d: Verifying Checksum 20:47:43 de9db76c5a1d: Download complete 20:47:43 0ef7d3d256c8: Verifying Checksum 20:47:43 0ef7d3d256c8: Download complete 20:47:43 0d57e429df01: Verifying Checksum 20:47:43 0d57e429df01: Download complete 20:47:43 188c0c94c7c5: Verifying Checksum 20:47:43 188c0c94c7c5: Download complete 20:47:44 188c0c94c7c5: Pull complete 20:47:44 4e4be7b47b0d: Verifying Checksum 20:47:44 4e4be7b47b0d: Download complete 20:47:44 0ef7d3d256c8: Pull complete 20:47:44 de9db76c5a1d: Pull complete 20:47:45 e1f770b5df2f: Verifying Checksum 20:47:45 e1f770b5df2f: Download complete 20:47:46 0eba1c9be4d2: Verifying Checksum 20:47:46 0eba1c9be4d2: Download complete 20:47:47 85a0685a4137: Verifying Checksum 20:47:47 85a0685a4137: Download complete 20:47:52 0eba1c9be4d2: Pull complete 20:47:52 0d57e429df01: Pull complete 20:47:52 4e4be7b47b0d: Pull complete 20:47:56 e1f770b5df2f: Pull complete 20:48:03 85a0685a4137: Pull complete 20:48:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:48:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:48:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:48:03 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:48:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:48:04 $ docker top 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f -eo pid,comm [Pipeline] { [Pipeline] echo 20:48:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:48:05 + set -o pipefail 20:48:05 + snyk monitor '--org=edgex-jenkins' 20:48:11 20:48:11 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 20:48:11 20:48:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/02887bb6-a494-4709-a204-88a3789ec143 20:48:11 20:48:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:48:11 20:48:11 20:48:11 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 20:48:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:48:11 $ docker stop --time=1 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f 20:48:13 $ docker rm -f 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:48:15 + git log --format=format:%s -1 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] isUnix [Pipeline] sh 20:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:15 . [Pipeline] withDockerContainer 20:48:15 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:48:15 $ 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 20:48:16 $ docker top 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:48:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:17 [ssh-agent] Looking for ssh-agent implementation... 20:48:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:17 $ docker exec 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f ssh-agent 20:48:17 SSH_AUTH_SOCK=/tmp/ssh-sBfpWyFyLsQd/agent.11 20:48:17 SSH_AGENT_PID=17 20:48:17 Running ssh-add (command line suppressed) 20:48:17 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4784193935198907756.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4784193935198907756.key) 20:48:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:18 + git semver tag 20:48:18 # -> Open(): unable to determine branch for HEAD 20:48:18 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:48:18 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:48:18 # $SEMVER_REMOTE_NAME = origin 20:48:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:48:18 # $SEMVER_USER_NAME = edgex-jenkins 20:48:18 # $SEMVER_BRANCH = master 20:48:18 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:48:18 # 16de5b488733f447078f81771069bd4e8e31fe78 HEAD 20:48:18 # -> Force: false 20:48:18 # 4d732ba4c8ed90d0bcc55ff91ab9dc887a204802 refs/tags/v0.0.29 [Pipeline] } 20:48:18 $ docker exec --env ******** --env ******** 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f ssh-agent -k 20:48:18 unset SSH_AUTH_SOCK; 20:48:18 unset SSH_AGENT_PID; 20:48:18 echo Agent pid 17 killed; 20:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:48:18 + git semver [Pipeline] } 20:48:18 $ docker stop --time=1 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f 20:48:20 $ docker rm -f 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:48:20 20:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:48:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:48:21 0.23.1-centos7: Pulling from edgex-lftools 20:48:21 ab5ef0e58194: Pulling fs layer 20:48:21 9712f1f96733: Pulling fs layer 20:48:21 63f879dbbcfc: Pulling fs layer 20:48:21 0d9ebad4ef96: Pulling fs layer 20:48:21 e9a5061849ea: Pulling fs layer 20:48:21 d747dcd14b5f: Pulling fs layer 20:48:21 2de7ff778b66: Pulling fs layer 20:48:21 0d9ebad4ef96: Waiting 20:48:21 e9a5061849ea: Waiting 20:48:21 d747dcd14b5f: Waiting 20:48:21 2de7ff778b66: Waiting 20:48:21 9712f1f96733: Verifying Checksum 20:48:21 9712f1f96733: Download complete 20:48:23 63f879dbbcfc: Verifying Checksum 20:48:23 63f879dbbcfc: Download complete 20:48:23 e9a5061849ea: Verifying Checksum 20:48:23 e9a5061849ea: Download complete 20:48:23 d747dcd14b5f: Download complete 20:48:23 0d9ebad4ef96: Verifying Checksum 20:48:23 0d9ebad4ef96: Download complete 20:48:23 2de7ff778b66: Verifying Checksum 20:48:23 ab5ef0e58194: Verifying Checksum 20:48:23 ab5ef0e58194: Download complete 20:48:28 ab5ef0e58194: Pull complete 20:48:28 9712f1f96733: Pull complete 20:48:30 63f879dbbcfc: Pull complete 20:48:37 0d9ebad4ef96: Pull complete 20:48:37 e9a5061849ea: Pull complete 20:48:37 d747dcd14b5f: Pull complete 20:48:40 2de7ff778b66: Pull complete 20:48:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:48:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:48:40 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:48:40 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:48:45 $ docker top 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:48:45 provisioning config files... 20:48:45 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2375621051031949209tmp 20:48:45 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config475561758055934767tmp 20:48:45 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7633588176974128800tmp [Pipeline] { [Pipeline] echo 20:48:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:48:46 ---> sigul-configuration.sh 20:48:46 gpg: directory `/root/.gnupg' created 20:48:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:48:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:48:46 gpg: keyring `/root/.gnupg/secring.gpg' created 20:48:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:48:46 gpg: CAST5 encrypted data 20:48:46 gpg: encrypted with 1 passphrase 20:48:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:48:46 + mkdir /home/jenkins 20:48:46 + mkdir /home/jenkins/sigul [Pipeline] sh 20:48:47 + 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:48:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:48:47 ---> sigul-install.sh 20:48:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:48:53 + git tag --list 20:48:53 v0.0.0 20:48:53 v0.0.1 20:48:53 v0.0.10 20:48:53 v0.0.11 20:48:53 v0.0.12 20:48:53 v0.0.13 20:48:53 v0.0.14 20:48:53 v0.0.15 20:48:53 v0.0.16 20:48:53 v0.0.17 20:48:53 v0.0.18 20:48:53 v0.0.19 20:48:53 v0.0.2 20:48:53 v0.0.20 20:48:53 v0.0.21 20:48:53 v0.0.22 20:48:53 v0.0.23 20:48:53 v0.0.24 20:48:53 v0.0.25 20:48:53 v0.0.26 20:48:53 v0.0.27 20:48:53 v0.0.28 20:48:53 v0.0.29 20:48:53 v0.0.3 20:48:53 v0.0.4 20:48:53 v0.0.5 20:48:53 v0.0.6 20:48:53 v0.0.7 20:48:53 v0.0.8 20:48:53 v0.0.9 [Pipeline] sh 20:48:53 + lftools sign git-tag v0.0.29 20:48:54 Signing Git tag with Sigul... 20:48:54 Signing v0.0.29 [Pipeline] echo 20:48:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:48:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:48:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:48:56 $ docker stop --time=1 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 20:48:58 $ docker rm -f 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:59 . [Pipeline] withDockerContainer 20:48:59 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:48:59 $ 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 20:49:00 $ docker top 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:00 [ssh-agent] Looking for ssh-agent implementation... 20:49:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:00 $ docker exec 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c ssh-agent 20:49:01 SSH_AUTH_SOCK=/tmp/ssh-gE9jTPKTZsQZ/agent.11 20:49:01 SSH_AGENT_PID=16 20:49:01 Running ssh-add (command line suppressed) 20:49:01 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7868732388001187893.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7868732388001187893.key) 20:49:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:01 + git semver bump patch 20:49:01 # -> Open(): unable to determine branch for HEAD 20:49:01 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:49:01 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:49:01 # $SEMVER_REMOTE_NAME = origin 20:49:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:01 # $SEMVER_USER_NAME = edgex-jenkins 20:49:01 # $SEMVER_BRANCH = master 20:49:01 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:49:01 0.0.30 [Pipeline] } 20:49:01 $ docker exec --env ******** --env ******** 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c ssh-agent -k 20:49:02 unset SSH_AUTH_SOCK; 20:49:02 unset SSH_AGENT_PID; 20:49:02 echo Agent pid 16 killed; 20:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:02 + git semver [Pipeline] } 20:49:02 $ docker stop --time=1 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c 20:49:04 $ docker rm -f 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:04 . [Pipeline] withDockerContainer 20:49:04 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:49: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:05 $ docker top c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:05 [ssh-agent] Looking for ssh-agent implementation... 20:49:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:05 $ docker exec c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 ssh-agent 20:49:05 SSH_AUTH_SOCK=/tmp/ssh-yulfQlwjIdgM/agent.11 20:49:05 SSH_AGENT_PID=16 20:49:05 Running ssh-add (command line suppressed) 20:49:06 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7696079055204805271.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7696079055204805271.key) 20:49:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:06 + git semver push 20:49:06 # -> Open(): unable to determine branch for HEAD 20:49:06 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:49:06 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:49:06 # $SEMVER_REMOTE_NAME = origin 20:49:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:06 # $SEMVER_USER_NAME = edgex-jenkins 20:49:06 # $SEMVER_BRANCH = master 20:49:06 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:49:13 $ docker exec --env ******** --env ******** c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 ssh-agent -k 20:49:13 unset SSH_AUTH_SOCK; 20:49:13 unset SSH_AGENT_PID; 20:49:13 echo Agent pid 16 killed; 20:49:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:13 + git semver [Pipeline] } 20:49:13 $ docker stop --time=1 c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 20:49:15 $ docker rm -f c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 [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:49:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:49:17 ---> package-listing.sh 20:49:17 ++ facter osfamily 20:49:17 ++ tr '[:upper:]' '[:lower:]' 20:49:17 + OS_FAMILY=redhat 20:49:17 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 20:49:17 + START_PACKAGES=/tmp/packages_start.txt 20:49:17 + END_PACKAGES=/tmp/packages_end.txt 20:49:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:49:17 + PACKAGES=/tmp/packages_start.txt 20:49:17 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:49:17 + PACKAGES=/tmp/packages_end.txt 20:49:17 + case "${OS_FAMILY}" in 20:49:17 + rpm -qa 20:49:17 + sort 20:49:22 + '[' -f /tmp/packages_start.txt ']' 20:49:22 + '[' -f /tmp/packages_end.txt ']' 20:49:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:49:22 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:49:22 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 20:49: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:49: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:49:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:49:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:49:23 20:49:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:49:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:49:23 alpine: Pulling from edgex-lftools-log-publisher 20:49:23 df20fa9351a1: Pulling fs layer 20:49:23 36b3adc4ff6f: Pulling fs layer 20:49:23 8ad3a11d3b57: Pulling fs layer 20:49:23 46f8f816bc3b: Pulling fs layer 20:49:23 93b61091891f: Pulling fs layer 20:49:23 93b9cdb0e59b: Pulling fs layer 20:49:23 5e14af77c1be: Pulling fs layer 20:49:23 01666e4c0597: Pulling fs layer 20:49:23 aa168da1d23b: Pulling fs layer 20:49:23 93b9cdb0e59b: Waiting 20:49:23 5e14af77c1be: Waiting 20:49:23 01666e4c0597: Waiting 20:49:23 aa168da1d23b: Waiting 20:49:23 46f8f816bc3b: Waiting 20:49:23 93b61091891f: Waiting 20:49:23 36b3adc4ff6f: Verifying Checksum 20:49:23 36b3adc4ff6f: Download complete 20:49:23 46f8f816bc3b: Verifying Checksum 20:49:23 46f8f816bc3b: Download complete 20:49:23 df20fa9351a1: Verifying Checksum 20:49:23 df20fa9351a1: Download complete 20:49:23 93b9cdb0e59b: Verifying Checksum 20:49:23 93b9cdb0e59b: Download complete 20:49:23 93b61091891f: Verifying Checksum 20:49:23 93b61091891f: Download complete 20:49:23 5e14af77c1be: Verifying Checksum 20:49:23 5e14af77c1be: Download complete 20:49:23 01666e4c0597: Verifying Checksum 20:49:23 01666e4c0597: Download complete 20:49:24 df20fa9351a1: Pull complete 20:49:24 8ad3a11d3b57: Verifying Checksum 20:49:24 8ad3a11d3b57: Download complete 20:49:24 36b3adc4ff6f: Pull complete 20:49:26 aa168da1d23b: Verifying Checksum 20:49:26 aa168da1d23b: Download complete 20:49:26 8ad3a11d3b57: Pull complete 20:49:26 46f8f816bc3b: Pull complete 20:49:26 93b61091891f: Pull complete 20:49:26 93b9cdb0e59b: Pull complete 20:49:27 5e14af77c1be: Pull complete 20:49:27 01666e4c0597: Pull complete 20:49:35 aa168da1d23b: Pull complete 20:49:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:49:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:49:35 prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container 20:49: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:49:38 $ docker top 1c22c37e2935e12a96ad92e0372edcd8cfa67b223464ac5e403c530fb0095ab4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:39 + touch /tmp/pre-build-complete [Pipeline] sh 20:49:39 + mkdir -p /var/log/sa [Pipeline] sh 20:49:40 + ls /var/log/sa-host 20:49:40 + sadf -c /var/log/sa-host/sa15 20:49:40 file_magic: OK 20:49:40 HZ: Using current value: 100 20:49:40 file_header: OK 20:49:40 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:49:40 Statistics: 20:49:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:49:40 File successfully converted to sysstat format version 12.2.1 20:49:40 + sadf -c /var/log/sa-host/sa23 20:49:40 file_magic: OK 20:49:40 HZ: Using current value: 100 20:49:40 file_header: OK 20:49:40 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:49:40 Statistics: 20:49:40 Hnuu...uuuununununu... 20:49:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:49:40 provisioning config files... 20:49:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8541021585942824548tmp [Pipeline] { [Pipeline] echo 20:49:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:49:41 ---> create-netrc.sh [Pipeline] } 20:49:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:49:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:49:41 ---> python-tools-install.sh [Pipeline] echo 20:49:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:49:41 ---> sudo-logs.sh 20:49:41 Archiving 'sudo' log.. [Pipeline] echo 20:49:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:49:42 ---> job-cost.sh 20:49:42 lf-activate-venv: SKIPPING 20:49:42 INFO: No Stack... 20:49:44 INFO: Retrieving Pricing Info for: v1-standard-2 20:49:44 INFO: Archiving Costs [Pipeline] echo 20:49:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:49:44 ---> logs-deploy.sh 20:49:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/19 20:49:44 INFO: archiving workspace using pattern(s): 20:49:46 Archives upload complete. 20:49:46 INFO: archiving logs to Nexus