Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2df9c605b9ec416828c6f492962e965a0bf466b4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32963 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 2df9c605b9ec416828c6f492962e965a0bf466b4 (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 2df9c605b9ec416828c6f492962e965a0bf466b4 # timeout=10 Commit message: "Merge pull request #99 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" > git rev-list --no-walk 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T14:43:27.629Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T14:43:27.911Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T14:43:28.027Z] ========================================================= [2021-04-06T14:43:28.027Z] EdgeX Global Pipelines Version Info [2021-04-06T14:43:28.027Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:43:29.990Z] ------------------- [2021-04-06T14:43:29.990Z] stable info: [2021-04-06T14:43:29.990Z] ------------------- [2021-04-06T14:43:29.990Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T14:43:29.990Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T14:43:29.990Z] Message: update stable to v1.0.186 [2021-04-06T14:43:30.564Z] ------------------- [2021-04-06T14:43:30.565Z] experimental info: [2021-04-06T14:43:30.565Z] ------------------- [2021-04-06T14:43:30.565Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T14:43:30.565Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T14:43:30.565Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T14:43:30.870Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-04-06T14:43:30.971Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-04-06T14:43:31.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T14:43:31.191Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T14:43:31.309Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T14:43:31.412Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T14:43:31.543Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T14:43:31.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T14:43:31.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T14:43:31.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T14:43:31.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T14:43:32.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-04-06T14:43:32.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T14:43:32.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T14:43:32.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:43:32.504Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:43:32.606Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:43:32.701Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:43:32.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T14:43:32.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T14:43:32.983Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T14:43:33.148Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T14:43:33.283Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T14:43:33.398Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T14:43:33.492Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-06T14:43:33.619Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T14:43:33.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T14:43:33.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T14:43:33.900Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T14:43:33.988Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2df9c605b9ec416828c6f492962e965a0bf466b4 [Pipeline] echo [2021-04-06T14:43:34.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2df9c60 [Pipeline] echo [2021-04-06T14:43:34.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:43:34.915Z] + git log --format=format:%s -1 2df9c605b9ec416828c6f492962e965a0bf466b4 [Pipeline] echo [2021-04-06T14:43:34.977Z] GIT_COMMIT: 2df9c605b9ec416828c6f492962e965a0bf466b4, Commit Message: Merge pull request #99 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64 [Pipeline] echo [2021-04-06T14:43:35.024Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:43:35.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:43:36.250Z] [2021-04-06T14:43:36.250Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:43:36.603Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:43:36.603Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T14:43:36.603Z] 31603596830f: Pulling fs layer [2021-04-06T14:43:36.603Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T14:43:36.603Z] 6ca5941a6612: Pulling fs layer [2021-04-06T14:43:36.603Z] ecc8261a40a4: Pulling fs layer [2021-04-06T14:43:36.603Z] ecc8261a40a4: Waiting [2021-04-06T14:43:36.869Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T14:43:36.869Z] 2a8b12db71e7: Download complete [2021-04-06T14:43:36.869Z] 31603596830f: Verifying Checksum [2021-04-06T14:43:36.869Z] 31603596830f: Download complete [2021-04-06T14:43:37.138Z] 6ca5941a6612: Download complete [2021-04-06T14:43:37.138Z] ecc8261a40a4: Verifying Checksum [2021-04-06T14:43:37.138Z] ecc8261a40a4: Download complete [2021-04-06T14:43:37.402Z] 31603596830f: Pull complete [2021-04-06T14:43:37.668Z] 2a8b12db71e7: Pull complete [2021-04-06T14:43:38.619Z] 6ca5941a6612: Pull complete [2021-04-06T14:43:38.619Z] ecc8261a40a4: Pull complete [2021-04-06T14:43:38.619Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T14:43:38.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:43:38.619Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T14:43:38.730Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:43:38.779Z] $ 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-04-06T14:43:40.985Z] $ docker top f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T14:43:41.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:43:41.384Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:43:41.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:43:41.638Z] $ docker exec f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b ssh-agent [2021-04-06T14:43:41.814Z] SSH_AUTH_SOCK=/tmp/ssh-EwZUNX6ose5R/agent.13 [2021-04-06T14:43:41.814Z] SSH_AGENT_PID=18 [2021-04-06T14:43:41.828Z] Running ssh-add (command line suppressed) [2021-04-06T14:43:41.953Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2704472888338479119.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2704472888338479119.key) [2021-04-06T14:43:42.016Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:43:42.366Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T14:43:42.387Z] $ docker exec --env ******** --env ******** f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b ssh-agent -k [2021-04-06T14:43:42.530Z] unset SSH_AUTH_SOCK; [2021-04-06T14:43:42.530Z] unset SSH_AGENT_PID; [2021-04-06T14:43:42.530Z] echo Agent pid 18 killed; [2021-04-06T14:43:42.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T14:43:42.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:43:42.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:43:42.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:43:42.946Z] $ docker exec f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b ssh-agent [2021-04-06T14:43:43.132Z] SSH_AUTH_SOCK=/tmp/ssh-XGv70LS7Odcp/agent.47 [2021-04-06T14:43:43.132Z] SSH_AGENT_PID=53 [2021-04-06T14:43:43.139Z] Running ssh-add (command line suppressed) [2021-04-06T14:43:43.267Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2844722920148732242.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2844722920148732242.key) [2021-04-06T14:43:43.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:43:43.684Z] + git semver init [2021-04-06T14:43:43.684Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T14:43:43.684Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-06T14:43:43.684Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-06T14:43:43.684Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T14:43:43.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T14:43:43.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T14:43:43.684Z] # $SEMVER_BRANCH = master [2021-04-06T14:43:43.684Z] # $SEMVER_TEMP = /tmp/semver-295873778 [2021-04-06T14:43:43.684Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-04-06T14:43:44.259Z] # '/tmp/semver-295873778' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-04-06T14:43:44.259Z] # -> Force: false [2021-04-06T14:43:44.259Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-06T14:43:44.268Z] $ docker exec --env ******** --env ******** f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b ssh-agent -k [2021-04-06T14:43:44.388Z] unset SSH_AUTH_SOCK; [2021-04-06T14:43:44.389Z] unset SSH_AGENT_PID; [2021-04-06T14:43:44.389Z] echo Agent pid 53 killed; [2021-04-06T14:43:44.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T14:43:44.930Z] + git semver [Pipeline] } [2021-04-06T14:43:44.945Z] $ docker stop --time=1 f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b [2021-04-06T14:43:46.475Z] $ docker rm -f f056d98f27473226fe291490c53939de28ec978e355fc7018b91a6bce090239b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T14:43:47.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T14:43:47.503Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T14:43:47.506Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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-04-06T14:44:03.147Z] Still waiting to schedule task [2021-04-06T14:44:03.148Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T14:44:03.149Z] Still waiting to schedule task [2021-04-06T14:44:03.149Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T14:45:46.700Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32964 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-06T14:45:46.766Z] Running in /w/workspace/go-mod-secrets/37 [Pipeline] { [Pipeline] checkout [2021-04-06T14:45:51.692Z] using credential edgex-jenkins-ssh [2021-04-06T14:45:51.751Z] Cloning the remote Git repository [2021-04-06T14:45:51.808Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:45:51.921Z] > git init /w/workspace/go-mod-secrets/37 # timeout=10 [2021-04-06T14:45:51.999Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:45:52.001Z] > git --version # timeout=10 [2021-04-06T14:45:52.021Z] > git --version # 'git version 2.17.1' [2021-04-06T14:45:52.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:45:52.071Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:45:52.877Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:45:52.900Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:45:52.942Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:45:52.981Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:45:52.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:45:52.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T14:45:53.492Z] Checking out Revision 2df9c605b9ec416828c6f492962e965a0bf466b4 (master) [2021-04-06T14:45:53.510Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:45:53.531Z] > git checkout -f 2df9c605b9ec416828c6f492962e965a0bf466b4 # timeout=10 [2021-04-06T14:45:57.911Z] Commit message: "Merge pull request #99 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:45:59.567Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:45:59.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:46:00.333Z] + + sudo servicetrue [2021-04-06T14:46:00.333Z] docker restart [Pipeline] unstash [Pipeline] echo [2021-04-06T14:46:02.679Z] ========================================================= [2021-04-06T14:46:02.680Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T14:46:02.680Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:46:03.062Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-06T14:46:04.046Z] Sending build context to Docker daemon 615.4kB [2021-04-06T14:46:04.046Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-06T14:46:04.046Z] Step 2/7 : FROM ${BASE} [2021-04-06T14:46:04.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T14:46:04.325Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T14:46:04.325Z] a4357932f1b6: Pulling fs layer [2021-04-06T14:46:04.325Z] 18c013af1878: Pulling fs layer [2021-04-06T14:46:04.325Z] 00ac8860ef70: Pulling fs layer [2021-04-06T14:46:04.325Z] 63d7cb157983: Pulling fs layer [2021-04-06T14:46:04.325Z] b116817d02f9: Pulling fs layer [2021-04-06T14:46:04.326Z] 745a02a5169b: Pulling fs layer [2021-04-06T14:46:04.326Z] 00ac8860ef70: Waiting [2021-04-06T14:46:04.326Z] 63d7cb157983: Waiting [2021-04-06T14:46:04.326Z] b116817d02f9: Waiting [2021-04-06T14:46:04.326Z] 745a02a5169b: Waiting [2021-04-06T14:46:04.326Z] 18c013af1878: Download complete [2021-04-06T14:46:04.326Z] a4357932f1b6: Verifying Checksum [2021-04-06T14:46:04.326Z] a4357932f1b6: Download complete [2021-04-06T14:46:04.326Z] 63d7cb157983: Verifying Checksum [2021-04-06T14:46:04.326Z] 63d7cb157983: Download complete [2021-04-06T14:46:04.326Z] b116817d02f9: Download complete [2021-04-06T14:46:04.326Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T14:46:04.326Z] 5f621e34cdf4: Download complete [2021-04-06T14:46:05.315Z] 5f621e34cdf4: Pull complete [2021-04-06T14:46:05.598Z] a4357932f1b6: Pull complete [2021-04-06T14:46:06.202Z] 18c013af1878: Pull complete [2021-04-06T14:46:07.190Z] 745a02a5169b: Download complete [2021-04-06T14:46:08.171Z] 00ac8860ef70: Verifying Checksum [2021-04-06T14:46:08.171Z] 00ac8860ef70: Download complete [2021-04-06T14:46:18.360Z] 00ac8860ef70: Pull complete [2021-04-06T14:46:18.361Z] 63d7cb157983: Pull complete [2021-04-06T14:46:18.953Z] b116817d02f9: Pull complete [2021-04-06T14:46:22.358Z] 745a02a5169b: Pull complete [2021-04-06T14:46:22.632Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T14:46:22.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T14:46:22.632Z] ---> b7e6874047d6 [2021-04-06T14:46:22.632Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-06T14:46:25.238Z] ---> Running in 7bba263f3d55 [2021-04-06T14:46:25.841Z] Removing intermediate container 7bba263f3d55 [2021-04-06T14:46:25.841Z] ---> 148f24d02f3c [2021-04-06T14:46:25.841Z] Step 4/7 : RUN apk add --update bash [2021-04-06T14:46:25.841Z] ---> Running in f355a6506a3e [2021-04-06T14:46:27.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T14:46:27.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T14:46:28.884Z] OK: 142 MiB in 39 packages [2021-04-06T14:46:29.359Z] Running on prd-centos7-docker-4c-2g-32965 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-06T14:46:29.421Z] Running in /w/workspace/go-mod-secrets/37 [Pipeline] { [Pipeline] checkout [2021-04-06T14:46:30.320Z] Removing intermediate container f355a6506a3e [2021-04-06T14:46:30.320Z] ---> e480de21af7b [2021-04-06T14:46:30.320Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-06T14:46:30.320Z] ---> Running in 79326984c97f [2021-04-06T14:46:30.591Z] Removing intermediate container 79326984c97f [2021-04-06T14:46:30.591Z] ---> 5a210bd5f825 [2021-04-06T14:46:30.591Z] Step 6/7 : COPY go.mod . [2021-04-06T14:46:31.186Z] ---> 8bc251205f2c [2021-04-06T14:46:31.186Z] Step 7/7 : RUN go mod download [2021-04-06T14:46:31.458Z] ---> Running in b62cbcd6efb0 [2021-04-06T14:46:31.881Z] using credential edgex-jenkins-ssh [2021-04-06T14:46:31.935Z] Cloning the remote Git repository [2021-04-06T14:46:31.964Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:46:32.033Z] > git init /w/workspace/go-mod-secrets/37 # timeout=10 [2021-04-06T14:46:32.089Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:46:32.090Z] > git --version # timeout=10 [2021-04-06T14:46:32.098Z] > git --version # 'git version 2.24.3' [2021-04-06T14:46:32.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:46:32.123Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:46:32.667Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:46:32.676Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:46:32.696Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:46:32.709Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:46:32.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:46:32.715Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T14:46:33.125Z] Checking out Revision 2df9c605b9ec416828c6f492962e965a0bf466b4 (master) [2021-04-06T14:46:33.136Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:46:33.141Z] > git checkout -f 2df9c605b9ec416828c6f492962e965a0bf466b4 # timeout=10 [2021-04-06T14:46:36.906Z] Commit message: "Merge pull request #99 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:46:38.071Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:46:38.403Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:46:38.703Z] + sudo service docker restart [2021-04-06T14:46:38.703Z] + true [2021-04-06T14:46:38.703Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-06T14:46:40.223Z] ========================================================= [2021-04-06T14:46:40.223Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T14:46:40.223Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:46:40.658Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-06T14:46:40.921Z] Sending build context to Docker daemon 616.4kB [2021-04-06T14:46:40.921Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-06T14:46:40.921Z] Step 2/7 : FROM ${BASE} [2021-04-06T14:46:41.185Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T14:46:41.185Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T14:46:41.185Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T14:46:41.185Z] de9db76c5a1d: Pulling fs layer [2021-04-06T14:46:41.185Z] bca2f99d35d6: Pulling fs layer [2021-04-06T14:46:41.185Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T14:46:41.185Z] 7c6f9722023f: Pulling fs layer [2021-04-06T14:46:41.185Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T14:46:41.185Z] 93359f2a8cfa: Waiting [2021-04-06T14:46:41.185Z] 7c6f9722023f: Waiting [2021-04-06T14:46:41.185Z] a35cf1a2eb13: Waiting [2021-04-06T14:46:41.185Z] bca2f99d35d6: Waiting [2021-04-06T14:46:41.185Z] de9db76c5a1d: Verifying Checksum [2021-04-06T14:46:41.185Z] de9db76c5a1d: Download complete [2021-04-06T14:46:41.185Z] 0ef7d3d256c8: Download complete [2021-04-06T14:46:41.185Z] 93359f2a8cfa: Download complete [2021-04-06T14:46:41.185Z] 7c6f9722023f: Verifying Checksum [2021-04-06T14:46:41.185Z] 7c6f9722023f: Download complete [2021-04-06T14:46:41.185Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T14:46:41.185Z] 188c0c94c7c5: Download complete [2021-04-06T14:46:41.453Z] 188c0c94c7c5: Pull complete [2021-04-06T14:46:41.717Z] 0ef7d3d256c8: Pull complete [2021-04-06T14:46:41.717Z] de9db76c5a1d: Pull complete [2021-04-06T14:46:43.121Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T14:46:43.121Z] a35cf1a2eb13: Download complete [2021-04-06T14:46:43.698Z] bca2f99d35d6: Verifying Checksum [2021-04-06T14:46:43.698Z] bca2f99d35d6: Download complete [2021-04-06T14:46:49.012Z] bca2f99d35d6: Pull complete [2021-04-06T14:46:49.012Z] 93359f2a8cfa: Pull complete [2021-04-06T14:46:49.012Z] 7c6f9722023f: Pull complete [2021-04-06T14:46:49.779Z] Removing intermediate container b62cbcd6efb0 [2021-04-06T14:46:49.779Z] ---> c6d30a31e9b9 [2021-04-06T14:46:49.779Z] Successfully built c6d30a31e9b9 [2021-04-06T14:46:49.779Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:46:50.127Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T14:46:50.127Z] . [Pipeline] withDockerContainer [2021-04-06T14:46:50.397Z] prd-ubuntu18.04-docker-arm64-4c-16g-32964 does not seem to be running inside a container [2021-04-06T14:46:50.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/37 -v /w/workspace/go-mod-secrets/37:/w/workspace/go-mod-secrets/37:rw,z -v /w/workspace/go-mod-secrets/37@tmp:/w/workspace/go-mod-secrets/37@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-04-06T14:46:51.956Z] $ docker top c82365430f240a4177caf32f62b4b3d7de70c0112a42ae77fda9f08812eb4773 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:46:53.028Z] + go version [2021-04-06T14:46:53.028Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T14:46:53.047Z] $ docker stop --time=1 c82365430f240a4177caf32f62b4b3d7de70c0112a42ae77fda9f08812eb4773 [2021-04-06T14:46:54.989Z] $ docker rm -f c82365430f240a4177caf32f62b4b3d7de70c0112a42ae77fda9f08812eb4773 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:46:56.028Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T14:46:56.028Z] . [Pipeline] withDockerContainer [2021-04-06T14:46:56.295Z] prd-ubuntu18.04-docker-arm64-4c-16g-32964 does not seem to be running inside a container [2021-04-06T14:46:56.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/37 -v /w/workspace/go-mod-secrets/37:/w/workspace/go-mod-secrets/37:rw,z -v /w/workspace/go-mod-secrets/37@tmp:/w/workspace/go-mod-secrets/37@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-04-06T14:46:57.196Z] a35cf1a2eb13: Pull complete [2021-04-06T14:46:57.196Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T14:46:57.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T14:46:57.196Z] ---> a62c8e92a672 [2021-04-06T14:46:57.196Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-06T14:46:57.196Z] ---> Running in 050ffe76a4f7 [2021-04-06T14:46:57.196Z] Removing intermediate container 050ffe76a4f7 [2021-04-06T14:46:57.196Z] ---> 050df63770f0 [2021-04-06T14:46:57.196Z] Step 4/7 : RUN apk add --update bash [2021-04-06T14:46:57.196Z] ---> Running in c7450f62084a [2021-04-06T14:46:57.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T14:46:57.752Z] $ docker top 9fc7ed77134dd8dea75437f689e72c3b802371fe13330c77f0a3e68142d6300c -eo pid,comm [Pipeline] { [2021-04-06T14:46:58.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-04-06T14:46:58.731Z] + make test [2021-04-06T14:46:58.731Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-06T14:46:58.990Z] OK: 166 MiB in 39 packages [2021-04-06T14:46:59.253Z] Removing intermediate container c7450f62084a [2021-04-06T14:46:59.253Z] ---> 934e7f4f0b6f [2021-04-06T14:46:59.253Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-06T14:46:59.523Z] ---> Running in 8489c9d7890a [2021-04-06T14:46:59.523Z] Removing intermediate container 8489c9d7890a [2021-04-06T14:46:59.523Z] ---> 0a17756ee46c [2021-04-06T14:46:59.523Z] Step 6/7 : COPY go.mod . [2021-04-06T14:46:59.789Z] ---> 517deace5204 [2021-04-06T14:46:59.789Z] Step 7/7 : RUN go mod download [2021-04-06T14:46:59.789Z] ---> Running in d11a73695967 [2021-04-06T14:47:14.794Z] Removing intermediate container d11a73695967 [2021-04-06T14:47:14.794Z] ---> 6796724aa73c [2021-04-06T14:47:14.794Z] Successfully built 6796724aa73c [2021-04-06T14:47:14.794Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:47:15.116Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T14:47:15.116Z] . [Pipeline] withDockerContainer [2021-04-06T14:47:15.230Z] prd-centos7-docker-4c-2g-32965 does not seem to be running inside a container [2021-04-06T14:47:15.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/37 -v /w/workspace/go-mod-secrets/37:/w/workspace/go-mod-secrets/37:rw,z -v /w/workspace/go-mod-secrets/37@tmp:/w/workspace/go-mod-secrets/37@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-04-06T14:47:16.005Z] $ docker top 653310ed77ab4168b037d8e9178606d86998e5037ce4a74a9848224f41cd08df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:47:16.509Z] + go version [2021-04-06T14:47:16.509Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T14:47:16.524Z] $ docker stop --time=1 653310ed77ab4168b037d8e9178606d86998e5037ce4a74a9848224f41cd08df [2021-04-06T14:47:17.855Z] $ docker rm -f 653310ed77ab4168b037d8e9178606d86998e5037ce4a74a9848224f41cd08df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:47:18.683Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T14:47:18.683Z] . [Pipeline] withDockerContainer [2021-04-06T14:47:18.950Z] prd-centos7-docker-4c-2g-32965 does not seem to be running inside a container [2021-04-06T14:47:19.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/37 -v /w/workspace/go-mod-secrets/37:/w/workspace/go-mod-secrets/37:rw,z -v /w/workspace/go-mod-secrets/37@tmp:/w/workspace/go-mod-secrets/37@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-04-06T14:47:19.667Z] $ docker top 420b221af8e62f85afecfadc072b6c76bd2a1055fc4f64d50a32dbcb9b198862 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:47:20.210Z] + make test [2021-04-06T14:47:20.210Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.399s coverage: 81.0% of statements [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.018s coverage: 57.1% of statements [2021-04-06T14:47:31.087Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.033s coverage: 96.7% of statements [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.024s coverage: 89.5% of statements [2021-04-06T14:47:31.087Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.014s coverage: 100.0% of statements [2021-04-06T14:47:31.087Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.023s coverage: 85.7% of statements [2021-04-06T14:47:31.087Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.015s coverage: 100.0% of statements [2021-04-06T14:47:31.087Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-06T14:47:31.087Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-06T14:47:34.594Z] gofmt -l . [2021-04-06T14:47:34.868Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-06T14:47:34.887Z] $ docker stop --time=1 9fc7ed77134dd8dea75437f689e72c3b802371fe13330c77f0a3e68142d6300c [2021-04-06T14:47:35.291Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.116s coverage: 81.0% of statements [2021-04-06T14:47:35.291Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.022s coverage: 57.1% of statements [2021-04-06T14:47:35.291Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-06T14:47:37.256Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.013s coverage: 96.7% of statements [2021-04-06T14:47:37.256Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.007s coverage: 89.5% of statements [2021-04-06T14:47:37.256Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-06T14:47:37.256Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.004s coverage: 100.0% of statements [2021-04-06T14:47:37.256Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-06T14:47:37.256Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.008s coverage: 85.7% of statements [2021-04-06T14:47:37.256Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.007s coverage: 100.0% of statements [2021-04-06T14:47:37.256Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-06T14:47:37.279Z] $ docker rm -f 9fc7ed77134dd8dea75437f689e72c3b802371fe13330c77f0a3e68142d6300c [2021-04-06T14:47:37.523Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T14:47:38.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T14:47:38.493Z] gofmt -l . [2021-04-06T14:47:38.493Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-06T14:47:38.772Z] $ docker stop --time=1 420b221af8e62f85afecfadc072b6c76bd2a1055fc4f64d50a32dbcb9b198862 [2021-04-06T14:47:38.929Z] Stashed 1 file(s) [2021-04-06T14:47:40.966Z] $ docker rm -f 420b221af8e62f85afecfadc072b6c76bd2a1055fc4f64d50a32dbcb9b198862 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-06T14:47:41.468Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T14:47:41.484Z] Warning: overwriting stash ‘coverage-report’ Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-04-06T14:47:41.799Z] Stashed 1 file(s) [Pipeline] // stage Post stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] libraryResource [Pipeline] sh [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] } [2021-04-06T14:47:42.695Z] ---> job-cost.sh [2021-04-06T14:47:42.695Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QU75 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:47:43.313Z] ---> job-cost.sh [2021-04-06T14:47:43.313Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-43IT [2021-04-06T14:47:58.338Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T14:48:21.770Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T14:48:30.557Z] lf-activate-venv(): INFO: Adding /tmp/venv-43IT/bin to PATH [2021-04-06T14:48:30.557Z] INFO: No Stack... [2021-04-06T14:48:30.557Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T14:48:30.557Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T14:48:30.878Z] + cut -d, -f6 [2021-04-06T14:48:30.878Z] + cat /w/workspace/go-mod-secrets/37/archives/cost.csv [Pipeline] lock [2021-04-06T14:48:30.959Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] [2021-04-06T14:48:30.968Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] did not exist. Created. [2021-04-06T14:48:30.968Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T14:48:31.397Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T14:48:31.520Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T14:48:31.535Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T14:49:43.678Z] lf-activate-venv(): INFO: Adding /tmp/venv-QU75/bin to PATH [2021-04-06T14:49:43.678Z] INFO: No Stack... [2021-04-06T14:49:43.950Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T14:49:44.221Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T14:49:44.569Z] + cat /w/workspace/go-mod-secrets/37/archives/cost.csv [2021-04-06T14:49:44.569Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T14:49:44.684Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] [2021-04-06T14:49:44.693Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] did not exist. Created. [2021-04-06T14:49:44.694Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T14:49:45.152Z] /w/workspace/go-mod-secrets/37@tmp/durable-094dae93/script.sh: 1: /w/workspace/go-mod-secrets/37@tmp/durable-094dae93/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T14:49:45.497Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T14:49:45.570Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T14:49:45.722Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T14:49:45.742Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-37-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-04-06T14:49:47.202Z] provisioning config files... [2021-04-06T14:49:47.220Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1835011338262402791tmp [Pipeline] { [Pipeline] sh [2021-04-06T14:49:47.634Z] + set +x [2021-04-06T14:49:47.634Z] + curl -s https://codecov.io/bash [2021-04-06T14:49:47.634Z] + bash -s -- [2021-04-06T14:49:47.913Z] [2021-04-06T14:49:47.913Z] _____ _ [2021-04-06T14:49:47.913Z] / ____| | | [2021-04-06T14:49:47.913Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T14:49:47.913Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T14:49:47.913Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T14:49:47.913Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T14:49:47.913Z] Bash-20210309-2b87ace [2021-04-06T14:49:47.913Z] [2021-04-06T14:49:47.913Z] [2021-04-06T14:49:47.913Z] ==> git version 2.24.3 found [2021-04-06T14:49:47.913Z] ==> 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-04-06T14:49:47.913Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T14:49:47.913Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T14:49:47.913Z] ==> Jenkins CI detected. [2021-04-06T14:49:47.913Z] project root: . [2021-04-06T14:49:47.913Z] --> token set from env [2021-04-06T14:49:47.913Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T14:49:47.913Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T14:49:47.913Z] ==> Python coveragepy not found [2021-04-06T14:49:47.913Z] ==> Searching for coverage reports in: [2021-04-06T14:49:47.913Z] + . [2021-04-06T14:49:47.913Z] -> Found 1 reports [2021-04-06T14:49:47.913Z] ==> Detecting git/mercurial file structure [2021-04-06T14:49:47.913Z] ==> Reading reports [2021-04-06T14:49:47.913Z] + ./coverage.out bytes=29270 [2021-04-06T14:49:47.913Z] ==> Appending adjustments [2021-04-06T14:49:47.913Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T14:49:48.187Z] + Found adjustments [2021-04-06T14:49:48.187Z] ==> Gzipping contents [2021-04-06T14:49:48.187Z] 8.0K /tmp/codecov.P9VtjB.gz [2021-04-06T14:49:48.187Z] ==> Uploading reports [2021-04-06T14:49:48.187Z] url: https://codecov.io [2021-04-06T14:49:48.187Z] query: branch=master&commit=2df9c605b9ec416828c6f492962e965a0bf466b4&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T14:49:48.187Z] -> Pinging Codecov [2021-04-06T14:49:48.187Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=2df9c605b9ec416828c6f492962e965a0bf466b4&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T14:49:48.783Z] -> Uploading to [2021-04-06T14:49:48.783Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/D63849C06B6B67093493C71CE874ED06/2df9c605b9ec416828c6f492962e965a0bf466b4/b1b3cae0-9a7c-4eb6-8f9c-897c0acbbcff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T144948Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9aceb373f8c5d7cf632f0c7de4576452a9d502b806eeb19b2849e1c6c7eb9d4b [2021-04-06T14:49:48.783Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T14:49:48.783Z] Dload Upload Total Spent Left Speed [2021-04-06T14:49:49.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5994 0 0 100 5994 0 14317 --:--:-- --:--:-- --:--:-- 14339 [2021-04-06T14:49:49.373Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/2df9c605b9ec416828c6f492962e965a0bf466b4 [Pipeline] } [2021-04-06T14:49:49.384Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T14:49:50.404Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T14:49:50.460Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:49:50.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T14:49:50.817Z] [2021-04-06T14:49:50.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:49:51.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T14:49:51.171Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T14:49:51.171Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T14:49:51.171Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T14:49:51.171Z] de9db76c5a1d: Pulling fs layer [2021-04-06T14:49:51.171Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T14:49:51.171Z] 0d57e429df01: Pulling fs layer [2021-04-06T14:49:51.171Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T14:49:51.171Z] e1f770b5df2f: Pulling fs layer [2021-04-06T14:49:51.171Z] 85a0685a4137: Pulling fs layer [2021-04-06T14:49:51.171Z] 0eba1c9be4d2: Waiting [2021-04-06T14:49:51.171Z] 0d57e429df01: Waiting [2021-04-06T14:49:51.171Z] e1f770b5df2f: Waiting [2021-04-06T14:49:51.171Z] 4e4be7b47b0d: Waiting [2021-04-06T14:49:51.171Z] 85a0685a4137: Waiting [2021-04-06T14:49:51.171Z] de9db76c5a1d: Verifying Checksum [2021-04-06T14:49:51.171Z] de9db76c5a1d: Download complete [2021-04-06T14:49:51.171Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T14:49:51.171Z] 0ef7d3d256c8: Download complete [2021-04-06T14:49:51.171Z] 0d57e429df01: Verifying Checksum [2021-04-06T14:49:51.171Z] 0d57e429df01: Download complete [2021-04-06T14:49:51.171Z] 4e4be7b47b0d: Download complete [2021-04-06T14:49:51.171Z] 188c0c94c7c5: Download complete [2021-04-06T14:49:51.754Z] 188c0c94c7c5: Pull complete [2021-04-06T14:49:52.032Z] 0ef7d3d256c8: Pull complete [2021-04-06T14:49:52.032Z] de9db76c5a1d: Pull complete [2021-04-06T14:49:53.019Z] e1f770b5df2f: Verifying Checksum [2021-04-06T14:49:53.019Z] e1f770b5df2f: Download complete [2021-04-06T14:49:55.590Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T14:49:55.590Z] 0eba1c9be4d2: Download complete [2021-04-06T14:49:55.853Z] 85a0685a4137: Verifying Checksum [2021-04-06T14:49:55.853Z] 85a0685a4137: Download complete [2021-04-06T14:50:01.234Z] 0eba1c9be4d2: Pull complete [2021-04-06T14:50:01.234Z] 0d57e429df01: Pull complete [2021-04-06T14:50:01.234Z] 4e4be7b47b0d: Pull complete [2021-04-06T14:50:03.202Z] e1f770b5df2f: Pull complete [2021-04-06T14:50:11.503Z] 85a0685a4137: Pull complete [2021-04-06T14:50:11.503Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T14:50:11.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T14:50:11.503Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T14:50:11.836Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:50:11.960Z] $ 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-04-06T14:50:13.069Z] $ docker top 78360fc5c5e2cefb4a2328f3eb1ca4d56303ba8f8a3aa4a8c9d9cbb352abb0f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T14:50:13.280Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T14:50:13.595Z] + set -o pipefail [2021-04-06T14:50:13.595Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T14:50:16.981Z] [2021-04-06T14:50:16.981Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-04-06T14:50:16.981Z] [2021-04-06T14:50:16.981Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/81134349-d8e5-4bba-911d-8e1eb3fdf57f [2021-04-06T14:50:16.981Z] [2021-04-06T14:50:16.981Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T14:50:16.981Z] [2021-04-06T14:50:16.981Z] [2021-04-06T14:50:16.981Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T14:50:16.981Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T14:50:16.999Z] $ docker stop --time=1 78360fc5c5e2cefb4a2328f3eb1ca4d56303ba8f8a3aa4a8c9d9cbb352abb0f7 [2021-04-06T14:50:18.895Z] $ docker rm -f 78360fc5c5e2cefb4a2328f3eb1ca4d56303ba8f8a3aa4a8c9d9cbb352abb0f7 [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-04-06T14:50:20.480Z] + git log --format=format:%s -1 2df9c605b9ec416828c6f492962e965a0bf466b4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:50:20.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:50:20.800Z] . [Pipeline] withDockerContainer [2021-04-06T14:50:20.907Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:50:20.957Z] $ 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-04-06T14:50:22.004Z] $ docker top 2465e649f2f8dc56248de32842012f8d31f2db561bb739335c43fcb24d6d9d99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T14:50:22.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:50:22.393Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:50:22.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:50:22.679Z] $ docker exec 2465e649f2f8dc56248de32842012f8d31f2db561bb739335c43fcb24d6d9d99 ssh-agent [2021-04-06T14:50:22.870Z] SSH_AUTH_SOCK=/tmp/ssh-vSRT1o8Swj1r/agent.12 [2021-04-06T14:50:22.870Z] SSH_AGENT_PID=17 [2021-04-06T14:50:22.881Z] Running ssh-add (command line suppressed) [2021-04-06T14:50:23.015Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2848494437092242649.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2848494437092242649.key) [2021-04-06T14:50:23.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:50:23.459Z] + git semver tag [2021-04-06T14:50:23.459Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T14:50:23.459Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-06T14:50:23.459Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-06T14:50:23.459Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T14:50:23.459Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T14:50:23.459Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T14:50:23.459Z] # $SEMVER_BRANCH = master [2021-04-06T14:50:23.459Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-06T14:50:23.459Z] # 2df9c605b9ec416828c6f492962e965a0bf466b4 HEAD [2021-04-06T14:50:23.459Z] # -> Force: false [2021-04-06T14:50:23.459Z] # 12368e37b5a97ad9ee0ff5120bd654db4a4a1624 refs/tags/v2.0.0-dev.13 [Pipeline] } [2021-04-06T14:50:23.472Z] $ docker exec --env ******** --env ******** 2465e649f2f8dc56248de32842012f8d31f2db561bb739335c43fcb24d6d9d99 ssh-agent -k [2021-04-06T14:50:23.605Z] unset SSH_AUTH_SOCK; [2021-04-06T14:50:23.606Z] unset SSH_AGENT_PID; [2021-04-06T14:50:23.606Z] echo Agent pid 17 killed; [2021-04-06T14:50:23.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T14:50:24.130Z] + git semver [Pipeline] } [2021-04-06T14:50:24.145Z] $ docker stop --time=1 2465e649f2f8dc56248de32842012f8d31f2db561bb739335c43fcb24d6d9d99 [2021-04-06T14:50:25.546Z] $ docker rm -f 2465e649f2f8dc56248de32842012f8d31f2db561bb739335c43fcb24d6d9d99 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:50:26.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T14:50:26.265Z] [2021-04-06T14:50:26.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:50:26.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T14:50:26.617Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T14:50:26.617Z] ab5ef0e58194: Pulling fs layer [2021-04-06T14:50:26.617Z] 9712f1f96733: Pulling fs layer [2021-04-06T14:50:26.617Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T14:50:26.617Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T14:50:26.617Z] e9a5061849ea: Pulling fs layer [2021-04-06T14:50:26.617Z] d747dcd14b5f: Pulling fs layer [2021-04-06T14:50:26.617Z] 2de7ff778b66: Pulling fs layer [2021-04-06T14:50:26.617Z] e9a5061849ea: Waiting [2021-04-06T14:50:26.617Z] 2de7ff778b66: Waiting [2021-04-06T14:50:26.617Z] d747dcd14b5f: Waiting [2021-04-06T14:50:26.617Z] 0d9ebad4ef96: Waiting [2021-04-06T14:50:26.617Z] 9712f1f96733: Verifying Checksum [2021-04-06T14:50:26.617Z] 9712f1f96733: Download complete [2021-04-06T14:50:28.629Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T14:50:28.629Z] 63f879dbbcfc: Download complete [2021-04-06T14:50:28.895Z] e9a5061849ea: Verifying Checksum [2021-04-06T14:50:28.895Z] e9a5061849ea: Download complete [2021-04-06T14:50:28.895Z] d747dcd14b5f: Verifying Checksum [2021-04-06T14:50:28.895Z] d747dcd14b5f: Download complete [2021-04-06T14:50:29.161Z] 2de7ff778b66: Verifying Checksum [2021-04-06T14:50:29.161Z] 2de7ff778b66: Download complete [2021-04-06T14:50:29.425Z] ab5ef0e58194: Verifying Checksum [2021-04-06T14:50:29.425Z] ab5ef0e58194: Download complete [2021-04-06T14:50:29.425Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T14:50:29.425Z] 0d9ebad4ef96: Download complete [2021-04-06T14:50:33.666Z] ab5ef0e58194: Pull complete [2021-04-06T14:50:33.930Z] 9712f1f96733: Pull complete [2021-04-06T14:50:36.579Z] 63f879dbbcfc: Pull complete [2021-04-06T14:50:43.367Z] 0d9ebad4ef96: Pull complete [2021-04-06T14:50:44.336Z] e9a5061849ea: Pull complete [2021-04-06T14:50:44.606Z] d747dcd14b5f: Pull complete [2021-04-06T14:50:47.212Z] 2de7ff778b66: Pull complete [2021-04-06T14:50:47.212Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T14:50:47.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T14:50:47.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T14:50:47.549Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:50:47.700Z] $ 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-04-06T14:50:51.757Z] $ docker top e47ed34bb3c7d87f6c70eaa3af767b03874897e0af662efcdbb95c380f3f69fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T14:50:52.164Z] provisioning config files... [2021-04-06T14:50:52.183Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6762382458726017377tmp [2021-04-06T14:50:52.424Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6490880118106817491tmp [2021-04-06T14:50:52.494Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8195969593613339058tmp [Pipeline] { [Pipeline] echo [2021-04-06T14:50:52.575Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:50:53.031Z] ---> sigul-configuration.sh [2021-04-06T14:50:53.031Z] gpg: directory `/root/.gnupg' created [2021-04-06T14:50:53.031Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T14:50:53.031Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T14:50:53.031Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T14:50:53.031Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T14:50:53.031Z] gpg: CAST5 encrypted data [2021-04-06T14:50:53.332Z] gpg: encrypted with 1 passphrase [2021-04-06T14:50:53.332Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T14:50:53.688Z] + mkdir /home/jenkins [2021-04-06T14:50:53.688Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T14:50:54.050Z] + 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-04-06T14:50:54.064Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:50:54.381Z] ---> sigul-install.sh [2021-04-06T14:51:01.091Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T14:51:01.452Z] + git tag --list [2021-04-06T14:51:01.452Z] v0.0.0 [2021-04-06T14:51:01.452Z] v0.0.1 [2021-04-06T14:51:01.452Z] v0.0.10 [2021-04-06T14:51:01.452Z] v0.0.11 [2021-04-06T14:51:01.452Z] v0.0.12 [2021-04-06T14:51:01.452Z] v0.0.13 [2021-04-06T14:51:01.452Z] v0.0.14 [2021-04-06T14:51:01.452Z] v0.0.15 [2021-04-06T14:51:01.452Z] v0.0.16 [2021-04-06T14:51:01.452Z] v0.0.17 [2021-04-06T14:51:01.452Z] v0.0.18 [2021-04-06T14:51:01.452Z] v0.0.19 [2021-04-06T14:51:01.452Z] v0.0.2 [2021-04-06T14:51:01.452Z] v0.0.20 [2021-04-06T14:51:01.452Z] v0.0.21 [2021-04-06T14:51:01.452Z] v0.0.22 [2021-04-06T14:51:01.452Z] v0.0.23 [2021-04-06T14:51:01.452Z] v0.0.24 [2021-04-06T14:51:01.452Z] v0.0.25 [2021-04-06T14:51:01.452Z] v0.0.26 [2021-04-06T14:51:01.452Z] v0.0.27 [2021-04-06T14:51:01.452Z] v0.0.28 [2021-04-06T14:51:01.452Z] v0.0.29 [2021-04-06T14:51:01.452Z] v0.0.3 [2021-04-06T14:51:01.452Z] v0.0.30 [2021-04-06T14:51:01.452Z] v0.0.31 [2021-04-06T14:51:01.452Z] v0.0.32 [2021-04-06T14:51:01.452Z] v0.0.33 [2021-04-06T14:51:01.452Z] v0.0.4 [2021-04-06T14:51:01.452Z] v0.0.5 [2021-04-06T14:51:01.452Z] v0.0.6 [2021-04-06T14:51:01.452Z] v0.0.7 [2021-04-06T14:51:01.452Z] v0.0.8 [2021-04-06T14:51:01.452Z] v0.0.9 [2021-04-06T14:51:01.452Z] v2.0.0-dev.1 [2021-04-06T14:51:01.452Z] v2.0.0-dev.10 [2021-04-06T14:51:01.452Z] v2.0.0-dev.11 [2021-04-06T14:51:01.452Z] v2.0.0-dev.12 [2021-04-06T14:51:01.452Z] v2.0.0-dev.13 [2021-04-06T14:51:01.452Z] v2.0.0-dev.2 [2021-04-06T14:51:01.452Z] v2.0.0-dev.3 [2021-04-06T14:51:01.452Z] v2.0.0-dev.4 [2021-04-06T14:51:01.452Z] v2.0.0-dev.5 [2021-04-06T14:51:01.452Z] v2.0.0-dev.6 [2021-04-06T14:51:01.452Z] v2.0.0-dev.7 [2021-04-06T14:51:01.452Z] v2.0.0-dev.8 [2021-04-06T14:51:01.452Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T14:51:01.826Z] + lftools sign git-tag v2.0.0-dev.13 [2021-04-06T14:51:03.256Z] Signing Git tag with Sigul... [2021-04-06T14:51:03.256Z] Signing v2.0.0-dev.13 [Pipeline] echo [2021-04-06T14:51:04.240Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:04.541Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T14:51:04.552Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T14:51:04.669Z] $ docker stop --time=1 e47ed34bb3c7d87f6c70eaa3af767b03874897e0af662efcdbb95c380f3f69fa [2021-04-06T14:51:06.734Z] $ docker rm -f e47ed34bb3c7d87f6c70eaa3af767b03874897e0af662efcdbb95c380f3f69fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:51:07.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:51:07.743Z] . [Pipeline] withDockerContainer [2021-04-06T14:51:07.849Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:51:07.898Z] $ 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-04-06T14:51:08.683Z] $ docker top 6f77e43308d1dbca129e754f66591e1b1ef42cdd052e215c39b73044d5d7e6dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T14:51:09.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:51:09.031Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:51:09.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:51:09.294Z] $ docker exec 6f77e43308d1dbca129e754f66591e1b1ef42cdd052e215c39b73044d5d7e6dd ssh-agent [2021-04-06T14:51:09.514Z] SSH_AUTH_SOCK=/tmp/ssh-efBCiTnjbpPL/agent.13 [2021-04-06T14:51:09.514Z] SSH_AGENT_PID=19 [2021-04-06T14:51:09.521Z] Running ssh-add (command line suppressed) [2021-04-06T14:51:09.660Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_72206953147615130.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_72206953147615130.key) [2021-04-06T14:51:09.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:51:10.071Z] + git semver bump pre [2021-04-06T14:51:10.071Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T14:51:10.071Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-06T14:51:10.071Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-06T14:51:10.071Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T14:51:10.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T14:51:10.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T14:51:10.071Z] # $SEMVER_BRANCH = master [2021-04-06T14:51:10.071Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-06T14:51:10.071Z] 2.0.0-dev.14 [Pipeline] } [2021-04-06T14:51:10.081Z] $ docker exec --env ******** --env ******** 6f77e43308d1dbca129e754f66591e1b1ef42cdd052e215c39b73044d5d7e6dd ssh-agent -k [2021-04-06T14:51:10.214Z] unset SSH_AUTH_SOCK; [2021-04-06T14:51:10.214Z] unset SSH_AGENT_PID; [2021-04-06T14:51:10.214Z] echo Agent pid 19 killed; [2021-04-06T14:51:10.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T14:51:10.766Z] + git semver [Pipeline] } [2021-04-06T14:51:10.781Z] $ docker stop --time=1 6f77e43308d1dbca129e754f66591e1b1ef42cdd052e215c39b73044d5d7e6dd [2021-04-06T14:51:12.199Z] $ docker rm -f 6f77e43308d1dbca129e754f66591e1b1ef42cdd052e215c39b73044d5d7e6dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:51:13.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:51:13.120Z] . [Pipeline] withDockerContainer [2021-04-06T14:51:13.229Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:51:13.281Z] $ 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-04-06T14:51:14.256Z] $ docker top e787efdea68dbdd38768b16d27a483a7eeabee9062f2b901b2230abe9e9f48a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T14:51:14.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:51:14.598Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:51:14.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:51:14.863Z] $ docker exec e787efdea68dbdd38768b16d27a483a7eeabee9062f2b901b2230abe9e9f48a2 ssh-agent [2021-04-06T14:51:15.065Z] SSH_AUTH_SOCK=/tmp/ssh-WPGxHKjM8q0S/agent.12 [2021-04-06T14:51:15.065Z] SSH_AGENT_PID=18 [2021-04-06T14:51:15.074Z] Running ssh-add (command line suppressed) [2021-04-06T14:51:15.224Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7965174363465599046.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7965174363465599046.key) [2021-04-06T14:51:15.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:51:15.636Z] + git semver push [2021-04-06T14:51:15.636Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T14:51:15.636Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-06T14:51:15.636Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-06T14:51:15.636Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T14:51:15.636Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T14:51:15.636Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T14:51:15.636Z] # $SEMVER_BRANCH = master [2021-04-06T14:51:15.636Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-06T14:51:19.872Z] $ docker exec --env ******** --env ******** e787efdea68dbdd38768b16d27a483a7eeabee9062f2b901b2230abe9e9f48a2 ssh-agent -k [2021-04-06T14:51:20.009Z] unset SSH_AUTH_SOCK; [2021-04-06T14:51:20.011Z] unset SSH_AGENT_PID; [2021-04-06T14:51:20.011Z] echo Agent pid 18 killed; [2021-04-06T14:51:20.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T14:51:20.608Z] + git semver [Pipeline] } [2021-04-06T14:51:20.623Z] $ docker stop --time=1 e787efdea68dbdd38768b16d27a483a7eeabee9062f2b901b2230abe9e9f48a2 [2021-04-06T14:51:22.008Z] $ docker rm -f e787efdea68dbdd38768b16d27a483a7eeabee9062f2b901b2230abe9e9f48a2 [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-04-06T14:51:23.663Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:24.233Z] ---> package-listing.sh [2021-04-06T14:51:24.233Z] ++ facter osfamily [2021-04-06T14:51:24.233Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T14:51:24.233Z] + OS_FAMILY=redhat [2021-04-06T14:51:24.233Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-04-06T14:51:24.233Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T14:51:24.233Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T14:51:24.233Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T14:51:24.233Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T14:51:24.233Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-06T14:51:24.233Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T14:51:24.233Z] + case "${OS_FAMILY}" in [2021-04-06T14:51:24.233Z] + rpm -qa [2021-04-06T14:51:24.233Z] + sort [2021-04-06T14:51:29.577Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T14:51:29.577Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T14:51:29.577Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T14:51:29.577Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-06T14:51:29.577Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-04-06T14:51:29.577Z] + 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-04-06T14:51:29.596Z] 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-04-06T14:51:29.899Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:51:30.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:51:30.223Z] [2021-04-06T14:51:30.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:51:30.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:51:30.594Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T14:51:30.594Z] df20fa9351a1: Pulling fs layer [2021-04-06T14:51:30.594Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T14:51:30.594Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T14:51:30.594Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T14:51:30.594Z] 93b61091891f: Pulling fs layer [2021-04-06T14:51:30.594Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T14:51:30.594Z] 5e14af77c1be: Pulling fs layer [2021-04-06T14:51:30.594Z] 01666e4c0597: Pulling fs layer [2021-04-06T14:51:30.594Z] aa168da1d23b: Pulling fs layer [2021-04-06T14:51:30.594Z] 46f8f816bc3b: Waiting [2021-04-06T14:51:30.594Z] 93b9cdb0e59b: Waiting [2021-04-06T14:51:30.594Z] 5e14af77c1be: Waiting [2021-04-06T14:51:30.594Z] 01666e4c0597: Waiting [2021-04-06T14:51:30.594Z] 93b61091891f: Waiting [2021-04-06T14:51:30.594Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T14:51:30.594Z] 36b3adc4ff6f: Download complete [2021-04-06T14:51:30.594Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T14:51:30.594Z] 46f8f816bc3b: Download complete [2021-04-06T14:51:30.858Z] df20fa9351a1: Verifying Checksum [2021-04-06T14:51:30.858Z] df20fa9351a1: Download complete [2021-04-06T14:51:30.858Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T14:51:30.858Z] 93b9cdb0e59b: Download complete [2021-04-06T14:51:30.858Z] 5e14af77c1be: Verifying Checksum [2021-04-06T14:51:30.858Z] 93b61091891f: Verifying Checksum [2021-04-06T14:51:30.858Z] 93b61091891f: Download complete [2021-04-06T14:51:30.858Z] 01666e4c0597: Verifying Checksum [2021-04-06T14:51:30.858Z] 01666e4c0597: Download complete [2021-04-06T14:51:30.858Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T14:51:30.858Z] 8ad3a11d3b57: Download complete [2021-04-06T14:51:31.462Z] df20fa9351a1: Pull complete [2021-04-06T14:51:31.462Z] 36b3adc4ff6f: Pull complete [2021-04-06T14:51:32.867Z] 8ad3a11d3b57: Pull complete [2021-04-06T14:51:33.144Z] 46f8f816bc3b: Pull complete [2021-04-06T14:51:33.407Z] aa168da1d23b: Verifying Checksum [2021-04-06T14:51:33.407Z] aa168da1d23b: Download complete [2021-04-06T14:51:33.987Z] 93b61091891f: Pull complete [2021-04-06T14:51:34.250Z] 93b9cdb0e59b: Pull complete [2021-04-06T14:51:34.250Z] 5e14af77c1be: Pull complete [2021-04-06T14:51:34.516Z] 01666e4c0597: Pull complete [2021-04-06T14:51:42.925Z] aa168da1d23b: Pull complete [2021-04-06T14:51:42.925Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T14:51:42.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:51:42.925Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T14:51:43.083Z] prd-centos7-docker-4c-2g-32963 does not seem to be running inside a container [2021-04-06T14:51:43.144Z] $ 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-04-06T14:51:45.535Z] $ docker top 6293c9a450afd375dc677ebbc99403ea26f0f1e06c016d0ea83a861f04929e60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:51:46.252Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T14:51:46.592Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T14:51:46.920Z] + ls /var/log/sa-host [2021-04-06T14:51:46.921Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T14:51:46.921Z] file_magic: OK [2021-04-06T14:51:46.921Z] HZ: Using current value: 100 [2021-04-06T14:51:46.921Z] file_header: OK [2021-04-06T14:51:46.921Z] 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-04-06T14:51:46.921Z] Statistics: [2021-04-06T14:51:46.921Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T14:51:46.921Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T14:51:46.921Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T14:51:46.921Z] file_magic: OK [2021-04-06T14:51:46.921Z] HZ: Using current value: 100 [2021-04-06T14:51:46.921Z] file_header: OK [2021-04-06T14:51:46.921Z] 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-04-06T14:51:46.921Z] Statistics: [2021-04-06T14:51:46.921Z] Hnuu...uuuununununu... [2021-04-06T14:51:46.921Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T14:51:47.563Z] provisioning config files... [2021-04-06T14:51:47.589Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4571563592857789495tmp [Pipeline] { [Pipeline] echo [2021-04-06T14:51:47.657Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:47.990Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T14:51:48.004Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T14:51:48.138Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:48.440Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T14:51:48.460Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:48.764Z] ---> sudo-logs.sh [2021-04-06T14:51:48.764Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T14:51:48.844Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:49.177Z] ---> job-cost.sh [2021-04-06T14:51:49.177Z] lf-activate-venv: SKIPPING [2021-04-06T14:51:49.177Z] DEBUG: total: 0.20999999344348907 [2021-04-06T14:51:49.177Z] INFO: Retrieving Stack Cost... [2021-04-06T14:51:50.615Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T14:51:51.220Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T14:51:51.247Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:51:51.597Z] ---> logs-deploy.sh [2021-04-06T14:51:51.597Z] lf-activate-venv: SKIPPING [2021-04-06T14:51:51.597Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/37 [2021-04-06T14:51:51.597Z] INFO: archiving workspace using pattern(s): [2021-04-06T14:51:53.559Z] Archives upload complete. [2021-04-06T14:51:53.559Z] INFO: archiving logs to Nexus