Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c3c8919c2a915030aa42238d07aeb28434825d2 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-19785 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 > 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 Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" > git rev-list --no-walk 753bfb8c14c2f31b20ebe1befeb8dd0f4267c76b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:14:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:14:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:14:24 ========================================================= 20:14:24 EdgeX Global Pipelines Version Info 20:14:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:14:26 ------------------- 20:14:26 stable info: 20:14:26 ------------------- 20:14:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:14:26 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:14:26 Message: update stable to v1.0.173 20:14:27 ------------------- 20:14:27 experimental info: 20:14:27 ------------------- 20:14:27 Commited By: **** collab-it+edgex@linuxfoundation.org 20:14:27 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:14:27 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:14:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:14:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:14:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c3c891 [Pipeline] echo 20:14:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:14:31 + git log --format=format:%s -1 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] echo 20:14:31 GIT_COMMIT: 4c3c8919c2a915030aa42238d07aeb28434825d2, Commit Message: Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142 [Pipeline] echo 20:14:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:32 20:14:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:14:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:33 latest: Pulling from edgex-devops/git-semver 20:14:33 31603596830f: Pulling fs layer 20:14:33 2a8b12db71e7: Pulling fs layer 20:14:33 6ca5941a6612: Pulling fs layer 20:14:33 ecc8261a40a4: Pulling fs layer 20:14:33 ecc8261a40a4: Waiting 20:14:33 2a8b12db71e7: Download complete 20:14:33 31603596830f: Verifying Checksum 20:14:33 31603596830f: Download complete 20:14:34 ecc8261a40a4: Verifying Checksum 20:14:34 ecc8261a40a4: Download complete 20:14:34 6ca5941a6612: Verifying Checksum 20:14:34 6ca5941a6612: Download complete 20:14:34 31603596830f: Pull complete 20:14:34 2a8b12db71e7: Pull complete 20:14:36 6ca5941a6612: Pull complete 20:14:36 ecc8261a40a4: Pull complete 20:14:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:14:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:14:36 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:14:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:14:39 $ docker top 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:14:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:14:40 [ssh-agent] Looking for ssh-agent implementation... 20:14:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:14:40 $ docker exec 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent 20:14:41 SSH_AUTH_SOCK=/tmp/ssh-48A6icboabQH/agent.11 20:14:41 SSH_AGENT_PID=17 20:14:41 Running ssh-add (command line suppressed) 20:14:41 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1851812384461539136.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1851812384461539136.key) 20:14:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:14:41 + git tag --points-at HEAD [Pipeline] } 20:14:41 $ docker exec --env ******** --env ******** 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent -k 20:14:42 unset SSH_AUTH_SOCK; 20:14:42 unset SSH_AGENT_PID; 20:14:42 echo Agent pid 17 killed; 20:14:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:14:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:14:42 [ssh-agent] Looking for ssh-agent implementation... 20:14:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:14:42 $ docker exec 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent 20:14:43 SSH_AUTH_SOCK=/tmp/ssh-09FA6PaA8eHy/agent.47 20:14:43 SSH_AGENT_PID=52 20:14:43 Running ssh-add (command line suppressed) 20:14:43 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6310635618370217171.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6310635618370217171.key) 20:14:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:14:44 + git semver init 20:14:44 # -> Open(): unable to determine branch for HEAD 20:14:44 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:14:44 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:14:44 # $SEMVER_REMOTE_NAME = origin 20:14:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:14:44 # $SEMVER_USER_NAME = edgex-jenkins 20:14:44 # $SEMVER_BRANCH = master 20:14:44 # $SEMVER_TEMP = /tmp/semver-612304033 20:14:44 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 20:14:44 # '/tmp/semver-612304033' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 20:14:44 # -> Force: false 20:14:44 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:14:44 $ docker exec --env ******** --env ******** 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent -k 20:14:44 unset SSH_AUTH_SOCK; 20:14:44 unset SSH_AGENT_PID; 20:14:44 echo Agent pid 52 killed; 20:14:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:14:45 + git semver [Pipeline] } 20:14:45 $ docker stop --time=1 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 20:14:47 $ docker rm -f 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 [Pipeline] // withDockerContainer [Pipeline] sh 20:14:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:14:48 Stashed 1 file(s) [Pipeline] echo 20:14:48 [edgeXSemver]: initialized semver on version 0.0.32 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:15:04 Still waiting to schedule task 20:15:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:15:04 Still waiting to schedule task 20:15:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:16:25 Running on prd-centos7-docker-4c-2g-19788 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:16:25 Running in /w/workspace/go-mod-secrets/22 [Pipeline] { [Pipeline] checkout 20:16:28 using credential edgex-jenkins-ssh 20:16:28 Cloning the remote Git repository 20:16:28 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:16:28 > git init /w/workspace/go-mod-secrets/22 # timeout=10 20:16:29 Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) 20:16:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:16:28 > git --version # timeout=10 20:16:28 > git --version # 'git version 2.24.3' 20:16:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:16:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:16:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:16:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:16:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:16:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:16:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:16:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:16:29 > git config core.sparsecheckout # timeout=10 20:16:29 > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 20:16:33 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:16:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:16:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:16:34 + true 20:16:34 + sudo service docker restart 20:16:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:16:35 ========================================================= 20:16:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:16:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:16:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:16:36 Sending build context to Docker daemon 430.6kB 20:16:36 Step 1/7 : ARG BASE=golang:1.15-alpine 20:16:36 Step 2/7 : FROM ${BASE} 20:16:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:16:36 188c0c94c7c5: Pulling fs layer 20:16:36 0ef7d3d256c8: Pulling fs layer 20:16:36 de9db76c5a1d: Pulling fs layer 20:16:36 bca2f99d35d6: Pulling fs layer 20:16:36 93359f2a8cfa: Pulling fs layer 20:16:36 7c6f9722023f: Pulling fs layer 20:16:36 a35cf1a2eb13: Pulling fs layer 20:16:36 93359f2a8cfa: Waiting 20:16:36 7c6f9722023f: Waiting 20:16:36 a35cf1a2eb13: Waiting 20:16:36 bca2f99d35d6: Waiting 20:16:36 de9db76c5a1d: Verifying Checksum 20:16:36 de9db76c5a1d: Download complete 20:16:36 0ef7d3d256c8: Download complete 20:16:36 93359f2a8cfa: Verifying Checksum 20:16:36 93359f2a8cfa: Download complete 20:16:36 7c6f9722023f: Verifying Checksum 20:16:36 7c6f9722023f: Download complete 20:16:36 188c0c94c7c5: Verifying Checksum 20:16:36 188c0c94c7c5: Download complete 20:16:37 188c0c94c7c5: Pull complete 20:16:37 0ef7d3d256c8: Pull complete 20:16:37 de9db76c5a1d: Pull complete 20:16:39 a35cf1a2eb13: Verifying Checksum 20:16:40 bca2f99d35d6: Verifying Checksum 20:16:40 bca2f99d35d6: Download complete 20:16:45 bca2f99d35d6: Pull complete 20:16:45 93359f2a8cfa: Pull complete 20:16:45 7c6f9722023f: Pull complete 20:16:51 a35cf1a2eb13: Pull complete 20:16:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:16:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:16:51 ---> a62c8e92a672 20:16:51 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:16:51 ---> Running in 146a63c09e50 20:16:51 Removing intermediate container 146a63c09e50 20:16:51 ---> 60233bbf96cb 20:16:51 Step 4/7 : RUN apk add --update bash 20:16:51 ---> Running in dbf83b4eaf7b 20:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:57 OK: 166 MiB in 39 packages 20:16:57 Removing intermediate container dbf83b4eaf7b 20:16:57 ---> f0b267065720 20:16:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:16:57 ---> Running in 51aae3a76829 20:16:57 Removing intermediate container 51aae3a76829 20:16:57 ---> b3e3c8f15966 20:16:57 Step 6/7 : COPY go.mod . 20:16:57 ---> 7bad77f78efc 20:16:57 Step 7/7 : RUN go mod download 20:16:57 ---> Running in 91925bbefc7f 20:17:12 Removing intermediate container 91925bbefc7f 20:17:12 ---> a5a5416a7153 20:17:12 Successfully built a5a5416a7153 20:17:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:17:13 + docker inspect -f . ci-base-image-x86_64 20:17:13 . [Pipeline] withDockerContainer 20:17:13 prd-centos7-docker-4c-2g-19788 does not seem to be running inside a container 20:17:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@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 20:17:14 $ docker top 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:14 + go version 20:17:14 go version go1.15.5 linux/amd64 [Pipeline] } 20:17:14 $ docker stop --time=1 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 20:17:16 $ docker rm -f 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:17 + docker inspect -f . ci-base-image-x86_64 20:17:17 . [Pipeline] withDockerContainer 20:17:17 prd-centos7-docker-4c-2g-19788 does not seem to be running inside a container 20:17:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@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 20:17:18 $ docker top 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:18 + make test 20:17:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:17:25 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 20:17:25 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 20:17:35 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.006s coverage: 96.7% of statements 20:17:35 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.029s coverage: 44.1% of statements 20:17:35 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements 20:17:35 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 20:17:35 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements 20:17:35 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 20:17:35 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.004s coverage: 87.5% of statements 20:17:43 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements 20:17:43 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 20:17:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:17:43 gofmt -l . 20:17:43 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:17:43 $ docker stop --time=1 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 20:17:45 $ docker rm -f 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 [Pipeline] // withDockerContainer [Pipeline] sh 20:17:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19790 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 20:17:46 Running in /w/workspace/go-mod-secrets/22 [Pipeline] { [Pipeline] checkout 20:17:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:17:46 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] } 20:17:51 using credential edgex-jenkins-ssh 20:17:51 Cloning the remote Git repository 20:17:51 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 20:17:51 > git init /w/workspace/go-mod-secrets/22 # timeout=10 20:17:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:17:51 > git --version # timeout=10 20:17:51 > git --version # 'git version 2.17.1' 20:17:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:52 Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) 20:17:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:17:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 20:17:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 20:17:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:17:52 > git config core.sparsecheckout # timeout=10 20:17:52 > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 20:17:57 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:17:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:17:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:17:59 + + sudo service docker restart 20:17:59 true [Pipeline] unstash [Pipeline] echo 20:18:02 ========================================================= 20:18:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:18:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:18:02 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:18:03 Sending build context to Docker daemon 429.6kB 20:18:03 Step 1/7 : ARG BASE=golang:1.15-alpine 20:18:03 Step 2/7 : FROM ${BASE} 20:18:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:18:03 5f621e34cdf4: Pulling fs layer 20:18:03 a4357932f1b6: Pulling fs layer 20:18:03 18c013af1878: Pulling fs layer 20:18:03 00ac8860ef70: Pulling fs layer 20:18:03 63d7cb157983: Pulling fs layer 20:18:03 b116817d02f9: Pulling fs layer 20:18:03 745a02a5169b: Pulling fs layer 20:18:03 00ac8860ef70: Waiting 20:18:03 63d7cb157983: Waiting 20:18:03 b116817d02f9: Waiting 20:18:03 745a02a5169b: Waiting 20:18:03 18c013af1878: Verifying Checksum 20:18:03 18c013af1878: Download complete 20:18:03 a4357932f1b6: Verifying Checksum 20:18:03 a4357932f1b6: Download complete 20:18:04 63d7cb157983: Download complete 20:18:04 b116817d02f9: Verifying Checksum 20:18:04 b116817d02f9: Download complete 20:18:04 5f621e34cdf4: Download complete 20:18:04 5f621e34cdf4: Pull complete 20:18:05 a4357932f1b6: Pull complete 20:18:05 18c013af1878: Pull complete 20:18:07 745a02a5169b: Verifying Checksum 20:18:07 745a02a5169b: Download complete 20:18:07 00ac8860ef70: Verifying Checksum 20:18:07 00ac8860ef70: Download complete 20:18:17 00ac8860ef70: Pull complete 20:18:17 63d7cb157983: Pull complete 20:18:17 b116817d02f9: Pull complete 20:18:21 745a02a5169b: Pull complete 20:18:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:18:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:18:21 ---> b7e6874047d6 20:18:21 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:18:23 ---> Running in 52fdad8d894a 20:18:23 Removing intermediate container 52fdad8d894a 20:18:23 ---> 8004380262f6 20:18:23 Step 4/7 : RUN apk add --update bash 20:18:24 ---> Running in 4aa61faf232d 20:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:27 OK: 142 MiB in 39 packages 20:18:28 Removing intermediate container 4aa61faf232d 20:18:28 ---> 8febd4f50e7b 20:18:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:18:29 ---> Running in 2e2957f157a0 20:18:29 Removing intermediate container 2e2957f157a0 20:18:29 ---> 76996e6c5250 20:18:29 Step 6/7 : COPY go.mod . 20:18:30 ---> dfb9b1987670 20:18:30 Step 7/7 : RUN go mod download 20:18:30 ---> Running in 3ae1a9708947 20:18:45 Removing intermediate container 3ae1a9708947 20:18:45 ---> 70fb616eefd4 20:18:45 Successfully built 70fb616eefd4 20:18:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:18:45 + docker inspect -f . ci-base-image-arm64 20:18:45 . [Pipeline] withDockerContainer 20:18:46 prd-ubuntu18.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container 20:18:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:47 $ docker top d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:48 + go version 20:18:48 go version go1.15.5 linux/arm64 [Pipeline] } 20:18:48 $ docker stop --time=1 d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e 20:18:50 $ docker rm -f d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:51 + docker inspect -f . ci-base-image-arm64 20:18:51 . [Pipeline] withDockerContainer 20:18:52 prd-ubuntu18.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container 20:18:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:53 $ docker top b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:54 + make test 20:18:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:19:17 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 20:19:17 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 20:19:27 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.022s coverage: 96.7% of statements 20:19:27 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.023s coverage: 44.1% of statements 20:19:27 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.024s coverage: 89.5% of statements 20:19:27 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.041s coverage: 100.0% of statements 20:19:27 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.014s coverage: 87.5% of statements 20:19:37 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.027s coverage: 93.3% of statements 20:19:37 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 20:19:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:19:40 gofmt -l . 20:19:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:19:40 $ docker stop --time=1 b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 20:19:42 $ docker rm -f b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 [Pipeline] // withDockerContainer [Pipeline] sh 20:19:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:19:43 Warning: overwriting stash ‘coverage-report’ 20:19: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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:19:45 provisioning config files... 20:19:45 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8274508255773956735tmp [Pipeline] { [Pipeline] sh 20:19:46 + set +x 20:19:46 + curl -s https://codecov.io/bash 20:19:46 + bash -s -- 20:19:46 20:19:46 _____ _ 20:19:46 / ____| | | 20:19:46 | | ___ __| | ___ ___ _____ __ 20:19:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:19:46 | |___| (_) | (_| | __/ (_| (_) \ V / 20:19:46 \_____\___/ \__,_|\___|\___\___/ \_/ 20:19:46 Bash-20201231-23d4836 20:19:46 20:19:46 20:19:46 ==> git version 2.24.3 found 20:19:46 ==> 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 20:19:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:19:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:19:46 ==> Jenkins CI detected. 20:19:46 project root: . 20:19:46 --> token set from env 20:19:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:19:46 ==> Running gcov in . (disable via -X gcov) 20:19:46 ==> Python coveragepy not found 20:19:46 ==> Searching for coverage reports in: 20:19:46 + . 20:19:46 -> Found 1 reports 20:19:46 ==> Detecting git/mercurial file structure 20:19:46 ==> Reading reports 20:19:46 + ./coverage.out bytes=16629 20:19:46 ==> Appending adjustments 20:19:46 https://docs.codecov.io/docs/fixing-reports 20:19:46 + Found adjustments 20:19:46 ==> Gzipping contents 20:19:46 4.0K /tmp/codecov.WCN9UU.gz 20:19:46 ==> Uploading reports 20:19:46 url: https://codecov.io 20:19:46 query: branch=master&commit=4c3c8919c2a915030aa42238d07aeb28434825d2&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:19:46 -> Pinging Codecov 20:19:46 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=4c3c8919c2a915030aa42238d07aeb28434825d2&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 20:19:47 -> Uploading to 20:19:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/D63849C06B6B67093493C71CE874ED06/4c3c8919c2a915030aa42238d07aeb28434825d2/5d16a401-8fdc-4cff-a462-35963e0ef9ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T201947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ebafb0a716f978800713f5f40514e22f958a300476ccbfb30c31111dee478a1 20:19:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:47 Dload Upload Total Spent Left Speed 20:19:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 6576 --:--:-- --:--:-- --:--:-- 6571 20:19:48 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] } 20:19:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:19:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:19:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:19:49 20:19:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:19:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:19:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:19:50 188c0c94c7c5: Pulling fs layer 20:19:50 0ef7d3d256c8: Pulling fs layer 20:19:50 de9db76c5a1d: Pulling fs layer 20:19:50 0eba1c9be4d2: Pulling fs layer 20:19:50 0d57e429df01: Pulling fs layer 20:19:50 4e4be7b47b0d: Pulling fs layer 20:19:50 e1f770b5df2f: Pulling fs layer 20:19:50 85a0685a4137: Pulling fs layer 20:19:50 0d57e429df01: Waiting 20:19:50 4e4be7b47b0d: Waiting 20:19:50 e1f770b5df2f: Waiting 20:19:50 0eba1c9be4d2: Waiting 20:19:50 85a0685a4137: Waiting 20:19:50 de9db76c5a1d: Verifying Checksum 20:19:50 de9db76c5a1d: Download complete 20:19:50 0ef7d3d256c8: Download complete 20:19:50 0d57e429df01: Download complete 20:19:50 4e4be7b47b0d: Verifying Checksum 20:19:50 4e4be7b47b0d: Download complete 20:19:50 188c0c94c7c5: Verifying Checksum 20:19:51 188c0c94c7c5: Pull complete 20:19:51 0ef7d3d256c8: Pull complete 20:19:51 de9db76c5a1d: Pull complete 20:19:52 e1f770b5df2f: Verifying Checksum 20:19:52 e1f770b5df2f: Download complete 20:19:56 0eba1c9be4d2: Verifying Checksum 20:19:56 0eba1c9be4d2: Download complete 20:19:59 85a0685a4137: Verifying Checksum 20:19:59 85a0685a4137: Download complete 20:20:09 0eba1c9be4d2: Pull complete 20:20:09 0d57e429df01: Pull complete 20:20:09 4e4be7b47b0d: Pull complete 20:20:11 e1f770b5df2f: Pull complete 20:20:27 85a0685a4137: Pull complete 20:20:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:20:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:20:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:20:27 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:20:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:20:29 $ docker top ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a -eo pid,comm [Pipeline] { [Pipeline] echo 20:20:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:20:30 + set -o pipefail 20:20:30 + snyk monitor '--org=edgex-jenkins' 20:20:38 20:20:38 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 20:20:38 20:20:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/a5201b48-6802-4ba1-8a54-70d096d059ee 20:20:38 20:20:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:20:38 20:20:39 [Pipeline] } 20:20:39 $ docker stop --time=1 ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a 20:20:41 $ docker rm -f ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:20:43 + git log --format=format:%s -1 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] isUnix [Pipeline] sh 20:20:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:20:43 . [Pipeline] withDockerContainer 20:20:43 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:20:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:20:45 $ docker top 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:20:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:20:45 [ssh-agent] Looking for ssh-agent implementation... 20:20:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:20:46 $ docker exec 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d ssh-agent 20:20:47 SSH_AUTH_SOCK=/tmp/ssh-c7Td10iAgszZ/agent.12 20:20:47 SSH_AGENT_PID=17 20:20:47 Running ssh-add (command line suppressed) 20:20:47 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5303617691257296124.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5303617691257296124.key) 20:20:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:20:48 + git semver tag 20:20:48 # -> Open(): unable to determine branch for HEAD 20:20:48 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:20:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:20:48 # $SEMVER_REMOTE_NAME = origin 20:20:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:20:48 # $SEMVER_USER_NAME = edgex-jenkins 20:20:48 # $SEMVER_BRANCH = master 20:20:48 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:20:48 # 4c3c8919c2a915030aa42238d07aeb28434825d2 HEAD 20:20:48 # -> Force: false 20:20:48 # 9fe315448a25593979768d5bb4ca6758ce536865 refs/tags/v0.0.32 [Pipeline] } 20:20:48 $ docker exec --env ******** --env ******** 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d ssh-agent -k 20:20:48 unset SSH_AUTH_SOCK; 20:20:48 unset SSH_AGENT_PID; 20:20:48 echo Agent pid 17 killed; 20:20:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:20:49 + git semver [Pipeline] } 20:20:49 $ docker stop --time=1 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d 20:20:51 $ docker rm -f 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:20:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:20:52 20:20:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:20:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:20:52 0.23.1-centos7: Pulling from edgex-lftools 20:20:52 ab5ef0e58194: Pulling fs layer 20:20:52 9712f1f96733: Pulling fs layer 20:20:52 63f879dbbcfc: Pulling fs layer 20:20:52 0d9ebad4ef96: Pulling fs layer 20:20:52 e9a5061849ea: Pulling fs layer 20:20:52 d747dcd14b5f: Pulling fs layer 20:20:52 2de7ff778b66: Pulling fs layer 20:20:52 0d9ebad4ef96: Waiting 20:20:52 e9a5061849ea: Waiting 20:20:52 d747dcd14b5f: Waiting 20:20:52 2de7ff778b66: Waiting 20:20:52 9712f1f96733: Verifying Checksum 20:20:52 9712f1f96733: Download complete 20:20:55 63f879dbbcfc: Verifying Checksum 20:20:55 63f879dbbcfc: Download complete 20:20:55 e9a5061849ea: Verifying Checksum 20:20:55 e9a5061849ea: Download complete 20:20:55 d747dcd14b5f: Verifying Checksum 20:20:55 d747dcd14b5f: Download complete 20:20:57 2de7ff778b66: Verifying Checksum 20:20:57 2de7ff778b66: Download complete 20:20:57 0d9ebad4ef96: Verifying Checksum 20:20:57 0d9ebad4ef96: Download complete 20:20:58 ab5ef0e58194: Verifying Checksum 20:20:58 ab5ef0e58194: Download complete 20:21:06 ab5ef0e58194: Pull complete 20:21:06 9712f1f96733: Pull complete 20:21:08 63f879dbbcfc: Pull complete 20:21:19 0d9ebad4ef96: Pull complete 20:21:21 e9a5061849ea: Pull complete 20:21:21 d747dcd14b5f: Pull complete 20:21:24 2de7ff778b66: Pull complete 20:21:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:21:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:21:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:21:24 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:21:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:21:28 $ docker top 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:21:28 provisioning config files... 20:21:28 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7231862850537783892tmp 20:21:28 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2972249766807673490tmp 20:21:28 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1711596272789302759tmp [Pipeline] { [Pipeline] echo 20:21:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:21:29 ---> sigul-configuration.sh 20:21:29 gpg: directory `/root/.gnupg' created 20:21:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:21:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:21:29 gpg: keyring `/root/.gnupg/secring.gpg' created 20:21:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:21:29 gpg: CAST5 encrypted data 20:21:29 gpg: encrypted with 1 passphrase 20:21:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:21:29 + mkdir /home/jenkins 20:21:29 + mkdir /home/jenkins/sigul [Pipeline] sh 20:21:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:21:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:21:31 ---> sigul-install.sh 20:21:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:21:42 + git tag --list 20:21:42 v0.0.0 20:21:42 v0.0.1 20:21:42 v0.0.10 20:21:42 v0.0.11 20:21:42 v0.0.12 20:21:42 v0.0.13 20:21:42 v0.0.14 20:21:42 v0.0.15 20:21:42 v0.0.16 20:21:42 v0.0.17 20:21:42 v0.0.18 20:21:42 v0.0.19 20:21:42 v0.0.2 20:21:42 v0.0.20 20:21:42 v0.0.21 20:21:42 v0.0.22 20:21:42 v0.0.23 20:21:42 v0.0.24 20:21:42 v0.0.25 20:21:42 v0.0.26 20:21:42 v0.0.27 20:21:42 v0.0.28 20:21:42 v0.0.29 20:21:42 v0.0.3 20:21:42 v0.0.30 20:21:42 v0.0.31 20:21:42 v0.0.32 20:21:42 v0.0.4 20:21:42 v0.0.5 20:21:42 v0.0.6 20:21:42 v0.0.7 20:21:42 v0.0.8 20:21:42 v0.0.9 [Pipeline] sh 20:21:42 + lftools sign git-tag v0.0.32 20:21:44 Signing Git tag with Sigul... 20:21:44 Signing v0.0.32 [Pipeline] echo 20:21:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:21:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:21:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:21:46 $ docker stop --time=1 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c 20:21:48 $ docker rm -f 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:50 . [Pipeline] withDockerContainer 20:21:50 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:21:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:21:51 $ docker top 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:52 [ssh-agent] Looking for ssh-agent implementation... 20:21:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:52 $ docker exec 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 ssh-agent 20:21:53 SSH_AUTH_SOCK=/tmp/ssh-q1t6k5CoOS0g/agent.12 20:21:53 SSH_AGENT_PID=17 20:21:53 Running ssh-add (command line suppressed) 20:21:53 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8554196667429945373.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8554196667429945373.key) 20:21:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:54 + git semver bump patch 20:21:54 # -> Open(): unable to determine branch for HEAD 20:21:54 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:21:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:21:54 # $SEMVER_REMOTE_NAME = origin 20:21:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:21:54 # $SEMVER_USER_NAME = edgex-jenkins 20:21:54 # $SEMVER_BRANCH = master 20:21:54 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 20:21:54 0.0.33 [Pipeline] } 20:21:54 $ docker exec --env ******** --env ******** 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 ssh-agent -k 20:21:54 unset SSH_AUTH_SOCK; 20:21:54 unset SSH_AGENT_PID; 20:21:54 echo Agent pid 17 killed; 20:21:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:55 + git semver [Pipeline] } 20:21:55 $ docker stop --time=1 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 20:21:57 $ docker rm -f 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:21:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:58 . [Pipeline] withDockerContainer 20:21:58 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:21:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:22:00 $ docker top f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:22:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:01 [ssh-agent] Looking for ssh-agent implementation... 20:22:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:01 $ docker exec f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 ssh-agent 20:22:02 SSH_AUTH_SOCK=/tmp/ssh-U7Cpb9SYaTcs/agent.12 20:22:02 SSH_AGENT_PID=17 20:22:02 Running ssh-add (command line suppressed) 20:22:02 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7845011395461536192.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7845011395461536192.key) 20:22:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:03 + git semver push 20:22:03 # -> Open(): unable to determine branch for HEAD 20:22:03 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:22:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:22:03 # $SEMVER_REMOTE_NAME = origin 20:22:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:22:03 # $SEMVER_USER_NAME = edgex-jenkins 20:22:03 # $SEMVER_BRANCH = master 20:22:03 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:22:11 $ docker exec --env ******** --env ******** f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 ssh-agent -k 20:22:11 unset SSH_AUTH_SOCK; 20:22:11 unset SSH_AGENT_PID; 20:22:11 echo Agent pid 17 killed; 20:22:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:22:12 + git semver [Pipeline] } 20:22:12 $ docker stop --time=1 f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 20:22:14 $ docker rm -f f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:22:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:22:16 ---> package-listing.sh 20:22:16 ++ tr '[:upper:]' '[:lower:]' 20:22:16 ++ facter osfamily 20:22:16 + OS_FAMILY=redhat 20:22:16 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 20:22:16 + START_PACKAGES=/tmp/packages_start.txt 20:22:16 + END_PACKAGES=/tmp/packages_end.txt 20:22:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:22:16 + PACKAGES=/tmp/packages_start.txt 20:22:16 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:22:16 + PACKAGES=/tmp/packages_end.txt 20:22:16 + case "${OS_FAMILY}" in 20:22:16 + rpm -qa 20:22:16 + sort 20:22:23 + '[' -f /tmp/packages_start.txt ']' 20:22:23 + '[' -f /tmp/packages_end.txt ']' 20:22:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:22:23 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 20:22:23 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 20:22:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 20:22:23 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:22:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:24 20:22:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:22:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:25 alpine: Pulling from edgex-lftools-log-publisher 20:22:25 df20fa9351a1: Pulling fs layer 20:22:25 36b3adc4ff6f: Pulling fs layer 20:22:25 8ad3a11d3b57: Pulling fs layer 20:22:25 46f8f816bc3b: Pulling fs layer 20:22:25 93b61091891f: Pulling fs layer 20:22:25 93b9cdb0e59b: Pulling fs layer 20:22:25 5e14af77c1be: Pulling fs layer 20:22:25 01666e4c0597: Pulling fs layer 20:22:25 aa168da1d23b: Pulling fs layer 20:22:25 46f8f816bc3b: Waiting 20:22:25 93b61091891f: Waiting 20:22:25 93b9cdb0e59b: Waiting 20:22:25 5e14af77c1be: Waiting 20:22:25 01666e4c0597: Waiting 20:22:25 aa168da1d23b: Waiting 20:22:25 36b3adc4ff6f: Verifying Checksum 20:22:25 36b3adc4ff6f: Download complete 20:22:25 46f8f816bc3b: Verifying Checksum 20:22:25 46f8f816bc3b: Download complete 20:22:25 df20fa9351a1: Verifying Checksum 20:22:25 df20fa9351a1: Download complete 20:22:25 93b9cdb0e59b: Verifying Checksum 20:22:25 93b9cdb0e59b: Download complete 20:22:25 5e14af77c1be: Verifying Checksum 20:22:25 5e14af77c1be: Download complete 20:22:25 01666e4c0597: Verifying Checksum 20:22:25 01666e4c0597: Download complete 20:22:25 93b61091891f: Verifying Checksum 20:22:25 93b61091891f: Download complete 20:22:26 df20fa9351a1: Pull complete 20:22:26 36b3adc4ff6f: Pull complete 20:22:27 8ad3a11d3b57: Verifying Checksum 20:22:27 8ad3a11d3b57: Download complete 20:22:28 8ad3a11d3b57: Pull complete 20:22:29 46f8f816bc3b: Pull complete 20:22:29 93b61091891f: Pull complete 20:22:30 93b9cdb0e59b: Pull complete 20:22:30 5e14af77c1be: Pull complete 20:22:31 01666e4c0597: Pull complete 20:22:33 aa168da1d23b: Verifying Checksum 20:22:33 aa168da1d23b: Download complete 20:22:48 aa168da1d23b: Pull complete 20:22:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:22:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:22:48 prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container 20:22:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:22:51 $ docker top 7a086fa36c439127ed5d64e2f95cfe386ebd4c396855e870c7faa4daeaef4890 -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:51 + touch /tmp/pre-build-complete [Pipeline] sh 20:22:52 + mkdir -p /var/log/sa [Pipeline] sh 20:22:52 + ls /var/log/sa-host 20:22:52 + sadf -c /var/log/sa-host/sa12 20:22:52 file_magic: OK 20:22:52 HZ: Using current value: 100 20:22:52 file_header: OK 20:22:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:22:52 Statistics: 20:22:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:22:52 File successfully converted to sysstat format version 12.2.1 20:22:52 + sadf -c /var/log/sa-host/sa23 20:22:52 file_magic: OK 20:22:52 HZ: Using current value: 100 20:22:52 file_header: OK 20:22:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:22:52 Statistics: 20:22:52 Hnuu...uuuununununu... 20:22:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:22:52 provisioning config files... 20:22:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2255435431731262278tmp [Pipeline] { [Pipeline] echo 20:22:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:22:53 ---> create-netrc.sh [Pipeline] } 20:22:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:22:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:22:53 ---> python-tools-install.sh [Pipeline] echo 20:22:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:22:54 ---> sudo-logs.sh 20:22:54 Archiving 'sudo' log.. [Pipeline] echo 20:22:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:22:54 ---> job-cost.sh 20:22:54 lf-activate-venv: SKIPPING 20:22:54 INFO: No Stack... 20:22:55 INFO: Retrieving Pricing Info for: v1-standard-2 20:22:56 INFO: Archiving Costs [Pipeline] echo 20:22:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:22:57 ---> logs-deploy.sh 20:22:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/22 20:22:57 INFO: archiving workspace using pattern(s): 20:22:59 Archives upload complete. 20:22:59 INFO: archiving logs to Nexus 20:23:01 ---> uname -a: 20:23:01 Linux prd-centos7-docker-4c-2g-19785.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:23:01 20:23:01 20:23:01 ---> lscpu: 20:23:01 Architecture: x86_64 20:23:01 CPU op-mode(s): 32-bit, 64-bit 20:23:01 Byte Order: Little Endian 20:23:01 Address sizes: 40 bits physical, 48 bits virtual 20:23:01 CPU(s): 4 20:23:01 On-line CPU(s) list: 0-3 20:23:01 Thread(s) per core: 1 20:23:01 Core(s) per socket: 1 20:23:01 Socket(s): 4 20:23:01 NUMA node(s): 1 20:23:01 Vendor ID: GenuineIntel 20:23:01 CPU family: 6 20:23:01 Model: 44 20:23:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:23:01 Stepping: 1 20:23:01 CPU MHz: 2933.438 20:23:01 BogoMIPS: 5866.87 20:23:01 Virtualization: VT-x 20:23:01 Hypervisor vendor: KVM 20:23:01 Virtualization type: full 20:23:01 L1d cache: 128 KiB 20:23:01 L1i cache: 128 KiB 20:23:01 L2 cache: 16 MiB 20:23:01 L3 cache: 64 MiB 20:23:01 NUMA node0 CPU(s): 0-3 20:23:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:23:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:23:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:23:01 Vulnerability Meltdown: Mitigation; PTI 20:23:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:23:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:23:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:23:01 Vulnerability Srbds: Not affected 20:23:01 Vulnerability Tsx async abort: Not affected 20:23:01 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 20:23:01 20:23:01 20:23:01 ---> nproc: 20:23:01 4 20:23:01 20:23:01 20:23:01 ---> df -h: 20:23:01 Filesystem Size Used Available Use% Mounted on 20:23:01 overlay 50.0G 8.5G 41.4G 17% / 20:23:01 tmpfs 64.0M 0 64.0M 0% /dev 20:23:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:23:01 shm 64.0M 0 64.0M 0% /dev/shm 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:23:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:23:01 20:23:01 20:23:01 ---> free -m: 20:23:01 total used free shared buff/cache available 20:23:01 Mem: 1837 817 139 0 880 955 20:23:01 Swap: 1023 2 1021 20:23:01 20:23:01