Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d60163d7b0dd1349761f9c7c33fc2b2d634b07dd 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-892 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d60163d7b0dd1349761f9c7c33fc2b2d634b07dd (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d60163d7b0dd1349761f9c7c33fc2b2d634b07dd # timeout=10 Commit message: "Merge pull request #106 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" > git rev-list --no-walk 5f5b5b9650bec370244a32f6a18dc3c912027a35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:03:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:03:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:03:25 ========================================================= 19:03:25 EdgeX Global Pipelines Version Info 19:03:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:03:27 ------------------- 19:03:27 stable info: 19:03:27 ------------------- 19:03:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:03:27 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:03:27 Message: update stable to v1.0.186 19:03:28 ------------------- 19:03:28 experimental info: 19:03:28 ------------------- 19:03:28 Commited By: **** collab-it+edgex@linuxfoundation.org 19:03:28 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:03:28 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:03:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d60163d7b0dd1349761f9c7c33fc2b2d634b07dd [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d60163d [Pipeline] echo 19:03:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:03:30 + git log --format=format:%s -1 d60163d7b0dd1349761f9c7c33fc2b2d634b07dd [Pipeline] echo 19:03:30 GIT_COMMIT: d60163d7b0dd1349761f9c7c33fc2b2d634b07dd, Commit Message: Merge pull request #106 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71 [Pipeline] echo 19:03:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:03:31 19:03:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:03:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:03:32 latest: Pulling from edgex-devops/git-semver 19:03:32 31603596830f: Pulling fs layer 19:03:32 2a8b12db71e7: Pulling fs layer 19:03:32 6ca5941a6612: Pulling fs layer 19:03:32 ecc8261a40a4: Pulling fs layer 19:03:32 ecc8261a40a4: Waiting 19:03:32 2a8b12db71e7: Verifying Checksum 19:03:32 2a8b12db71e7: Download complete 19:03:32 31603596830f: Verifying Checksum 19:03:32 31603596830f: Download complete 19:03:33 ecc8261a40a4: Verifying Checksum 19:03:33 ecc8261a40a4: Download complete 19:03:33 6ca5941a6612: Verifying Checksum 19:03:33 6ca5941a6612: Download complete 19:03:34 31603596830f: Pull complete 19:03:34 2a8b12db71e7: Pull complete 19:03:37 6ca5941a6612: Pull complete 19:03:38 ecc8261a40a4: Pull complete 19:03:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:03:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:03:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:03:38 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:03:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:03:42 $ docker top 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:03:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:03:42 [ssh-agent] Looking for ssh-agent implementation... 19:03:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:03:43 $ docker exec 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd ssh-agent 19:03:43 SSH_AUTH_SOCK=/tmp/ssh-tqXBHPT29wwy/agent.13 19:03:43 SSH_AGENT_PID=19 19:03:44 Running ssh-add (command line suppressed) 19:03:44 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6160433038175333490.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6160433038175333490.key) 19:03:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:03:44 + git tag --points-at HEAD [Pipeline] } 19:03:44 $ docker exec --env ******** --env ******** 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd ssh-agent -k 19:03:45 unset SSH_AUTH_SOCK; 19:03:45 unset SSH_AGENT_PID; 19:03:45 echo Agent pid 19 killed; 19:03:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:03:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:03:45 [ssh-agent] Looking for ssh-agent implementation... 19:03:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:03:45 $ docker exec 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd ssh-agent 19:03:46 SSH_AUTH_SOCK=/tmp/ssh-3G0hPko4OpSG/agent.47 19:03:46 SSH_AGENT_PID=52 19:03:46 Running ssh-add (command line suppressed) 19:03:46 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8219605289726959697.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8219605289726959697.key) 19:03:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:03:46 + git semver init 19:03:47 # -> Open(): unable to determine branch for HEAD 19:03:47 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 19:03:47 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 19:03:47 # $SEMVER_REMOTE_NAME = origin 19:03:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:03:47 # $SEMVER_USER_NAME = edgex-jenkins 19:03:47 # $SEMVER_BRANCH = master 19:03:47 # $SEMVER_TEMP = /tmp/semver-573716145 19:03:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 19:03:47 # '/tmp/semver-573716145' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 19:03:47 # -> Force: false 19:03:47 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 19:03:47 $ docker exec --env ******** --env ******** 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd ssh-agent -k 19:03:47 unset SSH_AUTH_SOCK; 19:03:47 unset SSH_AGENT_PID; 19:03:47 echo Agent pid 52 killed; 19:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:03:48 + git semver [Pipeline] } 19:03:48 $ docker stop --time=1 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd 19:03:51 $ docker rm -f 451ef5fa3a304359ceaae12f5fdd252b9253215702157d4a2b9f7bd34b58cbcd [Pipeline] // withDockerContainer [Pipeline] sh 19:03:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:03:52 Stashed 1 file(s) [Pipeline] echo 19:03:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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 19:03:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-885 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 19:03:53 Running in /w/workspace/go-mod-secrets/40 [Pipeline] { [Pipeline] checkout 19:03:58 using credential edgex-jenkins-ssh 19:03:58 Cloning the remote Git repository 19:03:58 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:03:58 > git init /w/workspace/go-mod-secrets/40 # timeout=10 19:03:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:03:58 > git --version # timeout=10 19:03:58 > git --version # 'git version 2.17.1' 19:03:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:00 Checking out Revision d60163d7b0dd1349761f9c7c33fc2b2d634b07dd (master) 19:03:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:03:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:03:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:03:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:00 > git config core.sparsecheckout # timeout=10 19:04:00 > git checkout -f d60163d7b0dd1349761f9c7c33fc2b2d634b07dd # timeout=10 19:04:04 Commit message: "Merge pull request #106 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:04:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:04:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:04:06 + + true 19:04:06 sudo service docker restart 19:04:08 Still waiting to schedule task 19:04:08 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-894’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-893’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-891’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo 19:04:08 ========================================================= 19:04:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:04:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:04:09 + 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 . 19:04:10 Sending build context to Docker daemon 645.6kB 19:04:10 Step 1/7 : ARG BASE=golang:1.15-alpine 19:04:10 Step 2/7 : FROM ${BASE} 19:04:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:04:10 5f621e34cdf4: Pulling fs layer 19:04:10 a4357932f1b6: Pulling fs layer 19:04:10 18c013af1878: Pulling fs layer 19:04:10 00ac8860ef70: Pulling fs layer 19:04:10 63d7cb157983: Pulling fs layer 19:04:10 b116817d02f9: Pulling fs layer 19:04:10 745a02a5169b: Pulling fs layer 19:04:10 00ac8860ef70: Waiting 19:04:10 b116817d02f9: Waiting 19:04:10 63d7cb157983: Waiting 19:04:10 745a02a5169b: Waiting 19:04:10 18c013af1878: Download complete 19:04:10 a4357932f1b6: Verifying Checksum 19:04:10 a4357932f1b6: Download complete 19:04:10 63d7cb157983: Download complete 19:04:10 b116817d02f9: Download complete 19:04:10 5f621e34cdf4: Verifying Checksum 19:04:10 5f621e34cdf4: Download complete 19:04:11 5f621e34cdf4: Pull complete 19:04:12 a4357932f1b6: Pull complete 19:04:12 18c013af1878: Pull complete 19:04:12 745a02a5169b: Verifying Checksum 19:04:12 745a02a5169b: Download complete 19:04:14 00ac8860ef70: Verifying Checksum 19:04:14 00ac8860ef70: Download complete 19:04:24 00ac8860ef70: Pull complete 19:04:24 63d7cb157983: Pull complete 19:04:24 b116817d02f9: Pull complete 19:04:27 745a02a5169b: Pull complete 19:04:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:04:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:04:27 ---> b7e6874047d6 19:04:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:04:31 ---> Running in 5eace54ad6dd 19:04:31 Removing intermediate container 5eace54ad6dd 19:04:31 ---> 148ea78642d0 19:04:31 Step 4/7 : RUN apk add --update bash 19:04:31 ---> Running in 0e670869c6ac 19:04:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:34 OK: 142 MiB in 39 packages 19:04:35 Removing intermediate container 0e670869c6ac 19:04:35 ---> cd15b8596fd0 19:04:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:04:35 ---> Running in 2cef7cda26b0 19:04:36 Removing intermediate container 2cef7cda26b0 19:04:36 ---> 73748be99da9 19:04:36 Step 6/7 : COPY go.mod . 19:04:36 ---> be8f65a45b6a 19:04:36 Step 7/7 : RUN go mod download 19:04:36 ---> Running in 7487c7d01c36 19:04:55 Removing intermediate container 7487c7d01c36 19:04:55 ---> b73cc8fa205c 19:04:55 Successfully built b73cc8fa205c 19:04:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:04:55 + docker inspect -f . ci-base-image-arm64 19:04:55 . [Pipeline] withDockerContainer 19:04:55 prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container 19:04:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/40 -v /w/workspace/go-mod-secrets/40:/w/workspace/go-mod-secrets/40:rw,z -v /w/workspace/go-mod-secrets/40@tmp:/w/workspace/go-mod-secrets/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:04:57 $ docker top 703894380ee7e1e3dcefa29f90c2ae99306f037ac7ec23e18f553f7f4d6f4c5f -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:58 + go version 19:04:58 go version go1.15.5 linux/arm64 [Pipeline] } 19:04:58 $ docker stop --time=1 703894380ee7e1e3dcefa29f90c2ae99306f037ac7ec23e18f553f7f4d6f4c5f 19:05:00 $ docker rm -f 703894380ee7e1e3dcefa29f90c2ae99306f037ac7ec23e18f553f7f4d6f4c5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:00 + docker inspect -f . ci-base-image-arm64 19:05:00 . [Pipeline] withDockerContainer 19:05:01 prd-ubuntu18.04-docker-arm64-4c-16g-885 does not seem to be running inside a container 19:05:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/40 -v /w/workspace/go-mod-secrets/40:/w/workspace/go-mod-secrets/40:rw,z -v /w/workspace/go-mod-secrets/40@tmp:/w/workspace/go-mod-secrets/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:05:02 $ docker top 6d3632969a407741ad09b915b195e0a9621d3f96858853403f8c576fb6540365 -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:03 + make test 19:05:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.459s coverage: 81.0% of statements 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.014s coverage: 57.1% of statements 19:05:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.026s coverage: 96.7% of statements 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.041s coverage: 89.5% of statements 19:05:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.036s coverage: 100.0% of statements 19:05:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.010s coverage: 85.7% of statements 19:05:36 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.024s coverage: 100.0% of statements 19:05:36 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 19:05:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:05:39 gofmt -l . 19:05:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:05:39 $ docker stop --time=1 6d3632969a407741ad09b915b195e0a9621d3f96858853403f8c576fb6540365 19:05:41 $ docker rm -f 6d3632969a407741ad09b915b195e0a9621d3f96858853403f8c576fb6540365 [Pipeline] // withDockerContainer [Pipeline] sh 19:05:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:05:43 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 19:05:44 ---> job-cost.sh 19:05:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FbOg 19:05:50 Running on prd-centos7-docker-4c-2g-895 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 19:05:50 Running in /w/workspace/go-mod-secrets/40 [Pipeline] { [Pipeline] checkout 19:06:00 using credential edgex-jenkins-ssh 19:06:00 Cloning the remote Git repository 19:06:00 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 19:06:00 > git init /w/workspace/go-mod-secrets/40 # timeout=10 19:06:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:06:00 > git --version # timeout=10 19:06:00 > git --version # 'git version 2.24.3' 19:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:06:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:06:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:06:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:06:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 19:06:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 19:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:06:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:06:04 Checking out Revision d60163d7b0dd1349761f9c7c33fc2b2d634b07dd (master) 19:06:04 > git config core.sparsecheckout # timeout=10 19:06:04 > git checkout -f d60163d7b0dd1349761f9c7c33fc2b2d634b07dd # timeout=10 19:06:08 Commit message: "Merge pull request #106 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" 19:06:08 19:06:08 GitHub has been notified of this commit’s build result 19:06:08 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:06:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:06:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:06:10 + sudo service docker restart 19:06:10 + true 19:06:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:06:12 ========================================================= 19:06:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:06:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:06:13 + 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 . 19:06:14 Sending build context to Docker daemon 646.7kB 19:06:14 Step 1/7 : ARG BASE=golang:1.15-alpine 19:06:14 Step 2/7 : FROM ${BASE} 19:06:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:15 188c0c94c7c5: Pulling fs layer 19:06:15 0ef7d3d256c8: Pulling fs layer 19:06:15 de9db76c5a1d: Pulling fs layer 19:06:15 bca2f99d35d6: Pulling fs layer 19:06:15 93359f2a8cfa: Pulling fs layer 19:06:15 7c6f9722023f: Pulling fs layer 19:06:15 a35cf1a2eb13: Pulling fs layer 19:06:15 bca2f99d35d6: Waiting 19:06:15 93359f2a8cfa: Waiting 19:06:15 7c6f9722023f: Waiting 19:06:15 a35cf1a2eb13: Waiting 19:06:15 de9db76c5a1d: Download complete 19:06:15 0ef7d3d256c8: Download complete 19:06:15 93359f2a8cfa: Verifying Checksum 19:06:15 93359f2a8cfa: Download complete 19:06:15 7c6f9722023f: Verifying Checksum 19:06:15 7c6f9722023f: Download complete 19:06:15 188c0c94c7c5: Verifying Checksum 19:06:15 188c0c94c7c5: Download complete 19:06:16 188c0c94c7c5: Pull complete 19:06:16 0ef7d3d256c8: Pull complete 19:06:17 de9db76c5a1d: Pull complete 19:06:17 a35cf1a2eb13: Verifying Checksum 19:06:17 a35cf1a2eb13: Download complete 19:06:19 bca2f99d35d6: Verifying Checksum 19:06:19 bca2f99d35d6: Download complete 19:06:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:06:31 bca2f99d35d6: Pull complete 19:06:32 93359f2a8cfa: Pull complete 19:06:32 7c6f9722023f: Pull complete 19:06:39 a35cf1a2eb13: Pull complete 19:06:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:06:39 ---> a62c8e92a672 19:06:39 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:06:39 ---> Running in 87e9896c85e4 19:06:39 Removing intermediate container 87e9896c85e4 19:06:39 ---> 091afb0de36e 19:06:39 Step 4/7 : RUN apk add --update bash 19:06:39 ---> Running in 1d4509bd6a41 19:06:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:41 OK: 166 MiB in 39 packages 19:06:43 Removing intermediate container 1d4509bd6a41 19:06:43 ---> 076cc8ef025f 19:06:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:06:43 ---> Running in 56e33ac8f860 19:06:43 Removing intermediate container 56e33ac8f860 19:06:43 ---> 95dbb8c34fef 19:06:43 Step 6/7 : COPY go.mod . 19:06:43 ---> 533252ac7b26 19:06:43 Step 7/7 : RUN go mod download 19:06:43 ---> Running in f062721b4002 19:07:06 Removing intermediate container f062721b4002 19:07:06 ---> bc69a366b086 19:07:06 Successfully built bc69a366b086 19:07:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:07:06 + docker inspect -f . ci-base-image-x86_64 19:07:06 . [Pipeline] withDockerContainer 19:07:06 prd-centos7-docker-4c-2g-895 does not seem to be running inside a container 19:07:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/40 -v /w/workspace/go-mod-secrets/40:/w/workspace/go-mod-secrets/40:rw,z -v /w/workspace/go-mod-secrets/40@tmp:/w/workspace/go-mod-secrets/40@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 19:07:08 $ docker top 94baccee51d2027aec4b95b95489e5df362809ecedaeb777f8dbaf7aa28698f1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:10 + go version 19:07:10 go version go1.15.5 linux/amd64 [Pipeline] } 19:07:10 $ docker stop --time=1 94baccee51d2027aec4b95b95489e5df362809ecedaeb777f8dbaf7aa28698f1 19:07:11 $ docker rm -f 94baccee51d2027aec4b95b95489e5df362809ecedaeb777f8dbaf7aa28698f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:12 + docker inspect -f . ci-base-image-x86_64 19:07:12 . [Pipeline] withDockerContainer 19:07:12 prd-centos7-docker-4c-2g-895 does not seem to be running inside a container 19:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/40 -v /w/workspace/go-mod-secrets/40:/w/workspace/go-mod-secrets/40:rw,z -v /w/workspace/go-mod-secrets/40@tmp:/w/workspace/go-mod-secrets/40@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 19:07:14 $ docker top 976d5b96eadd9249227e6b38b34cc38483736a1dea662b750152b76213f92833 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:15 + make test 19:07:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.260s coverage: 81.0% of statements 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.049s coverage: 57.1% of statements 19:07:42 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.031s coverage: 96.7% of statements 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.008s coverage: 89.5% of statements 19:07:42 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements 19:07:42 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.010s coverage: 85.7% of statements 19:07:42 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.039s coverage: 100.0% of statements 19:07:42 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 19:07:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:07:44 gofmt -l . 19:07:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:07:44 $ docker stop --time=1 976d5b96eadd9249227e6b38b34cc38483736a1dea662b750152b76213f92833 19:07:44 lf-activate-venv(): INFO: Adding /tmp/venv-FbOg/bin to PATH 19:07:44 INFO: No Stack... 19:07:45 INFO: Retrieving Pricing Info for: lf-standard-4 19:07:45 INFO: Archiving Costs 19:07:48 $ docker rm -f 976d5b96eadd9249227e6b38b34cc38483736a1dea662b750152b76213f92833 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 19:07:48 + cat /w/workspace/go-mod-secrets/40/archives/cost.csv 19:07:48 + cut -d, -f6 [Pipeline] lock 19:07:48 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] 19:07:48 Resource [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] did not exist. Created. 19:07:48 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:07:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:07:49 Warning: overwriting stash ‘coverage-report’ 19:07:49 + echo total: 0.20999999344348907 [Pipeline] stash 19:07:49 Stashed 1 file(s) [Pipeline] } 19:07:49 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:07:49 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 19:07:50 ---> job-cost.sh 19:07:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vqHA 19:08:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:08:56 lf-activate-venv(): INFO: Adding /tmp/venv-vqHA/bin to PATH 19:08:56 INFO: No Stack... 19:08:56 INFO: Retrieving Pricing Info for: v1-standard-2 19:08:56 INFO: Archiving Costs [Pipeline] sh 19:08:56 + cat /w/workspace/go-mod-secrets/40/archives/cost.csv 19:08:56 + cut -d, -f6 [Pipeline] lock 19:08:56 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] 19:08:56 Resource [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] did not exist. Created. 19:08:56 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:08:57 /w/workspace/go-mod-secrets/40@tmp/durable-1b0ecfbe/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 19:08:57 + echo total: 0.029999999329447746 [Pipeline] stash 19:08:57 Warning: overwriting stash ‘stack-cost’ 19:08:57 Stashed 1 file(s) [Pipeline] } 19:08:57 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-40-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 19:08:58 provisioning config files... 19:08:58 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5685413355936680131tmp [Pipeline] { [Pipeline] sh 19:08:58 + set +x 19:08:58 + curl -s https://codecov.io/bash 19:08:58 + bash -s -- 19:08:59 19:08:59 _____ _ 19:08:59 / ____| | | 19:08:59 | | ___ __| | ___ ___ _____ __ 19:08:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:08:59 | |___| (_) | (_| | __/ (_| (_) \ V / 19:08:59 \_____\___/ \__,_|\___|\___\___/ \_/ 19:08:59 Bash-1.0.1 19:08:59 19:08:59 19:08:59 ==> git version 2.24.3 found 19:08:59 ==> 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 19:08:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:08:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:08:59 ==> Jenkins CI detected. 19:08:59 project root: . 19:08:59 --> token set from env 19:08:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:08:59 ==> Running gcov in . (disable via -X gcov) 19:08:59 ==> Python coveragepy not found 19:08:59 ==> Searching for coverage reports in: 19:08:59 + . 19:08:59 -> Found 1 reports 19:08:59 ==> Detecting git/mercurial file structure 19:08:59 ==> Reading reports 19:08:59 + ./coverage.out bytes=29117 19:08:59 ==> Appending adjustments 19:08:59 https://docs.codecov.io/docs/fixing-reports 19:08:59 + Found adjustments 19:08:59 ==> Gzipping contents 19:09:00 8.0K /tmp/codecov.gMXIvq.gz 19:09:00 ==> Uploading reports 19:09:00 url: https://codecov.io 19:09:00 query: branch=master&commit=d60163d7b0dd1349761f9c7c33fc2b2d634b07dd&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 19:09:00 -> Pinging Codecov 19:09:00 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=d60163d7b0dd1349761f9c7c33fc2b2d634b07dd&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 19:09:00 -> Uploading to 19:09:00 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/D63849C06B6B67093493C71CE874ED06/d60163d7b0dd1349761f9c7c33fc2b2d634b07dd/05d14372-b8c2-4a46-9bfd-4f9c20f9f762.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T190900Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=237b4ab34e88653aa5b2c703ff09060f5eae3a184321aceed6c45dd3fb21fc63 19:09:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:01 Dload Upload Total Spent Left Speed 19:09:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5965 0 0 100 5965 0 13051 --:--:-- --:--:-- --:--:-- 13052 19:09:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/d60163d7b0dd1349761f9c7c33fc2b2d634b07dd [Pipeline] } 19:09:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:09:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:09:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:09:02 19:09:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:09:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:09:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:09:03 188c0c94c7c5: Pulling fs layer 19:09:03 0ef7d3d256c8: Pulling fs layer 19:09:03 de9db76c5a1d: Pulling fs layer 19:09:03 0eba1c9be4d2: Pulling fs layer 19:09:03 0d57e429df01: Pulling fs layer 19:09:03 4e4be7b47b0d: Pulling fs layer 19:09:03 e1f770b5df2f: Pulling fs layer 19:09:03 85a0685a4137: Pulling fs layer 19:09:03 0eba1c9be4d2: Waiting 19:09:03 0d57e429df01: Waiting 19:09:03 4e4be7b47b0d: Waiting 19:09:03 e1f770b5df2f: Waiting 19:09:03 85a0685a4137: Waiting 19:09:03 de9db76c5a1d: Verifying Checksum 19:09:03 de9db76c5a1d: Download complete 19:09:03 0ef7d3d256c8: Download complete 19:09:03 0d57e429df01: Download complete 19:09:03 4e4be7b47b0d: Verifying Checksum 19:09:03 4e4be7b47b0d: Download complete 19:09:03 188c0c94c7c5: Download complete 19:09:03 188c0c94c7c5: Pull complete 19:09:04 0ef7d3d256c8: Pull complete 19:09:04 de9db76c5a1d: Pull complete 19:09:04 e1f770b5df2f: Verifying Checksum 19:09:04 e1f770b5df2f: Download complete 19:09:07 85a0685a4137: Verifying Checksum 19:09:07 85a0685a4137: Download complete 19:09:07 0eba1c9be4d2: Verifying Checksum 19:09:07 0eba1c9be4d2: Download complete 19:09:20 0eba1c9be4d2: Pull complete 19:09:20 0d57e429df01: Pull complete 19:09:20 4e4be7b47b0d: Pull complete 19:09:21 e1f770b5df2f: Pull complete 19:09:33 85a0685a4137: Pull complete 19:09:33 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:09:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:09:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:09:34 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:09:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:09:37 $ docker top 56c247123df2016d0a0bb4eb900014b6d2d2ed83d959caa68247a372e236d390 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:09:37 + set -o pipefail 19:09:37 + snyk monitor '--org=edgex-jenkins' 19:09:44 19:09:44 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 19:09:44 19:09:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/db4e7c98-a04a-4120-8601-747ee63295a6 19:09:44 19:09:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:09:44 19:09:44 19:09:44 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 19:09:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 19:09:44 $ docker stop --time=1 56c247123df2016d0a0bb4eb900014b6d2d2ed83d959caa68247a372e236d390 19:09:46 $ docker rm -f 56c247123df2016d0a0bb4eb900014b6d2d2ed83d959caa68247a372e236d390 [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 19:09:47 + git log --format=format:%s -1 d60163d7b0dd1349761f9c7c33fc2b2d634b07dd [Pipeline] isUnix [Pipeline] sh 19:09:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:09:48 . [Pipeline] withDockerContainer 19:09:48 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:09:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:09:49 $ docker top 4af5f798ab8070d3cd35253717a5353e3fa88feebdc40346166f26d381e05599 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:09:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:09:50 [ssh-agent] Looking for ssh-agent implementation... 19:09:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:09:51 $ docker exec 4af5f798ab8070d3cd35253717a5353e3fa88feebdc40346166f26d381e05599 ssh-agent 19:09:51 SSH_AUTH_SOCK=/tmp/ssh-dRmLUL1bSvTy/agent.11 19:09:51 SSH_AGENT_PID=16 19:09:51 Running ssh-add (command line suppressed) 19:09:52 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1598438068162863935.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1598438068162863935.key) 19:09:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:09:52 + git semver tag 19:09:52 # -> Open(): unable to determine branch for HEAD 19:09:52 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 19:09:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 19:09:52 # $SEMVER_REMOTE_NAME = origin 19:09:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:09:52 # $SEMVER_USER_NAME = edgex-jenkins 19:09:52 # $SEMVER_BRANCH = master 19:09:52 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 19:09:52 # d60163d7b0dd1349761f9c7c33fc2b2d634b07dd HEAD 19:09:52 # -> Force: false 19:09:53 # 780e05654f148601a2f55000e4c8d0789a2931b4 refs/tags/v2.0.0-dev.16 [Pipeline] } 19:09:53 $ docker exec --env ******** --env ******** 4af5f798ab8070d3cd35253717a5353e3fa88feebdc40346166f26d381e05599 ssh-agent -k 19:09:53 unset SSH_AUTH_SOCK; 19:09:53 unset SSH_AGENT_PID; 19:09:53 echo Agent pid 16 killed; 19:09:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:09:53 + git semver [Pipeline] } 19:09:53 $ docker stop --time=1 4af5f798ab8070d3cd35253717a5353e3fa88feebdc40346166f26d381e05599 19:09:55 $ docker rm -f 4af5f798ab8070d3cd35253717a5353e3fa88feebdc40346166f26d381e05599 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:09:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:09:55 19:09:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:09:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:09:56 0.23.1-centos7: Pulling from edgex-lftools 19:09:56 ab5ef0e58194: Pulling fs layer 19:09:56 9712f1f96733: Pulling fs layer 19:09:56 63f879dbbcfc: Pulling fs layer 19:09:56 0d9ebad4ef96: Pulling fs layer 19:09:56 e9a5061849ea: Pulling fs layer 19:09:56 d747dcd14b5f: Pulling fs layer 19:09:56 2de7ff778b66: Pulling fs layer 19:09:56 e9a5061849ea: Waiting 19:09:56 d747dcd14b5f: Waiting 19:09:56 2de7ff778b66: Waiting 19:09:56 0d9ebad4ef96: Waiting 19:09:56 9712f1f96733: Verifying Checksum 19:09:56 9712f1f96733: Download complete 19:09:58 63f879dbbcfc: Verifying Checksum 19:09:58 63f879dbbcfc: Download complete 19:09:58 e9a5061849ea: Verifying Checksum 19:09:58 e9a5061849ea: Download complete 19:09:58 d747dcd14b5f: Verifying Checksum 19:09:58 d747dcd14b5f: Download complete 19:09:58 2de7ff778b66: Verifying Checksum 19:09:58 2de7ff778b66: Download complete 19:09:59 0d9ebad4ef96: Verifying Checksum 19:09:59 0d9ebad4ef96: Download complete 19:09:59 ab5ef0e58194: Download complete 19:10:07 ab5ef0e58194: Pull complete 19:10:07 9712f1f96733: Pull complete 19:10:09 63f879dbbcfc: Pull complete 19:10:25 0d9ebad4ef96: Pull complete 19:10:25 e9a5061849ea: Pull complete 19:10:25 d747dcd14b5f: Pull complete 19:10:30 2de7ff778b66: Pull complete 19:10:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:10:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:10:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:10:31 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:10:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:10:34 $ docker top 4b30bc1d07a18ca2a0a34c113e678be39c58e88c38a0341c510ebf277dd42e7c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:10:34 provisioning config files... 19:10:34 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7236661645836502200tmp 19:10:34 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2882946023697304107tmp 19:10:34 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6340404714229376804tmp [Pipeline] { [Pipeline] echo 19:10:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:10:35 ---> sigul-configuration.sh 19:10:35 gpg: directory `/root/.gnupg' created 19:10:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:10:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:10:35 gpg: keyring `/root/.gnupg/secring.gpg' created 19:10:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:10:35 gpg: CAST5 encrypted data 19:10:35 gpg: encrypted with 1 passphrase 19:10:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:10:36 + mkdir /home/jenkins 19:10:36 + mkdir /home/jenkins/sigul [Pipeline] sh 19:10:37 + 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 19:10:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:10:37 ---> sigul-install.sh 19:10:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:10:47 + git tag --list 19:10:47 v0.0.0 19:10:47 v0.0.1 19:10:47 v0.0.10 19:10:47 v0.0.11 19:10:47 v0.0.12 19:10:47 v0.0.13 19:10:47 v0.0.14 19:10:47 v0.0.15 19:10:47 v0.0.16 19:10:47 v0.0.17 19:10:47 v0.0.18 19:10:47 v0.0.19 19:10:47 v0.0.2 19:10:47 v0.0.20 19:10:47 v0.0.21 19:10:47 v0.0.22 19:10:47 v0.0.23 19:10:47 v0.0.24 19:10:47 v0.0.25 19:10:47 v0.0.26 19:10:47 v0.0.27 19:10:47 v0.0.28 19:10:47 v0.0.29 19:10:47 v0.0.3 19:10:47 v0.0.30 19:10:47 v0.0.31 19:10:47 v0.0.32 19:10:47 v0.0.33 19:10:47 v0.0.4 19:10:47 v0.0.5 19:10:47 v0.0.6 19:10:47 v0.0.7 19:10:47 v0.0.8 19:10:47 v0.0.9 19:10:47 v2.0.0-dev.1 19:10:47 v2.0.0-dev.10 19:10:47 v2.0.0-dev.11 19:10:47 v2.0.0-dev.12 19:10:47 v2.0.0-dev.13 19:10:47 v2.0.0-dev.14 19:10:47 v2.0.0-dev.15 19:10:47 v2.0.0-dev.16 19:10:47 v2.0.0-dev.2 19:10:47 v2.0.0-dev.3 19:10:47 v2.0.0-dev.4 19:10:47 v2.0.0-dev.5 19:10:47 v2.0.0-dev.6 19:10:47 v2.0.0-dev.7 19:10:47 v2.0.0-dev.8 19:10:47 v2.0.0-dev.9 [Pipeline] sh 19:10:47 + lftools sign git-tag v2.0.0-dev.16 19:10:50 Signing Git tag with Sigul... 19:10:50 Signing v2.0.0-dev.16 [Pipeline] echo 19:10:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:10:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:10:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:10:51 $ docker stop --time=1 4b30bc1d07a18ca2a0a34c113e678be39c58e88c38a0341c510ebf277dd42e7c 19:10:54 $ docker rm -f 4b30bc1d07a18ca2a0a34c113e678be39c58e88c38a0341c510ebf277dd42e7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:10:55 . [Pipeline] withDockerContainer 19:10:55 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:10:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:10:56 $ docker top 6c78c00db0043e0c25429aa18b6df61fb61f4dac44445f875308b12a4db25128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:10:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:10:57 [ssh-agent] Looking for ssh-agent implementation... 19:10:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:10:57 $ docker exec 6c78c00db0043e0c25429aa18b6df61fb61f4dac44445f875308b12a4db25128 ssh-agent 19:10:57 SSH_AUTH_SOCK=/tmp/ssh-nVchowQHnxEU/agent.12 19:10:57 SSH_AGENT_PID=17 19:10:57 Running ssh-add (command line suppressed) 19:10:57 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5856018568239442866.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5856018568239442866.key) 19:10:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:10:58 + git semver bump pre 19:10:58 # -> Open(): unable to determine branch for HEAD 19:10:58 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 19:10:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 19:10:58 # $SEMVER_REMOTE_NAME = origin 19:10:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:10:58 # $SEMVER_USER_NAME = edgex-jenkins 19:10:58 # $SEMVER_BRANCH = master 19:10:58 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 19:10:58 2.0.0-dev.17 [Pipeline] } 19:10:58 $ docker exec --env ******** --env ******** 6c78c00db0043e0c25429aa18b6df61fb61f4dac44445f875308b12a4db25128 ssh-agent -k 19:10:58 unset SSH_AUTH_SOCK; 19:10:58 unset SSH_AGENT_PID; 19:10:58 echo Agent pid 17 killed; 19:10:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:10:59 + git semver [Pipeline] } 19:10:59 $ docker stop --time=1 6c78c00db0043e0c25429aa18b6df61fb61f4dac44445f875308b12a4db25128 19:11:00 $ docker rm -f 6c78c00db0043e0c25429aa18b6df61fb61f4dac44445f875308b12a4db25128 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:11:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:11:01 . [Pipeline] withDockerContainer 19:11:02 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:11:03 $ docker top fd6b075d0e9184eae502c4c9da5a4733ea14e5d49555f7e5dbc2ed81640b7cbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:11:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:11:03 [ssh-agent] Looking for ssh-agent implementation... 19:11:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:11:04 $ docker exec fd6b075d0e9184eae502c4c9da5a4733ea14e5d49555f7e5dbc2ed81640b7cbd ssh-agent 19:11:04 SSH_AUTH_SOCK=/tmp/ssh-ni3J2RSgLSsu/agent.12 19:11:04 SSH_AGENT_PID=17 19:11:04 Running ssh-add (command line suppressed) 19:11:04 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1417400429706248907.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1417400429706248907.key) 19:11:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:11:05 + git semver push 19:11:05 # -> Open(): unable to determine branch for HEAD 19:11:05 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 19:11:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 19:11:05 # $SEMVER_REMOTE_NAME = origin 19:11:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:11:05 # $SEMVER_USER_NAME = edgex-jenkins 19:11:05 # $SEMVER_BRANCH = master 19:11:05 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 19:11:09 $ docker exec --env ******** --env ******** fd6b075d0e9184eae502c4c9da5a4733ea14e5d49555f7e5dbc2ed81640b7cbd ssh-agent -k 19:11:09 unset SSH_AUTH_SOCK; 19:11:09 unset SSH_AGENT_PID; 19:11:09 echo Agent pid 17 killed; 19:11:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:11:09 + git semver [Pipeline] } 19:11:09 $ docker stop --time=1 fd6b075d0e9184eae502c4c9da5a4733ea14e5d49555f7e5dbc2ed81640b7cbd 19:11:11 $ docker rm -f fd6b075d0e9184eae502c4c9da5a4733ea14e5d49555f7e5dbc2ed81640b7cbd [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 19:11:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:11:13 ---> package-listing.sh 19:11:13 ++ facter osfamily 19:11:13 ++ tr '[:upper:]' '[:lower:]' 19:11:13 + OS_FAMILY=redhat 19:11:13 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 19:11:13 + START_PACKAGES=/tmp/packages_start.txt 19:11:13 + END_PACKAGES=/tmp/packages_end.txt 19:11:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:11:13 + PACKAGES=/tmp/packages_start.txt 19:11:13 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 19:11:13 + PACKAGES=/tmp/packages_end.txt 19:11:13 + case "${OS_FAMILY}" in 19:11:13 + rpm -qa 19:11:13 + sort 19:11:20 + '[' -f /tmp/packages_start.txt ']' 19:11:20 + '[' -f /tmp/packages_end.txt ']' 19:11:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:11:20 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 19:11:20 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 19:11:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 19:11:20 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 19:11:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:11:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:11:21 19:11:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:11:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:11:22 alpine: Pulling from edgex-lftools-log-publisher 19:11:22 df20fa9351a1: Pulling fs layer 19:11:22 36b3adc4ff6f: Pulling fs layer 19:11:22 8ad3a11d3b57: Pulling fs layer 19:11:22 46f8f816bc3b: Pulling fs layer 19:11:22 93b61091891f: Pulling fs layer 19:11:22 93b9cdb0e59b: Pulling fs layer 19:11:22 5e14af77c1be: Pulling fs layer 19:11:22 01666e4c0597: Pulling fs layer 19:11:22 aa168da1d23b: Pulling fs layer 19:11:22 46f8f816bc3b: Waiting 19:11:22 93b61091891f: Waiting 19:11:22 93b9cdb0e59b: Waiting 19:11:22 5e14af77c1be: Waiting 19:11:22 01666e4c0597: Waiting 19:11:22 aa168da1d23b: Waiting 19:11:22 36b3adc4ff6f: Download complete 19:11:22 46f8f816bc3b: Verifying Checksum 19:11:22 46f8f816bc3b: Download complete 19:11:22 df20fa9351a1: Verifying Checksum 19:11:22 df20fa9351a1: Download complete 19:11:22 93b9cdb0e59b: Verifying Checksum 19:11:22 93b9cdb0e59b: Download complete 19:11:22 5e14af77c1be: Verifying Checksum 19:11:22 5e14af77c1be: Download complete 19:11:23 01666e4c0597: Download complete 19:11:23 93b61091891f: Verifying Checksum 19:11:23 93b61091891f: Download complete 19:11:24 8ad3a11d3b57: Verifying Checksum 19:11:24 8ad3a11d3b57: Download complete 19:11:24 df20fa9351a1: Pull complete 19:11:24 36b3adc4ff6f: Pull complete 19:11:26 8ad3a11d3b57: Pull complete 19:11:26 46f8f816bc3b: Pull complete 19:11:26 aa168da1d23b: Verifying Checksum 19:11:26 aa168da1d23b: Download complete 19:11:27 93b61091891f: Pull complete 19:11:27 93b9cdb0e59b: Pull complete 19:11:27 5e14af77c1be: Pull complete 19:11:28 01666e4c0597: Pull complete 19:11:44 aa168da1d23b: Pull complete 19:11:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:11:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:11:44 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 19:11:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:11:47 $ docker top 1fd7ddb393c94d86f462e031b52113313b12415765b3c8a57e3bc2914e2cc22d -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:48 + touch /tmp/pre-build-complete [Pipeline] sh 19:11:49 + mkdir -p /var/log/sa [Pipeline] sh 19:11:50 + ls /var/log/sa-host 19:11:50 + sadf -c /var/log/sa-host/sa19 19:11:50 file_magic: OK 19:11:50 HZ: Using current value: 100 19:11:50 file_header: OK 19:11:50 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 19:11:50 Statistics: 19:11:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:11:50 File successfully converted to sysstat format version 12.2.1 19:11:50 + sadf -c /var/log/sa-host/sa23 19:11:50 file_magic: OK 19:11:50 HZ: Using current value: 100 19:11:50 file_header: OK 19:11:50 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 19:11:50 Statistics: 19:11:50 Hnuu...uuuununununu... 19:11:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:50 provisioning config files... 19:11:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1124386025917359683tmp [Pipeline] { [Pipeline] echo 19:11:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:11:51 ---> create-netrc.sh [Pipeline] } 19:11:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:11:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:11:52 ---> python-tools-install.sh [Pipeline] echo 19:11:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:11:53 ---> sudo-logs.sh 19:11:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:11:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:11:54 ---> job-cost.sh 19:11:54 lf-activate-venv: SKIPPING 19:11:54 DEBUG: total: 0.029999999329447746 19:11:54 INFO: Retrieving Stack Cost... 19:11:55 INFO: Retrieving Pricing Info for: v1-standard-2 19:11:55 INFO: Archiving Costs [Pipeline] echo 19:11:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:11:56 ---> logs-deploy.sh 19:11:56 lf-activate-venv: SKIPPING 19:11:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/40 19:11:56 INFO: archiving workspace using pattern(s): 19:11:59 Archives upload complete. 19:11:59 INFO: archiving logs to Nexus 19:12:00 ---> uname -a: 19:12:00 Linux prd-centos7-docker-4c-2g-892.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:12:00 19:12:00 19:12:00 ---> lscpu: 19:12:00 Architecture: x86_64 19:12:00 CPU op-mode(s): 32-bit, 64-bit 19:12:00 Byte Order: Little Endian 19:12:00 Address sizes: 40 bits physical, 48 bits virtual 19:12:00 CPU(s): 4 19:12:00 On-line CPU(s) list: 0-3 19:12:00 Thread(s) per core: 1 19:12:00 Core(s) per socket: 1 19:12:00 Socket(s): 4 19:12:00 NUMA node(s): 1 19:12:00 Vendor ID: GenuineIntel 19:12:00 CPU family: 6 19:12:00 Model: 44 19:12:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:12:00 Stepping: 1 19:12:00 CPU MHz: 2933.438 19:12:00 BogoMIPS: 5866.87 19:12:00 Virtualization: VT-x 19:12:00 Hypervisor vendor: KVM 19:12:00 Virtualization type: full 19:12:00 L1d cache: 128 KiB 19:12:00 L1i cache: 128 KiB 19:12:00 L2 cache: 16 MiB 19:12:00 L3 cache: 64 MiB 19:12:00 NUMA node0 CPU(s): 0-3 19:12:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:12:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:12:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:12:00 Vulnerability Meltdown: Mitigation; PTI 19:12:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:12:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:12:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:12:00 Vulnerability Srbds: Not affected 19:12:00 Vulnerability Tsx async abort: Not affected 19:12:00 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 19:12:00 19:12:00 19:12:00 ---> nproc: 19:12:00 4 19:12:00 19:12:00 19:12:00 ---> df -h: 19:12:00 Filesystem Size Used Available Use% Mounted on 19:12:00 overlay 50.0G 8.5G 41.5G 17% / 19:12:00 tmpfs 64.0M 0 64.0M 0% /dev 19:12:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:12:00 shm 64.0M 0 64.0M 0% /dev/shm 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_go-mod-secrets_master 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 19:12:00 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 19:12:00 19:12:00 19:12:00 ---> free -m: 19:12:00 total used free shared buff/cache available 19:12:00 Mem: 1837 784 145 0 907 989 19:12:00 Swap: 1023 3 1020 19:12:00 19:12:00 19:12:00 ---> ip addr: 19:12:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:12:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:12:00 inet 127.0.0.1/8 scope host lo 19:12:00 valid_lft forever preferred_lft forever 19:12:00 inet6 ::1/128 scope host 19:12:00 valid_lft forever preferred_lft forever 19:12:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:12:00 link/ether fa:16:3e:45:79:ef brd ff:ff:ff:ff:ff:ff 19:12:00 inet 10.30.122.201/23 brd 10.30.123.255 scope global dynamic eth0 19:12:00 valid_lft 85818sec preferred_lft 85818sec 19:12:00 inet6 fe80::f816:3eff:fe45:79ef/64 scope link 19:12:00 valid_lft forever preferred_lft forever 19:12:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:12:00 link/ether 02:42:60:0c:52:a7 brd ff:ff:ff:ff:ff:ff 19:12:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:12:00 valid_lft forever preferred_lft forever 19:12:00 inet6 fe80::42:60ff:fe0c:52a7/64 scope link 19:12:00 valid_lft forever preferred_lft forever 19:12:00 19:12:00 19:12:00 ---> sar -b -r -n DEV: 19:12:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 19:12:00 19:12:00 19:02:04 LINUX RESTART (4 CPU) 19:12:00 19:12:00 19:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:12:00 19:04:01 57.26 18.97 38.29 0.00 5389.12 3316.54 0.00 19:12:00 19:05:01 1.55 0.00 1.55 0.00 0.00 27.52 0.00 19:12:00 19:06:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 19:12:00 19:07:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 19:12:00 19:08:01 0.24 0.00 0.24 0.00 0.00 3.16 0.00 19:12:00 19:09:01 0.42 0.10 0.32 0.00 7.85 5.06 0.00 19:12:00 19:10:01 296.73 170.78 125.95 0.00 8413.09 40991.44 0.00 19:12:00 19:11:01 186.35 53.21 133.14 0.00 3048.11 26142.72 0.00 19:12:00 Average: 68.10 30.48 37.62 0.00 2113.24 8840.79 0.00 19:12:00 19:12:00 19:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:12:00 19:04:01 171660 0 576156 30.62 2620 1131108 1092524 37.29 377136 1133292 128 19:12:00 19:05:01 174224 0 573624 30.49 2620 1131076 1077676 36.78 378748 1129216 12 19:12:00 19:06:01 176956 0 570888 30.34 2620 1131080 1042976 35.60 381592 1124932 16 19:12:00 19:07:02 175108 0 572732 30.44 2620 1131084 1043024 35.60 383708 1124240 8 19:12:00 19:08:01 173784 0 574052 30.51 2620 1131088 1042988 35.60 386264 1123208 8 19:12:00 19:09:01 168772 0 578764 30.76 2620 1131388 1046292 35.71 423096 1090476 72 19:12:00 19:10:01 83412 0 704708 37.45 2596 1090828 1501804 51.25 609192 935176 63072 19:12:00 19:11:01 223748 0 751620 39.95 2136 904040 1287292 43.93 561684 752056 28 19:12:00 Average: 168458 0 612818 32.57 2556 1097712 1141822 38.97 437678 1051574 7918 19:12:00 19:12:00 19:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:12:00 19:04:01 eth0 262.92 191.21 876.66 83.40 0.00 0.00 0.00 0.00 19:12:00 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:04:01 docker0 2.11 1.71 0.50 4.87 0.00 0.00 0.00 0.00 19:12:00 19:05:01 eth0 2.18 0.50 0.64 0.39 0.00 0.00 0.00 0.00 19:12:00 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:06:01 eth0 1.50 0.75 0.61 0.41 0.00 0.00 0.00 0.00 19:12:00 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:07:02 eth0 1.40 0.28 0.37 0.20 0.00 0.00 0.00 0.00 19:12:00 19:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:08:01 eth0 0.91 0.69 0.56 0.38 0.00 0.00 0.00 0.00 19:12:00 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:09:01 eth0 6.24 3.41 4.89 1.86 0.00 0.00 0.00 0.00 19:12:00 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:10:01 eth0 757.10 611.18 7297.53 84.89 0.00 0.00 0.00 0.00 19:12:00 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:10:01 docker0 11.10 10.52 1.06 29.34 0.00 0.00 0.00 0.00 19:12:00 19:11:01 eth0 158.07 88.69 298.45 74.09 0.00 0.00 0.00 0.00 19:12:00 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 19:11:01 docker0 42.89 81.93 2.30 247.04 0.00 0.00 0.00 0.00 19:12:00 Average: eth0 149.23 112.42 1063.32 30.79 0.00 0.00 0.00 0.00 19:12:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:00 Average: docker0 7.04 11.81 0.48 35.28 0.00 0.00 0.00 0.00 19:12:00 19:12:00 19:12:00 ---> sar -P ALL: 19:12:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 19:12:00 19:12:00 19:02:04 LINUX RESTART (4 CPU) 19:12:00 19:12:00 19:03:01 CPU %user %nice %system %iowait %steal %idle 19:12:00 19:04:01 all 11.04 0.00 4.67 1.85 22.10 60.35 19:12:00 19:04:01 0 11.32 0.00 5.21 1.13 23.00 59.34 19:12:00 19:04:01 1 9.07 0.00 4.62 1.11 23.17 62.04 19:12:00 19:04:01 2 12.33 0.00 3.72 3.82 21.80 58.33 19:12:00 19:04:01 3 11.46 0.00 5.15 1.28 20.39 61.71 19:12:00 19:05:01 all 0.17 0.00 0.06 0.00 0.39 99.38 19:12:00 19:05:01 0 0.32 0.00 0.05 0.00 0.17 99.47 19:12:00 19:05:01 1 0.12 0.00 0.07 0.00 0.47 99.35 19:12:00 19:05:01 2 0.07 0.00 0.08 0.00 0.63 99.22 19:12:00 19:05:01 3 0.18 0.00 0.03 0.00 0.32 99.47 19:12:00 19:06:01 all 0.13 0.00 0.07 0.00 0.63 99.17 19:12:00 19:06:01 0 0.03 0.00 0.12 0.00 0.32 99.53 19:12:00 19:06:01 1 0.30 0.00 0.03 0.00 0.70 98.97 19:12:00 19:06:01 2 0.08 0.00 0.07 0.00 0.88 98.97 19:12:00 19:06:01 3 0.10 0.00 0.08 0.00 0.61 99.20 19:12:00 19:07:02 all 0.10 0.00 0.05 0.00 0.17 99.68 19:12:00 19:07:02 0 0.03 0.00 0.03 0.00 0.42 99.52 19:12:00 19:07:02 1 0.32 0.00 0.07 0.00 0.08 99.53 19:12:00 19:07:02 2 0.03 0.00 0.03 0.00 0.15 99.78 19:12:00 19:07:02 3 0.03 0.00 0.05 0.00 0.03 99.88 19:12:00 19:08:01 all 0.13 0.00 0.11 0.00 0.90 98.86 19:12:00 19:08:01 0 0.03 0.00 0.05 0.00 0.37 99.54 19:12:00 19:08:01 1 0.13 0.00 0.08 0.00 1.17 98.61 19:12:00 19:08:01 2 0.17 0.00 0.12 0.00 1.45 98.26 19:12:00 19:08:01 3 0.19 0.00 0.17 0.00 0.61 99.04 19:12:00 19:09:01 all 0.37 0.00 0.61 0.01 1.56 97.45 19:12:00 19:09:01 0 0.46 0.00 0.71 0.00 1.52 97.31 19:12:00 19:09:01 1 0.38 0.00 0.73 0.02 1.75 97.13 19:12:00 19:09:01 2 0.20 0.00 0.28 0.02 1.79 97.71 19:12:00 19:09:01 3 0.43 0.00 0.74 0.00 1.18 97.65 19:12:00 19:10:01 all 8.19 0.00 7.20 2.58 20.52 61.51 19:12:00 19:10:01 0 8.96 0.00 7.63 2.27 21.68 59.45 19:12:00 19:10:01 1 8.72 0.00 7.70 3.56 21.24 58.79 19:12:00 19:10:01 2 6.76 0.00 5.94 1.76 19.33 66.20 19:12:00 19:10:01 3 8.38 0.00 7.55 2.73 19.87 61.47 19:12:00 19:11:01 all 7.88 0.00 7.33 1.79 21.11 61.89 19:12:00 19:11:01 0 7.10 0.00 7.21 2.10 22.77 60.82 19:12:00 19:11:01 1 8.38 0.00 7.69 2.40 21.63 59.90 19:12:00 19:11:01 2 10.58 0.00 7.13 1.46 19.71 61.12 19:12:00 19:11:01 3 5.46 0.00 7.28 1.22 20.34 65.71 19:12:00 Average: all 3.63 0.00 2.59 0.80 8.70 84.28 19:12:00 Average: 0 3.64 0.00 2.70 0.71 9.05 83.91 19:12:00 Average: 1 3.54 0.00 2.70 0.91 9.07 83.79 19:12:00 Average: 2 3.95 0.00 2.25 0.92 8.53 84.34 19:12:00 Average: 3 3.37 0.00 2.71 0.67 8.17 85.08 19:12:00 19:12:00 19:12:00