Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba13cc667efa8488f1388563b3303a08f2c8bd2a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30723 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 Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" > git rev-list --no-walk bbaf2c82bd747ee4698fc03fed09388017017ca6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:20:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:20:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:20:12 ========================================================= 17:20:12 EdgeX Global Pipelines Version Info 17:20:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:20:13 ------------------- 17:20:13 stable info: 17:20:13 ------------------- 17:20:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:20:13 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:20:13 Message: update stable to v1.0.186 17:20:14 ------------------- 17:20:14 experimental info: 17:20:14 ------------------- 17:20:14 Commited By: **** collab-it+edgex@linuxfoundation.org 17:20:14 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:20:14 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:20:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 17:20:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 17:20:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:20:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba13cc6 [Pipeline] echo 17:20:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:20:18 + git log --format=format:%s -1 ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] echo 17:20:18 GIT_COMMIT: ba13cc667efa8488f1388563b3303a08f2c8bd2a, Commit Message: Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48 [Pipeline] echo 17:20:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:20:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:19 17:20:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:20:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:20 latest: Pulling from edgex-devops/git-semver 17:20:20 31603596830f: Pulling fs layer 17:20:20 2a8b12db71e7: Pulling fs layer 17:20:20 6ca5941a6612: Pulling fs layer 17:20:20 ecc8261a40a4: Pulling fs layer 17:20:20 ecc8261a40a4: Waiting 17:20:20 2a8b12db71e7: Verifying Checksum 17:20:20 2a8b12db71e7: Download complete 17:20:20 31603596830f: Verifying Checksum 17:20:20 31603596830f: Download complete 17:20:20 ecc8261a40a4: Verifying Checksum 17:20:20 ecc8261a40a4: Download complete 17:20:20 6ca5941a6612: Verifying Checksum 17:20:20 6ca5941a6612: Download complete 17:20:20 31603596830f: Pull complete 17:20:20 2a8b12db71e7: Pull complete 17:20:21 6ca5941a6612: Pull complete 17:20:21 ecc8261a40a4: Pull complete 17:20:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:20:21 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:20:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:20:23 $ docker top b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:20:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:24 [ssh-agent] Looking for ssh-agent implementation... 17:20:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:24 $ docker exec b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent 17:20:24 SSH_AUTH_SOCK=/tmp/ssh-X8dAu3nfdw45/agent.11 17:20:24 SSH_AGENT_PID=16 17:20:24 Running ssh-add (command line suppressed) 17:20:24 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_526105402107090791.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_526105402107090791.key) 17:20:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:25 + git tag --points-at HEAD [Pipeline] } 17:20:25 $ docker exec --env ******** --env ******** b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent -k 17:20:25 unset SSH_AUTH_SOCK; 17:20:25 unset SSH_AGENT_PID; 17:20:25 echo Agent pid 16 killed; 17:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:25 [ssh-agent] Looking for ssh-agent implementation... 17:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:25 $ docker exec b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent 17:20:25 SSH_AUTH_SOCK=/tmp/ssh-FByWl6t1Dkxz/agent.46 17:20:25 SSH_AGENT_PID=51 17:20:26 Running ssh-add (command line suppressed) 17:20:26 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8140968121844792948.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8140968121844792948.key) 17:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:26 + git semver init 17:20:26 # -> Open(): unable to determine branch for HEAD 17:20:26 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:20:26 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:20:26 # $SEMVER_REMOTE_NAME = origin 17:20:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:20:26 # $SEMVER_USER_NAME = edgex-jenkins 17:20:26 # $SEMVER_BRANCH = master 17:20:26 # $SEMVER_TEMP = /tmp/semver-793560839 17:20:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 17:20:27 # '/tmp/semver-793560839' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 17:20:27 # -> Force: false 17:20:27 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 17:20:27 $ docker exec --env ******** --env ******** b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent -k 17:20:27 unset SSH_AUTH_SOCK; 17:20:27 unset SSH_AGENT_PID; 17:20:27 echo Agent pid 51 killed; 17:20:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:20:27 + git semver [Pipeline] } 17:20:27 $ docker stop --time=1 b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c 17:20:29 $ docker rm -f b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c [Pipeline] // withDockerContainer [Pipeline] sh 17:20:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:20:30 Stashed 1 file(s) [Pipeline] echo 17:20:30 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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 17:20:45 Still waiting to schedule task 17:20:45 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30726’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ 17:20:45 Still waiting to schedule task 17:20:45 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30726’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ is offline 17:22:48 Running on prd-centos7-docker-4c-2g-30732 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 17:22:48 Running in /w/workspace/go-mod-secrets/32 [Pipeline] { [Pipeline] checkout 17:22:51 using credential edgex-jenkins-ssh 17:22:51 Cloning the remote Git repository 17:22:51 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:22:51 > git init /w/workspace/go-mod-secrets/32 # timeout=10 17:22:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:22:51 > git --version # timeout=10 17:22:51 > git --version # 'git version 2.24.3' 17:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:52 Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) 17:22:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:22:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:22:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:22:52 > git config core.sparsecheckout # timeout=10 17:22:52 > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 17:22:56 Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:22:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:22:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:22:58 + sudo service docker restart 17:22:58 + true 17:22:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:22:59 ========================================================= 17:22:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:22:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:22:59 + 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 . 17:23:00 Sending build context to Docker daemon 576.5kB 17:23:00 Step 1/7 : ARG BASE=golang:1.15-alpine 17:23:00 Step 2/7 : FROM ${BASE} 17:23:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:00 188c0c94c7c5: Pulling fs layer 17:23:00 0ef7d3d256c8: Pulling fs layer 17:23:00 de9db76c5a1d: Pulling fs layer 17:23:00 bca2f99d35d6: Pulling fs layer 17:23:00 93359f2a8cfa: Pulling fs layer 17:23:00 7c6f9722023f: Pulling fs layer 17:23:00 a35cf1a2eb13: Pulling fs layer 17:23:00 bca2f99d35d6: Waiting 17:23:00 93359f2a8cfa: Waiting 17:23:00 7c6f9722023f: Waiting 17:23:00 a35cf1a2eb13: Waiting 17:23:00 de9db76c5a1d: Verifying Checksum 17:23:00 de9db76c5a1d: Download complete 17:23:00 0ef7d3d256c8: Verifying Checksum 17:23:00 0ef7d3d256c8: Download complete 17:23:00 93359f2a8cfa: Verifying Checksum 17:23:00 93359f2a8cfa: Download complete 17:23:01 7c6f9722023f: Verifying Checksum 17:23:01 7c6f9722023f: Download complete 17:23:01 188c0c94c7c5: Verifying Checksum 17:23:01 188c0c94c7c5: Download complete 17:23:01 188c0c94c7c5: Pull complete 17:23:01 0ef7d3d256c8: Pull complete 17:23:02 de9db76c5a1d: Pull complete 17:23:03 a35cf1a2eb13: Verifying Checksum 17:23:03 a35cf1a2eb13: Download complete 17:23:03 bca2f99d35d6: Verifying Checksum 17:23:03 bca2f99d35d6: Download complete 17:23:09 bca2f99d35d6: Pull complete 17:23:09 93359f2a8cfa: Pull complete 17:23:09 7c6f9722023f: Pull complete 17:23:13 a35cf1a2eb13: Pull complete 17:23:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:23:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:23:13 ---> a62c8e92a672 17:23:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:23:13 ---> Running in 3f376d25a9e2 17:23:13 Removing intermediate container 3f376d25a9e2 17:23:13 ---> 7f496e30ea75 17:23:13 Step 4/7 : RUN apk add --update bash 17:23:13 ---> Running in a895df42aef4 17:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:15 OK: 166 MiB in 39 packages 17:23:16 Removing intermediate container a895df42aef4 17:23:16 ---> f3b5c401ade4 17:23:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:23:16 ---> Running in f53318994f60 17:23:16 Removing intermediate container f53318994f60 17:23:16 ---> 26d9da7a6f90 17:23:16 Step 6/7 : COPY go.mod . 17:23:16 ---> f1c5e8532eab 17:23:16 Step 7/7 : RUN go mod download 17:23:16 ---> Running in 001679ffccb4 17:23:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30730 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 17:23:20 Running in /w/workspace/go-mod-secrets/32 [Pipeline] { [Pipeline] checkout 17:23:25 using credential edgex-jenkins-ssh 17:23:25 Cloning the remote Git repository 17:23:25 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:23:25 > git init /w/workspace/go-mod-secrets/32 # timeout=10 17:23:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:23:26 > git --version # timeout=10 17:23:26 > git --version # 'git version 2.17.1' 17:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:27 Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) 17:23:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:23:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:23:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:27 > git config core.sparsecheckout # timeout=10 17:23:27 > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 17:23:29 Removing intermediate container 001679ffccb4 17:23:29 ---> 42820b78b219 17:23:29 Successfully built 42820b78b219 17:23:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:23:29 + docker inspect -f . ci-base-image-x86_64 17:23:29 . [Pipeline] withDockerContainer 17:23:29 prd-centos7-docker-4c-2g-30732 does not seem to be running inside a container 17:23:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:30 $ docker top 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:30 + go version 17:23:30 go version go1.15.5 linux/amd64 [Pipeline] } 17:23:30 $ docker stop --time=1 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a 17:23:31 Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" 17:23:32 $ docker rm -f 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:33 + docker inspect -f . ci-base-image-x86_64 17:23:33 . [Pipeline] withDockerContainer 17:23:34 prd-centos7-docker-4c-2g-30732 does not seem to be running inside a container 17:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 17:23:34 $ docker top fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:23:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:35 + make test 17:23:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:23:35 + sudo service docker restart 17:23:35 + true [Pipeline] unstash [Pipeline] echo 17:23:38 ========================================================= 17:23:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:23:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:38 + 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 . 17:23:39 Sending build context to Docker daemon 575.5kB 17:23:39 Step 1/7 : ARG BASE=golang:1.15-alpine 17:23:39 Step 2/7 : FROM ${BASE} 17:23:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:23:39 5f621e34cdf4: Pulling fs layer 17:23:39 a4357932f1b6: Pulling fs layer 17:23:39 18c013af1878: Pulling fs layer 17:23:39 00ac8860ef70: Pulling fs layer 17:23:39 63d7cb157983: Pulling fs layer 17:23:39 b116817d02f9: Pulling fs layer 17:23:39 745a02a5169b: Pulling fs layer 17:23:39 00ac8860ef70: Waiting 17:23:39 63d7cb157983: Waiting 17:23:39 b116817d02f9: Waiting 17:23:39 745a02a5169b: Waiting 17:23:39 18c013af1878: Verifying Checksum 17:23:39 18c013af1878: Download complete 17:23:39 a4357932f1b6: Verifying Checksum 17:23:39 a4357932f1b6: Download complete 17:23:39 63d7cb157983: Verifying Checksum 17:23:39 63d7cb157983: Download complete 17:23:39 b116817d02f9: Download complete 17:23:40 5f621e34cdf4: Verifying Checksum 17:23:40 5f621e34cdf4: Download complete 17:23:40 5f621e34cdf4: Pull complete 17:23:41 a4357932f1b6: Pull complete 17:23:41 18c013af1878: Pull complete 17:23:42 745a02a5169b: Verifying Checksum 17:23:42 745a02a5169b: Download complete 17:23:43 00ac8860ef70: Verifying Checksum 17:23:43 00ac8860ef70: Download complete 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.196s coverage: 80.7% of statements 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.023s coverage: 57.1% of statements 17:23:53 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.008s coverage: 96.7% of statements 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.010s coverage: 89.5% of statements 17:23:53 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements 17:23:53 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 85.7% of statements 17:23:53 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.006s coverage: 100.0% of statements 17:23:53 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 17:23:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:23:53 00ac8860ef70: Pull complete 17:23:54 gofmt -l . 17:23:54 [ "`gofmt -l .`" = "" ] 17:23:54 63d7cb157983: Pull complete [Pipeline] } 17:23:54 $ docker stop --time=1 fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 17:23:54 b116817d02f9: Pull complete 17:23:56 $ docker rm -f fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:23:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:23:58 ---> job-cost.sh 17:23:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-K6TQ 17:23:58 745a02a5169b: Pull complete 17:23:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:23:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:23:58 ---> b7e6874047d6 17:23:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:01 ---> Running in 2b81dda23272 17:24:01 Removing intermediate container 2b81dda23272 17:24:01 ---> f5ad72ee897a 17:24:01 Step 4/7 : RUN apk add --update bash 17:24:01 ---> Running in f12fbfab7084 17:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:05 OK: 142 MiB in 39 packages 17:24:06 Removing intermediate container f12fbfab7084 17:24:06 ---> cd5c25ef795d 17:24:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:24:06 ---> Running in d299692242d7 17:24:07 Removing intermediate container d299692242d7 17:24:07 ---> 7de7e2d474be 17:24:07 Step 6/7 : COPY go.mod . 17:24:08 ---> dae15db7361a 17:24:08 Step 7/7 : RUN go mod download 17:24:08 ---> Running in 6c8db4cfb1d2 17:24:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:24:24 Removing intermediate container 6c8db4cfb1d2 17:24:24 ---> 44adc98a24a2 17:24:24 Successfully built 44adc98a24a2 17:24:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:24:24 + docker inspect -f . ci-base-image-arm64 17:24:24 . [Pipeline] withDockerContainer 17:24:24 prd-ubuntu18.04-docker-arm64-4c-16g-30730 does not seem to be running inside a container 17:24:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:24:26 $ docker top 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:27 + go version 17:24:27 go version go1.15.5 linux/arm64 [Pipeline] } 17:24:27 $ docker stop --time=1 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f 17:24:29 $ docker rm -f 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:30 + docker inspect -f . ci-base-image-arm64 17:24:30 . [Pipeline] withDockerContainer 17:24:30 prd-ubuntu18.04-docker-arm64-4c-16g-30730 does not seem to be running inside a container 17:24:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:24:32 $ docker top 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:33 + make test 17:24:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:24:41 lf-activate-venv(): INFO: Adding /tmp/venv-K6TQ/bin to PATH 17:24:41 INFO: No Stack... 17:24:41 INFO: Retrieving Pricing Info for: v1-standard-2 17:24:42 INFO: Archiving Costs [Pipeline] sh 17:24:42 + cat /w/workspace/go-mod-secrets/32/archives/cost.csv 17:24:42 + cut -d, -f6 [Pipeline] lock 17:24:42 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] 17:24:42 Resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] did not exist. Created. 17:24:42 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:24:43 + echo total: 0.029999999329447746 [Pipeline] stash 17:24:43 Stashed 1 file(s) [Pipeline] } 17:24:43 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.438s coverage: 80.7% of statements 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.036s coverage: 57.1% of statements 17:25:06 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.053s coverage: 96.7% of statements 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements 17:25:06 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.020s coverage: 100.0% of statements 17:25:06 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.023s coverage: 85.7% of statements 17:25:06 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.021s coverage: 100.0% of statements 17:25:06 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 17:25:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:25:09 gofmt -l . 17:25:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:25:09 $ docker stop --time=1 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d 17:25:11 $ docker rm -f 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d [Pipeline] // withDockerContainer [Pipeline] sh 17:25:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:25:12 Warning: overwriting stash ‘coverage-report’ 17:25:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:25:14 ---> job-cost.sh 17:25:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rcak 17:25:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:27:29 lf-activate-venv(): INFO: Adding /tmp/venv-rcak/bin to PATH 17:27:29 INFO: No Stack... 17:27:29 INFO: Retrieving Pricing Info for: lf-standard-4 17:27:29 INFO: Archiving Costs [Pipeline] sh 17:27:30 + cut -d, -f6 17:27:30 + cat /w/workspace/go-mod-secrets/32/archives/cost.csv [Pipeline] lock 17:27:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] 17:27:30 Resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] did not exist. Created. 17:27:30 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:27:30 /w/workspace/go-mod-secrets/32@tmp/durable-5e2b1697/script.sh: 1: /w/workspace/go-mod-secrets/32@tmp/durable-5e2b1697/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:27:31 + echo total: 0.20999999344348907 [Pipeline] stash 17:27:31 Warning: overwriting stash ‘stack-cost’ 17:27:31 Stashed 1 file(s) [Pipeline] } 17:27:31 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:27:32 provisioning config files... 17:27:32 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3669237209133969216tmp [Pipeline] { [Pipeline] sh 17:27:32 + set +x 17:27:32 + curl -s https://codecov.io/bash 17:27:32 + bash -s -- 17:27:33 17:27:33 _____ _ 17:27:33 / ____| | | 17:27:33 | | ___ __| | ___ ___ _____ __ 17:27:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:27:33 | |___| (_) | (_| | __/ (_| (_) \ V / 17:27:33 \_____\___/ \__,_|\___|\___\___/ \_/ 17:27:33 Bash-20210309-2b87ace 17:27:33 17:27:33 17:27:33 ==> git version 2.24.3 found 17:27:33 ==> 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 17:27:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:27:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:27:33 ==> Jenkins CI detected. 17:27:33 project root: . 17:27:33 --> token set from env 17:27:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:27:33 ==> Running gcov in . (disable via -X gcov) 17:27:33 ==> Python coveragepy not found 17:27:33 ==> Searching for coverage reports in: 17:27:33 + . 17:27:33 -> Found 1 reports 17:27:33 ==> Detecting git/mercurial file structure 17:27:33 ==> Reading reports 17:27:33 + ./coverage.out bytes=27424 17:27:33 ==> Appending adjustments 17:27:33 https://docs.codecov.io/docs/fixing-reports 17:27:33 + Found adjustments 17:27:33 ==> Gzipping contents 17:27:33 8.0K /tmp/codecov.M5gaQo.gz 17:27:33 ==> Uploading reports 17:27:33 url: https://codecov.io 17:27:33 query: branch=master&commit=ba13cc667efa8488f1388563b3303a08f2c8bd2a&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 17:27:33 -> Pinging Codecov 17:27:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ba13cc667efa8488f1388563b3303a08f2c8bd2a&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 17:27:34 -> Uploading to 17:27:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/D63849C06B6B67093493C71CE874ED06/ba13cc667efa8488f1388563b3303a08f2c8bd2a/2fa3f9b3-2b9f-4378-b5db-20ab0eb731a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T172734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8a1781ddf41288cfd08187668a64cc3e5ea71f7a46a95fd159d9fb8a646bad8 17:27:34 % Total % Received % Xferd Average Speed Time Time Time Current 17:27:34 Dload Upload Total Spent Left Speed 17:27:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5615 0 0 100 5615 0 13246 --:--:-- --:--:-- --:--:-- 13274 17:27:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] } 17:27:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:27:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:27:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:35 17:27:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:27:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:27:35 188c0c94c7c5: Pulling fs layer 17:27:35 0ef7d3d256c8: Pulling fs layer 17:27:35 de9db76c5a1d: Pulling fs layer 17:27:35 0eba1c9be4d2: Pulling fs layer 17:27:35 0d57e429df01: Pulling fs layer 17:27:35 4e4be7b47b0d: Pulling fs layer 17:27:35 e1f770b5df2f: Pulling fs layer 17:27:35 85a0685a4137: Pulling fs layer 17:27:35 0d57e429df01: Waiting 17:27:35 4e4be7b47b0d: Waiting 17:27:35 e1f770b5df2f: Waiting 17:27:35 85a0685a4137: Waiting 17:27:35 0eba1c9be4d2: Waiting 17:27:35 de9db76c5a1d: Verifying Checksum 17:27:35 de9db76c5a1d: Download complete 17:27:35 0ef7d3d256c8: Verifying Checksum 17:27:35 0ef7d3d256c8: Download complete 17:27:35 0d57e429df01: Verifying Checksum 17:27:35 0d57e429df01: Download complete 17:27:35 4e4be7b47b0d: Verifying Checksum 17:27:35 4e4be7b47b0d: Download complete 17:27:35 188c0c94c7c5: Download complete 17:27:36 188c0c94c7c5: Pull complete 17:27:36 0ef7d3d256c8: Pull complete 17:27:36 de9db76c5a1d: Pull complete 17:27:38 e1f770b5df2f: Verifying Checksum 17:27:38 e1f770b5df2f: Download complete 17:27:40 0eba1c9be4d2: Verifying Checksum 17:27:40 0eba1c9be4d2: Download complete 17:27:41 85a0685a4137: Verifying Checksum 17:27:41 85a0685a4137: Download complete 17:27:46 0eba1c9be4d2: Pull complete 17:27:46 0d57e429df01: Pull complete 17:27:46 4e4be7b47b0d: Pull complete 17:27:48 e1f770b5df2f: Pull complete 17:27:56 85a0685a4137: Pull complete 17:27:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:27:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:27:57 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:27:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:27:58 $ docker top 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 -eo pid,comm [Pipeline] { [Pipeline] echo 17:27:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:27:58 + set -o pipefail 17:27:58 + snyk monitor '--org=edgex-jenkins' 17:28:03 17:28:03 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 17:28:03 17:28:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/5470c01b-2453-4a38-a11c-3e382cfcae83 17:28:03 17:28:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:28:03 17:28:03 [Pipeline] } 17:28:03 $ docker stop --time=1 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 17:28:05 $ docker rm -f 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:28:06 + git log --format=format:%s -1 ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] isUnix [Pipeline] sh 17:28:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:07 . [Pipeline] withDockerContainer 17:28:07 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:28:07 $ 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 17:28:08 $ docker top 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:08 [ssh-agent] Looking for ssh-agent implementation... 17:28:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:09 $ docker exec 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 ssh-agent 17:28:09 SSH_AUTH_SOCK=/tmp/ssh-tE65VXDlEpHd/agent.11 17:28:09 SSH_AGENT_PID=17 17:28:09 Running ssh-add (command line suppressed) 17:28:09 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8053804030044926960.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8053804030044926960.key) 17:28:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:09 + git semver tag 17:28:09 # -> Open(): unable to determine branch for HEAD 17:28:09 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:28:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:28:09 # $SEMVER_REMOTE_NAME = origin 17:28:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:09 # $SEMVER_USER_NAME = edgex-jenkins 17:28:09 # $SEMVER_BRANCH = master 17:28:09 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:28:09 # ba13cc667efa8488f1388563b3303a08f2c8bd2a HEAD 17:28:09 # -> Force: false 17:28:09 # 8d52be9cb49135100af73bad42c7fa96bb1ce88e refs/tags/v2.0.0-dev.9 [Pipeline] } 17:28:09 $ docker exec --env ******** --env ******** 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 ssh-agent -k 17:28:10 unset SSH_AUTH_SOCK; 17:28:10 unset SSH_AGENT_PID; 17:28:10 echo Agent pid 17 killed; 17:28:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:10 + git semver [Pipeline] } 17:28:10 $ docker stop --time=1 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 17:28:12 $ docker rm -f 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:28:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:12 17:28:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:28:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:13 0.23.1-centos7: Pulling from edgex-lftools 17:28:13 ab5ef0e58194: Pulling fs layer 17:28:13 9712f1f96733: Pulling fs layer 17:28:13 63f879dbbcfc: Pulling fs layer 17:28:13 0d9ebad4ef96: Pulling fs layer 17:28:13 e9a5061849ea: Pulling fs layer 17:28:13 d747dcd14b5f: Pulling fs layer 17:28:13 2de7ff778b66: Pulling fs layer 17:28:13 e9a5061849ea: Waiting 17:28:13 d747dcd14b5f: Waiting 17:28:13 0d9ebad4ef96: Waiting 17:28:13 2de7ff778b66: Waiting 17:28:13 9712f1f96733: Verifying Checksum 17:28:13 9712f1f96733: Download complete 17:28:15 63f879dbbcfc: Verifying Checksum 17:28:15 63f879dbbcfc: Download complete 17:28:16 e9a5061849ea: Verifying Checksum 17:28:16 e9a5061849ea: Download complete 17:28:16 d747dcd14b5f: Verifying Checksum 17:28:16 d747dcd14b5f: Download complete 17:28:16 2de7ff778b66: Verifying Checksum 17:28:16 2de7ff778b66: Download complete 17:28:16 ab5ef0e58194: Verifying Checksum 17:28:16 ab5ef0e58194: Download complete 17:28:17 0d9ebad4ef96: Verifying Checksum 17:28:17 0d9ebad4ef96: Download complete 17:28:21 ab5ef0e58194: Pull complete 17:28:21 9712f1f96733: Pull complete 17:28:24 63f879dbbcfc: Pull complete 17:28:31 0d9ebad4ef96: Pull complete 17:28:32 e9a5061849ea: Pull complete 17:28:32 d747dcd14b5f: Pull complete 17:28:35 2de7ff778b66: Pull complete 17:28:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:28:35 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:28:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:28:39 $ docker top 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:28:39 provisioning config files... 17:28:39 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5757192843297152473tmp 17:28:39 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8859256724415503596tmp 17:28:39 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5650717858013015114tmp [Pipeline] { [Pipeline] echo 17:28:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:28:39 ---> sigul-configuration.sh 17:28:39 gpg: directory `/root/.gnupg' created 17:28:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:28:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:28:39 gpg: keyring `/root/.gnupg/secring.gpg' created 17:28:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:28:39 gpg: CAST5 encrypted data 17:28:40 gpg: encrypted with 1 passphrase 17:28:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:28:40 + mkdir /home/jenkins 17:28:40 + mkdir /home/jenkins/sigul [Pipeline] sh 17:28:40 + 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 17:28:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:28:41 ---> sigul-install.sh 17:28:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:28:48 + git tag --list 17:28:48 v0.0.0 17:28:48 v0.0.1 17:28:48 v0.0.10 17:28:48 v0.0.11 17:28:48 v0.0.12 17:28:48 v0.0.13 17:28:48 v0.0.14 17:28:48 v0.0.15 17:28:48 v0.0.16 17:28:48 v0.0.17 17:28:48 v0.0.18 17:28:48 v0.0.19 17:28:48 v0.0.2 17:28:48 v0.0.20 17:28:48 v0.0.21 17:28:48 v0.0.22 17:28:48 v0.0.23 17:28:48 v0.0.24 17:28:48 v0.0.25 17:28:48 v0.0.26 17:28:48 v0.0.27 17:28:48 v0.0.28 17:28:48 v0.0.29 17:28:48 v0.0.3 17:28:48 v0.0.30 17:28:48 v0.0.31 17:28:48 v0.0.32 17:28:48 v0.0.33 17:28:48 v0.0.4 17:28:48 v0.0.5 17:28:48 v0.0.6 17:28:48 v0.0.7 17:28:48 v0.0.8 17:28:48 v0.0.9 17:28:48 v2.0.0-dev.1 17:28:48 v2.0.0-dev.2 17:28:48 v2.0.0-dev.3 17:28:48 v2.0.0-dev.4 17:28:48 v2.0.0-dev.5 17:28:48 v2.0.0-dev.6 17:28:48 v2.0.0-dev.7 17:28:48 v2.0.0-dev.8 17:28:48 v2.0.0-dev.9 [Pipeline] sh 17:28:48 + lftools sign git-tag v2.0.0-dev.9 17:28:49 Signing Git tag with Sigul... 17:28:49 Signing v2.0.0-dev.9 [Pipeline] echo 17:28:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:28:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:28:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:28:51 $ docker stop --time=1 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 17:28:53 $ docker rm -f 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:28:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:54 . [Pipeline] withDockerContainer 17:28:54 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:28:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:28:55 $ docker top b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:55 [ssh-agent] Looking for ssh-agent implementation... 17:28:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:55 $ docker exec b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 ssh-agent 17:28:56 SSH_AUTH_SOCK=/tmp/ssh-FaOe2MmHR1ZL/agent.11 17:28:56 SSH_AGENT_PID=17 17:28:56 Running ssh-add (command line suppressed) 17:28:56 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2462903353094002764.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2462903353094002764.key) 17:28:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:56 + git semver bump pre 17:28:56 # -> Open(): unable to determine branch for HEAD 17:28:56 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:28:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:28:56 # $SEMVER_REMOTE_NAME = origin 17:28:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:56 # $SEMVER_USER_NAME = edgex-jenkins 17:28:56 # $SEMVER_BRANCH = master 17:28:56 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:28:56 2.0.0-dev.10 [Pipeline] } 17:28:56 $ docker exec --env ******** --env ******** b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 ssh-agent -k 17:28:56 unset SSH_AUTH_SOCK; 17:28:56 unset SSH_AGENT_PID; 17:28:56 echo Agent pid 17 killed; 17:28:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:57 + git semver [Pipeline] } 17:28:57 $ docker stop --time=1 b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 17:28:58 $ docker rm -f b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:28:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:59 . [Pipeline] withDockerContainer 17:28:59 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:28: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:29:00 $ docker top 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:00 [ssh-agent] Looking for ssh-agent implementation... 17:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:00 $ docker exec 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 ssh-agent 17:29:00 SSH_AUTH_SOCK=/tmp/ssh-pC0fwBulBObk/agent.12 17:29:00 SSH_AGENT_PID=18 17:29:00 Running ssh-add (command line suppressed) 17:29:01 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3580080710334503558.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3580080710334503558.key) 17:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:01 + git semver push 17:29:01 # -> Open(): unable to determine branch for HEAD 17:29:01 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:29:01 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:29:01 # $SEMVER_REMOTE_NAME = origin 17:29:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:01 # $SEMVER_USER_NAME = edgex-jenkins 17:29:01 # $SEMVER_BRANCH = master 17:29:01 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 17:29:05 $ docker exec --env ******** --env ******** 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 ssh-agent -k 17:29:05 unset SSH_AUTH_SOCK; 17:29:06 unset SSH_AGENT_PID; 17:29:06 echo Agent pid 18 killed; 17:29:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:06 + git semver [Pipeline] } 17:29:06 $ docker stop --time=1 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 17:29:08 $ docker rm -f 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 [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 17:29:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:29:10 ---> package-listing.sh 17:29:10 ++ facter osfamily 17:29:10 ++ tr '[:upper:]' '[:lower:]' 17:29:10 + OS_FAMILY=redhat 17:29:10 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 17:29:10 + START_PACKAGES=/tmp/packages_start.txt 17:29:10 + END_PACKAGES=/tmp/packages_end.txt 17:29:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:29:10 + PACKAGES=/tmp/packages_start.txt 17:29:10 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:29:10 + PACKAGES=/tmp/packages_end.txt 17:29:10 + case "${OS_FAMILY}" in 17:29:10 + rpm -qa 17:29:10 + sort 17:29:15 + '[' -f /tmp/packages_start.txt ']' 17:29:15 + '[' -f /tmp/packages_end.txt ']' 17:29:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:15 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:29:15 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 17:29:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 17:29:15 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 17:29:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:29:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:16 17:29:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:29:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:16 alpine: Pulling from edgex-lftools-log-publisher 17:29:16 df20fa9351a1: Pulling fs layer 17:29:16 36b3adc4ff6f: Pulling fs layer 17:29:16 8ad3a11d3b57: Pulling fs layer 17:29:16 46f8f816bc3b: Pulling fs layer 17:29:16 93b61091891f: Pulling fs layer 17:29:16 93b9cdb0e59b: Pulling fs layer 17:29:16 5e14af77c1be: Pulling fs layer 17:29:16 01666e4c0597: Pulling fs layer 17:29:16 aa168da1d23b: Pulling fs layer 17:29:16 93b61091891f: Waiting 17:29:16 93b9cdb0e59b: Waiting 17:29:16 5e14af77c1be: Waiting 17:29:16 01666e4c0597: Waiting 17:29:16 aa168da1d23b: Waiting 17:29:16 46f8f816bc3b: Waiting 17:29:16 36b3adc4ff6f: Verifying Checksum 17:29:16 36b3adc4ff6f: Download complete 17:29:16 46f8f816bc3b: Verifying Checksum 17:29:16 46f8f816bc3b: Download complete 17:29:16 df20fa9351a1: Download complete 17:29:16 93b9cdb0e59b: Download complete 17:29:16 5e14af77c1be: Verifying Checksum 17:29:16 5e14af77c1be: Download complete 17:29:16 01666e4c0597: Download complete 17:29:16 93b61091891f: Verifying Checksum 17:29:16 93b61091891f: Download complete 17:29:16 8ad3a11d3b57: Verifying Checksum 17:29:16 8ad3a11d3b57: Download complete 17:29:17 df20fa9351a1: Pull complete 17:29:17 36b3adc4ff6f: Pull complete 17:29:19 8ad3a11d3b57: Pull complete 17:29:19 aa168da1d23b: Verifying Checksum 17:29:19 aa168da1d23b: Download complete 17:29:19 46f8f816bc3b: Pull complete 17:29:19 93b61091891f: Pull complete 17:29:19 93b9cdb0e59b: Pull complete 17:29:20 5e14af77c1be: Pull complete 17:29:20 01666e4c0597: Pull complete 17:29:28 aa168da1d23b: Pull complete 17:29:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:29:28 prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container 17:29:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:29:31 $ docker top 68d2d30eb6eafc3a9a5f7794a5eefba14efef78da7ed2e7ca436b7b7506ac760 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:32 + touch /tmp/pre-build-complete [Pipeline] sh 17:29:32 + mkdir -p /var/log/sa [Pipeline] sh 17:29:33 + ls /var/log/sa-host 17:29:33 + sadf -c /var/log/sa-host/sa20 17:29:33 file_magic: OK 17:29:33 HZ: Using current value: 100 17:29:33 file_header: OK 17:29:33 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 17:29:33 Statistics: 17:29:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:29:33 File successfully converted to sysstat format version 12.2.1 17:29:33 + sadf -c /var/log/sa-host/sa23 17:29:33 file_magic: OK 17:29:33 HZ: Using current value: 100 17:29:33 file_header: OK 17:29:33 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 17:29:33 Statistics: 17:29:33 Hnuu...uuuununununu... 17:29:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:29:33 provisioning config files... 17:29:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2122722699095867070tmp [Pipeline] { [Pipeline] echo 17:29:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:29:33 ---> create-netrc.sh [Pipeline] } 17:29:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:29:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:34 ---> python-tools-install.sh [Pipeline] echo 17:29:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:29:34 ---> sudo-logs.sh 17:29:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:29:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:29:34 ---> job-cost.sh 17:29:34 lf-activate-venv: SKIPPING 17:29:34 DEBUG: total: 0.20999999344348907 17:29:34 INFO: Retrieving Stack Cost... 17:29:35 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:36 INFO: Archiving Costs [Pipeline] echo 17:29:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:29:36 ---> logs-deploy.sh 17:29:36 lf-activate-venv: SKIPPING 17:29:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/32 17:29:36 INFO: archiving workspace using pattern(s): 17:29:38 Archives upload complete. 17:29:38 INFO: archiving logs to Nexus 17:29:40 ---> uname -a: 17:29:40 Linux prd-centos7-docker-4c-2g-30723.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:29:40 17:29:40 17:29:40 ---> lscpu: 17:29:40 Architecture: x86_64 17:29:40 CPU op-mode(s): 32-bit, 64-bit 17:29:40 Byte Order: Little Endian 17:29:40 Address sizes: 40 bits physical, 48 bits virtual 17:29:40 CPU(s): 4 17:29:40 On-line CPU(s) list: 0-3 17:29:40 Thread(s) per core: 1 17:29:40 Core(s) per socket: 1 17:29:40 Socket(s): 4 17:29:40 NUMA node(s): 1 17:29:40 Vendor ID: GenuineIntel 17:29:40 CPU family: 6 17:29:40 Model: 44 17:29:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:29:40 Stepping: 1 17:29:40 CPU MHz: 2933.442 17:29:40 BogoMIPS: 5866.88 17:29:40 Virtualization: VT-x 17:29:40 Hypervisor vendor: KVM 17:29:40 Virtualization type: full 17:29:40 L1d cache: 128 KiB 17:29:40 L1i cache: 128 KiB 17:29:40 L2 cache: 16 MiB 17:29:40 L3 cache: 64 MiB 17:29:40 NUMA node0 CPU(s): 0-3 17:29:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:29:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:29:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:29:40 Vulnerability Meltdown: Mitigation; PTI 17:29:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:29:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:29:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:29:40 Vulnerability Srbds: Not affected 17:29:40 Vulnerability Tsx async abort: Not affected 17:29:40 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 17:29:40 17:29:40 17:29:40 ---> nproc: 17:29:40 4 17:29:40 17:29:40 17:29:40 ---> df -h: 17:29:40 Filesystem Size Used Available Use% Mounted on 17:29:40 overlay 50.0G 8.5G 41.4G 17% / 17:29:40 tmpfs 64.0M 0 64.0M 0% /dev 17:29:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:29:40 shm 64.0M 0 64.0M 0% /dev/shm 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 17:29:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:29:40 17:29:40 17:29:40 ---> free -m: 17:29:40 total used free shared buff/cache available 17:29:40 Mem: 1837 827 144 0 865 944 17:29:40 Swap: 1023 2 1021 17:29:40 17:29:40 17:29:40 ---> ip addr: 17:29:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:29:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:29:40 inet 127.0.0.1/8 scope host lo 17:29:40 valid_lft forever preferred_lft forever 17:29:40 inet6 ::1/128 scope host 17:29:40 valid_lft forever preferred_lft forever 17:29:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:29:40 link/ether fa:16:3e:38:48:af brd ff:ff:ff:ff:ff:ff 17:29:40 inet 10.30.123.250/23 brd 10.30.123.255 scope global dynamic eth0 17:29:40 valid_lft 85791sec preferred_lft 85791sec 17:29:40 inet6 fe80::f816:3eff:fe38:48af/64 scope link 17:29:40 valid_lft forever preferred_lft forever 17:29:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:29:40 link/ether 02:42:7f:da:a8:2f brd ff:ff:ff:ff:ff:ff 17:29:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:29:40 valid_lft forever preferred_lft forever 17:29:40 inet6 fe80::42:7fff:feda:a82f/64 scope link 17:29:40 valid_lft forever preferred_lft forever 17:29:40 17:29:40 17:29:40 ---> sar -b -r -n DEV: 17:29:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:29:40 17:29:40 17:19:20 LINUX RESTART (4 CPU) 17:29:40 17:29:40 17:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:29:40 17:21:01 49.34 14.03 35.31 0.00 4477.82 3162.06 0.00 17:29:40 17:22:01 1.91 0.00 1.91 0.00 0.00 38.07 0.00 17:29:40 17:23:02 0.27 0.00 0.27 0.00 0.00 2.58 0.00 17:29:40 17:24:01 0.24 0.00 0.24 0.00 0.00 3.12 0.00 17:29:40 17:25:01 0.22 0.00 0.22 0.00 0.00 2.75 0.00 17:29:40 17:26:01 0.30 0.00 0.30 0.00 0.00 4.36 0.00 17:29:40 17:27:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 17:29:40 17:28:01 223.05 137.24 85.81 0.00 7392.55 33388.29 0.00 17:29:40 17:29:01 231.15 86.15 145.00 0.00 5058.91 33900.45 0.00 17:29:40 Average: 56.45 26.45 30.00 0.00 1885.58 7853.93 0.00 17:29:40 17:29:40 17:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:29:40 17:21:01 158352 0 574248 30.52 2620 1146324 1118540 38.17 399776 1123804 132 17:29:40 17:22:01 164796 0 567796 30.18 2620 1146332 1089412 37.18 400392 1118076 8 17:29:40 17:23:02 164008 0 568580 30.22 2620 1146336 1085264 37.04 400040 1119484 12 17:29:40 17:24:01 163492 0 569096 30.25 2620 1146336 1085404 37.04 410904 1109024 20 17:29:40 17:25:01 162200 0 570380 30.31 2620 1146344 1085480 37.05 408868 1112416 16 17:29:40 17:26:01 161544 0 571032 30.35 2620 1146348 1085456 37.04 412060 1110008 12 17:29:40 17:27:01 161856 0 570692 30.33 2620 1146376 1085444 37.04 411832 1109996 28 17:29:40 17:28:01 80020 0 743204 39.50 2596 1055724 1764708 60.23 561376 980408 6728 17:29:40 17:29:01 198828 0 815360 43.33 1496 865860 1679892 57.33 619792 723672 40 17:29:40 Average: 157233 0 616710 32.78 2492 1105109 1231067 42.01 447227 1056321 777 17:29:40 17:29:40 17:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:29:40 17:21:01 eth0 349.98 217.54 695.36 70.83 0.00 0.00 0.00 0.00 17:29:40 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:21:01 docker0 2.11 1.55 0.45 4.00 0.00 0.00 0.00 0.00 17:29:40 17:22:01 eth0 2.16 0.60 0.77 0.40 0.00 0.00 0.00 0.00 17:29:40 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:23:02 eth0 4.00 0.33 0.56 0.20 0.00 0.00 0.00 0.00 17:29:40 17:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:24:01 eth0 2.29 0.88 0.88 0.57 0.00 0.00 0.00 0.00 17:29:40 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:25:01 eth0 2.58 0.45 0.52 0.27 0.00 0.00 0.00 0.00 17:29:40 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:26:01 eth0 3.68 0.63 0.86 0.40 0.00 0.00 0.00 0.00 17:29:40 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:27:01 eth0 2.00 0.65 0.62 0.40 0.00 0.00 0.00 0.00 17:29:40 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:28:01 eth0 505.72 456.40 4113.40 39.39 0.00 0.00 0.00 0.00 17:29:40 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:28:01 veth6227e95 9.96 9.36 1.05 28.09 0.00 0.00 0.00 0.00 17:29:40 17:28:01 docker0 9.96 9.26 0.92 28.08 0.00 0.00 0.00 0.00 17:29:40 17:29:01 veth51d5bc9 0.10 0.15 0.01 0.01 0.00 0.00 0.00 0.00 17:29:40 17:29:01 eth0 543.59 468.78 3491.32 102.30 0.00 0.00 0.00 0.00 17:29:40 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 17:29:01 docker0 29.40 37.20 1.70 233.07 0.00 0.00 0.00 0.00 17:29:40 Average: veth51d5bc9 0.01 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 Average: eth0 157.71 127.68 925.03 23.92 0.00 0.00 0.00 0.00 17:29:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:40 Average: docker0 4.62 5.35 0.34 29.54 0.00 0.00 0.00 0.00 17:29:40 17:29:40 17:29:40 ---> sar -P ALL: 17:29:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:29:40 17:29:40 17:19:20 LINUX RESTART (4 CPU) 17:29:40 17:29:40 17:20:01 CPU %user %nice %system %iowait %steal %idle 17:29:40 17:21:01 all 5.69 0.00 2.54 1.10 0.07 90.60 17:29:40 17:21:01 0 5.17 0.00 3.48 2.52 0.14 88.69 17:29:40 17:21:01 1 5.57 0.00 2.24 0.37 0.05 91.77 17:29:40 17:21:01 2 5.85 0.00 2.19 0.10 0.02 91.84 17:29:40 17:21:01 3 6.16 0.00 2.23 1.42 0.08 90.10 17:29:40 17:22:01 all 0.11 0.00 0.07 0.00 0.00 99.82 17:29:40 17:22:01 0 0.27 0.00 0.12 0.00 0.00 99.62 17:29:40 17:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:29:40 17:22:01 2 0.10 0.00 0.08 0.00 0.02 99.80 17:29:40 17:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 17:29:40 17:23:02 all 0.18 0.00 0.04 0.00 0.00 99.78 17:29:40 17:23:02 0 0.52 0.00 0.03 0.00 0.00 99.45 17:29:40 17:23:02 1 0.10 0.00 0.05 0.00 0.00 99.85 17:29:40 17:23:02 2 0.03 0.00 0.03 0.00 0.02 99.92 17:29:40 17:23:02 3 0.05 0.00 0.03 0.00 0.00 99.92 17:29:40 17:24:01 all 0.19 0.00 0.05 0.00 0.01 99.75 17:29:40 17:24:01 0 0.17 0.00 0.07 0.00 0.00 99.76 17:29:40 17:24:01 1 0.10 0.00 0.05 0.00 0.02 99.83 17:29:40 17:24:01 2 0.44 0.00 0.05 0.00 0.00 99.51 17:29:40 17:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 17:29:40 17:25:01 all 0.18 0.00 0.15 0.00 0.07 99.60 17:29:40 17:25:01 0 0.27 0.00 0.13 0.00 0.10 99.50 17:29:40 17:25:01 1 0.07 0.00 0.13 0.00 0.05 99.75 17:29:40 17:25:01 2 0.30 0.00 0.18 0.00 0.05 99.47 17:29:40 17:25:01 3 0.10 0.00 0.15 0.00 0.08 99.67 17:29:40 17:26:01 all 0.15 0.00 0.06 0.00 0.04 99.75 17:29:40 17:26:01 0 0.48 0.00 0.10 0.00 0.03 99.38 17:29:40 17:26:01 1 0.05 0.00 0.05 0.00 0.03 99.87 17:29:40 17:26:01 2 0.05 0.00 0.05 0.00 0.07 99.83 17:29:40 17:26:01 3 0.03 0.00 0.03 0.00 0.03 99.90 17:29:40 17:27:01 all 0.11 0.00 0.07 0.00 0.05 99.76 17:29:40 17:27:01 0 0.28 0.00 0.10 0.00 0.03 99.58 17:29:40 17:27:01 1 0.05 0.00 0.07 0.00 0.10 99.78 17:29:40 17:27:01 2 0.05 0.00 0.07 0.00 0.05 99.83 17:29:40 17:27:01 3 0.07 0.00 0.07 0.00 0.02 99.85 17:29:40 17:28:01 all 8.72 0.00 6.28 1.36 0.48 83.16 17:29:40 17:28:01 0 8.91 0.00 6.25 2.09 0.48 82.26 17:29:40 17:28:01 1 8.35 0.00 5.77 0.97 0.48 84.42 17:29:40 17:28:01 2 8.02 0.00 6.53 1.64 0.50 83.32 17:29:40 17:28:01 3 9.58 0.00 6.58 0.72 0.46 82.65 17:29:40 17:29:01 all 13.09 0.00 10.07 3.16 0.79 72.88 17:29:40 17:29:01 0 11.60 0.00 11.13 4.62 0.68 71.97 17:29:40 17:29:01 1 11.58 0.00 10.09 1.62 0.84 75.87 17:29:40 17:29:01 2 11.15 0.00 9.48 3.63 0.73 75.02 17:29:40 17:29:01 3 18.05 0.00 9.59 2.81 0.92 68.63 17:29:40 Average: all 3.10 0.00 2.10 0.61 0.17 94.02 17:29:40 Average: 0 3.01 0.00 2.32 1.00 0.16 93.50 17:29:40 Average: 1 2.83 0.00 2.02 0.32 0.17 94.65 17:29:40 Average: 2 2.84 0.00 2.04 0.58 0.16 94.38 17:29:40 Average: 3 3.71 0.00 2.04 0.54 0.18 93.53 17:29:40 17:29:40 17:29:40