Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3ee42f9129f299dadbd2187c7fcf7ec669406df9 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4105’ is offline; ‘prd-centos7-docker-4c-2g-4108’ is offline; ‘prd-centos7-docker-4c-2g-4109’ is offline; ‘prd-centos7-docker-4c-2g-4116’ is offline; ‘prd-centos7-docker-4c-2g-4120’ is offline; ‘prd-centos7-docker-4c-2g-4122’ is offline; ‘prd-centos7-docker-4c-2g-4124’ is offline; ‘prd-centos7-docker-4c-2g-4126’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4117’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4119’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4125’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4130 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 3ee42f9129f299dadbd2187c7fcf7ec669406df9 (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 3ee42f9129f299dadbd2187c7fcf7ec669406df9 # timeout=10 Commit message: "Merge pull request #111 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.83" > git rev-list --no-walk d183205d6af8f1965db2e86959a80a654956ce18 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T17:36:54.547Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T17:36:54.650Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T17:36:54.679Z] ========================================================= [2021-05-10T17:36:54.679Z] EdgeX Global Pipelines Version Info [2021-05-10T17:36:54.679Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:36:56.637Z] ------------------- [2021-05-10T17:36:56.637Z] stable info: [2021-05-10T17:36:56.637Z] ------------------- [2021-05-10T17:36:56.637Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T17:36:56.637Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T17:36:56.637Z] Message: update stable to v1.0.191 [2021-05-10T17:36:57.215Z] ------------------- [2021-05-10T17:36:57.215Z] experimental info: [2021-05-10T17:36:57.215Z] ------------------- [2021-05-10T17:36:57.215Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T17:36:57.215Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T17:36:57.215Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T17:36:57.355Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-05-10T17:36:57.380Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-05-10T17:36:57.404Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T17:36:57.429Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T17:36:57.454Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T17:36:57.478Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T17:36:57.502Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T17:36:57.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T17:36:57.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T17:36:57.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T17:36:57.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T17:36:57.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-05-10T17:36:57.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T17:36:57.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T17:36:57.696Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:36:57.721Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:36:57.745Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:36:57.770Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:36:57.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T17:36:57.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T17:36:57.876Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T17:36:57.899Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T17:36:57.923Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T17:36:57.946Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T17:36:57.969Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-10T17:36:57.993Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T17:36:58.025Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T17:36:58.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T17:36:58.073Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T17:36:58.096Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ee42f9129f299dadbd2187c7fcf7ec669406df9 [Pipeline] echo [2021-05-10T17:36:58.121Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ee42f9 [Pipeline] echo [2021-05-10T17:36:58.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:36:58.551Z] + git log --format=format:%s -1 3ee42f9129f299dadbd2187c7fcf7ec669406df9 [Pipeline] echo [2021-05-10T17:36:58.642Z] GIT_COMMIT: 3ee42f9129f299dadbd2187c7fcf7ec669406df9, Commit Message: Merge pull request #111 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.83 [Pipeline] echo [2021-05-10T17:36:58.655Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:36:59.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:36:59.496Z] [2021-05-10T17:36:59.496Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:36:59.823Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:36:59.823Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T17:36:59.823Z] 31603596830f: Pulling fs layer [2021-05-10T17:36:59.823Z] 54011a49482f: Pulling fs layer [2021-05-10T17:36:59.823Z] a6820b24f6d8: Pulling fs layer [2021-05-10T17:36:59.823Z] f581987b2513: Pulling fs layer [2021-05-10T17:36:59.823Z] 54011a49482f: Verifying Checksum [2021-05-10T17:36:59.823Z] 54011a49482f: Download complete [2021-05-10T17:37:00.089Z] 31603596830f: Download complete [2021-05-10T17:37:00.089Z] f581987b2513: Verifying Checksum [2021-05-10T17:37:00.089Z] f581987b2513: Download complete [2021-05-10T17:37:00.355Z] a6820b24f6d8: Verifying Checksum [2021-05-10T17:37:00.355Z] a6820b24f6d8: Download complete [2021-05-10T17:37:00.618Z] 31603596830f: Pull complete [2021-05-10T17:37:00.618Z] 54011a49482f: Pull complete [2021-05-10T17:37:01.574Z] a6820b24f6d8: Pull complete [2021-05-10T17:37:01.846Z] f581987b2513: Pull complete [2021-05-10T17:37:01.846Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T17:37:01.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:37:01.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T17:37:02.013Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:37:02.067Z] $ 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 [2021-05-10T17:37:04.521Z] $ docker top 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:37:04.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:37:04.707Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:37:04.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:37:04.931Z] $ docker exec 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 ssh-agent [2021-05-10T17:37:05.115Z] SSH_AUTH_SOCK=/tmp/ssh-jO0gFOGxV4mw/agent.12 [2021-05-10T17:37:05.115Z] SSH_AGENT_PID=18 [2021-05-10T17:37:05.128Z] Running ssh-add (command line suppressed) [2021-05-10T17:37:05.249Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3657305048022700551.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3657305048022700551.key) [2021-05-10T17:37:05.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:37:05.609Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T17:37:05.631Z] $ docker exec --env ******** --env ******** 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 ssh-agent -k [2021-05-10T17:37:05.755Z] unset SSH_AUTH_SOCK; [2021-05-10T17:37:05.756Z] unset SSH_AGENT_PID; [2021-05-10T17:37:05.756Z] echo Agent pid 18 killed; [2021-05-10T17:37:05.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T17:37:05.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:37:05.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:37:06.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:37:06.029Z] $ docker exec 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 ssh-agent [2021-05-10T17:37:06.199Z] SSH_AUTH_SOCK=/tmp/ssh-wfpTqSnOW78Y/agent.48 [2021-05-10T17:37:06.200Z] SSH_AGENT_PID=54 [2021-05-10T17:37:06.207Z] Running ssh-add (command line suppressed) [2021-05-10T17:37:06.330Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6586468295188839421.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6586468295188839421.key) [2021-05-10T17:37:06.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:37:06.712Z] + git semver init [2021-05-10T17:37:06.712Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:37:06.712Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-05-10T17:37:06.712Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:37:06.712Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:37:06.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:37:06.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:37:06.712Z] # $SEMVER_BRANCH = master [2021-05-10T17:37:06.712Z] # $SEMVER_TEMP = /tmp/semver-212856912 [2021-05-10T17:37:06.712Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-05-10T17:37:07.288Z] # '/tmp/semver-212856912' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-05-10T17:37:07.288Z] # -> Force: false [2021-05-10T17:37:07.288Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-05-10T17:37:07.306Z] $ docker exec --env ******** --env ******** 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 ssh-agent -k [2021-05-10T17:37:07.428Z] unset SSH_AUTH_SOCK; [2021-05-10T17:37:07.429Z] unset SSH_AGENT_PID; [2021-05-10T17:37:07.429Z] echo Agent pid 54 killed; [2021-05-10T17:37:07.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:37:07.815Z] + git semver [Pipeline] } [2021-05-10T17:37:07.833Z] $ docker stop --time=1 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 [2021-05-10T17:37:09.433Z] $ docker rm -f 86de71586db95a5aff217c3bcb270c7583e3a5330f7affa798cf05c5e20775b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:37:09.842Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T17:37:10.194Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T17:37:10.205Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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 [2021-05-10T17:37:11.767Z] Running on prd-centos7-docker-4c-2g-4132 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-05-10T17:37:11.787Z] Running in /w/workspace/go-mod-secrets/45 [Pipeline] { [Pipeline] checkout [2021-05-10T17:37:18.509Z] using credential edgex-jenkins-ssh [2021-05-10T17:37:18.541Z] Cloning the remote Git repository [2021-05-10T17:37:18.613Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:37:18.736Z] > git init /w/workspace/go-mod-secrets/45 # timeout=10 [2021-05-10T17:37:19.162Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:37:19.162Z] > git --version # timeout=10 [2021-05-10T17:37:19.182Z] > git --version # 'git version 2.24.3' [2021-05-10T17:37:19.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:37:19.251Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:37:20.686Z] Checking out Revision 3ee42f9129f299dadbd2187c7fcf7ec669406df9 (master) [2021-05-10T17:37:20.068Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-05-10T17:37:20.078Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:37:20.114Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-05-10T17:37:20.131Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:37:20.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:37:20.137Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:37:20.698Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:37:20.734Z] > git checkout -f 3ee42f9129f299dadbd2187c7fcf7ec669406df9 # timeout=10 [2021-05-10T17:37:24.947Z] Commit message: "Merge pull request #111 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.83" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:37:25.425Z] Still waiting to schedule task [2021-05-10T17:37:25.425Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4110’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4131’ is offline [2021-05-10T17:37:26.709Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:37:27.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:37:27.710Z] + sudo service docker restart [2021-05-10T17:37:27.710Z] + true [2021-05-10T17:37:27.710Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-10T17:37:30.226Z] ========================================================= [2021-05-10T17:37:30.226Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T17:37:30.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:37:30.958Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T17:37:31.672Z] Sending build context to Docker daemon 667.6kB [2021-05-10T17:37:31.672Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T17:37:31.672Z] Step 2/7 : FROM ${BASE} [2021-05-10T17:37:31.973Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T17:37:31.973Z] 540db60ca938: Pulling fs layer [2021-05-10T17:37:31.973Z] adcc1eea9eea: Pulling fs layer [2021-05-10T17:37:31.973Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T17:37:31.973Z] 0510c868ecb4: Pulling fs layer [2021-05-10T17:37:31.973Z] afea3b2eda06: Pulling fs layer [2021-05-10T17:37:31.973Z] 7809a108b3ef: Pulling fs layer [2021-05-10T17:37:31.973Z] f706445af74f: Pulling fs layer [2021-05-10T17:37:31.973Z] afea3b2eda06: Waiting [2021-05-10T17:37:31.973Z] 7809a108b3ef: Waiting [2021-05-10T17:37:31.973Z] f706445af74f: Waiting [2021-05-10T17:37:31.973Z] 0510c868ecb4: Waiting [2021-05-10T17:37:31.973Z] 4c4ab2625f07: Download complete [2021-05-10T17:37:31.973Z] adcc1eea9eea: Verifying Checksum [2021-05-10T17:37:31.973Z] adcc1eea9eea: Download complete [2021-05-10T17:37:31.973Z] afea3b2eda06: Verifying Checksum [2021-05-10T17:37:31.973Z] afea3b2eda06: Download complete [2021-05-10T17:37:31.973Z] 7809a108b3ef: Verifying Checksum [2021-05-10T17:37:31.973Z] 7809a108b3ef: Download complete [2021-05-10T17:37:32.307Z] 540db60ca938: Verifying Checksum [2021-05-10T17:37:32.307Z] 540db60ca938: Download complete [2021-05-10T17:37:32.968Z] 540db60ca938: Pull complete [2021-05-10T17:37:33.615Z] adcc1eea9eea: Pull complete [2021-05-10T17:37:33.615Z] 4c4ab2625f07: Pull complete [2021-05-10T17:37:38.156Z] f706445af74f: Verifying Checksum [2021-05-10T17:37:38.156Z] f706445af74f: Download complete [2021-05-10T17:37:41.808Z] 0510c868ecb4: Verifying Checksum [2021-05-10T17:37:41.808Z] 0510c868ecb4: Download complete [2021-05-10T17:37:51.044Z] 0510c868ecb4: Pull complete [2021-05-10T17:37:51.044Z] afea3b2eda06: Pull complete [2021-05-10T17:37:51.044Z] 7809a108b3ef: Pull complete [2021-05-10T17:37:55.432Z] f706445af74f: Pull complete [2021-05-10T17:37:55.746Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T17:37:55.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T17:37:55.746Z] ---> b068be0155e3 [2021-05-10T17:37:55.746Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T17:37:56.780Z] ---> Running in 498e82d82335 [2021-05-10T17:37:56.780Z] Removing intermediate container 498e82d82335 [2021-05-10T17:37:56.780Z] ---> 4ac9a656847d [2021-05-10T17:37:56.780Z] Step 4/7 : RUN apk add --update bash [2021-05-10T17:37:57.065Z] ---> Running in d99aea6155a8 [2021-05-10T17:37:59.196Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T17:38:02.740Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T17:38:09.491Z] OK: 149 MiB in 40 packages [2021-05-10T17:38:09.767Z] Removing intermediate container d99aea6155a8 [2021-05-10T17:38:09.767Z] ---> 0aa6330a5bfb [2021-05-10T17:38:09.767Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T17:38:10.043Z] ---> Running in 3cac7210fa27 [2021-05-10T17:38:10.043Z] Removing intermediate container 3cac7210fa27 [2021-05-10T17:38:10.043Z] ---> 3bc961a37225 [2021-05-10T17:38:10.043Z] Step 6/7 : COPY go.mod . [2021-05-10T17:38:10.635Z] ---> 374464f3716f [2021-05-10T17:38:10.635Z] Step 7/7 : RUN go mod download [2021-05-10T17:38:10.635Z] ---> Running in 9635f3a62c34 [2021-05-10T17:38:28.966Z] Removing intermediate container 9635f3a62c34 [2021-05-10T17:38:28.966Z] ---> b9010ffec267 [2021-05-10T17:38:28.966Z] Successfully built b9010ffec267 [2021-05-10T17:38:28.966Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:38:29.366Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T17:38:29.655Z] . [Pipeline] withDockerContainer [2021-05-10T17:38:30.090Z] prd-centos7-docker-4c-2g-4132 does not seem to be running inside a container [2021-05-10T17:38:30.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/45 -v /w/workspace/go-mod-secrets/45:/w/workspace/go-mod-secrets/45:rw,z -v /w/workspace/go-mod-secrets/45@tmp:/w/workspace/go-mod-secrets/45@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 [2021-05-10T17:38:31.325Z] $ docker top f39dc49481ce68c65678b48069b53b99664555364c824be00c18cb7123f3a9a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:38:32.187Z] + go version [2021-05-10T17:38:32.187Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T17:38:32.212Z] $ docker stop --time=1 f39dc49481ce68c65678b48069b53b99664555364c824be00c18cb7123f3a9a9 [2021-05-10T17:38:33.792Z] $ docker rm -f f39dc49481ce68c65678b48069b53b99664555364c824be00c18cb7123f3a9a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:38:34.596Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T17:38:34.596Z] . [Pipeline] withDockerContainer [2021-05-10T17:38:34.893Z] prd-centos7-docker-4c-2g-4132 does not seem to be running inside a container [2021-05-10T17:38:35.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/45 -v /w/workspace/go-mod-secrets/45:/w/workspace/go-mod-secrets/45:rw,z -v /w/workspace/go-mod-secrets/45@tmp:/w/workspace/go-mod-secrets/45@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 [2021-05-10T17:38:36.141Z] $ docker top 4b784a3cec10e02c3b4f43370710bfa40f6fde4bbeb0b73f55d34033c2ea8bab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:38:36.650Z] + go mod tidy [Pipeline] sh [2021-05-10T17:38:37.297Z] + make test [2021-05-10T17:38:37.297Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.246s coverage: 81.0% of statements [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.008s coverage: 57.1% of statements [2021-05-10T17:39:04.452Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.057s coverage: 96.7% of statements [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.010s coverage: 89.5% of statements [2021-05-10T17:39:04.452Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements [2021-05-10T17:39:04.452Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.025s coverage: 85.7% of statements [2021-05-10T17:39:04.452Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.008s coverage: 100.0% of statements [2021-05-10T17:39:04.452Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-05-10T17:39:04.452Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-10T17:39:13.325Z] gofmt -l . [2021-05-10T17:39:13.325Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T17:39:13.352Z] $ docker stop --time=1 4b784a3cec10e02c3b4f43370710bfa40f6fde4bbeb0b73f55d34033c2ea8bab [2021-05-10T17:39:15.045Z] $ docker rm -f 4b784a3cec10e02c3b4f43370710bfa40f6fde4bbeb0b73f55d34033c2ea8bab [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:39:15.645Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T17:39:16.023Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:39:16.638Z] ---> job-cost.sh [2021-05-10T17:39:16.638Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-o58k [2021-05-10T17:39:34.880Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T17:40:07.163Z] lf-activate-venv(): INFO: Adding /tmp/venv-o58k/bin to PATH [2021-05-10T17:40:07.163Z] INFO: No Stack... [2021-05-10T17:40:07.163Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T17:40:07.163Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T17:40:07.530Z] + cat /w/workspace/go-mod-secrets/45/archives/cost.csv [2021-05-10T17:40:07.530Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T17:40:07.642Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [2021-05-10T17:40:07.656Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] did not exist. Created. [2021-05-10T17:40:07.656Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T17:40:08.122Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T17:40:08.398Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T17:40:08.423Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T17:42:50.307Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4133 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-05-10T17:42:50.328Z] Running in /w/workspace/go-mod-secrets/45 [Pipeline] { [Pipeline] checkout [2021-05-10T17:42:55.370Z] using credential edgex-jenkins-ssh [2021-05-10T17:42:55.392Z] Cloning the remote Git repository [2021-05-10T17:42:55.473Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:42:55.640Z] > git init /w/workspace/go-mod-secrets/45 # timeout=10 [2021-05-10T17:42:55.750Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:42:55.751Z] > git --version # timeout=10 [2021-05-10T17:42:55.770Z] > git --version # 'git version 2.17.1' [2021-05-10T17:42:55.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:42:55.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:42:57.218Z] Checking out Revision 3ee42f9129f299dadbd2187c7fcf7ec669406df9 (master) [2021-05-10T17:42:56.660Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-05-10T17:42:56.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:42:56.706Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-05-10T17:42:56.732Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-05-10T17:42:56.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:42:56.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:42:57.238Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:42:57.257Z] > git checkout -f 3ee42f9129f299dadbd2187c7fcf7ec669406df9 # timeout=10 [2021-05-10T17:43:01.399Z] Commit message: "Merge pull request #111 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.83" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:43:02.946Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:43:03.357Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:43:03.695Z] + sudo service docker restart [2021-05-10T17:43:03.695Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-10T17:43:06.593Z] ========================================================= [2021-05-10T17:43:06.593Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T17:43:06.593Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:43:06.942Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T17:43:07.927Z] Sending build context to Docker daemon 666.6kB [2021-05-10T17:43:07.927Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T17:43:07.927Z] Step 2/7 : FROM ${BASE} [2021-05-10T17:43:08.201Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T17:43:08.201Z] 595b0fe564bb: Pulling fs layer [2021-05-10T17:43:08.201Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T17:43:08.201Z] 316046926c0a: Pulling fs layer [2021-05-10T17:43:08.201Z] 4ebd0625c992: Pulling fs layer [2021-05-10T17:43:08.201Z] 207e8628e3a3: Pulling fs layer [2021-05-10T17:43:08.201Z] c791037a9be2: Pulling fs layer [2021-05-10T17:43:08.201Z] ffd874e62e21: Pulling fs layer [2021-05-10T17:43:08.201Z] 4ebd0625c992: Waiting [2021-05-10T17:43:08.201Z] 207e8628e3a3: Waiting [2021-05-10T17:43:08.201Z] c791037a9be2: Waiting [2021-05-10T17:43:08.201Z] ffd874e62e21: Waiting [2021-05-10T17:43:08.201Z] 316046926c0a: Verifying Checksum [2021-05-10T17:43:08.201Z] 316046926c0a: Download complete [2021-05-10T17:43:08.201Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T17:43:08.201Z] 7186ed65a4f7: Download complete [2021-05-10T17:43:08.201Z] 207e8628e3a3: Verifying Checksum [2021-05-10T17:43:08.201Z] 207e8628e3a3: Download complete [2021-05-10T17:43:08.201Z] c791037a9be2: Verifying Checksum [2021-05-10T17:43:08.201Z] c791037a9be2: Download complete [2021-05-10T17:43:08.201Z] 595b0fe564bb: Download complete [2021-05-10T17:43:09.185Z] 595b0fe564bb: Pull complete [2021-05-10T17:43:09.785Z] 7186ed65a4f7: Pull complete [2021-05-10T17:43:10.063Z] 316046926c0a: Pull complete [2021-05-10T17:43:10.659Z] ffd874e62e21: Verifying Checksum [2021-05-10T17:43:10.659Z] ffd874e62e21: Download complete [2021-05-10T17:43:11.643Z] 4ebd0625c992: Verifying Checksum [2021-05-10T17:43:11.643Z] 4ebd0625c992: Download complete [2021-05-10T17:43:21.824Z] 4ebd0625c992: Pull complete [2021-05-10T17:43:22.420Z] 207e8628e3a3: Pull complete [2021-05-10T17:43:22.694Z] c791037a9be2: Pull complete [2021-05-10T17:43:27.018Z] ffd874e62e21: Pull complete [2021-05-10T17:43:27.018Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T17:43:27.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T17:43:27.018Z] ---> cfc18b08335c [2021-05-10T17:43:27.018Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T17:43:29.651Z] ---> Running in ad4afa17ea10 [2021-05-10T17:43:29.651Z] Removing intermediate container ad4afa17ea10 [2021-05-10T17:43:29.651Z] ---> 9f2e92bf4b9c [2021-05-10T17:43:29.651Z] Step 4/7 : RUN apk add --update bash [2021-05-10T17:43:29.651Z] ---> Running in cbde215b185c [2021-05-10T17:43:31.095Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T17:43:33.066Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T17:43:35.673Z] OK: 138 MiB in 40 packages [2021-05-10T17:43:37.108Z] Removing intermediate container cbde215b185c [2021-05-10T17:43:37.108Z] ---> 348a8f1fc316 [2021-05-10T17:43:37.108Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T17:43:37.108Z] ---> Running in 1e6d09a32b70 [2021-05-10T17:43:37.703Z] Removing intermediate container 1e6d09a32b70 [2021-05-10T17:43:37.703Z] ---> b9500e0c805f [2021-05-10T17:43:37.703Z] Step 6/7 : COPY go.mod . [2021-05-10T17:43:38.301Z] ---> 0aef553bcb81 [2021-05-10T17:43:38.301Z] Step 7/7 : RUN go mod download [2021-05-10T17:43:38.301Z] ---> Running in d722817fa5cd [2021-05-10T17:43:56.610Z] Removing intermediate container d722817fa5cd [2021-05-10T17:43:56.610Z] ---> b47f04c1ba8a [2021-05-10T17:43:56.610Z] Successfully built b47f04c1ba8a [2021-05-10T17:43:56.610Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:43:56.955Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T17:43:56.955Z] . [Pipeline] withDockerContainer [2021-05-10T17:43:57.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-4133 does not seem to be running inside a container [2021-05-10T17:43:57.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/45 -v /w/workspace/go-mod-secrets/45:/w/workspace/go-mod-secrets/45:rw,z -v /w/workspace/go-mod-secrets/45@tmp:/w/workspace/go-mod-secrets/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T17:43:58.749Z] $ docker top c0da19a0426ac8f9a5f39ce0b50249b0e26a4bffc04a63a3d7ff7c3da011e840 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:43:59.672Z] + go version [2021-05-10T17:43:59.672Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T17:43:59.697Z] $ docker stop --time=1 c0da19a0426ac8f9a5f39ce0b50249b0e26a4bffc04a63a3d7ff7c3da011e840 [2021-05-10T17:44:01.504Z] $ docker rm -f c0da19a0426ac8f9a5f39ce0b50249b0e26a4bffc04a63a3d7ff7c3da011e840 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:44:02.162Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T17:44:02.162Z] . [Pipeline] withDockerContainer [2021-05-10T17:44:02.374Z] prd-ubuntu18.04-docker-arm64-4c-16g-4133 does not seem to be running inside a container [2021-05-10T17:44:02.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/45 -v /w/workspace/go-mod-secrets/45:/w/workspace/go-mod-secrets/45:rw,z -v /w/workspace/go-mod-secrets/45@tmp:/w/workspace/go-mod-secrets/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T17:44:03.748Z] $ docker top 35e11e3cc8a74ff01870f97e4103ef87894fc2add1eafbed1fc7ba74f1b044dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:44:04.634Z] + go mod tidy [Pipeline] sh [2021-05-10T17:44:05.560Z] + make test [2021-05-10T17:44:05.560Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.544s coverage: 81.0% of statements [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.024s coverage: 57.1% of statements [2021-05-10T17:44:44.603Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.032s coverage: 96.7% of statements [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.020s coverage: 89.5% of statements [2021-05-10T17:44:44.603Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.021s coverage: 100.0% of statements [2021-05-10T17:44:44.603Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.019s coverage: 85.7% of statements [2021-05-10T17:44:44.603Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.018s coverage: 100.0% of statements [2021-05-10T17:44:44.603Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-05-10T17:44:44.603Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-10T17:44:59.705Z] gofmt -l . [2021-05-10T17:44:59.705Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T17:44:59.730Z] $ docker stop --time=1 35e11e3cc8a74ff01870f97e4103ef87894fc2add1eafbed1fc7ba74f1b044dc [2021-05-10T17:45:01.788Z] $ docker rm -f 35e11e3cc8a74ff01870f97e4103ef87894fc2add1eafbed1fc7ba74f1b044dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:45:02.547Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T17:45:02.568Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T17:45:03.570Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:45:04.114Z] ---> job-cost.sh [2021-05-10T17:45:04.114Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z7uC [2021-05-10T17:45:43.082Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T17:47:04.836Z] lf-activate-venv(): INFO: Adding /tmp/venv-z7uC/bin to PATH [2021-05-10T17:47:04.836Z] INFO: No Stack... [2021-05-10T17:47:04.836Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T17:47:04.836Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T17:47:05.189Z] + cat /w/workspace/go-mod-secrets/45/archives/cost.csv [2021-05-10T17:47:05.189Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T17:47:05.309Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [2021-05-10T17:47:05.319Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] did not exist. Created. [2021-05-10T17:47:05.319Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T17:47:05.703Z] /w/workspace/go-mod-secrets/45@tmp/durable-2c49763f/script.sh: 1: /w/workspace/go-mod-secrets/45@tmp/durable-2c49763f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T17:47:06.051Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T17:47:06.083Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T17:47:06.245Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T17:47:06.263Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-45-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T17:47:06.625Z] provisioning config files... [2021-05-10T17:47:06.639Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8801956009027146834tmp [Pipeline] { [Pipeline] sh [2021-05-10T17:47:06.967Z] + set +x [2021-05-10T17:47:06.968Z] + curl -s https://codecov.io/bash [2021-05-10T17:47:06.968Z] + bash -s -- [2021-05-10T17:47:07.230Z] [2021-05-10T17:47:07.230Z] _____ _ [2021-05-10T17:47:07.230Z] / ____| | | [2021-05-10T17:47:07.230Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T17:47:07.230Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T17:47:07.230Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T17:47:07.230Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T17:47:07.230Z] Bash-1.0.2 [2021-05-10T17:47:07.230Z] [2021-05-10T17:47:07.230Z] [2021-05-10T17:47:07.230Z] ==> git version 2.24.3 found [2021-05-10T17:47:07.230Z] ==> 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 [2021-05-10T17:47:07.230Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T17:47:07.230Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T17:47:07.230Z] ==> Jenkins CI detected. [2021-05-10T17:47:07.230Z] project root: . [2021-05-10T17:47:07.230Z] --> token set from env [2021-05-10T17:47:07.230Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T17:47:07.230Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T17:47:07.230Z] ==> Python coveragepy not found [2021-05-10T17:47:07.230Z] ==> Searching for coverage reports in: [2021-05-10T17:47:07.230Z] + . [2021-05-10T17:47:07.230Z] -> Found 1 reports [2021-05-10T17:47:07.230Z] ==> Detecting git/mercurial file structure [2021-05-10T17:47:07.230Z] ==> Reading reports [2021-05-10T17:47:07.230Z] + ./coverage.out bytes=29117 [2021-05-10T17:47:07.230Z] ==> Appending adjustments [2021-05-10T17:47:07.230Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T17:47:07.494Z] + Found adjustments [2021-05-10T17:47:07.494Z] ==> Gzipping contents [2021-05-10T17:47:07.494Z] 8.0K /tmp/codecov.M35oyI.gz [2021-05-10T17:47:07.494Z] ==> Uploading reports [2021-05-10T17:47:07.494Z] url: https://codecov.io [2021-05-10T17:47:07.494Z] query: branch=master&commit=3ee42f9129f299dadbd2187c7fcf7ec669406df9&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F45%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T17:47:07.494Z] -> Pinging Codecov [2021-05-10T17:47:07.494Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3ee42f9129f299dadbd2187c7fcf7ec669406df9&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F45%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T17:47:08.070Z] -> Uploading to [2021-05-10T17:47:08.070Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/D63849C06B6B67093493C71CE874ED06/3ee42f9129f299dadbd2187c7fcf7ec669406df9/ef65ca49-c195-40a8-b82e-a9adf2b48247.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T174707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a13d036b72a7a8c85d7832fb490524883eb3b109832af878bc7fae4b24378d7a [2021-05-10T17:47:08.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T17:47:08.070Z] Dload Upload Total Spent Left Speed [2021-05-10T17:47:08.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5940 0 0 100 5940 0 10995 --:--:-- --:--:-- --:--:-- 11000 [2021-05-10T17:47:08.650Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/3ee42f9129f299dadbd2187c7fcf7ec669406df9 [Pipeline] } [2021-05-10T17:47:08.661Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-10T17:47:08.893Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T17:47:08.920Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:47:09.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T17:47:09.233Z] [2021-05-10T17:47:09.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:47:09.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T17:47:09.553Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T17:47:09.553Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T17:47:09.553Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T17:47:09.553Z] de9db76c5a1d: Pulling fs layer [2021-05-10T17:47:09.553Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T17:47:09.553Z] 0d57e429df01: Pulling fs layer [2021-05-10T17:47:09.553Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T17:47:09.553Z] e1f770b5df2f: Pulling fs layer [2021-05-10T17:47:09.553Z] 85a0685a4137: Pulling fs layer [2021-05-10T17:47:09.553Z] 0d57e429df01: Waiting [2021-05-10T17:47:09.553Z] e1f770b5df2f: Waiting [2021-05-10T17:47:09.553Z] 4e4be7b47b0d: Waiting [2021-05-10T17:47:09.553Z] 0eba1c9be4d2: Waiting [2021-05-10T17:47:09.553Z] 85a0685a4137: Waiting [2021-05-10T17:47:09.553Z] de9db76c5a1d: Download complete [2021-05-10T17:47:09.553Z] 0ef7d3d256c8: Download complete [2021-05-10T17:47:09.553Z] 0d57e429df01: Verifying Checksum [2021-05-10T17:47:09.553Z] 0d57e429df01: Download complete [2021-05-10T17:47:09.553Z] 4e4be7b47b0d: Download complete [2021-05-10T17:47:09.553Z] 188c0c94c7c5: Verifying Checksum [2021-05-10T17:47:09.553Z] 188c0c94c7c5: Download complete [2021-05-10T17:47:10.143Z] 188c0c94c7c5: Pull complete [2021-05-10T17:47:10.406Z] 0ef7d3d256c8: Pull complete [2021-05-10T17:47:10.406Z] de9db76c5a1d: Pull complete [2021-05-10T17:47:11.357Z] e1f770b5df2f: Verifying Checksum [2021-05-10T17:47:11.357Z] e1f770b5df2f: Download complete [2021-05-10T17:47:23.618Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T17:47:23.618Z] 0eba1c9be4d2: Download complete [2021-05-10T17:47:26.211Z] 85a0685a4137: Verifying Checksum [2021-05-10T17:47:26.211Z] 85a0685a4137: Download complete [2021-05-10T17:47:29.551Z] 0eba1c9be4d2: Pull complete [2021-05-10T17:47:29.551Z] 0d57e429df01: Pull complete [2021-05-10T17:47:29.813Z] 4e4be7b47b0d: Pull complete [2021-05-10T17:47:31.742Z] e1f770b5df2f: Pull complete [2021-05-10T17:47:40.157Z] 85a0685a4137: Pull complete [2021-05-10T17:47:40.157Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T17:47:40.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T17:47:40.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T17:47:40.391Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:47:40.441Z] $ 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 [2021-05-10T17:47:41.630Z] $ docker top ece83a2dccdbdf02327138d30e737c019e181a213d1105aef4eb3ef7979287bf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T17:47:41.849Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T17:47:42.154Z] + set -o pipefail [2021-05-10T17:47:42.154Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T17:47:50.324Z] [2021-05-10T17:47:50.324Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-05-10T17:47:50.324Z] [2021-05-10T17:47:50.324Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/73aa5f63-4335-4bf1-b963-f54815f8a1f1 [2021-05-10T17:47:50.324Z] [2021-05-10T17:47:50.325Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T17:47:50.325Z] [2021-05-10T17:47:56.929Z] [Pipeline] } [2021-05-10T17:47:56.943Z] $ docker stop --time=1 ece83a2dccdbdf02327138d30e737c019e181a213d1105aef4eb3ef7979287bf [2021-05-10T17:47:58.959Z] $ docker rm -f ece83a2dccdbdf02327138d30e737c019e181a213d1105aef4eb3ef7979287bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T17:47:59.698Z] + git log --format=format:%s -1 3ee42f9129f299dadbd2187c7fcf7ec669406df9 [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:48:00.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:48:00.012Z] . [Pipeline] withDockerContainer [2021-05-10T17:48:00.121Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:48:00.168Z] $ 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 [2021-05-10T17:48:00.849Z] $ docker top 5157a9936f7c38c93ef54a0b53f0552174c9df35c03ccd67677c14216739250a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:48:01.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:48:01.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:48:01.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:48:01.239Z] $ docker exec 5157a9936f7c38c93ef54a0b53f0552174c9df35c03ccd67677c14216739250a ssh-agent [2021-05-10T17:48:01.450Z] SSH_AUTH_SOCK=/tmp/ssh-OehjG8FGlntW/agent.11 [2021-05-10T17:48:01.450Z] SSH_AGENT_PID=17 [2021-05-10T17:48:01.458Z] Running ssh-add (command line suppressed) [2021-05-10T17:48:01.609Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4162139207347856328.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4162139207347856328.key) [2021-05-10T17:48:01.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:48:02.021Z] + git semver tag [2021-05-10T17:48:02.021Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:48:02.021Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-05-10T17:48:02.021Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:48:02.021Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:48:02.021Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:48:02.021Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:48:02.021Z] # $SEMVER_BRANCH = master [2021-05-10T17:48:02.021Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-05-10T17:48:02.021Z] # 3ee42f9129f299dadbd2187c7fcf7ec669406df9 HEAD [2021-05-10T17:48:02.363Z] # -> Force: false [2021-05-10T17:48:02.363Z] # c272b5609aebaa7f0932a2c7a48fd9993096f380 refs/tags/v2.0.0-dev.21 [Pipeline] } [2021-05-10T17:48:02.385Z] $ docker exec --env ******** --env ******** 5157a9936f7c38c93ef54a0b53f0552174c9df35c03ccd67677c14216739250a ssh-agent -k [2021-05-10T17:48:02.516Z] unset SSH_AUTH_SOCK; [2021-05-10T17:48:02.517Z] unset SSH_AGENT_PID; [2021-05-10T17:48:02.517Z] echo Agent pid 17 killed; [2021-05-10T17:48:02.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:48:02.928Z] + git semver [Pipeline] } [2021-05-10T17:48:02.945Z] $ docker stop --time=1 5157a9936f7c38c93ef54a0b53f0552174c9df35c03ccd67677c14216739250a [2021-05-10T17:48:04.324Z] $ docker rm -f 5157a9936f7c38c93ef54a0b53f0552174c9df35c03ccd67677c14216739250a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:48:04.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T17:48:04.812Z] [2021-05-10T17:48:04.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:48:05.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T17:48:05.139Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T17:48:05.139Z] ab5ef0e58194: Pulling fs layer [2021-05-10T17:48:05.139Z] 9712f1f96733: Pulling fs layer [2021-05-10T17:48:05.139Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T17:48:05.139Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T17:48:05.139Z] e9a5061849ea: Pulling fs layer [2021-05-10T17:48:05.140Z] d747dcd14b5f: Pulling fs layer [2021-05-10T17:48:05.140Z] 2de7ff778b66: Pulling fs layer [2021-05-10T17:48:05.140Z] e9a5061849ea: Waiting [2021-05-10T17:48:05.140Z] 2de7ff778b66: Waiting [2021-05-10T17:48:05.140Z] d747dcd14b5f: Waiting [2021-05-10T17:48:05.140Z] 0d9ebad4ef96: Waiting [2021-05-10T17:48:05.140Z] 9712f1f96733: Verifying Checksum [2021-05-10T17:48:05.140Z] 9712f1f96733: Download complete [2021-05-10T17:48:10.450Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T17:48:10.451Z] 63f879dbbcfc: Download complete [2021-05-10T17:48:10.451Z] e9a5061849ea: Verifying Checksum [2021-05-10T17:48:10.451Z] e9a5061849ea: Download complete [2021-05-10T17:48:10.451Z] d747dcd14b5f: Verifying Checksum [2021-05-10T17:48:10.451Z] d747dcd14b5f: Download complete [2021-05-10T17:48:12.377Z] 2de7ff778b66: Verifying Checksum [2021-05-10T17:48:13.329Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T17:48:13.329Z] 0d9ebad4ef96: Download complete [2021-05-10T17:48:13.592Z] ab5ef0e58194: Verifying Checksum [2021-05-10T17:48:13.592Z] ab5ef0e58194: Download complete [2021-05-10T17:48:20.229Z] ab5ef0e58194: Pull complete [2021-05-10T17:48:20.229Z] 9712f1f96733: Pull complete [2021-05-10T17:48:22.155Z] 63f879dbbcfc: Pull complete [2021-05-10T17:48:28.792Z] 0d9ebad4ef96: Pull complete [2021-05-10T17:48:32.112Z] e9a5061849ea: Pull complete [2021-05-10T17:48:32.112Z] d747dcd14b5f: Pull complete [2021-05-10T17:48:34.036Z] 2de7ff778b66: Pull complete [2021-05-10T17:48:34.036Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T17:48:34.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T17:48:34.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T17:48:34.239Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:48:34.294Z] $ 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 [2021-05-10T17:48:37.653Z] $ docker top a08d2ccb3754c8e82456f10b1ce02836f78219711f2d1da308be0293b47d286b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T17:48:37.819Z] provisioning config files... [2021-05-10T17:48:37.829Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7921529076922599611tmp [2021-05-10T17:48:37.847Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config257751664354678683tmp [2021-05-10T17:48:37.863Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6527686583111775458tmp [Pipeline] { [Pipeline] echo [2021-05-10T17:48:37.885Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:48:38.187Z] ---> sigul-configuration.sh [2021-05-10T17:48:38.187Z] gpg: directory `/root/.gnupg' created [2021-05-10T17:48:38.187Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T17:48:38.187Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T17:48:38.187Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T17:48:38.187Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T17:48:38.187Z] gpg: CAST5 encrypted data [2021-05-10T17:48:38.450Z] gpg: encrypted with 1 passphrase [2021-05-10T17:48:38.450Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T17:48:38.753Z] + mkdir /home/jenkins [2021-05-10T17:48:38.754Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T17:48:39.055Z] + 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 [2021-05-10T17:48:39.066Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:48:39.364Z] ---> sigul-install.sh [2021-05-10T17:48:47.528Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T17:48:47.832Z] + git tag --list [2021-05-10T17:48:47.832Z] v0.0.0 [2021-05-10T17:48:47.832Z] v0.0.1 [2021-05-10T17:48:47.832Z] v0.0.10 [2021-05-10T17:48:47.832Z] v0.0.11 [2021-05-10T17:48:47.832Z] v0.0.12 [2021-05-10T17:48:47.832Z] v0.0.13 [2021-05-10T17:48:47.832Z] v0.0.14 [2021-05-10T17:48:47.832Z] v0.0.15 [2021-05-10T17:48:47.832Z] v0.0.16 [2021-05-10T17:48:47.832Z] v0.0.17 [2021-05-10T17:48:47.832Z] v0.0.18 [2021-05-10T17:48:47.832Z] v0.0.19 [2021-05-10T17:48:47.832Z] v0.0.2 [2021-05-10T17:48:47.832Z] v0.0.20 [2021-05-10T17:48:47.832Z] v0.0.21 [2021-05-10T17:48:47.832Z] v0.0.22 [2021-05-10T17:48:47.832Z] v0.0.23 [2021-05-10T17:48:47.832Z] v0.0.24 [2021-05-10T17:48:47.832Z] v0.0.25 [2021-05-10T17:48:47.832Z] v0.0.26 [2021-05-10T17:48:47.832Z] v0.0.27 [2021-05-10T17:48:47.832Z] v0.0.28 [2021-05-10T17:48:47.832Z] v0.0.29 [2021-05-10T17:48:47.832Z] v0.0.3 [2021-05-10T17:48:47.832Z] v0.0.30 [2021-05-10T17:48:47.832Z] v0.0.31 [2021-05-10T17:48:47.832Z] v0.0.32 [2021-05-10T17:48:47.832Z] v0.0.33 [2021-05-10T17:48:47.832Z] v0.0.4 [2021-05-10T17:48:47.832Z] v0.0.5 [2021-05-10T17:48:47.832Z] v0.0.6 [2021-05-10T17:48:47.832Z] v0.0.7 [2021-05-10T17:48:47.832Z] v0.0.8 [2021-05-10T17:48:47.832Z] v0.0.9 [2021-05-10T17:48:47.832Z] v2.0.0-dev.1 [2021-05-10T17:48:47.832Z] v2.0.0-dev.10 [2021-05-10T17:48:47.832Z] v2.0.0-dev.11 [2021-05-10T17:48:47.832Z] v2.0.0-dev.12 [2021-05-10T17:48:47.832Z] v2.0.0-dev.13 [2021-05-10T17:48:47.832Z] v2.0.0-dev.14 [2021-05-10T17:48:47.832Z] v2.0.0-dev.15 [2021-05-10T17:48:47.832Z] v2.0.0-dev.16 [2021-05-10T17:48:47.832Z] v2.0.0-dev.17 [2021-05-10T17:48:47.832Z] v2.0.0-dev.18 [2021-05-10T17:48:47.832Z] v2.0.0-dev.19 [2021-05-10T17:48:47.832Z] v2.0.0-dev.2 [2021-05-10T17:48:47.832Z] v2.0.0-dev.20 [2021-05-10T17:48:47.832Z] v2.0.0-dev.21 [2021-05-10T17:48:47.832Z] v2.0.0-dev.3 [2021-05-10T17:48:47.832Z] v2.0.0-dev.4 [2021-05-10T17:48:47.832Z] v2.0.0-dev.5 [2021-05-10T17:48:47.832Z] v2.0.0-dev.6 [2021-05-10T17:48:47.832Z] v2.0.0-dev.7 [2021-05-10T17:48:47.832Z] v2.0.0-dev.8 [2021-05-10T17:48:47.832Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-10T17:48:48.132Z] + lftools sign git-tag v2.0.0-dev.21 [2021-05-10T17:48:49.528Z] Signing Git tag with Sigul... [2021-05-10T17:48:49.528Z] Signing v2.0.0-dev.21 [Pipeline] echo [2021-05-10T17:48:50.487Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:48:50.790Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T17:48:50.801Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T17:48:50.833Z] $ docker stop --time=1 a08d2ccb3754c8e82456f10b1ce02836f78219711f2d1da308be0293b47d286b [2021-05-10T17:48:53.081Z] $ docker rm -f a08d2ccb3754c8e82456f10b1ce02836f78219711f2d1da308be0293b47d286b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:48:53.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:48:53.806Z] . [Pipeline] withDockerContainer [2021-05-10T17:48:54.009Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:48:54.154Z] $ 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 [2021-05-10T17:48:55.030Z] $ docker top 2d0407c2aa70c3a27b8c38f3ba3e25f36168dd79c2ef46ec937a1d3d9ab1f5e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:48:55.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:48:55.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:48:55.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:48:55.474Z] $ docker exec 2d0407c2aa70c3a27b8c38f3ba3e25f36168dd79c2ef46ec937a1d3d9ab1f5e1 ssh-agent [2021-05-10T17:48:55.667Z] SSH_AUTH_SOCK=/tmp/ssh-6H316EWZmhC2/agent.11 [2021-05-10T17:48:55.667Z] SSH_AGENT_PID=16 [2021-05-10T17:48:55.675Z] Running ssh-add (command line suppressed) [2021-05-10T17:48:55.810Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7156112331978875644.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7156112331978875644.key) [2021-05-10T17:48:55.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:48:56.178Z] + git semver bump pre [2021-05-10T17:48:56.178Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:48:56.178Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-05-10T17:48:56.178Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:48:56.178Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:48:56.178Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:48:56.178Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:48:56.178Z] # $SEMVER_BRANCH = master [2021-05-10T17:48:56.178Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-05-10T17:48:56.178Z] 2.0.0-dev.22 [Pipeline] } [2021-05-10T17:48:56.189Z] $ docker exec --env ******** --env ******** 2d0407c2aa70c3a27b8c38f3ba3e25f36168dd79c2ef46ec937a1d3d9ab1f5e1 ssh-agent -k [2021-05-10T17:48:56.320Z] unset SSH_AUTH_SOCK; [2021-05-10T17:48:56.320Z] unset SSH_AGENT_PID; [2021-05-10T17:48:56.320Z] echo Agent pid 16 killed; [2021-05-10T17:48:56.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:48:56.716Z] + git semver [Pipeline] } [2021-05-10T17:48:56.735Z] $ docker stop --time=1 2d0407c2aa70c3a27b8c38f3ba3e25f36168dd79c2ef46ec937a1d3d9ab1f5e1 [2021-05-10T17:48:58.122Z] $ docker rm -f 2d0407c2aa70c3a27b8c38f3ba3e25f36168dd79c2ef46ec937a1d3d9ab1f5e1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:48:58.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:48:58.568Z] . [Pipeline] withDockerContainer [2021-05-10T17:48:58.675Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:48:58.724Z] $ 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 [2021-05-10T17:48:59.518Z] $ docker top d2681bbb6f75483d38558df913161e2f257a216e705a529a2dbba13e530fce4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:48:59.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:48:59.750Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:48:59.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:48:59.990Z] $ docker exec d2681bbb6f75483d38558df913161e2f257a216e705a529a2dbba13e530fce4f ssh-agent [2021-05-10T17:49:00.188Z] SSH_AUTH_SOCK=/tmp/ssh-pfi3crkspjaW/agent.12 [2021-05-10T17:49:00.188Z] SSH_AGENT_PID=18 [2021-05-10T17:49:00.196Z] Running ssh-add (command line suppressed) [2021-05-10T17:49:00.333Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5164044509415409655.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5164044509415409655.key) [2021-05-10T17:49:00.395Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:49:00.720Z] + git semver push [2021-05-10T17:49:00.720Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:49:00.720Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-05-10T17:49:00.720Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:49:00.720Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:49:00.720Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:49:00.720Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:49:00.720Z] # $SEMVER_BRANCH = master [2021-05-10T17:49:00.720Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-05-10T17:49:06.068Z] $ docker exec --env ******** --env ******** d2681bbb6f75483d38558df913161e2f257a216e705a529a2dbba13e530fce4f ssh-agent -k [2021-05-10T17:49:06.256Z] unset SSH_AUTH_SOCK; [2021-05-10T17:49:06.258Z] unset SSH_AGENT_PID; [2021-05-10T17:49:06.258Z] echo Agent pid 18 killed; [2021-05-10T17:49:06.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:49:06.670Z] + git semver [Pipeline] } [2021-05-10T17:49:06.689Z] $ docker stop --time=1 d2681bbb6f75483d38558df913161e2f257a216e705a529a2dbba13e530fce4f [2021-05-10T17:49:08.093Z] $ docker rm -f d2681bbb6f75483d38558df913161e2f257a216e705a529a2dbba13e530fce4f [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 [2021-05-10T17:49:10.007Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:10.576Z] ---> package-listing.sh [2021-05-10T17:49:10.576Z] ++ facter osfamily [2021-05-10T17:49:10.576Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T17:49:10.576Z] + OS_FAMILY=redhat [2021-05-10T17:49:10.576Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:49:10.576Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T17:49:10.576Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T17:49:10.576Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T17:49:10.576Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T17:49:10.576Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-05-10T17:49:10.576Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T17:49:10.576Z] + case "${OS_FAMILY}" in [2021-05-10T17:49:10.576Z] + rpm -qa [2021-05-10T17:49:10.576Z] + sort [2021-05-10T17:49:15.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T17:49:15.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T17:49:15.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T17:49:15.889Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-05-10T17:49:15.889Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-05-10T17:49:15.889Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-05-10T17:49:15.908Z] 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 [2021-05-10T17:49:16.200Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:49:16.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:49:16.520Z] [2021-05-10T17:49:16.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:49:16.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:49:16.854Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T17:49:16.854Z] df20fa9351a1: Pulling fs layer [2021-05-10T17:49:16.854Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T17:49:16.854Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T17:49:16.854Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T17:49:16.854Z] 93b61091891f: Pulling fs layer [2021-05-10T17:49:16.854Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T17:49:16.854Z] 5e14af77c1be: Pulling fs layer [2021-05-10T17:49:16.854Z] 01666e4c0597: Pulling fs layer [2021-05-10T17:49:16.854Z] aa168da1d23b: Pulling fs layer [2021-05-10T17:49:16.854Z] 93b61091891f: Waiting [2021-05-10T17:49:16.854Z] 93b9cdb0e59b: Waiting [2021-05-10T17:49:16.854Z] 5e14af77c1be: Waiting [2021-05-10T17:49:16.854Z] 01666e4c0597: Waiting [2021-05-10T17:49:16.854Z] aa168da1d23b: Waiting [2021-05-10T17:49:16.854Z] 46f8f816bc3b: Waiting [2021-05-10T17:49:16.854Z] 36b3adc4ff6f: Download complete [2021-05-10T17:49:16.854Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T17:49:16.854Z] 46f8f816bc3b: Download complete [2021-05-10T17:49:16.854Z] df20fa9351a1: Verifying Checksum [2021-05-10T17:49:16.854Z] df20fa9351a1: Download complete [2021-05-10T17:49:16.854Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T17:49:16.854Z] 93b9cdb0e59b: Download complete [2021-05-10T17:49:16.854Z] 5e14af77c1be: Verifying Checksum [2021-05-10T17:49:16.854Z] 5e14af77c1be: Download complete [2021-05-10T17:49:17.120Z] 01666e4c0597: Download complete [2021-05-10T17:49:17.120Z] 93b61091891f: Verifying Checksum [2021-05-10T17:49:17.120Z] 93b61091891f: Download complete [2021-05-10T17:49:17.392Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T17:49:17.392Z] 8ad3a11d3b57: Download complete [2021-05-10T17:49:17.392Z] df20fa9351a1: Pull complete [2021-05-10T17:49:17.655Z] 36b3adc4ff6f: Pull complete [2021-05-10T17:49:18.618Z] 8ad3a11d3b57: Pull complete [2021-05-10T17:49:18.618Z] 46f8f816bc3b: Pull complete [2021-05-10T17:49:20.022Z] 93b61091891f: Pull complete [2021-05-10T17:49:20.285Z] 93b9cdb0e59b: Pull complete [2021-05-10T17:49:20.554Z] 5e14af77c1be: Pull complete [2021-05-10T17:49:20.822Z] aa168da1d23b: Verifying Checksum [2021-05-10T17:49:20.822Z] aa168da1d23b: Download complete [2021-05-10T17:49:20.822Z] 01666e4c0597: Pull complete [2021-05-10T17:49:29.025Z] aa168da1d23b: Pull complete [2021-05-10T17:49:29.025Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T17:49:29.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:49:29.025Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T17:49:29.202Z] prd-centos7-docker-4c-2g-4130 does not seem to be running inside a container [2021-05-10T17:49:29.252Z] $ 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 [2021-05-10T17:49:32.163Z] $ docker top 0a74b72a40ba45427b2d0e29f87127777645ec314390b092d72176f16d76d1b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:49:32.595Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T17:49:32.900Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T17:49:33.200Z] + ls /var/log/sa-host [2021-05-10T17:49:33.200Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T17:49:33.200Z] file_magic: OK [2021-05-10T17:49:33.200Z] HZ: Using current value: 100 [2021-05-10T17:49:33.200Z] file_header: OK [2021-05-10T17:49:33.200Z] 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 [2021-05-10T17:49:33.200Z] Statistics: [2021-05-10T17:49:33.200Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T17:49:33.200Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T17:49:33.200Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T17:49:33.200Z] file_magic: OK [2021-05-10T17:49:33.200Z] HZ: Using current value: 100 [2021-05-10T17:49:33.200Z] file_header: OK [2021-05-10T17:49:33.200Z] 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 [2021-05-10T17:49:33.200Z] Statistics: [2021-05-10T17:49:33.200Z] Hnuu...uuuununununu... [2021-05-10T17:49:33.200Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T17:49:33.779Z] provisioning config files... [2021-05-10T17:49:33.797Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config962936606981119002tmp [Pipeline] { [Pipeline] echo [2021-05-10T17:49:33.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:34.124Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T17:49:34.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T17:49:34.161Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:34.466Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T17:49:34.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:34.776Z] ---> sudo-logs.sh [2021-05-10T17:49:34.776Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T17:49:34.811Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:35.125Z] ---> job-cost.sh [2021-05-10T17:49:35.125Z] lf-activate-venv: SKIPPING [2021-05-10T17:49:35.125Z] DEBUG: total: 0.20999999344348907 [2021-05-10T17:49:35.125Z] INFO: Retrieving Stack Cost... [2021-05-10T17:49:36.540Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T17:49:36.809Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T17:49:36.831Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:49:37.179Z] ---> logs-deploy.sh [2021-05-10T17:49:37.179Z] lf-activate-venv: SKIPPING [2021-05-10T17:49:37.179Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/45 [2021-05-10T17:49:37.179Z] INFO: archiving workspace using pattern(s): [2021-05-10T17:49:39.123Z] Archives upload complete. [2021-05-10T17:49:39.123Z] INFO: archiving logs to Nexus [2021-05-10T17:49:40.073Z] ---> uname -a: [2021-05-10T17:49:40.073Z] Linux prd-centos7-docker-4c-2g-4130.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] ---> lscpu: [2021-05-10T17:49:40.073Z] Architecture: x86_64 [2021-05-10T17:49:40.073Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T17:49:40.073Z] Byte Order: Little Endian [2021-05-10T17:49:40.073Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T17:49:40.073Z] CPU(s): 4 [2021-05-10T17:49:40.073Z] On-line CPU(s) list: 0-3 [2021-05-10T17:49:40.073Z] Thread(s) per core: 1 [2021-05-10T17:49:40.073Z] Core(s) per socket: 1 [2021-05-10T17:49:40.073Z] Socket(s): 4 [2021-05-10T17:49:40.073Z] NUMA node(s): 1 [2021-05-10T17:49:40.073Z] Vendor ID: GenuineIntel [2021-05-10T17:49:40.073Z] CPU family: 6 [2021-05-10T17:49:40.073Z] Model: 44 [2021-05-10T17:49:40.073Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T17:49:40.073Z] Stepping: 1 [2021-05-10T17:49:40.073Z] CPU MHz: 2933.442 [2021-05-10T17:49:40.073Z] BogoMIPS: 5866.88 [2021-05-10T17:49:40.073Z] Virtualization: VT-x [2021-05-10T17:49:40.073Z] Hypervisor vendor: KVM [2021-05-10T17:49:40.073Z] Virtualization type: full [2021-05-10T17:49:40.073Z] L1d cache: 128 KiB [2021-05-10T17:49:40.073Z] L1i cache: 128 KiB [2021-05-10T17:49:40.073Z] L2 cache: 16 MiB [2021-05-10T17:49:40.073Z] L3 cache: 64 MiB [2021-05-10T17:49:40.073Z] NUMA node0 CPU(s): 0-3 [2021-05-10T17:49:40.073Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T17:49:40.073Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T17:49:40.073Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T17:49:40.073Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T17:49:40.073Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T17:49:40.073Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T17:49:40.073Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T17:49:40.073Z] Vulnerability Srbds: Not affected [2021-05-10T17:49:40.073Z] Vulnerability Tsx async abort: Not affected [2021-05-10T17:49:40.073Z] 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 [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] ---> nproc: [2021-05-10T17:49:40.073Z] 4 [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] ---> df -h: [2021-05-10T17:49:40.073Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T17:49:40.073Z] overlay 50.0G 8.5G 41.4G 17% / [2021-05-10T17:49:40.073Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T17:49:40.073Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T17:49:40.073Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master [2021-05-10T17:49:40.073Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z] ---> free -m: [2021-05-10T17:49:40.073Z] total used free shared buff/cache available [2021-05-10T17:49:40.073Z] Mem: 1837 827 144 0 865 946 [2021-05-10T17:49:40.073Z] Swap: 1023 2 1021 [2021-05-10T17:49:40.073Z] [2021-05-10T17:49:40.073Z]