Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad364f0045a1960e2713a9dd7876fce0e4e288a4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21381 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 ad364f0045a1960e2713a9dd7876fce0e4e288a4 (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 ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 Commit message: "Merge pull request #85 from lenny-intel/consume-v2-module" > git rev-list --no-walk fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:01:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:01:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:01:00 ========================================================= 23:01:00 EdgeX Global Pipelines Version Info 23:01:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:01:02 ------------------- 23:01:02 stable info: 23:01:02 ------------------- 23:01:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:02 Message: update stable to v1.0.179 23:01:03 ------------------- 23:01:03 experimental info: 23:01:03 ------------------- 23:01:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:01:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:01:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad364f0045a1960e2713a9dd7876fce0e4e288a4 [Pipeline] echo 23:01:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad364f0 [Pipeline] echo 23:01:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:07 + git log --format=format:%s -1 ad364f0045a1960e2713a9dd7876fce0e4e288a4 [Pipeline] echo 23:01:07 GIT_COMMIT: ad364f0045a1960e2713a9dd7876fce0e4e288a4, Commit Message: Merge pull request #85 from lenny-intel/consume-v2-module [Pipeline] echo 23:01:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:01:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:08 23:01:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:01:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:09 latest: Pulling from edgex-devops/git-semver 23:01:09 31603596830f: Pulling fs layer 23:01:09 2a8b12db71e7: Pulling fs layer 23:01:09 6ca5941a6612: Pulling fs layer 23:01:09 ecc8261a40a4: Pulling fs layer 23:01:09 ecc8261a40a4: Waiting 23:01:09 2a8b12db71e7: Verifying Checksum 23:01:09 2a8b12db71e7: Download complete 23:01:09 31603596830f: Verifying Checksum 23:01:09 31603596830f: Download complete 23:01:09 ecc8261a40a4: Verifying Checksum 23:01:09 ecc8261a40a4: Download complete 23:01:09 6ca5941a6612: Verifying Checksum 23:01:09 31603596830f: Pull complete 23:01:10 2a8b12db71e7: Pull complete 23:01:10 6ca5941a6612: Pull complete 23:01:10 ecc8261a40a4: Pull complete 23:01:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:01:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:01:11 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:01:11 $ 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 23:01:13 $ docker top 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:13 [ssh-agent] Looking for ssh-agent implementation... 23:01:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:13 $ docker exec 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f ssh-agent 23:01:13 SSH_AUTH_SOCK=/tmp/ssh-EEIfRwy1siM0/agent.11 23:01:13 SSH_AGENT_PID=16 23:01:14 Running ssh-add (command line suppressed) 23:01:14 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7160074754933089973.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7160074754933089973.key) 23:01:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:14 + git tag --points-at HEAD [Pipeline] } 23:01:14 $ docker exec --env ******** --env ******** 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f ssh-agent -k 23:01:14 unset SSH_AUTH_SOCK; 23:01:14 unset SSH_AGENT_PID; 23:01:14 echo Agent pid 16 killed; 23:01:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:01:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:14 [ssh-agent] Looking for ssh-agent implementation... 23:01:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:15 $ docker exec 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f ssh-agent 23:01:15 SSH_AUTH_SOCK=/tmp/ssh-tZKPiGdQPjba/agent.45 23:01:15 SSH_AGENT_PID=50 23:01:15 Running ssh-add (command line suppressed) 23:01:15 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_956617353380801520.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_956617353380801520.key) 23:01:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:15 + git semver init 23:01:15 # -> Open(): unable to determine branch for HEAD 23:01:15 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 23:01:15 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 23:01:15 # $SEMVER_REMOTE_NAME = origin 23:01:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:01:15 # $SEMVER_USER_NAME = edgex-jenkins 23:01:15 # $SEMVER_BRANCH = master 23:01:15 # $SEMVER_TEMP = /tmp/semver-643135676 23:01:15 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 23:01:16 # '/tmp/semver-643135676' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 23:01:16 # -> Force: false 23:01:16 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 23:01:16 $ docker exec --env ******** --env ******** 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f ssh-agent -k 23:01:16 unset SSH_AUTH_SOCK; 23:01:16 unset SSH_AGENT_PID; 23:01:16 echo Agent pid 50 killed; 23:01:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:17 + git semver [Pipeline] } 23:01:17 $ docker stop --time=1 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f 23:01:18 $ docker rm -f 94968c6019132cf30ca4dc6aaf903073b72bd2a2435bddd9ff345790dad5388f [Pipeline] // withDockerContainer [Pipeline] sh 23:01:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:01:19 Stashed 1 file(s) [Pipeline] echo 23:01:19 [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 23:01:34 Still waiting to schedule task 23:01:34 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21376’ is offline; ‘prd-centos7-docker-4c-2g-21378’ is offline; ‘prd-centos7-docker-4c-2g-21382’ is offline; ‘prd-centos7-docker-4c-2g-21383’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21379’ doesn’t have label ‘centos7-docker-4c-2g’ 23:01:34 Still waiting to schedule task 23:01:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:02:35 Running on prd-centos7-docker-4c-2g-21385 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 23:02:35 Running in /w/workspace/go-mod-secrets/25 [Pipeline] { [Pipeline] checkout 23:02:37 using credential edgex-jenkins-ssh 23:02:37 Cloning the remote Git repository 23:02:37 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:02:37 > git init /w/workspace/go-mod-secrets/25 # timeout=10 23:02:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:02:37 > git --version # timeout=10 23:02:37 > git --version # 'git version 2.24.3' 23:02:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:02:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:02:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:02:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:02:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:02:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:38 Checking out Revision ad364f0045a1960e2713a9dd7876fce0e4e288a4 (master) 23:02:38 > git config core.sparsecheckout # timeout=10 23:02:38 > git checkout -f ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 23:02:42 Commit message: "Merge pull request #85 from lenny-intel/consume-v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:02:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:02:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:02:44 + true 23:02:44 + sudo service docker restart 23:02:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:02:45 ========================================================= 23:02:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:02:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:45 + 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 . 23:02:46 Sending build context to Docker daemon 451.1kB 23:02:46 Step 1/7 : ARG BASE=golang:1.15-alpine 23:02:46 Step 2/7 : FROM ${BASE} 23:02:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:02:46 188c0c94c7c5: Pulling fs layer 23:02:46 0ef7d3d256c8: Pulling fs layer 23:02:46 de9db76c5a1d: Pulling fs layer 23:02:46 bca2f99d35d6: Pulling fs layer 23:02:46 93359f2a8cfa: Pulling fs layer 23:02:46 7c6f9722023f: Pulling fs layer 23:02:46 a35cf1a2eb13: Pulling fs layer 23:02:46 7c6f9722023f: Waiting 23:02:46 bca2f99d35d6: Waiting 23:02:46 93359f2a8cfa: Waiting 23:02:46 a35cf1a2eb13: Waiting 23:02:46 de9db76c5a1d: Verifying Checksum 23:02:46 de9db76c5a1d: Download complete 23:02:46 0ef7d3d256c8: Download complete 23:02:46 93359f2a8cfa: Verifying Checksum 23:02:46 93359f2a8cfa: Download complete 23:02:46 7c6f9722023f: Verifying Checksum 23:02:46 7c6f9722023f: Download complete 23:02:46 188c0c94c7c5: Verifying Checksum 23:02:46 188c0c94c7c5: Download complete 23:02:46 188c0c94c7c5: Pull complete 23:02:46 0ef7d3d256c8: Pull complete 23:02:46 de9db76c5a1d: Pull complete 23:02:49 a35cf1a2eb13: Verifying Checksum 23:02:49 a35cf1a2eb13: Download complete 23:02:49 bca2f99d35d6: Verifying Checksum 23:02:49 bca2f99d35d6: Download complete 23:02:54 bca2f99d35d6: Pull complete 23:02:54 93359f2a8cfa: Pull complete 23:02:54 7c6f9722023f: Pull complete 23:03:01 a35cf1a2eb13: Pull complete 23:03:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:03:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:01 ---> a62c8e92a672 23:03:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:03:01 ---> Running in 3deee3bf86a6 23:03:01 Removing intermediate container 3deee3bf86a6 23:03:01 ---> edb73fc86b4a 23:03:01 Step 4/7 : RUN apk add --update bash 23:03:01 ---> Running in ac2910b67682 23:03:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:04 OK: 166 MiB in 39 packages 23:03:04 Removing intermediate container ac2910b67682 23:03:04 ---> 99adc2cff688 23:03:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:03:04 ---> Running in d9d7392f1008 23:03:04 Removing intermediate container d9d7392f1008 23:03:04 ---> 818f4e745b42 23:03:04 Step 6/7 : COPY go.mod . 23:03:05 ---> 63688eb2e343 23:03:05 Step 7/7 : RUN go mod download 23:03:05 ---> Running in d12413feb70c 23:03:17 Removing intermediate container d12413feb70c 23:03:17 ---> 44afe29b05a1 23:03:17 Successfully built 44afe29b05a1 23:03:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:03:18 + docker inspect -f . ci-base-image-x86_64 23:03:18 . [Pipeline] withDockerContainer 23:03:18 prd-centos7-docker-4c-2g-21385 does not seem to be running inside a container 23:03:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/25 -v /w/workspace/go-mod-secrets/25:/w/workspace/go-mod-secrets/25:rw,z -v /w/workspace/go-mod-secrets/25@tmp:/w/workspace/go-mod-secrets/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:19 $ docker top 8552ae812767faf3f7b78740c460f484423e68efcf6bc3531ed45b37a5c27fe3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:19 + go version 23:03:19 go version go1.15.5 linux/amd64 [Pipeline] } 23:03:19 $ docker stop --time=1 8552ae812767faf3f7b78740c460f484423e68efcf6bc3531ed45b37a5c27fe3 23:03:21 $ docker rm -f 8552ae812767faf3f7b78740c460f484423e68efcf6bc3531ed45b37a5c27fe3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:21 + docker inspect -f . ci-base-image-x86_64 23:03:21 . [Pipeline] withDockerContainer 23:03:22 prd-centos7-docker-4c-2g-21385 does not seem to be running inside a container 23:03:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/25 -v /w/workspace/go-mod-secrets/25:/w/workspace/go-mod-secrets/25:rw,z -v /w/workspace/go-mod-secrets/25@tmp:/w/workspace/go-mod-secrets/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:22 $ docker top eae916eb13fe285a000aabd549960acdb6bd5f74e190d8c3c4332bd3bc7bb417 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:23 + make test 23:03:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:03:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 23:03:30 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 23:03:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.029s coverage: 96.7% of statements 23:03:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.007s coverage: 44.1% of statements 23:03:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.019s coverage: 89.5% of statements 23:03:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 23:03:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.041s coverage: 100.0% of statements 23:03:40 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 23:03:40 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.004s coverage: 87.5% of statements 23:03:47 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.012s coverage: 93.3% of statements 23:03:47 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 23:03:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:03:48 gofmt -l . 23:03:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:03:48 $ docker stop --time=1 eae916eb13fe285a000aabd549960acdb6bd5f74e190d8c3c4332bd3bc7bb417 23:03:50 $ docker rm -f eae916eb13fe285a000aabd549960acdb6bd5f74e190d8c3c4332bd3bc7bb417 [Pipeline] // withDockerContainer [Pipeline] sh 23:03:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:03:51 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:04:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21386 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 23:04:32 Running in /w/workspace/go-mod-secrets/25 [Pipeline] { [Pipeline] checkout 23:04:37 using credential edgex-jenkins-ssh 23:04:37 Cloning the remote Git repository 23:04:37 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:04:37 > git init /w/workspace/go-mod-secrets/25 # timeout=10 23:04:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:04:37 > git --version # timeout=10 23:04:37 > git --version # 'git version 2.17.1' 23:04:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:39 Checking out Revision ad364f0045a1960e2713a9dd7876fce0e4e288a4 (master) 23:04:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:04:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:04:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:39 > git config core.sparsecheckout # timeout=10 23:04:39 > git checkout -f ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 23:04:44 Commit message: "Merge pull request #85 from lenny-intel/consume-v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:04:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:04:46 + + true 23:04:46 sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:04:48 ========================================================= 23:04:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:04:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:49 + 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 . 23:04:50 Sending build context to Docker daemon 450kB 23:04:50 Step 1/7 : ARG BASE=golang:1.15-alpine 23:04:50 Step 2/7 : FROM ${BASE} 23:04:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:04:50 5f621e34cdf4: Pulling fs layer 23:04:50 a4357932f1b6: Pulling fs layer 23:04:50 18c013af1878: Pulling fs layer 23:04:50 00ac8860ef70: Pulling fs layer 23:04:50 63d7cb157983: Pulling fs layer 23:04:50 b116817d02f9: Pulling fs layer 23:04:50 745a02a5169b: Pulling fs layer 23:04:50 00ac8860ef70: Waiting 23:04:50 63d7cb157983: Waiting 23:04:50 b116817d02f9: Waiting 23:04:50 745a02a5169b: Waiting 23:04:50 18c013af1878: Verifying Checksum 23:04:50 18c013af1878: Download complete 23:04:50 a4357932f1b6: Download complete 23:04:50 b116817d02f9: Verifying Checksum 23:04:50 b116817d02f9: Download complete 23:04:50 5f621e34cdf4: Download complete 23:04:51 5f621e34cdf4: Pull complete 23:04:51 a4357932f1b6: Pull complete 23:04:52 18c013af1878: Pull complete 23:04:52 745a02a5169b: Verifying Checksum 23:04:52 745a02a5169b: Download complete 23:04:53 00ac8860ef70: Verifying Checksum 23:04:53 00ac8860ef70: Download complete 23:05:04 00ac8860ef70: Pull complete 23:05:04 63d7cb157983: Pull complete 23:05:04 b116817d02f9: Pull complete 23:05:08 745a02a5169b: Pull complete 23:05:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:05:08 ---> b7e6874047d6 23:05:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:11 ---> Running in 55e07d86ba76 23:05:11 Removing intermediate container 55e07d86ba76 23:05:11 ---> dc95b4a33606 23:05:11 Step 4/7 : RUN apk add --update bash 23:05:12 ---> Running in 7f2390a65a70 23:05:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:15 OK: 142 MiB in 39 packages 23:05:16 Removing intermediate container 7f2390a65a70 23:05:16 ---> 6e1a1a62a30a 23:05:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:05:16 ---> Running in 6ae1a1e40804 23:05:17 Removing intermediate container 6ae1a1e40804 23:05:17 ---> 767e396349c9 23:05:17 Step 6/7 : COPY go.mod . 23:05:18 ---> b6c0eecaf9e9 23:05:18 Step 7/7 : RUN go mod download 23:05:18 ---> Running in 27dbf1a16e5b 23:05:33 Removing intermediate container 27dbf1a16e5b 23:05:33 ---> dda525587bd4 23:05:33 Successfully built dda525587bd4 23:05:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:05:34 + docker inspect -f . ci-base-image-arm64 23:05:34 . [Pipeline] withDockerContainer 23:05:34 prd-ubuntu18.04-docker-arm64-4c-16g-21386 does not seem to be running inside a container 23:05:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/25 -v /w/workspace/go-mod-secrets/25:/w/workspace/go-mod-secrets/25:rw,z -v /w/workspace/go-mod-secrets/25@tmp:/w/workspace/go-mod-secrets/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:05:36 $ docker top 9557447e89894b3043a213415c8ddf3c11f46db63c1d55090c579499dcbd1718 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:37 + go version 23:05:37 go version go1.15.5 linux/arm64 [Pipeline] } 23:05:37 $ docker stop --time=1 9557447e89894b3043a213415c8ddf3c11f46db63c1d55090c579499dcbd1718 23:05:39 $ docker rm -f 9557447e89894b3043a213415c8ddf3c11f46db63c1d55090c579499dcbd1718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:40 + docker inspect -f . ci-base-image-arm64 23:05:40 . [Pipeline] withDockerContainer 23:05:40 prd-ubuntu18.04-docker-arm64-4c-16g-21386 does not seem to be running inside a container 23:05:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/25 -v /w/workspace/go-mod-secrets/25:/w/workspace/go-mod-secrets/25:rw,z -v /w/workspace/go-mod-secrets/25@tmp:/w/workspace/go-mod-secrets/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:05:42 $ docker top e19fe9608695007f2252ef5e409e4ad1f5d90a31dee7065a781b7a5008bbe0f3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:43 + make test 23:05:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:06:02 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 23:06:02 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 23:06:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.026s coverage: 96.7% of statements 23:06:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.031s coverage: 44.1% of statements 23:06:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.024s coverage: 89.5% of statements 23:06:14 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 23:06:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.034s coverage: 100.0% of statements 23:06:14 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 23:06:14 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.009s coverage: 87.5% of statements 23:06:23 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.022s coverage: 93.3% of statements 23:06:23 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 23:06:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:06:26 gofmt -l . 23:06:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:06:27 $ docker stop --time=1 e19fe9608695007f2252ef5e409e4ad1f5d90a31dee7065a781b7a5008bbe0f3 23:06:29 $ docker rm -f e19fe9608695007f2252ef5e409e4ad1f5d90a31dee7065a781b7a5008bbe0f3 [Pipeline] // withDockerContainer [Pipeline] sh 23:06:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:06:30 Warning: overwriting stash ‘coverage-report’ 23:06:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:06:32 provisioning config files... 23:06:32 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3728434408809029609tmp [Pipeline] { [Pipeline] sh 23:06:33 + set +x 23:06:33 + curl -s https://codecov.io/bash 23:06:33 + bash -s -- 23:06:33 23:06:33 _____ _ 23:06:33 / ____| | | 23:06:33 | | ___ __| | ___ ___ _____ __ 23:06:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:06:33 | |___| (_) | (_| | __/ (_| (_) \ V / 23:06:33 \_____\___/ \__,_|\___|\___\___/ \_/ 23:06:33 Bash-20210115-cec3c92 23:06:33 23:06:33 23:06:33 ==> git version 2.24.3 found 23:06: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 23:06:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:06:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:06:33 ==> Jenkins CI detected. 23:06:33 project root: . 23:06:33 --> token set from env 23:06:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:06:33 ==> Running gcov in . (disable via -X gcov) 23:06:33 ==> Python coveragepy not found 23:06:33 ==> Searching for coverage reports in: 23:06:33 + . 23:06:33 -> Found 1 reports 23:06:33 ==> Detecting git/mercurial file structure 23:06:33 ==> Reading reports 23:06:33 + ./coverage.out bytes=17226 23:06:33 ==> Appending adjustments 23:06:33 https://docs.codecov.io/docs/fixing-reports 23:06:33 + Found adjustments 23:06:33 ==> Gzipping contents 23:06:33 4.0K /tmp/codecov.9hKZrh.gz 23:06:33 ==> Uploading reports 23:06:33 url: https://codecov.io 23:06:33 query: branch=master&commit=ad364f0045a1960e2713a9dd7876fce0e4e288a4&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 23:06:33 -> Pinging Codecov 23:06:33 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=ad364f0045a1960e2713a9dd7876fce0e4e288a4&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 23:06:34 -> Uploading to 23:06:34 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/ad364f0045a1960e2713a9dd7876fce0e4e288a4/b8d1e43b-5fe4-4a39-a30e-08f1521e31c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T230633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4b74885e1d914ca29522736a772f7ab6eace7d4f281c4594a1492ceab346dca 23:06:34 % Total % Received % Xferd Average Speed Time Time Time Current 23:06:34 Dload Upload Total Spent Left Speed 23:06:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3706 0 0 100 3706 0 8168 --:--:-- --:--:-- --:--:-- 8181 23:06:34 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/ad364f0045a1960e2713a9dd7876fce0e4e288a4 [Pipeline] } 23:06:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:06:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:06:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:06:35 23:06:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:06:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:06:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:06:36 188c0c94c7c5: Pulling fs layer 23:06:36 0ef7d3d256c8: Pulling fs layer 23:06:36 de9db76c5a1d: Pulling fs layer 23:06:36 0eba1c9be4d2: Pulling fs layer 23:06:36 0d57e429df01: Pulling fs layer 23:06:36 4e4be7b47b0d: Pulling fs layer 23:06:36 e1f770b5df2f: Pulling fs layer 23:06:36 85a0685a4137: Pulling fs layer 23:06:36 0d57e429df01: Waiting 23:06:36 4e4be7b47b0d: Waiting 23:06:36 e1f770b5df2f: Waiting 23:06:36 85a0685a4137: Waiting 23:06:36 0eba1c9be4d2: Waiting 23:06:36 de9db76c5a1d: Verifying Checksum 23:06:36 de9db76c5a1d: Download complete 23:06:36 0ef7d3d256c8: Verifying Checksum 23:06:36 0ef7d3d256c8: Download complete 23:06:36 0d57e429df01: Verifying Checksum 23:06:36 0d57e429df01: Download complete 23:06:36 4e4be7b47b0d: Verifying Checksum 23:06:36 4e4be7b47b0d: Download complete 23:06:36 188c0c94c7c5: Verifying Checksum 23:06:36 188c0c94c7c5: Download complete 23:06:36 188c0c94c7c5: Pull complete 23:06:36 0ef7d3d256c8: Pull complete 23:06:37 de9db76c5a1d: Pull complete 23:06:37 e1f770b5df2f: Verifying Checksum 23:06:37 e1f770b5df2f: Download complete 23:06:39 0eba1c9be4d2: Verifying Checksum 23:06:39 0eba1c9be4d2: Download complete 23:06:39 85a0685a4137: Verifying Checksum 23:06:39 85a0685a4137: Download complete 23:06:44 0eba1c9be4d2: Pull complete 23:06:44 0d57e429df01: Pull complete 23:06:44 4e4be7b47b0d: Pull complete 23:06:48 e1f770b5df2f: Pull complete 23:06:54 85a0685a4137: Pull complete 23:06:54 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:06:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:06:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:06:55 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:06:55 $ 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 23:06:56 $ docker top cd4d90734919ca4980b93fe5e5ae33e972cb4b015f59555cf7a5b1d8148a9043 -eo pid,comm [Pipeline] { [Pipeline] echo 23:06:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:06:56 + set -o pipefail 23:06:56 + snyk monitor '--org=edgex-jenkins' 23:07:04 23:07:04 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... 23:07:04 23:07:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/39666c89-d20c-4358-82d6-a96f1ab37f14 23:07:04 23:07:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:07:04 23:07:04 [Pipeline] } 23:07:04 $ docker stop --time=1 cd4d90734919ca4980b93fe5e5ae33e972cb4b015f59555cf7a5b1d8148a9043 23:07:06 $ docker rm -f cd4d90734919ca4980b93fe5e5ae33e972cb4b015f59555cf7a5b1d8148a9043 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:07:08 + git log --format=format:%s -1 ad364f0045a1960e2713a9dd7876fce0e4e288a4 [Pipeline] isUnix [Pipeline] sh 23:07:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:08 . [Pipeline] withDockerContainer 23:07:08 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:07:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:07:10 $ docker top 4a5d67d040169c76c644958a3784e0cca1f1889c7b5bed7470736de943420052 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:10 [ssh-agent] Looking for ssh-agent implementation... 23:07:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:10 $ docker exec 4a5d67d040169c76c644958a3784e0cca1f1889c7b5bed7470736de943420052 ssh-agent 23:07:11 SSH_AUTH_SOCK=/tmp/ssh-SRezq1MHmgAa/agent.12 23:07:11 SSH_AGENT_PID=17 23:07:11 Running ssh-add (command line suppressed) 23:07:11 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6779085876837356562.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6779085876837356562.key) 23:07:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:11 + git semver tag 23:07:11 # -> Open(): unable to determine branch for HEAD 23:07:11 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 23:07:11 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 23:07:11 # $SEMVER_REMOTE_NAME = origin 23:07:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:11 # $SEMVER_USER_NAME = edgex-jenkins 23:07:11 # $SEMVER_BRANCH = master 23:07:11 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 23:07:11 # ad364f0045a1960e2713a9dd7876fce0e4e288a4 HEAD 23:07:11 # -> Force: false 23:07:11 # c34fb0df39e6c183755bc871b442d656b8fc8507 refs/tags/v2.0.0-dev.2 [Pipeline] } 23:07:11 $ docker exec --env ******** --env ******** 4a5d67d040169c76c644958a3784e0cca1f1889c7b5bed7470736de943420052 ssh-agent -k 23:07:11 unset SSH_AUTH_SOCK; 23:07:11 unset SSH_AGENT_PID; 23:07:11 echo Agent pid 17 killed; 23:07:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:12 + git semver [Pipeline] } 23:07:12 $ docker stop --time=1 4a5d67d040169c76c644958a3784e0cca1f1889c7b5bed7470736de943420052 23:07:13 $ docker rm -f 4a5d67d040169c76c644958a3784e0cca1f1889c7b5bed7470736de943420052 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:07:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:07:14 23:07:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:07:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:07:14 0.23.1-centos7: Pulling from edgex-lftools 23:07:14 ab5ef0e58194: Pulling fs layer 23:07:14 9712f1f96733: Pulling fs layer 23:07:14 63f879dbbcfc: Pulling fs layer 23:07:14 0d9ebad4ef96: Pulling fs layer 23:07:14 e9a5061849ea: Pulling fs layer 23:07:14 d747dcd14b5f: Pulling fs layer 23:07:14 2de7ff778b66: Pulling fs layer 23:07:14 e9a5061849ea: Waiting 23:07:14 d747dcd14b5f: Waiting 23:07:14 2de7ff778b66: Waiting 23:07:14 0d9ebad4ef96: Waiting 23:07:14 9712f1f96733: Verifying Checksum 23:07:14 9712f1f96733: Download complete 23:07:16 63f879dbbcfc: Verifying Checksum 23:07:16 63f879dbbcfc: Download complete 23:07:16 e9a5061849ea: Verifying Checksum 23:07:16 e9a5061849ea: Download complete 23:07:16 d747dcd14b5f: Verifying Checksum 23:07:16 d747dcd14b5f: Download complete 23:07:16 2de7ff778b66: Verifying Checksum 23:07:16 2de7ff778b66: Download complete 23:07:16 0d9ebad4ef96: Verifying Checksum 23:07:16 0d9ebad4ef96: Download complete 23:07:16 ab5ef0e58194: Verifying Checksum 23:07:16 ab5ef0e58194: Download complete 23:07:21 ab5ef0e58194: Pull complete 23:07:21 9712f1f96733: Pull complete 23:07:23 63f879dbbcfc: Pull complete 23:07:30 0d9ebad4ef96: Pull complete 23:07:31 e9a5061849ea: Pull complete 23:07:31 d747dcd14b5f: Pull complete 23:07:34 2de7ff778b66: Pull complete 23:07:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:07:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:07:34 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:07:34 $ 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 23:07:38 $ docker top 78fe14ed3fcaa873325bfbe671068e391a1f59a2b60da5719bb64806740863ad -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:07:39 provisioning config files... 23:07:39 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config568422307495803933tmp 23:07:39 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8506549776027260077tmp 23:07:39 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5530440442132399169tmp [Pipeline] { [Pipeline] echo 23:07:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:07:39 ---> sigul-configuration.sh 23:07:39 gpg: directory `/root/.gnupg' created 23:07:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:07:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:07:39 gpg: keyring `/root/.gnupg/secring.gpg' created 23:07:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:07:39 gpg: CAST5 encrypted data 23:07:39 gpg: encrypted with 1 passphrase 23:07:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:07:40 + mkdir /home/jenkins 23:07:40 + mkdir /home/jenkins/sigul [Pipeline] sh 23:07: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 23:07:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:07:40 ---> sigul-install.sh 23:07:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:07:47 + git tag --list 23:07:47 v0.0.0 23:07:47 v0.0.1 23:07:47 v0.0.10 23:07:47 v0.0.11 23:07:47 v0.0.12 23:07:47 v0.0.13 23:07:47 v0.0.14 23:07:47 v0.0.15 23:07:47 v0.0.16 23:07:47 v0.0.17 23:07:47 v0.0.18 23:07:47 v0.0.19 23:07:47 v0.0.2 23:07:47 v0.0.20 23:07:47 v0.0.21 23:07:47 v0.0.22 23:07:47 v0.0.23 23:07:47 v0.0.24 23:07:47 v0.0.25 23:07:47 v0.0.26 23:07:47 v0.0.27 23:07:47 v0.0.28 23:07:47 v0.0.29 23:07:47 v0.0.3 23:07:47 v0.0.30 23:07:47 v0.0.31 23:07:47 v0.0.32 23:07:47 v0.0.33 23:07:47 v0.0.4 23:07:47 v0.0.5 23:07:47 v0.0.6 23:07:47 v0.0.7 23:07:47 v0.0.8 23:07:47 v0.0.9 23:07:47 v2.0.0-dev.1 23:07:47 v2.0.0-dev.2 [Pipeline] sh 23:07:48 + lftools sign git-tag v2.0.0-dev.2 23:07:49 Signing Git tag with Sigul... 23:07:49 Signing v2.0.0-dev.2 [Pipeline] echo 23:07:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:07:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:07:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:07:50 $ docker stop --time=1 78fe14ed3fcaa873325bfbe671068e391a1f59a2b60da5719bb64806740863ad 23:07:52 $ docker rm -f 78fe14ed3fcaa873325bfbe671068e391a1f59a2b60da5719bb64806740863ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:07:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:53 . [Pipeline] withDockerContainer 23:07:53 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:07:53 $ 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 23:07:54 $ docker top 7329afe60acbda7f9b802176b721f9c4a99f68ac21da08d678d92ad14761aaf8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:54 [ssh-agent] Looking for ssh-agent implementation... 23:07:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:55 $ docker exec 7329afe60acbda7f9b802176b721f9c4a99f68ac21da08d678d92ad14761aaf8 ssh-agent 23:07:55 SSH_AUTH_SOCK=/tmp/ssh-WY0SHP8ELe6O/agent.11 23:07:55 SSH_AGENT_PID=16 23:07:55 Running ssh-add (command line suppressed) 23:07:55 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8066720292094542424.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8066720292094542424.key) 23:07:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:55 + git semver bump pre 23:07:55 # -> Open(): unable to determine branch for HEAD 23:07:55 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 23:07:55 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 23:07:55 # $SEMVER_REMOTE_NAME = origin 23:07:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:55 # $SEMVER_USER_NAME = edgex-jenkins 23:07:55 # $SEMVER_BRANCH = master 23:07:55 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 23:07:55 2.0.0-dev.3 [Pipeline] } 23:07:55 $ docker exec --env ******** --env ******** 7329afe60acbda7f9b802176b721f9c4a99f68ac21da08d678d92ad14761aaf8 ssh-agent -k 23:07:55 unset SSH_AUTH_SOCK; 23:07:55 unset SSH_AGENT_PID; 23:07:55 echo Agent pid 16 killed; 23:07:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:56 + git semver [Pipeline] } 23:07:56 $ docker stop --time=1 7329afe60acbda7f9b802176b721f9c4a99f68ac21da08d678d92ad14761aaf8 23:07:57 $ docker rm -f 7329afe60acbda7f9b802176b721f9c4a99f68ac21da08d678d92ad14761aaf8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:58 . [Pipeline] withDockerContainer 23:07:58 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:07:58 $ 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 23:07:59 $ docker top db8434865c75cefc7086807120d4ce071315f6fd40455469711f4eaa4d0c8145 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:59 [ssh-agent] Looking for ssh-agent implementation... 23:07:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:59 $ docker exec db8434865c75cefc7086807120d4ce071315f6fd40455469711f4eaa4d0c8145 ssh-agent 23:07:59 SSH_AUTH_SOCK=/tmp/ssh-XIpwq4MghJEH/agent.11 23:07:59 SSH_AGENT_PID=17 23:07:59 Running ssh-add (command line suppressed) 23:08:00 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3256041917398498225.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3256041917398498225.key) 23:08:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:00 + git semver push 23:08:00 # -> Open(): unable to determine branch for HEAD 23:08:00 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 23:08:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 23:08:00 # $SEMVER_REMOTE_NAME = origin 23:08:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:00 # $SEMVER_USER_NAME = edgex-jenkins 23:08:00 # $SEMVER_BRANCH = master 23:08:00 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 23:08:08 $ docker exec --env ******** --env ******** db8434865c75cefc7086807120d4ce071315f6fd40455469711f4eaa4d0c8145 ssh-agent -k 23:08:08 unset SSH_AUTH_SOCK; 23:08:08 unset SSH_AGENT_PID; 23:08:08 echo Agent pid 17 killed; 23:08:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:09 + git semver [Pipeline] } 23:08:09 $ docker stop --time=1 db8434865c75cefc7086807120d4ce071315f6fd40455469711f4eaa4d0c8145 23:08:10 $ docker rm -f db8434865c75cefc7086807120d4ce071315f6fd40455469711f4eaa4d0c8145 [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 23:08:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:12 ---> package-listing.sh 23:08:12 ++ facter osfamily 23:08:12 ++ tr '[:upper:]' '[:lower:]' 23:08:12 + OS_FAMILY=redhat 23:08:12 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 23:08:12 + START_PACKAGES=/tmp/packages_start.txt 23:08:12 + END_PACKAGES=/tmp/packages_end.txt 23:08:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:12 + PACKAGES=/tmp/packages_start.txt 23:08:12 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 23:08:12 + PACKAGES=/tmp/packages_end.txt 23:08:12 + case "${OS_FAMILY}" in 23:08:12 + rpm -qa 23:08:12 + sort 23:08:18 + '[' -f /tmp/packages_start.txt ']' 23:08:18 + '[' -f /tmp/packages_end.txt ']' 23:08:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:18 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 23:08:18 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 23:08:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 23:08:18 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 23:08:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:18 23:08:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:19 alpine: Pulling from edgex-lftools-log-publisher 23:08:19 df20fa9351a1: Pulling fs layer 23:08:19 36b3adc4ff6f: Pulling fs layer 23:08:19 8ad3a11d3b57: Pulling fs layer 23:08:19 46f8f816bc3b: Pulling fs layer 23:08:19 93b61091891f: Pulling fs layer 23:08:19 93b9cdb0e59b: Pulling fs layer 23:08:19 5e14af77c1be: Pulling fs layer 23:08:19 01666e4c0597: Pulling fs layer 23:08:19 aa168da1d23b: Pulling fs layer 23:08:19 93b9cdb0e59b: Waiting 23:08:19 01666e4c0597: Waiting 23:08:19 aa168da1d23b: Waiting 23:08:19 5e14af77c1be: Waiting 23:08:19 93b61091891f: Waiting 23:08:19 46f8f816bc3b: Waiting 23:08:19 36b3adc4ff6f: Download complete 23:08:19 46f8f816bc3b: Verifying Checksum 23:08:19 46f8f816bc3b: Download complete 23:08:19 df20fa9351a1: Verifying Checksum 23:08:19 93b9cdb0e59b: Verifying Checksum 23:08:19 93b9cdb0e59b: Download complete 23:08:19 93b61091891f: Download complete 23:08:19 5e14af77c1be: Verifying Checksum 23:08:19 5e14af77c1be: Download complete 23:08:19 01666e4c0597: Verifying Checksum 23:08:19 01666e4c0597: Download complete 23:08:19 df20fa9351a1: Pull complete 23:08:19 8ad3a11d3b57: Verifying Checksum 23:08:19 8ad3a11d3b57: Download complete 23:08:20 36b3adc4ff6f: Pull complete 23:08:21 aa168da1d23b: Verifying Checksum 23:08:21 aa168da1d23b: Download complete 23:08:21 8ad3a11d3b57: Pull complete 23:08:22 46f8f816bc3b: Pull complete 23:08:22 93b61091891f: Pull complete 23:08:22 93b9cdb0e59b: Pull complete 23:08:22 5e14af77c1be: Pull complete 23:08:23 01666e4c0597: Pull complete 23:08:29 aa168da1d23b: Pull complete 23:08:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:08:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:08:29 prd-centos7-docker-4c-2g-21381 does not seem to be running inside a container 23:08:30 $ 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 23:08:33 $ docker top 5bb134362f7daf4b8b896127dc19fe1d37f3c95c6692d10eb01b04e4cd364cb7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:33 + touch /tmp/pre-build-complete [Pipeline] sh 23:08:33 + mkdir -p /var/log/sa [Pipeline] sh 23:08:34 + ls /var/log/sa-host 23:08:34 + sadf -c /var/log/sa-host/sa19 23:08:34 file_magic: OK 23:08:34 HZ: Using current value: 100 23:08:34 file_header: OK 23:08:34 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 23:08:34 Statistics: 23:08:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:08:34 File successfully converted to sysstat format version 12.2.1 23:08:34 + sadf -c /var/log/sa-host/sa23 23:08:34 file_magic: OK 23:08:34 HZ: Using current value: 100 23:08:34 file_header: OK 23:08:34 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 23:08:34 Statistics: 23:08:34 Hnuu...uuuununununu... 23:08:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:08:34 provisioning config files... 23:08:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6095084406463068404tmp [Pipeline] { [Pipeline] echo 23:08:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:08:34 ---> create-netrc.sh [Pipeline] } 23:08:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:08:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:08:35 ---> python-tools-install.sh [Pipeline] echo 23:08:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:08:35 ---> sudo-logs.sh 23:08:35 Archiving 'sudo' log.. [Pipeline] echo 23:08:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:08:35 ---> job-cost.sh 23:08:35 lf-activate-venv: SKIPPING 23:08:35 INFO: No Stack... 23:08:36 INFO: Retrieving Pricing Info for: v1-standard-2 23:08:36 INFO: Archiving Costs [Pipeline] echo 23:08:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:08:37 ---> logs-deploy.sh 23:08:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/25 23:08:37 INFO: archiving workspace using pattern(s): 23:08:39 Archives upload complete. 23:08:39 INFO: archiving logs to Nexus 23:08:40 ---> uname -a: 23:08:40 Linux prd-centos7-docker-4c-2g-21381.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:08:40 23:08:40 23:08:40 ---> lscpu: 23:08:40 Architecture: x86_64 23:08:40 CPU op-mode(s): 32-bit, 64-bit 23:08:40 Byte Order: Little Endian 23:08:40 Address sizes: 40 bits physical, 48 bits virtual 23:08:40 CPU(s): 4 23:08:40 On-line CPU(s) list: 0-3 23:08:40 Thread(s) per core: 1 23:08:40 Core(s) per socket: 1 23:08:40 Socket(s): 4 23:08:40 NUMA node(s): 1 23:08:40 Vendor ID: GenuineIntel 23:08:40 CPU family: 6 23:08:40 Model: 44 23:08:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:08:40 Stepping: 1 23:08:40 CPU MHz: 2933.442 23:08:40 BogoMIPS: 5866.88 23:08:40 Virtualization: VT-x 23:08:40 Hypervisor vendor: KVM 23:08:40 Virtualization type: full 23:08:40 L1d cache: 128 KiB 23:08:40 L1i cache: 128 KiB 23:08:40 L2 cache: 16 MiB 23:08:40 L3 cache: 64 MiB 23:08:40 NUMA node0 CPU(s): 0-3 23:08:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:08:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:08:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:08:40 Vulnerability Meltdown: Mitigation; PTI 23:08:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:08:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:08:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:08:40 Vulnerability Srbds: Not affected 23:08:40 Vulnerability Tsx async abort: Not affected 23:08: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 23:08:40 23:08:40 23:08:40 ---> nproc: 23:08:40 4 23:08:40 23:08:40 23:08:40 ---> df -h: 23:08:40 Filesystem Size Used Available Use% Mounted on 23:08:40 overlay 50.0G 8.5G 41.4G 17% / 23:08:40 tmpfs 64.0M 0 64.0M 0% /dev 23:08:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:08:40 shm 64.0M 0 64.0M 0% /dev/shm 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 23:08:40 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 23:08:40 23:08:40 23:08:40 ---> free -m: 23:08:40 total used free shared buff/cache available 23:08:40 Mem: 1837 835 146 0 855 937 23:08:40 Swap: 1023 3 1020 23:08:40 23:08:40 23:08:40 ---> ip addr: 23:08:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:08:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:08:40 inet 127.0.0.1/8 scope host lo 23:08:40 valid_lft forever preferred_lft forever 23:08:40 inet6 ::1/128 scope host 23:08:40 valid_lft forever preferred_lft forever 23:08:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:08:40 link/ether fa:16:3e:b3:a3:09 brd ff:ff:ff:ff:ff:ff 23:08:40 inet 10.30.123.14/23 brd 10.30.123.255 scope global dynamic eth0 23:08:40 valid_lft 85907sec preferred_lft 85907sec 23:08:40 inet6 fe80::f816:3eff:feb3:a309/64 scope link 23:08:40 valid_lft forever preferred_lft forever 23:08:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:08:40 link/ether 02:42:8d:c8:fc:7f brd ff:ff:ff:ff:ff:ff 23:08:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:08:40 valid_lft forever preferred_lft forever 23:08:40 inet6 fe80::42:8dff:fec8:fc7f/64 scope link 23:08:40 valid_lft forever preferred_lft forever 23:08:40 23:08:40 23:08:40 ---> sar -b -r -n DEV: 23:08:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:08:40 23:08:40 23:00:09 LINUX RESTART (4 CPU) 23:08:40 23:08:40 23:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:08:40 23:02:01 29.88 11.25 18.63 0.00 4307.99 2988.55 0.00 23:08:40 23:03:01 2.08 0.00 2.08 0.00 0.00 38.97 0.00 23:08:40 23:04:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 23:08:40 23:05:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 23:08:40 23:06:01 0.15 0.00 0.15 0.00 0.00 1.80 0.00 23:08:40 23:07:01 237.19 153.90 83.29 0.00 7837.66 33358.48 0.00 23:08:40 23:08:01 224.48 81.52 142.96 0.00 4794.14 33208.41 0.00 23:08:40 Average: 70.61 35.25 35.36 0.00 2420.76 9946.10 0.00 23:08:40 23:08:40 23:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:08:40 23:02:01 164796 0 594668 31.61 2620 1119460 1109660 37.87 387748 1129700 12 23:08:40 23:03:01 168036 0 591424 31.43 2620 1119464 1106240 37.75 387124 1128072 8 23:08:40 23:04:01 170388 0 589068 31.31 2620 1119468 1070236 36.53 389672 1123640 12 23:08:40 23:05:01 170012 0 589440 31.33 2620 1119472 1070344 36.53 397644 1116496 8 23:08:40 23:06:01 165224 0 594224 31.58 2620 1119476 1070456 36.53 401052 1117776 16 23:08:40 23:07:01 108472 0 725400 38.55 2612 1045060 1258056 42.94 554788 959928 6424 23:08:40 23:08:01 226040 0 791128 42.05 1576 862800 1329140 45.36 602716 716096 48 23:08:40 Average: 167567 0 639336 33.98 2470 1072171 1144876 39.07 445821 1041673 933 23:08:40 23:08:40 23:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:08:40 23:02:01 eth0 80.48 61.57 343.02 28.47 0.00 0.00 0.00 0.00 23:08:40 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:02:01 docker0 1.68 1.43 0.37 3.21 0.00 0.00 0.00 0.00 23:08:40 23:03:01 eth0 1.78 0.53 0.63 0.39 0.00 0.00 0.00 0.00 23:08:40 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:04:01 eth0 1.38 0.07 0.12 0.04 0.00 0.00 0.00 0.00 23:08:40 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:05:01 eth0 2.28 0.52 0.65 0.39 0.00 0.00 0.00 0.00 23:08:40 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:06:01 eth0 1.20 0.65 0.67 0.43 0.00 0.00 0.00 0.00 23:08:40 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:07:01 veth3a93a86 10.75 9.56 1.13 27.88 0.00 0.00 0.00 0.00 23:08:40 23:07:01 eth0 495.17 419.36 4115.38 36.44 0.00 0.00 0.00 0.00 23:08:40 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:07:01 docker0 10.75 9.44 0.98 27.87 0.00 0.00 0.00 0.00 23:08:40 23:08:01 eth0 537.05 443.48 3467.09 110.78 0.00 0.00 0.00 0.00 23:08:40 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 23:08:01 vethdc9c875 0.93 0.72 0.16 0.15 0.00 0.00 0.00 0.00 23:08:40 23:08:01 docker0 23.88 40.15 1.37 202.50 0.00 0.00 0.00 0.00 23:08:40 Average: eth0 159.96 132.35 1132.87 25.29 0.00 0.00 0.00 0.00 23:08:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:08:40 Average: vethdc9c875 0.13 0.10 0.02 0.02 0.00 0.00 0.00 0.00 23:08:40 Average: docker0 5.19 7.29 0.39 33.38 0.00 0.00 0.00 0.00 23:08:40 23:08:40 23:08:40 ---> sar -P ALL: 23:08:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:08:40 23:08:40 23:00:09 LINUX RESTART (4 CPU) 23:08:40 23:08:40 23:01:01 CPU %user %nice %system %iowait %steal %idle 23:08:40 23:02:01 all 2.63 0.00 1.86 0.38 0.04 95.09 23:08:40 23:02:01 0 2.85 0.00 2.06 0.10 0.02 94.97 23:08:40 23:02:01 1 2.50 0.00 1.84 0.44 0.05 95.17 23:08:40 23:02:01 2 2.79 0.00 1.47 0.74 0.05 94.95 23:08:40 23:02:01 3 2.40 0.00 2.04 0.25 0.03 95.27 23:08:40 23:03:01 all 0.19 0.00 0.04 0.00 0.02 99.75 23:08:40 23:03:01 0 0.53 0.00 0.02 0.00 0.02 99.43 23:08:40 23:03:01 1 0.12 0.00 0.05 0.00 0.00 99.83 23:08:40 23:03:01 2 0.05 0.00 0.05 0.00 0.02 99.88 23:08:40 23:03:01 3 0.05 0.00 0.05 0.00 0.03 99.87 23:08:40 23:04:01 all 0.16 0.00 0.05 0.00 0.00 99.80 23:08:40 23:04:01 0 0.18 0.00 0.05 0.00 0.00 99.77 23:08:40 23:04:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:08:40 23:04:01 2 0.33 0.00 0.03 0.00 0.00 99.63 23:08:40 23:04:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:08:40 23:05:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:08:40 23:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:08:40 23:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:08:40 23:05:01 2 0.53 0.00 0.02 0.00 0.00 99.45 23:08:40 23:05:01 3 0.08 0.00 0.05 0.00 0.00 99.87 23:08:40 23:06:01 all 0.16 0.00 0.08 0.00 0.00 99.75 23:08:40 23:06:01 0 0.07 0.00 0.10 0.00 0.00 99.83 23:08:40 23:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:08:40 23:06:01 2 0.48 0.00 0.07 0.00 0.00 99.45 23:08:40 23:06:01 3 0.07 0.00 0.15 0.00 0.00 99.78 23:08:40 23:07:01 all 8.15 0.00 5.67 1.36 0.03 84.80 23:08:40 23:07:01 0 7.87 0.00 5.64 1.58 0.02 84.88 23:08:40 23:07:01 1 7.55 0.00 5.66 1.39 0.03 85.37 23:08:40 23:07:01 2 9.10 0.00 5.66 1.22 0.02 84.01 23:08:40 23:07:01 3 8.06 0.00 5.72 1.24 0.03 84.95 23:08:40 23:08:01 all 11.59 0.00 8.99 3.40 0.03 75.99 23:08:40 23:08:01 0 10.40 0.00 8.39 3.96 0.02 77.23 23:08:40 23:08:01 1 9.83 0.00 8.92 3.03 0.03 78.19 23:08:40 23:08:01 2 10.94 0.00 8.54 4.21 0.03 76.28 23:08:40 23:08:01 3 15.21 0.00 10.09 2.42 0.05 72.23 23:08:40 Average: all 3.25 0.00 2.36 0.72 0.02 93.65 23:08:40 Average: 0 3.09 0.00 2.29 0.79 0.01 93.81 23:08:40 Average: 1 2.84 0.00 2.34 0.68 0.02 94.12 23:08:40 Average: 2 3.43 0.00 2.24 0.87 0.02 93.45 23:08:40 Average: 3 3.65 0.00 2.56 0.55 0.02 93.23 23:08:40 23:08:40 23:08:40