Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 652b40cde4686e70b83888794a3250f57b64b500 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26976 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/management-client" > git rev-list --no-walk f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:03:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:03:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:03:15 ========================================================= 22:03:15 EdgeX Global Pipelines Version Info 22:03:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:03:16 ------------------- 22:03:16 stable info: 22:03:16 ------------------- 22:03:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:03:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:03:16 Message: update stable to v1.0.179 22:03:17 ------------------- 22:03:17 experimental info: 22:03:17 ------------------- 22:03:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:03:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:03:17 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:03:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:03:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:03:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:03:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] echo 22:03:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 652b40c [Pipeline] echo 22:03:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:03:21 + git log --format=format:%s -1 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] echo 22:03:21 GIT_COMMIT: 652b40cde4686e70b83888794a3250f57b64b500, Commit Message: Merge pull request #91 from lenny-intel/management-client [Pipeline] echo 22:03:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:03:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:03:22 22:03:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:03:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:03:23 latest: Pulling from edgex-devops/git-semver 22:03:23 31603596830f: Pulling fs layer 22:03:23 2a8b12db71e7: Pulling fs layer 22:03:23 6ca5941a6612: Pulling fs layer 22:03:23 ecc8261a40a4: Pulling fs layer 22:03:23 ecc8261a40a4: Waiting 22:03:23 2a8b12db71e7: Download complete 22:03:23 31603596830f: Verifying Checksum 22:03:23 31603596830f: Download complete 22:03:23 ecc8261a40a4: Verifying Checksum 22:03:23 ecc8261a40a4: Download complete 22:03:23 6ca5941a6612: Verifying Checksum 22:03:23 6ca5941a6612: Download complete 22:03:23 31603596830f: Pull complete 22:03:24 2a8b12db71e7: Pull complete 22:03:24 6ca5941a6612: Pull complete 22:03:24 ecc8261a40a4: Pull complete 22:03:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:03:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:03:25 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:03: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:03:26 $ docker top f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:03:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:03:27 [ssh-agent] Looking for ssh-agent implementation... 22:03:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:03:27 $ docker exec f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent 22:03:27 SSH_AUTH_SOCK=/tmp/ssh-Z6NV583pEAqi/agent.13 22:03:27 SSH_AGENT_PID=18 22:03:27 Running ssh-add (command line suppressed) 22:03:27 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7823732244357689914.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7823732244357689914.key) 22:03:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:03:28 + git tag --points-at HEAD [Pipeline] } 22:03:28 $ docker exec --env ******** --env ******** f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent -k 22:03:28 unset SSH_AUTH_SOCK; 22:03:28 unset SSH_AGENT_PID; 22:03:28 echo Agent pid 18 killed; 22:03:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:03:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:03:28 [ssh-agent] Looking for ssh-agent implementation... 22:03:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:03:28 $ docker exec f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent 22:03:28 SSH_AUTH_SOCK=/tmp/ssh-WiwcXnwQZqbu/agent.49 22:03:28 SSH_AGENT_PID=54 22:03:28 Running ssh-add (command line suppressed) 22:03:28 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6572980141618632907.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6572980141618632907.key) 22:03:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:03:29 + git semver init 22:03:29 # -> Open(): unable to determine branch for HEAD 22:03:29 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:03:29 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:03:29 # $SEMVER_REMOTE_NAME = origin 22:03:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:03:29 # $SEMVER_USER_NAME = edgex-jenkins 22:03:29 # $SEMVER_BRANCH = master 22:03:29 # $SEMVER_TEMP = /tmp/semver-113001026 22:03:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:03:29 # '/tmp/semver-113001026' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 22:03:29 # -> Force: false 22:03:29 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:03:29 $ docker exec --env ******** --env ******** f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 ssh-agent -k 22:03:29 unset SSH_AUTH_SOCK; 22:03:29 unset SSH_AGENT_PID; 22:03:29 echo Agent pid 54 killed; 22:03:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:03:30 + git semver [Pipeline] } 22:03:30 $ docker stop --time=1 f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 22:03:31 $ docker rm -f f1da787545f307b5bc9138a29c54d2d9fd02a17c3516291c6c1e31efd751ec44 [Pipeline] // withDockerContainer [Pipeline] sh 22:03:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:03:32 Stashed 1 file(s) [Pipeline] echo 22:03:32 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:03:47 Still waiting to schedule task 22:03:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26976’ 22:03:47 Still waiting to schedule task 22:03:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 22:05:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26978 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:05:37 Running in /w/workspace/go-mod-secrets/30 [Pipeline] { [Pipeline] checkout 22:05:42 using credential edgex-jenkins-ssh 22:05:42 Cloning the remote Git repository 22:05:42 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:05:43 > git init /w/workspace/go-mod-secrets/30 # timeout=10 22:05:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:05:43 > git --version # timeout=10 22:05:43 > git --version # 'git version 2.17.1' 22:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:05:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:05:44 Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) 22:05:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:05:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:05:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:05:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:05:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:05:44 > git config core.sparsecheckout # timeout=10 22:05:44 > git checkout -f 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 22:05:48 Commit message: "Merge pull request #91 from lenny-intel/management-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:05:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:05:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:05:51 + true 22:05:51 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:05:53 ========================================================= 22:05:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:05:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:05: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 . 22:05:55 Sending build context to Docker daemon 576kB 22:05:55 Step 1/7 : ARG BASE=golang:1.15-alpine 22:05:55 Step 2/7 : FROM ${BASE} 22:05:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:05:55 5f621e34cdf4: Pulling fs layer 22:05:55 a4357932f1b6: Pulling fs layer 22:05:55 18c013af1878: Pulling fs layer 22:05:55 00ac8860ef70: Pulling fs layer 22:05:55 63d7cb157983: Pulling fs layer 22:05:55 b116817d02f9: Pulling fs layer 22:05:55 745a02a5169b: Pulling fs layer 22:05:55 63d7cb157983: Waiting 22:05:55 00ac8860ef70: Waiting 22:05:55 b116817d02f9: Waiting 22:05:55 745a02a5169b: Waiting 22:05:55 18c013af1878: Verifying Checksum 22:05:55 a4357932f1b6: Verifying Checksum 22:05:55 a4357932f1b6: Download complete 22:05:55 63d7cb157983: Verifying Checksum 22:05:55 63d7cb157983: Download complete 22:05:55 5f621e34cdf4: Verifying Checksum 22:05:55 5f621e34cdf4: Download complete 22:05:55 b116817d02f9: Verifying Checksum 22:05:55 b116817d02f9: Download complete 22:05:56 5f621e34cdf4: Pull complete 22:05:56 a4357932f1b6: Pull complete 22:05:57 18c013af1878: Pull complete 22:05:58 745a02a5169b: Verifying Checksum 22:05:58 745a02a5169b: Download complete 22:05:59 00ac8860ef70: Verifying Checksum 22:05:59 00ac8860ef70: Download complete 22:06:07 Running on prd-centos7-docker-4c-2g-26979 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:06:07 Running in /w/workspace/go-mod-secrets/30 [Pipeline] { [Pipeline] checkout 22:06:09 00ac8860ef70: Pull complete 22:06:09 63d7cb157983: Pull complete 22:06:09 b116817d02f9: Pull complete 22:06:09 using credential edgex-jenkins-ssh 22:06:10 Cloning the remote Git repository 22:06:10 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:06:10 > git init /w/workspace/go-mod-secrets/30 # timeout=10 22:06:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:06:10 > git --version # timeout=10 22:06:10 > git --version # 'git version 2.24.3' 22:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:06:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:06:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:06:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:06:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:06:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:06:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:06:11 Checking out Revision 652b40cde4686e70b83888794a3250f57b64b500 (master) 22:06:11 > git config core.sparsecheckout # timeout=10 22:06:11 > git checkout -f 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 22:06:13 745a02a5169b: Pull complete 22:06:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:06:13 ---> b7e6874047d6 22:06:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:06:15 Commit message: "Merge pull request #91 from lenny-intel/management-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:06:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:06:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:06:16 ---> Running in 925a2204e9f2 22:06:16 Removing intermediate container 925a2204e9f2 22:06:16 ---> 8d2932d2bb90 22:06:16 Step 4/7 : RUN apk add --update bash 22:06:16 ---> Running in d2b53052cf49 22:06:16 + sudo service docker restart 22:06:16 + true 22:06:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:06:18 ========================================================= 22:06:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:06:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:06:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:06:18 Sending build context to Docker daemon 577kB 22:06:18 Step 1/7 : ARG BASE=golang:1.15-alpine 22:06:18 Step 2/7 : FROM ${BASE} 22:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:06:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:06:18 188c0c94c7c5: Pulling fs layer 22:06:18 0ef7d3d256c8: Pulling fs layer 22:06:18 de9db76c5a1d: Pulling fs layer 22:06:18 bca2f99d35d6: Pulling fs layer 22:06:18 93359f2a8cfa: Pulling fs layer 22:06:18 7c6f9722023f: Pulling fs layer 22:06:18 a35cf1a2eb13: Pulling fs layer 22:06:18 bca2f99d35d6: Waiting 22:06:18 93359f2a8cfa: Waiting 22:06:18 7c6f9722023f: Waiting 22:06:18 a35cf1a2eb13: Waiting 22:06:18 de9db76c5a1d: Download complete 22:06:18 0ef7d3d256c8: Download complete 22:06:18 93359f2a8cfa: Verifying Checksum 22:06:18 93359f2a8cfa: Download complete 22:06:18 7c6f9722023f: Verifying Checksum 22:06:18 7c6f9722023f: Download complete 22:06:18 188c0c94c7c5: Verifying Checksum 22:06:18 188c0c94c7c5: Download complete 22:06:19 188c0c94c7c5: Pull complete 22:06:19 0ef7d3d256c8: Pull complete 22:06:19 OK: 142 MiB in 39 packages 22:06:19 de9db76c5a1d: Pull complete 22:06:20 a35cf1a2eb13: Verifying Checksum 22:06:20 a35cf1a2eb13: Download complete 22:06:21 Removing intermediate container d2b53052cf49 22:06:21 ---> ebdb8bb6338b 22:06:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:06:21 ---> Running in 67fa6cdd8c39 22:06:21 Removing intermediate container 67fa6cdd8c39 22:06:21 ---> 1fb43c75d5f8 22:06:21 Step 6/7 : COPY go.mod . 22:06:21 bca2f99d35d6: Verifying Checksum 22:06:21 bca2f99d35d6: Download complete 22:06:22 ---> 2861e9fb2d37 22:06:22 Step 7/7 : RUN go mod download 22:06:22 ---> Running in 842963f19742 22:06:27 bca2f99d35d6: Pull complete 22:06:27 93359f2a8cfa: Pull complete 22:06:27 7c6f9722023f: Pull complete 22:06:37 a35cf1a2eb13: Pull complete 22:06:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:06:37 ---> a62c8e92a672 22:06:37 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:06:37 ---> Running in b3328b0746d6 22:06:37 Removing intermediate container b3328b0746d6 22:06:37 ---> 8194499d2bd8 22:06:37 Step 4/7 : RUN apk add --update bash 22:06:37 ---> Running in d1c414770082 22:06:37 Removing intermediate container 842963f19742 22:06:37 ---> 4c396e699898 22:06:37 Successfully built 4c396e699898 22:06:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:06:37 + docker inspect -f . ci-base-image-arm64 22:06:37 . [Pipeline] withDockerContainer 22:06:38 prd-ubuntu18.04-docker-arm64-4c-16g-26978 does not seem to be running inside a container 22:06:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:06:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:39 OK: 166 MiB in 39 packages 22:06:39 $ docker top 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 -eo pid,comm [Pipeline] { [Pipeline] sh 22:06:40 Removing intermediate container d1c414770082 22:06:40 ---> eee71e23c48d 22:06:40 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:06:40 ---> Running in 83ef158f7f92 22:06:40 Removing intermediate container 83ef158f7f92 22:06:40 ---> f42270a1a38a 22:06:40 Step 6/7 : COPY go.mod . 22:06:40 ---> 83b9df27f82e 22:06:40 Step 7/7 : RUN go mod download 22:06:40 ---> Running in e8939315a76f 22:06:40 + go version 22:06:40 go version go1.15.5 linux/arm64 [Pipeline] } 22:06:40 $ docker stop --time=1 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 22:06:42 $ docker rm -f 3320f1c73e98492a100df16a7718ef1ce0200755bd7fc528011477572e97f763 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:43 + docker inspect -f . ci-base-image-arm64 22:06:43 . [Pipeline] withDockerContainer 22:06:43 prd-ubuntu18.04-docker-arm64-4c-16g-26978 does not seem to be running inside a container 22:06:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:06:45 $ docker top df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 -eo pid,comm [Pipeline] { [Pipeline] sh 22:06:46 + make test 22:06:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:06:55 Removing intermediate container e8939315a76f 22:06:55 ---> 6a2e9ce9c8e5 22:06:55 Successfully built 6a2e9ce9c8e5 22:06:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:06:55 + docker inspect -f . ci-base-image-x86_64 22:06:55 . [Pipeline] withDockerContainer 22:06:55 prd-centos7-docker-4c-2g-26979 does not seem to be running inside a container 22:06:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:06:56 $ docker top 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 -eo pid,comm [Pipeline] { [Pipeline] sh 22:06:57 + go version 22:06:57 go version go1.15.5 linux/amd64 [Pipeline] } 22:06:57 $ docker stop --time=1 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 22:06:58 $ docker rm -f 0bceff8bac317a8529191b18547abdd25942e5c2174a0bf4e2f3ffa9b5968248 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:59 + docker inspect -f . ci-base-image-x86_64 22:06:59 . [Pipeline] withDockerContainer 22:06:59 prd-centos7-docker-4c-2g-26979 does not seem to be running inside a container 22:06:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/30 -v /w/workspace/go-mod-secrets/30:/w/workspace/go-mod-secrets/30:rw,z -v /w/workspace/go-mod-secrets/30@tmp:/w/workspace/go-mod-secrets/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:07:00 $ docker top 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:01 + make test 22:07:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:07:16 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.174s coverage: 80.7% of statements 22:07:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.011s coverage: 57.1% of statements 22:07:16 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.015s coverage: 96.7% of statements 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements 22:07:18 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements 22:07:18 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.006s coverage: 85.7% of statements 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.007s coverage: 100.0% of statements 22:07:18 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:07:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.420s coverage: 80.7% of statements 22:07:18 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.046s coverage: 57.1% of statements 22:07:18 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 22:07:19 gofmt -l . 22:07:19 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.025s coverage: 96.7% of statements 22:07:19 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements 22:07:19 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 22:07:19 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.031s coverage: 100.0% of statements 22:07:19 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 22:07:19 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.018s coverage: 85.7% of statements 22:07:19 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.016s coverage: 100.0% of statements 22:07:19 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 22:07:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:07:19 $ docker stop --time=1 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a 22:07:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:07:22 $ docker rm -f 5f4f1c2c26b0225a3402ac10604e89357b6d566d28ac3249c0d495af13482a8a [Pipeline] // withDockerContainer [Pipeline] sh 22:07:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:07:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 22:07:23 gofmt -l . 22:07:23 [ "`gofmt -l .`" = "" ] Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 22:07:23 $ docker stop --time=1 df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 22:07:25 $ docker rm -f df285b71875b70e5cb58ae7167038270f2e5c48b8f81288f14c32d33d675a560 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 22:07:26 + sudo chown -R jenkins:jenkins . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash 22:07:26 Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:07:27 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 22:07:28 provisioning config files... 22:07:28 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7794205950812444762tmp [Pipeline] { [Pipeline] sh 22:07:29 + set +x 22:07:29 + curl -s https://codecov.io/bash 22:07:29 + bash -s -- 22:07:29 22:07:29 _____ _ 22:07:29 / ____| | | 22:07:29 | | ___ __| | ___ ___ _____ __ 22:07:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:07:29 | |___| (_) | (_| | __/ (_| (_) \ V / 22:07:29 \_____\___/ \__,_|\___|\___\___/ \_/ 22:07:29 Bash-20210129-7c25fce 22:07:29 22:07:29 22:07:29 ==> git version 2.24.3 found 22:07:29 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:07:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:07:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:07:29 ==> Jenkins CI detected. 22:07:29 project root: . 22:07:29 --> token set from env 22:07:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:07:29 ==> Running gcov in . (disable via -X gcov) 22:07:29 ==> Python coveragepy not found 22:07:29 ==> Searching for coverage reports in: 22:07:29 + . 22:07:29 -> Found 1 reports 22:07:29 ==> Detecting git/mercurial file structure 22:07:29 ==> Reading reports 22:07:29 + ./coverage.out bytes=27424 22:07:29 ==> Appending adjustments 22:07:29 https://docs.codecov.io/docs/fixing-reports 22:07:29 + Found adjustments 22:07:29 ==> Gzipping contents 22:07:29 8.0K /tmp/codecov.H1wXkT.gz 22:07:29 ==> Uploading reports 22:07:29 url: https://codecov.io 22:07:29 query: branch=master&commit=652b40cde4686e70b83888794a3250f57b64b500&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:07:29 -> Pinging Codecov 22:07:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=652b40cde4686e70b83888794a3250f57b64b500&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 22:07:30 -> Uploading to 22:07:30 https://storage.googleapis.com/codecov/v4/raw/2021-02-19/D63849C06B6B67093493C71CE874ED06/652b40cde4686e70b83888794a3250f57b64b500/1fd7d168-5893-4ee5-8d92-b7761e4b3a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T220729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d25f8b8a8015a0ed6e10c63527f98643803d54bcdf9ce8c1795628d87eaabba7 22:07:30 % Total % Received % Xferd Average Speed Time Time Time Current 22:07:30 Dload Upload Total Spent Left Speed 22:07:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5623 0 0 100 5623 0 13568 --:--:-- --:--:-- --:--:-- 13582 22:07:30 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] } 22:07:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:07:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:07:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:31 22:07:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:07:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:07:32 188c0c94c7c5: Pulling fs layer 22:07:32 0ef7d3d256c8: Pulling fs layer 22:07:32 de9db76c5a1d: Pulling fs layer 22:07:32 0eba1c9be4d2: Pulling fs layer 22:07:32 0d57e429df01: Pulling fs layer 22:07:32 4e4be7b47b0d: Pulling fs layer 22:07:32 e1f770b5df2f: Pulling fs layer 22:07:32 85a0685a4137: Pulling fs layer 22:07:32 0eba1c9be4d2: Waiting 22:07:32 0d57e429df01: Waiting 22:07:32 4e4be7b47b0d: Waiting 22:07:32 e1f770b5df2f: Waiting 22:07:32 85a0685a4137: Waiting 22:07:32 de9db76c5a1d: Download complete 22:07:32 0ef7d3d256c8: Verifying Checksum 22:07:32 0ef7d3d256c8: Download complete 22:07:32 0d57e429df01: Verifying Checksum 22:07:32 0d57e429df01: Download complete 22:07:32 4e4be7b47b0d: Verifying Checksum 22:07:32 4e4be7b47b0d: Download complete 22:07:32 188c0c94c7c5: Verifying Checksum 22:07:32 188c0c94c7c5: Download complete 22:07:32 188c0c94c7c5: Pull complete 22:07:32 0ef7d3d256c8: Pull complete 22:07:32 de9db76c5a1d: Pull complete 22:07:33 e1f770b5df2f: Verifying Checksum 22:07:33 e1f770b5df2f: Download complete 22:07:35 0eba1c9be4d2: Download complete 22:07:35 85a0685a4137: Verifying Checksum 22:07:35 85a0685a4137: Download complete 22:07:41 0eba1c9be4d2: Pull complete 22:07:41 0d57e429df01: Pull complete 22:07:41 4e4be7b47b0d: Pull complete 22:07:43 e1f770b5df2f: Pull complete 22:07:51 85a0685a4137: Pull complete 22:07:51 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:07:51 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:07:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:07:52 $ docker top 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd -eo pid,comm [Pipeline] { [Pipeline] echo 22:07:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:07:52 + set -o pipefail 22:07:52 + snyk monitor '--org=edgex-jenkins' 22:08:00 22:08:00 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 22:08:00 22:08:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/a8237cdb-c77e-4d3f-a18f-b4be0c1dac91 22:08:00 22:08:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:08:00 22:08:04 22:08:04 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 22:08:04 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:08:04 $ docker stop --time=1 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd 22:08:06 $ docker rm -f 49779ee4ad79f8fc008ed61a4114c15391d50d3ba9618fc832322b8e157efbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:08:07 + git log --format=format:%s -1 652b40cde4686e70b83888794a3250f57b64b500 [Pipeline] isUnix [Pipeline] sh 22:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:07 . [Pipeline] withDockerContainer 22:08:08 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:08: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:08:08 $ docker top 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:09 [ssh-agent] Looking for ssh-agent implementation... 22:08:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:09 $ docker exec 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba ssh-agent 22:08:09 SSH_AUTH_SOCK=/tmp/ssh-XTLoFQ3JJzUI/agent.12 22:08:09 SSH_AGENT_PID=17 22:08:09 Running ssh-add (command line suppressed) 22:08:09 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8984981331924381057.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8984981331924381057.key) 22:08:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:09 + git semver tag 22:08:09 # -> Open(): unable to determine branch for HEAD 22:08:09 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:08:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:08:09 # $SEMVER_REMOTE_NAME = origin 22:08:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:09 # $SEMVER_USER_NAME = edgex-jenkins 22:08:09 # $SEMVER_BRANCH = master 22:08:09 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:08:09 # 652b40cde4686e70b83888794a3250f57b64b500 HEAD 22:08:09 # -> Force: false 22:08:09 # 9082316d8da8926e1007261d969c1bd17cf843c8 refs/tags/v2.0.0-dev.7 [Pipeline] } 22:08:09 $ docker exec --env ******** --env ******** 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba ssh-agent -k 22:08:10 unset SSH_AUTH_SOCK; 22:08:10 unset SSH_AGENT_PID; 22:08:10 echo Agent pid 17 killed; 22:08:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:10 + git semver [Pipeline] } 22:08:10 $ docker stop --time=1 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba 22:08:12 $ docker rm -f 1ea5c1effe22c064912e70c65ac0ac471357a6e4c30c8d6829c33de9c38452ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:08:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:12 22:08:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:08:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:12 0.23.1-centos7: Pulling from edgex-lftools 22:08:12 ab5ef0e58194: Pulling fs layer 22:08:12 9712f1f96733: Pulling fs layer 22:08:12 63f879dbbcfc: Pulling fs layer 22:08:12 0d9ebad4ef96: Pulling fs layer 22:08:12 e9a5061849ea: Pulling fs layer 22:08:12 d747dcd14b5f: Pulling fs layer 22:08:12 2de7ff778b66: Pulling fs layer 22:08:12 e9a5061849ea: Waiting 22:08:12 d747dcd14b5f: Waiting 22:08:12 2de7ff778b66: Waiting 22:08:12 0d9ebad4ef96: Waiting 22:08:12 9712f1f96733: Verifying Checksum 22:08:12 9712f1f96733: Download complete 22:08:14 63f879dbbcfc: Verifying Checksum 22:08:14 63f879dbbcfc: Download complete 22:08:14 e9a5061849ea: Verifying Checksum 22:08:14 e9a5061849ea: Download complete 22:08:14 d747dcd14b5f: Verifying Checksum 22:08:14 d747dcd14b5f: Download complete 22:08:14 2de7ff778b66: Verifying Checksum 22:08:14 2de7ff778b66: Download complete 22:08:15 ab5ef0e58194: Verifying Checksum 22:08:15 ab5ef0e58194: Download complete 22:08:15 0d9ebad4ef96: Verifying Checksum 22:08:15 0d9ebad4ef96: Download complete 22:08:19 ab5ef0e58194: Pull complete 22:08:20 9712f1f96733: Pull complete 22:08:21 63f879dbbcfc: Pull complete 22:08:27 0d9ebad4ef96: Pull complete 22:08:29 e9a5061849ea: Pull complete 22:08:29 d747dcd14b5f: Pull complete 22:08:31 2de7ff778b66: Pull complete 22:08:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:08:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:08:31 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:08:34 $ docker top 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:08:34 provisioning config files... 22:08:34 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3076363604289344729tmp 22:08:34 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5644247590643977492tmp 22:08:34 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1182111031239344912tmp [Pipeline] { [Pipeline] echo 22:08:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:08:35 ---> sigul-configuration.sh 22:08:35 gpg: directory `/root/.gnupg' created 22:08:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:08:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:08:35 gpg: keyring `/root/.gnupg/secring.gpg' created 22:08:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:08:35 gpg: CAST5 encrypted data 22:08:35 gpg: encrypted with 1 passphrase 22:08:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:08:35 + mkdir /home/jenkins 22:08:35 + mkdir /home/jenkins/sigul [Pipeline] sh 22:08:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:08:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:08:36 ---> sigul-install.sh 22:08:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:08:41 + git tag --list 22:08:41 v0.0.0 22:08:41 v0.0.1 22:08:41 v0.0.10 22:08:41 v0.0.11 22:08:41 v0.0.12 22:08:41 v0.0.13 22:08:41 v0.0.14 22:08:41 v0.0.15 22:08:41 v0.0.16 22:08:41 v0.0.17 22:08:41 v0.0.18 22:08:41 v0.0.19 22:08:41 v0.0.2 22:08:41 v0.0.20 22:08:41 v0.0.21 22:08:41 v0.0.22 22:08:41 v0.0.23 22:08:41 v0.0.24 22:08:41 v0.0.25 22:08:41 v0.0.26 22:08:41 v0.0.27 22:08:41 v0.0.28 22:08:41 v0.0.29 22:08:41 v0.0.3 22:08:41 v0.0.30 22:08:41 v0.0.31 22:08:41 v0.0.32 22:08:41 v0.0.33 22:08:41 v0.0.4 22:08:41 v0.0.5 22:08:41 v0.0.6 22:08:41 v0.0.7 22:08:41 v0.0.8 22:08:41 v0.0.9 22:08:41 v2.0.0-dev.1 22:08:41 v2.0.0-dev.2 22:08:41 v2.0.0-dev.3 22:08:41 v2.0.0-dev.4 22:08:41 v2.0.0-dev.5 22:08:41 v2.0.0-dev.6 22:08:41 v2.0.0-dev.7 [Pipeline] sh 22:08:42 + lftools sign git-tag v2.0.0-dev.7 22:08:43 Signing Git tag with Sigul... 22:08:43 Signing v2.0.0-dev.7 [Pipeline] echo 22:08:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:08:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:08:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:08:44 $ docker stop --time=1 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 22:08:46 $ docker rm -f 1bcecfed296fe732149a1cbcd11932f85152b0e0014b5dd4d902edc96a1f97f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:08:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:47 . [Pipeline] withDockerContainer 22:08:47 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:08:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:08:48 $ docker top 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:48 [ssh-agent] Looking for ssh-agent implementation... 22:08:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:48 $ docker exec 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e ssh-agent 22:08:48 SSH_AUTH_SOCK=/tmp/ssh-5BezhY3aoQR7/agent.11 22:08:48 SSH_AGENT_PID=16 22:08:48 Running ssh-add (command line suppressed) 22:08:48 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2751748934160356371.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2751748934160356371.key) 22:08:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:49 + git semver bump pre 22:08:49 # -> Open(): unable to determine branch for HEAD 22:08:49 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:08:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:08:49 # $SEMVER_REMOTE_NAME = origin 22:08:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:49 # $SEMVER_USER_NAME = edgex-jenkins 22:08:49 # $SEMVER_BRANCH = master 22:08:49 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:08:49 2.0.0-dev.8 [Pipeline] } 22:08:49 $ docker exec --env ******** --env ******** 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e ssh-agent -k 22:08:49 unset SSH_AUTH_SOCK; 22:08:49 unset SSH_AGENT_PID; 22:08:49 echo Agent pid 16 killed; 22:08:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:49 + git semver [Pipeline] } 22:08:49 $ docker stop --time=1 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e 22:08:51 $ docker rm -f 83ca026913cca2ced780ee44ad7a644d486d85940236619305e9c5ec08b9896e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:08:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:51 . [Pipeline] withDockerContainer 22:08:51 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:08:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:08:52 $ docker top 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:52 [ssh-agent] Looking for ssh-agent implementation... 22:08:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:52 $ docker exec 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 ssh-agent 22:08:52 SSH_AUTH_SOCK=/tmp/ssh-YRZXXG3j0sRr/agent.11 22:08:52 SSH_AGENT_PID=17 22:08:52 Running ssh-add (command line suppressed) 22:08:53 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7970371540585599112.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7970371540585599112.key) 22:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:53 + git semver push 22:08:53 # -> Open(): unable to determine branch for HEAD 22:08:53 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:08:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:08:53 # $SEMVER_REMOTE_NAME = origin 22:08:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:53 # $SEMVER_USER_NAME = edgex-jenkins 22:08:53 # $SEMVER_BRANCH = master 22:08:53 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:08:58 $ docker exec --env ******** --env ******** 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 ssh-agent -k 22:08:58 unset SSH_AUTH_SOCK; 22:08:58 unset SSH_AGENT_PID; 22:08:58 echo Agent pid 17 killed; 22:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:59 + git semver [Pipeline] } 22:08:59 $ docker stop --time=1 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 22:09:00 $ docker rm -f 347b84e62d900e1d0455b810880590eee2adeafd95b9debff14281f7c07c7ab8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:09:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:09:02 ---> package-listing.sh 22:09:02 ++ facter osfamily 22:09:02 ++ tr '[:upper:]' '[:lower:]' 22:09:02 + OS_FAMILY=redhat 22:09:02 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 22:09:02 + START_PACKAGES=/tmp/packages_start.txt 22:09:02 + END_PACKAGES=/tmp/packages_end.txt 22:09:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:09:02 + PACKAGES=/tmp/packages_start.txt 22:09:02 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:09:02 + PACKAGES=/tmp/packages_end.txt 22:09:02 + case "${OS_FAMILY}" in 22:09:02 + rpm -qa 22:09:02 + sort 22:09:08 + '[' -f /tmp/packages_start.txt ']' 22:09:08 + '[' -f /tmp/packages_end.txt ']' 22:09:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:09:08 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:09:08 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 22:09:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 22:09:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:09:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:09:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:08 22:09:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:09:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:09 alpine: Pulling from edgex-lftools-log-publisher 22:09:09 df20fa9351a1: Pulling fs layer 22:09:09 36b3adc4ff6f: Pulling fs layer 22:09:09 8ad3a11d3b57: Pulling fs layer 22:09:09 46f8f816bc3b: Pulling fs layer 22:09:09 93b61091891f: Pulling fs layer 22:09:09 93b9cdb0e59b: Pulling fs layer 22:09:09 5e14af77c1be: Pulling fs layer 22:09:09 01666e4c0597: Pulling fs layer 22:09:09 aa168da1d23b: Pulling fs layer 22:09:09 46f8f816bc3b: Waiting 22:09:09 93b61091891f: Waiting 22:09:09 93b9cdb0e59b: Waiting 22:09:09 01666e4c0597: Waiting 22:09:09 5e14af77c1be: Waiting 22:09:09 aa168da1d23b: Waiting 22:09:09 36b3adc4ff6f: Verifying Checksum 22:09:09 36b3adc4ff6f: Download complete 22:09:09 46f8f816bc3b: Verifying Checksum 22:09:09 46f8f816bc3b: Download complete 22:09:09 df20fa9351a1: Verifying Checksum 22:09:09 df20fa9351a1: Download complete 22:09:09 93b9cdb0e59b: Verifying Checksum 22:09:09 93b9cdb0e59b: Download complete 22:09:09 93b61091891f: Verifying Checksum 22:09:09 93b61091891f: Download complete 22:09:09 5e14af77c1be: Verifying Checksum 22:09:09 5e14af77c1be: Download complete 22:09:09 01666e4c0597: Verifying Checksum 22:09:09 01666e4c0597: Download complete 22:09:09 8ad3a11d3b57: Verifying Checksum 22:09:09 8ad3a11d3b57: Download complete 22:09:09 df20fa9351a1: Pull complete 22:09:09 36b3adc4ff6f: Pull complete 22:09:10 8ad3a11d3b57: Pull complete 22:09:10 46f8f816bc3b: Pull complete 22:09:11 93b61091891f: Pull complete 22:09:11 93b9cdb0e59b: Pull complete 22:09:11 5e14af77c1be: Pull complete 22:09:11 01666e4c0597: Pull complete 22:09:12 aa168da1d23b: Verifying Checksum 22:09:12 aa168da1d23b: Download complete 22:09:18 aa168da1d23b: Pull complete 22:09:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:09:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:09:18 prd-centos7-docker-4c-2g-26976 does not seem to be running inside a container 22:09:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:09:21 $ docker top 6ffe17782b49bd834db051eb3ce8a977ab618157d7a64e9e857104dbf1a1c8e5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:21 + touch /tmp/pre-build-complete [Pipeline] sh 22:09:22 + mkdir -p /var/log/sa [Pipeline] sh 22:09:22 + ls /var/log/sa-host 22:09:22 + sadf -c /var/log/sa-host/sa19 22:09:22 file_magic: OK 22:09:22 HZ: Using current value: 100 22:09:22 file_header: OK 22:09:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:09:22 Statistics: 22:09:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:09:22 File successfully converted to sysstat format version 12.2.1 22:09:22 + sadf -c /var/log/sa-host/sa23 22:09:22 file_magic: OK 22:09:22 HZ: Using current value: 100 22:09:22 file_header: OK 22:09:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:09:22 Statistics: 22:09:22 Hnuu...uuuununununu... 22:09:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:09:23 provisioning config files... 22:09:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2286425697530800475tmp [Pipeline] { [Pipeline] echo 22:09:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:09:23 ---> create-netrc.sh [Pipeline] } 22:09:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:09:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:09:23 ---> python-tools-install.sh [Pipeline] echo 22:09:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:09:24 ---> sudo-logs.sh 22:09:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:09:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:09:24 ---> job-cost.sh 22:09:24 lf-activate-venv: SKIPPING 22:09:24 INFO: No Stack... 22:09:25 INFO: Retrieving Pricing Info for: v1-standard-2 22:09:26 INFO: Archiving Costs [Pipeline] echo 22:09:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:09:26 ---> logs-deploy.sh 22:09:26 lf-activate-venv: SKIPPING 22:09:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/30 22:09:26 INFO: archiving workspace using pattern(s): 22:09:27 Archives upload complete. 22:09:28 INFO: archiving logs to Nexus 22:09:29 ---> uname -a: 22:09:29 Linux prd-centos7-docker-4c-2g-26976.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:09:29 22:09:29 22:09:29 ---> lscpu: 22:09:29 Architecture: x86_64 22:09:29 CPU op-mode(s): 32-bit, 64-bit 22:09:29 Byte Order: Little Endian 22:09:29 Address sizes: 40 bits physical, 48 bits virtual 22:09:29 CPU(s): 4 22:09:29 On-line CPU(s) list: 0-3 22:09:29 Thread(s) per core: 1 22:09:29 Core(s) per socket: 1 22:09:29 Socket(s): 4 22:09:29 NUMA node(s): 1 22:09:29 Vendor ID: GenuineIntel 22:09:29 CPU family: 6 22:09:29 Model: 44 22:09:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:09:29 Stepping: 1 22:09:29 CPU MHz: 2933.436 22:09:29 BogoMIPS: 5866.87 22:09:29 Virtualization: VT-x 22:09:29 Hypervisor vendor: KVM 22:09:29 Virtualization type: full 22:09:29 L1d cache: 128 KiB 22:09:29 L1i cache: 128 KiB 22:09:29 L2 cache: 16 MiB 22:09:29 L3 cache: 64 MiB 22:09:29 NUMA node0 CPU(s): 0-3 22:09:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:09:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:09:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:09:29 Vulnerability Meltdown: Mitigation; PTI 22:09:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:09:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:09:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:09:29 Vulnerability Srbds: Not affected 22:09:29 Vulnerability Tsx async abort: Not affected 22:09:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:09:29 22:09:29 22:09:29 ---> nproc: 22:09:29 4 22:09:29 22:09:29 22:09:29 ---> df -h: 22:09:29 Filesystem Size Used Available Use% Mounted on 22:09:29 overlay 50.0G 8.5G 41.4G 17% / 22:09:29 tmpfs 64.0M 0 64.0M 0% /dev 22:09:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:09:29 shm 64.0M 0 64.0M 0% /dev/shm 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 22:09:29 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 22:09:29 22:09:29 22:09:29 ---> free -m: 22:09:29 total used free shared buff/cache available 22:09:29 Mem: 1837 830 159 0 847 943 22:09:29 Swap: 1023 3 1020 22:09:29 22:09:29 22:09:29 ---> ip addr: 22:09:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:09:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:09:29 inet 127.0.0.1/8 scope host lo 22:09:29 valid_lft forever preferred_lft forever 22:09:29 inet6 ::1/128 scope host 22:09:29 valid_lft forever preferred_lft forever 22:09:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:09:29 link/ether fa:16:3e:0c:98:1e brd ff:ff:ff:ff:ff:ff 22:09:29 inet 10.30.123.243/23 brd 10.30.123.255 scope global dynamic eth0 22:09:29 valid_lft 85995sec preferred_lft 85995sec 22:09:29 inet6 fe80::f816:3eff:fe0c:981e/64 scope link 22:09:29 valid_lft forever preferred_lft forever 22:09:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:09:29 link/ether 02:42:fa:06:13:50 brd ff:ff:ff:ff:ff:ff 22:09:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:09:29 valid_lft forever preferred_lft forever 22:09:29 inet6 fe80::42:faff:fe06:1350/64 scope link 22:09:29 valid_lft forever preferred_lft forever 22:09:29 22:09:29 22:09:29 ---> sar -b -r -n DEV: 22:09:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 22:09:29 22:09:29 22:02:31 LINUX RESTART (4 CPU) 22:09:29 22:09:29 22:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:09:29 22:04:01 59.60 19.61 39.99 0.00 5345.36 3662.54 0.00 22:09:29 22:05:01 1.75 0.00 1.75 0.00 0.00 33.81 0.00 22:09:29 22:06:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 22:09:29 22:07:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 22:09:29 22:08:02 250.95 159.41 91.54 0.00 8083.78 33555.28 0.00 22:09:29 22:09:01 217.32 84.86 132.46 0.00 4706.67 33839.32 0.00 22:09:29 Average: 88.02 43.87 44.14 0.00 3018.60 11790.52 0.00 22:09:29 22:09:29 22:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:09:29 22:04:01 150452 0 621324 33.02 2620 1107148 1106140 37.75 387656 1145540 8 22:09:29 22:05:01 154744 0 617036 32.79 2620 1107144 1092104 37.27 390772 1138296 8 22:09:29 22:06:01 155656 0 616120 32.75 2620 1107148 1078896 36.82 387948 1140628 20 22:09:29 22:07:01 153556 0 618220 32.86 2620 1107148 1078996 36.82 397604 1132868 16 22:09:29 22:08:02 104848 0 750572 39.89 2596 1023528 1274596 43.50 558652 960864 6744 22:09:29 22:09:01 249912 0 774992 41.19 1492 855148 1112248 37.96 584108 709724 40 22:09:29 Average: 161528 0 666377 35.42 2428 1051211 1123830 38.35 451123 1037987 1139 22:09:29 22:09:29 22:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:09:29 22:04:01 eth0 550.57 349.86 1027.06 93.11 0.00 0.00 0.00 0.00 22:09:29 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:04:01 docker0 1.80 1.53 0.41 3.42 0.00 0.00 0.00 0.00 22:09:29 22:05:01 eth0 4.56 2.30 3.33 0.31 0.00 0.00 0.00 0.00 22:09:29 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:06:01 eth0 1.10 0.43 0.33 0.24 0.00 0.00 0.00 0.00 22:09:29 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:07:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 22:09:29 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:08:02 vethe06b320 11.32 10.96 1.20 30.02 0.00 0.00 0.00 0.00 22:09:29 22:08:02 eth0 471.00 417.35 4118.35 37.03 0.00 0.00 0.00 0.00 22:09:29 22:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:08:02 docker0 11.32 10.82 1.05 30.01 0.00 0.00 0.00 0.00 22:09:29 22:09:01 eth0 513.87 442.28 3542.47 135.16 0.00 0.00 0.00 0.00 22:09:29 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 22:09:01 docker0 32.15 38.42 1.87 221.58 0.00 0.00 0.00 0.00 22:09:29 Average: eth0 256.28 201.46 1443.08 44.10 0.00 0.00 0.00 0.00 22:09:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:29 Average: docker0 7.48 8.38 0.55 42.01 0.00 0.00 0.00 0.00 22:09:29 22:09:29 22:09:29 ---> sar -P ALL: 22:09:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 22:09:29 22:09:29 22:02:31 LINUX RESTART (4 CPU) 22:09:29 22:09:29 22:03:01 CPU %user %nice %system %iowait %steal %idle 22:09:29 22:04:01 all 10.57 0.00 2.40 1.26 0.07 85.70 22:09:29 22:04:01 0 11.37 0.00 3.43 2.00 0.07 83.13 22:09:29 22:04:01 1 9.54 0.00 2.22 1.06 0.08 87.10 22:09:29 22:04:01 2 11.17 0.00 1.78 0.39 0.08 86.58 22:09:29 22:04:01 3 10.19 0.00 2.20 1.59 0.05 85.97 22:09:29 22:05:01 all 0.14 0.00 0.04 0.00 0.00 99.82 22:09:29 22:05:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:09:29 22:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:09:29 22:05:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:09:29 22:05:01 3 0.45 0.00 0.03 0.00 0.00 99.52 22:09:29 22:06:01 all 0.16 0.00 0.03 0.00 0.01 99.80 22:09:29 22:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:09:29 22:06:01 1 0.23 0.00 0.02 0.00 0.00 99.75 22:09:29 22:06:01 2 0.07 0.00 0.02 0.00 0.03 99.88 22:09:29 22:06:01 3 0.32 0.00 0.03 0.00 0.02 99.63 22:09:29 22:07:01 all 0.15 0.00 0.02 0.00 0.01 99.81 22:09:29 22:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:09:29 22:07:01 1 0.52 0.00 0.02 0.00 0.02 99.45 22:09:29 22:07:01 2 0.05 0.00 0.05 0.00 0.02 99.88 22:09:29 22:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:09:29 22:08:02 all 8.20 0.00 4.02 1.89 0.08 85.81 22:09:29 22:08:02 0 8.23 0.00 4.36 1.81 0.10 85.50 22:09:29 22:08:02 1 8.44 0.00 3.48 1.64 0.07 86.37 22:09:29 22:08:02 2 7.49 0.00 4.19 3.08 0.10 85.13 22:09:29 22:08:02 3 8.63 0.00 4.04 1.03 0.07 86.23 22:09:29 22:09:01 all 11.23 0.00 6.65 3.19 0.11 78.82 22:09:29 22:09:01 0 9.98 0.00 6.92 2.99 0.10 80.00 22:09:29 22:09:01 1 9.67 0.00 5.81 3.46 0.12 80.93 22:09:29 22:09:01 2 14.52 0.00 7.30 5.25 0.09 72.85 22:09:29 22:09:01 3 10.74 0.00 6.56 1.06 0.14 81.51 22:09:29 Average: all 5.02 0.00 2.16 1.04 0.05 91.73 22:09:29 Average: 0 4.89 0.00 2.43 1.12 0.04 91.52 22:09:29 Average: 1 4.69 0.00 1.90 1.01 0.05 92.35 22:09:29 Average: 2 5.50 0.00 2.20 1.43 0.05 90.82 22:09:29 Average: 3 5.01 0.00 2.11 0.61 0.04 92.22 22:09:29 22:09:29 22:09:29