Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1013 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 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (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 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 Commit message: "Merge pull request #107 from soda480/US149" > git rev-list --no-walk d60163d7b0dd1349761f9c7c33fc2b2d634b07dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T22:43:19.107Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T22:43:19.193Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T22:43:19.220Z] ========================================================= [2021-04-19T22:43:19.220Z] EdgeX Global Pipelines Version Info [2021-04-19T22:43:19.220Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:43:21.741Z] ------------------- [2021-04-19T22:43:21.741Z] stable info: [2021-04-19T22:43:21.741Z] ------------------- [2021-04-19T22:43:21.741Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T22:43:21.741Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T22:43:21.741Z] Message: update stable to v1.0.186 [2021-04-19T22:43:22.720Z] ------------------- [2021-04-19T22:43:22.720Z] experimental info: [2021-04-19T22:43:22.720Z] ------------------- [2021-04-19T22:43:22.720Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T22:43:22.720Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T22:43:22.720Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T22:43:22.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-04-19T22:43:22.907Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-04-19T22:43:22.932Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T22:43:22.957Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T22:43:22.988Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T22:43:23.020Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T22:43:23.046Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T22:43:23.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T22:43:23.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T22:43:23.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T22:43:23.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T22:43:23.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-04-19T22:43:23.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T22:43:23.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T22:43:23.254Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:43:23.282Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:43:23.307Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:43:23.332Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:43:23.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T22:43:23.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T22:43:23.435Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T22:43:23.461Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T22:43:23.492Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T22:43:23.516Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T22:43:23.540Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-19T22:43:23.564Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T22:43:23.592Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T22:43:23.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T22:43:23.654Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T22:43:23.681Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] echo [2021-04-19T22:43:23.707Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aadbb0e [Pipeline] echo [2021-04-19T22:43:23.732Z] [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-19T22:43:24.235Z] + git log --format=format:%s -1 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] echo [2021-04-19T22:43:24.391Z] GIT_COMMIT: aadbb0eb01fe3063bcb0247664c4e4c8b35d2269, Commit Message: Merge pull request #107 from soda480/US149 [Pipeline] echo [2021-04-19T22:43:24.404Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:43:25.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:43:26.548Z] [2021-04-19T22:43:26.548Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:43:27.084Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:43:27.872Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T22:43:27.872Z] 31603596830f: Pulling fs layer [2021-04-19T22:43:27.872Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T22:43:27.872Z] 6ca5941a6612: Pulling fs layer [2021-04-19T22:43:27.872Z] ecc8261a40a4: Pulling fs layer [2021-04-19T22:43:27.872Z] ecc8261a40a4: Waiting [2021-04-19T22:43:27.872Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T22:43:27.872Z] 2a8b12db71e7: Download complete [2021-04-19T22:43:28.179Z] 31603596830f: Verifying Checksum [2021-04-19T22:43:28.179Z] 31603596830f: Download complete [2021-04-19T22:43:28.570Z] ecc8261a40a4: Verifying Checksum [2021-04-19T22:43:28.570Z] ecc8261a40a4: Download complete [2021-04-19T22:43:28.850Z] 6ca5941a6612: Verifying Checksum [2021-04-19T22:43:28.850Z] 6ca5941a6612: Download complete [2021-04-19T22:43:29.535Z] 31603596830f: Pull complete [2021-04-19T22:43:29.848Z] 2a8b12db71e7: Pull complete [2021-04-19T22:43:33.438Z] 6ca5941a6612: Pull complete [2021-04-19T22:43:34.073Z] ecc8261a40a4: Pull complete [2021-04-19T22:43:34.404Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T22:43:34.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:43:34.404Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T22:43:34.968Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:43:35.174Z] $ 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-19T22:43:39.148Z] $ docker top b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:43:39.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:43:39.483Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:43:40.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:43:40.135Z] $ docker exec b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent [2021-04-19T22:43:40.675Z] SSH_AUTH_SOCK=/tmp/ssh-CEJirCNtyCzX/agent.11 [2021-04-19T22:43:40.675Z] SSH_AGENT_PID=16 [2021-04-19T22:43:40.704Z] Running ssh-add (command line suppressed) [2021-04-19T22:43:41.018Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7182713449796817016.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7182713449796817016.key) [2021-04-19T22:43:41.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:43:42.030Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T22:43:42.057Z] $ docker exec --env ******** --env ******** b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent -k [2021-04-19T22:43:42.209Z] unset SSH_AUTH_SOCK; [2021-04-19T22:43:42.210Z] unset SSH_AGENT_PID; [2021-04-19T22:43:42.210Z] echo Agent pid 16 killed; [2021-04-19T22:43:42.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T22:43:42.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:43:42.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:43:42.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:43:42.617Z] $ docker exec b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent [2021-04-19T22:43:42.859Z] SSH_AUTH_SOCK=/tmp/ssh-Cp5jdOhYWcWf/agent.45 [2021-04-19T22:43:42.859Z] SSH_AGENT_PID=50 [2021-04-19T22:43:42.867Z] Running ssh-add (command line suppressed) [2021-04-19T22:43:43.021Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3963010119863681250.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3963010119863681250.key) [2021-04-19T22:43:43.114Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:43:43.447Z] + git semver init [2021-04-19T22:43:43.447Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:43:43.447Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-19T22:43:43.447Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-19T22:43:43.447Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:43:43.447Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:43:43.447Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:43:43.447Z] # $SEMVER_BRANCH = master [2021-04-19T22:43:43.447Z] # $SEMVER_TEMP = /tmp/semver-838786911 [2021-04-19T22:43:43.447Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-04-19T22:43:44.032Z] # '/tmp/semver-838786911' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-04-19T22:43:44.032Z] # -> Force: false [2021-04-19T22:43:44.032Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-19T22:43:44.054Z] $ docker exec --env ******** --env ******** b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 ssh-agent -k [2021-04-19T22:43:44.247Z] unset SSH_AUTH_SOCK; [2021-04-19T22:43:44.248Z] unset SSH_AGENT_PID; [2021-04-19T22:43:44.248Z] echo Agent pid 50 killed; [2021-04-19T22:43:44.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:43:44.735Z] + git semver [Pipeline] } [2021-04-19T22:43:44.772Z] $ docker stop --time=1 b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 [2021-04-19T22:43:46.451Z] $ docker rm -f b493787ebf3fff3fefd3a5c25abd73da28134e1905c106c083fabada1d1053f5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T22:43:46.958Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T22:43:47.563Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T22:43:47.566Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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-19T22:44:02.734Z] Still waiting to schedule task [2021-04-19T22:44:02.734Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1008’ is offline; ‘prd-centos7-docker-4c-2g-1009’ is offline; ‘prd-centos7-docker-4c-2g-1020’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1001’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-19T22:44:02.737Z] Still waiting to schedule task [2021-04-19T22:44:02.737Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T22:46:45.483Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1027 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-19T22:46:45.506Z] Running in /w/workspace/go-mod-secrets/41 [Pipeline] { [Pipeline] checkout [2021-04-19T22:46:51.818Z] using credential edgex-jenkins-ssh [2021-04-19T22:46:51.841Z] Cloning the remote Git repository [2021-04-19T22:46:51.909Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:46:52.079Z] > git init /w/workspace/go-mod-secrets/41 # timeout=10 [2021-04-19T22:46:52.232Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:46:52.233Z] > git --version # timeout=10 [2021-04-19T22:46:52.268Z] > git --version # 'git version 2.17.1' [2021-04-19T22:46:52.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:46:52.447Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:46:53.907Z] Checking out Revision aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (master) [2021-04-19T22:46:53.298Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-19T22:46:53.318Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:46:53.345Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-19T22:46:53.397Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:46:53.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:46:53.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T22:46:53.923Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:46:53.947Z] > git checkout -f aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 [2021-04-19T22:46:58.450Z] Commit message: "Merge pull request #107 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T22:47:00.373Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:47:00.805Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:47:01.159Z] + + true [2021-04-19T22:47:01.159Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-19T22:47:04.134Z] ========================================================= [2021-04-19T22:47:04.134Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T22:47:04.134Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:47:04.506Z] + 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-19T22:47:05.503Z] Sending build context to Docker daemon 652.3kB [2021-04-19T22:47:05.503Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T22:47:05.503Z] Step 2/7 : FROM ${BASE} [2021-04-19T22:47:06.103Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T22:47:06.103Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T22:47:06.103Z] a4357932f1b6: Pulling fs layer [2021-04-19T22:47:06.103Z] 18c013af1878: Pulling fs layer [2021-04-19T22:47:06.103Z] 00ac8860ef70: Pulling fs layer [2021-04-19T22:47:06.103Z] 63d7cb157983: Pulling fs layer [2021-04-19T22:47:06.103Z] b116817d02f9: Pulling fs layer [2021-04-19T22:47:06.103Z] 745a02a5169b: Pulling fs layer [2021-04-19T22:47:06.103Z] 00ac8860ef70: Waiting [2021-04-19T22:47:06.103Z] 63d7cb157983: Waiting [2021-04-19T22:47:06.103Z] b116817d02f9: Waiting [2021-04-19T22:47:06.103Z] 745a02a5169b: Waiting [2021-04-19T22:47:06.103Z] 18c013af1878: Download complete [2021-04-19T22:47:06.103Z] a4357932f1b6: Verifying Checksum [2021-04-19T22:47:06.103Z] a4357932f1b6: Download complete [2021-04-19T22:47:06.103Z] 63d7cb157983: Download complete [2021-04-19T22:47:06.103Z] b116817d02f9: Verifying Checksum [2021-04-19T22:47:06.103Z] b116817d02f9: Download complete [2021-04-19T22:47:06.380Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T22:47:06.380Z] 5f621e34cdf4: Download complete [2021-04-19T22:47:06.999Z] 5f621e34cdf4: Pull complete [2021-04-19T22:47:07.617Z] a4357932f1b6: Pull complete [2021-04-19T22:47:08.229Z] 18c013af1878: Pull complete [2021-04-19T22:47:09.214Z] 745a02a5169b: Verifying Checksum [2021-04-19T22:47:09.215Z] 745a02a5169b: Download complete [2021-04-19T22:47:10.203Z] 00ac8860ef70: Verifying Checksum [2021-04-19T22:47:10.203Z] 00ac8860ef70: Download complete [2021-04-19T22:47:20.408Z] 00ac8860ef70: Pull complete [2021-04-19T22:47:20.408Z] 63d7cb157983: Pull complete [2021-04-19T22:47:20.408Z] b116817d02f9: Pull complete [2021-04-19T22:47:23.827Z] 745a02a5169b: Pull complete [2021-04-19T22:47:23.827Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T22:47:23.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T22:47:23.827Z] ---> b7e6874047d6 [2021-04-19T22:47:23.827Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T22:47:27.240Z] ---> Running in 3abe13bfc2ed [2021-04-19T22:47:27.240Z] Removing intermediate container 3abe13bfc2ed [2021-04-19T22:47:27.240Z] ---> 63ef516c3689 [2021-04-19T22:47:27.240Z] Step 4/7 : RUN apk add --update bash [2021-04-19T22:47:27.516Z] ---> Running in 3f11b9a1e477 [2021-04-19T22:47:28.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T22:47:29.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T22:47:30.923Z] OK: 142 MiB in 39 packages [2021-04-19T22:47:32.369Z] Removing intermediate container 3f11b9a1e477 [2021-04-19T22:47:32.369Z] ---> 796f57935997 [2021-04-19T22:47:32.369Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T22:47:32.369Z] ---> Running in 95667493b496 [2021-04-19T22:47:32.966Z] Removing intermediate container 95667493b496 [2021-04-19T22:47:32.966Z] ---> 249b875dec26 [2021-04-19T22:47:32.966Z] Step 6/7 : COPY go.mod . [2021-04-19T22:47:33.563Z] ---> 4c329bc6af61 [2021-04-19T22:47:33.563Z] Step 7/7 : RUN go mod download [2021-04-19T22:47:33.843Z] ---> Running in faf3e7a08c92 [2021-04-19T22:47:52.232Z] Removing intermediate container faf3e7a08c92 [2021-04-19T22:47:52.232Z] ---> 6a95c9008030 [2021-04-19T22:47:52.232Z] Successfully built 6a95c9008030 [2021-04-19T22:47:52.232Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:47:52.574Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T22:47:52.574Z] . [Pipeline] withDockerContainer [2021-04-19T22:47:52.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-1027 does not seem to be running inside a container [2021-04-19T22:47:52.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T22:47:54.389Z] $ docker top 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:47:55.365Z] + go version [2021-04-19T22:47:55.365Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T22:47:55.385Z] $ docker stop --time=1 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e [2021-04-19T22:47:57.306Z] $ docker rm -f 081d3a1611d77559930517cff0f7601f55e6ab63b48925ea84c9c3202923e83e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:47:57.976Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T22:47:57.977Z] . [Pipeline] withDockerContainer [2021-04-19T22:47:58.297Z] prd-ubuntu18.04-docker-arm64-4c-16g-1027 does not seem to be running inside a container [2021-04-19T22:47:58.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T22:48:00.041Z] $ docker top 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:48:01.031Z] + make test [2021-04-19T22:48:01.031Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.613s coverage: 81.0% of statements [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.043s coverage: 57.1% of statements [2021-04-19T22:48:40.088Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.024s coverage: 96.7% of statements [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.018s coverage: 89.5% of statements [2021-04-19T22:48:40.088Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements [2021-04-19T22:48:40.088Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.014s coverage: 85.7% of statements [2021-04-19T22:48:40.088Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.020s coverage: 100.0% of statements [2021-04-19T22:48:40.088Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-19T22:48:40.088Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T22:48:40.088Z] gofmt -l . [2021-04-19T22:48:40.361Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T22:48:40.381Z] $ docker stop --time=1 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 [2021-04-19T22:48:42.552Z] $ docker rm -f 2b363d9c56b12e1a09d90fe2b7bfcddedebfb6f9a1e8752847f8d157ed692f48 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T22:48:43.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T22:48:44.331Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:48:44.923Z] ---> job-cost.sh [2021-04-19T22:48:44.923Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VkgM [2021-04-19T22:49:31.899Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:51:23.681Z] lf-activate-venv(): INFO: Adding /tmp/venv-VkgM/bin to PATH [2021-04-19T22:51:23.681Z] INFO: No Stack... [2021-04-19T22:51:23.681Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T22:51:23.682Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:51:24.022Z] + cut -d, -f6 [2021-04-19T22:51:24.023Z] + cat /w/workspace/go-mod-secrets/41/archives/cost.csv [Pipeline] lock [2021-04-19T22:51:24.133Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [2021-04-19T22:51:24.152Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] did not exist. Created. [2021-04-19T22:51:24.152Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:51:24.502Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T22:51:24.683Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:51:24.695Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T22:52:10.945Z] Running on prd-centos7-docker-4c-2g-1030 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-19T22:52:10.966Z] Running in /w/workspace/go-mod-secrets/41 [Pipeline] { [Pipeline] checkout [2021-04-19T22:52:23.566Z] using credential edgex-jenkins-ssh [2021-04-19T22:52:23.594Z] Cloning the remote Git repository [2021-04-19T22:52:23.710Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:52:23.867Z] > git init /w/workspace/go-mod-secrets/41 # timeout=10 [2021-04-19T22:52:24.152Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:52:24.152Z] > git --version # timeout=10 [2021-04-19T22:52:24.286Z] > git --version # 'git version 2.24.3' [2021-04-19T22:52:24.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:52:24.423Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:52:25.354Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-19T22:52:25.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:52:25.488Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-19T22:52:25.548Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-19T22:52:25.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:52:25.556Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T22:52:26.127Z] Checking out Revision aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 (master) [2021-04-19T22:52:26.185Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:52:26.241Z] > git checkout -f aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 [2021-04-19T22:52:30.597Z] Commit message: "Merge pull request #107 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T22:52:31.906Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:52:32.304Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:52:32.652Z] + sudo service docker restart [2021-04-19T22:52:32.652Z] + true [2021-04-19T22:52:32.652Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-19T22:52:34.942Z] ========================================================= [2021-04-19T22:52:34.942Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T22:52:34.942Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:52:35.293Z] + 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-19T22:52:36.795Z] Sending build context to Docker daemon 653.3kB [2021-04-19T22:52:36.795Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T22:52:36.795Z] Step 2/7 : FROM ${BASE} [2021-04-19T22:52:36.795Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T22:52:36.795Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T22:52:36.795Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T22:52:36.795Z] de9db76c5a1d: Pulling fs layer [2021-04-19T22:52:36.795Z] bca2f99d35d6: Pulling fs layer [2021-04-19T22:52:36.795Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T22:52:36.795Z] 7c6f9722023f: Pulling fs layer [2021-04-19T22:52:36.795Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T22:52:36.795Z] 93359f2a8cfa: Waiting [2021-04-19T22:52:36.795Z] 7c6f9722023f: Waiting [2021-04-19T22:52:36.795Z] a35cf1a2eb13: Waiting [2021-04-19T22:52:36.795Z] bca2f99d35d6: Waiting [2021-04-19T22:52:36.795Z] de9db76c5a1d: Verifying Checksum [2021-04-19T22:52:36.795Z] de9db76c5a1d: Download complete [2021-04-19T22:52:37.076Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T22:52:37.076Z] 0ef7d3d256c8: Download complete [2021-04-19T22:52:37.076Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T22:52:37.076Z] 93359f2a8cfa: Download complete [2021-04-19T22:52:37.076Z] 7c6f9722023f: Verifying Checksum [2021-04-19T22:52:37.076Z] 7c6f9722023f: Download complete [2021-04-19T22:52:37.076Z] 188c0c94c7c5: Download complete [2021-04-19T22:52:37.679Z] 188c0c94c7c5: Pull complete [2021-04-19T22:52:37.962Z] 0ef7d3d256c8: Pull complete [2021-04-19T22:52:38.561Z] de9db76c5a1d: Pull complete [2021-04-19T22:52:40.716Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T22:52:40.716Z] a35cf1a2eb13: Download complete [2021-04-19T22:52:42.170Z] bca2f99d35d6: Verifying Checksum [2021-04-19T22:52:42.170Z] bca2f99d35d6: Download complete [2021-04-19T22:52:57.718Z] bca2f99d35d6: Pull complete [2021-04-19T22:52:57.718Z] 93359f2a8cfa: Pull complete [2021-04-19T22:52:57.718Z] 7c6f9722023f: Pull complete [2021-04-19T22:53:08.221Z] a35cf1a2eb13: Pull complete [2021-04-19T22:53:08.221Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T22:53:08.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T22:53:08.221Z] ---> a62c8e92a672 [2021-04-19T22:53:08.221Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T22:53:08.221Z] ---> Running in 0ab1f9cec3f3 [2021-04-19T22:53:08.221Z] Removing intermediate container 0ab1f9cec3f3 [2021-04-19T22:53:08.221Z] ---> b957217a2171 [2021-04-19T22:53:08.221Z] Step 4/7 : RUN apk add --update bash [2021-04-19T22:53:08.221Z] ---> Running in db27361e6ed5 [2021-04-19T22:53:09.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T22:53:10.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T22:53:10.872Z] OK: 166 MiB in 39 packages [2021-04-19T22:53:12.436Z] Removing intermediate container db27361e6ed5 [2021-04-19T22:53:12.436Z] ---> dda8df3c2760 [2021-04-19T22:53:12.436Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T22:53:12.436Z] ---> Running in d97b3c071728 [2021-04-19T22:53:13.100Z] Removing intermediate container d97b3c071728 [2021-04-19T22:53:13.100Z] ---> b3cea2023d24 [2021-04-19T22:53:13.100Z] Step 6/7 : COPY go.mod . [2021-04-19T22:53:13.740Z] ---> 5cf87cc52854 [2021-04-19T22:53:13.740Z] Step 7/7 : RUN go mod download [2021-04-19T22:53:13.740Z] ---> Running in 0cdbbcf52c01 [2021-04-19T22:53:40.949Z] Removing intermediate container 0cdbbcf52c01 [2021-04-19T22:53:40.949Z] ---> 5d5efe7d5f8d [2021-04-19T22:53:40.950Z] Successfully built 5d5efe7d5f8d [2021-04-19T22:53:40.950Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:53:41.324Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T22:53:41.616Z] . [Pipeline] withDockerContainer [2021-04-19T22:53:42.208Z] prd-centos7-docker-4c-2g-1030 does not seem to be running inside a container [2021-04-19T22:53:42.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@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-19T22:53:43.688Z] $ docker top ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:53:44.429Z] + go version [2021-04-19T22:53:44.429Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T22:53:44.459Z] $ docker stop --time=1 ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa [2021-04-19T22:53:46.943Z] $ docker rm -f ecb4bebde2d1f13134cd873e5e2551602825992232c45ca6fd2bbe50916998aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:53:47.604Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T22:53:47.604Z] . [Pipeline] withDockerContainer [2021-04-19T22:53:48.243Z] prd-centos7-docker-4c-2g-1030 does not seem to be running inside a container [2021-04-19T22:53:48.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/41 -v /w/workspace/go-mod-secrets/41:/w/workspace/go-mod-secrets/41:rw,z -v /w/workspace/go-mod-secrets/41@tmp:/w/workspace/go-mod-secrets/41@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-19T22:53:50.648Z] $ docker top 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:53:52.484Z] + make test [2021-04-19T22:53:52.484Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.240s coverage: 81.0% of statements [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.024s coverage: 57.1% of statements [2021-04-19T22:54:25.920Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.019s coverage: 96.7% of statements [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.026s coverage: 89.5% of statements [2021-04-19T22:54:25.920Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.031s coverage: 100.0% of statements [2021-04-19T22:54:25.920Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.063s coverage: 85.7% of statements [2021-04-19T22:54:25.920Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.053s coverage: 100.0% of statements [2021-04-19T22:54:25.920Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-19T22:54:25.920Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T22:54:29.782Z] gofmt -l . [2021-04-19T22:54:29.782Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T22:54:30.087Z] $ docker stop --time=1 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 [2021-04-19T22:54:32.442Z] $ docker rm -f 78a9091b99466957a553153fb449619d350a5202561c995e24860ee955fc57b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T22:54:33.283Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T22:54:33.341Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T22:54:34.007Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:54:34.590Z] ---> job-cost.sh [2021-04-19T22:54:34.590Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T6sP [2021-04-19T22:55:07.118Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:55:46.397Z] lf-activate-venv(): INFO: Adding /tmp/venv-T6sP/bin to PATH [2021-04-19T22:55:46.397Z] INFO: No Stack... [2021-04-19T22:55:46.397Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:55:46.397Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:55:46.858Z] + cat /w/workspace/go-mod-secrets/41/archives/cost.csv [2021-04-19T22:55:46.858Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T22:55:46.971Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [2021-04-19T22:55:46.979Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] did not exist. Created. [2021-04-19T22:55:46.980Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:55:47.328Z] /w/workspace/go-mod-secrets/41@tmp/durable-22ba2e6e/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-19T22:55:47.642Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T22:55:47.684Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T22:55:47.812Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:55:47.824Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-41-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-19T22:55:48.320Z] provisioning config files... [2021-04-19T22:55:48.335Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4089973342370136323tmp [Pipeline] { [Pipeline] sh [2021-04-19T22:55:48.703Z] + set +x [2021-04-19T22:55:48.703Z] + curl -s https://codecov.io/bash [2021-04-19T22:55:48.703Z] + bash -s -- [2021-04-19T22:55:48.981Z] [2021-04-19T22:55:48.981Z] _____ _ [2021-04-19T22:55:48.981Z] / ____| | | [2021-04-19T22:55:48.981Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T22:55:48.981Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T22:55:48.981Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T22:55:48.981Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T22:55:48.981Z] Bash-1.0.1 [2021-04-19T22:55:48.981Z] [2021-04-19T22:55:48.981Z] [2021-04-19T22:55:48.981Z] ==> git version 2.24.3 found [2021-04-19T22:55:48.981Z] ==> 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-19T22:55:48.981Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T22:55:48.981Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T22:55:48.981Z] ==> Jenkins CI detected. [2021-04-19T22:55:48.981Z] project root: . [2021-04-19T22:55:48.981Z] --> token set from env [2021-04-19T22:55:48.981Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T22:55:48.981Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T22:55:48.981Z] ==> Python coveragepy not found [2021-04-19T22:55:48.981Z] ==> Searching for coverage reports in: [2021-04-19T22:55:48.981Z] + . [2021-04-19T22:55:48.981Z] -> Found 1 reports [2021-04-19T22:55:48.981Z] ==> Detecting git/mercurial file structure [2021-04-19T22:55:49.267Z] ==> Reading reports [2021-04-19T22:55:49.267Z] + ./coverage.out bytes=29117 [2021-04-19T22:55:49.268Z] ==> Appending adjustments [2021-04-19T22:55:49.268Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T22:55:49.872Z] + Found adjustments [2021-04-19T22:55:49.872Z] ==> Gzipping contents [2021-04-19T22:55:49.872Z] 8.0K /tmp/codecov.COtZaO.gz [2021-04-19T22:55:49.872Z] ==> Uploading reports [2021-04-19T22:55:49.872Z] url: https://codecov.io [2021-04-19T22:55:49.872Z] query: branch=master&commit=aadbb0eb01fe3063bcb0247664c4e4c8b35d2269&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:55:49.872Z] -> Pinging Codecov [2021-04-19T22:55:49.872Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=aadbb0eb01fe3063bcb0247664c4e4c8b35d2269&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:55:50.862Z] -> Uploading to [2021-04-19T22:55:50.862Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/D63849C06B6B67093493C71CE874ED06/aadbb0eb01fe3063bcb0247664c4e4c8b35d2269/a4e0a64c-6f51-455a-85a9-86d991a33a3b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T225550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e50ef4f2dd6f7494cbde31bfe0f9981cb81d96be440b0fc25473ae5a230682ae [2021-04-19T22:55:50.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T22:55:50.862Z] Dload Upload Total Spent Left Speed [2021-04-19T22:55:51.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5947 0 0 100 5947 0 11219 --:--:-- --:--:-- --:--:-- 11220 100 5947 0 0 100 5947 0 11213 --:--:-- --:--:-- --:--:-- 11220 [2021-04-19T22:55:51.151Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] } [2021-04-19T22:55:51.173Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T22:55:51.573Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T22:55:51.601Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:55:52.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:55:52.792Z] [2021-04-19T22:55:52.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:55:53.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:55:53.154Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T22:55:53.154Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T22:55:53.154Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T22:55:53.154Z] de9db76c5a1d: Pulling fs layer [2021-04-19T22:55:53.154Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T22:55:53.154Z] 0d57e429df01: Pulling fs layer [2021-04-19T22:55:53.154Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T22:55:53.154Z] e1f770b5df2f: Pulling fs layer [2021-04-19T22:55:53.154Z] 85a0685a4137: Pulling fs layer [2021-04-19T22:55:53.154Z] 4e4be7b47b0d: Waiting [2021-04-19T22:55:53.154Z] e1f770b5df2f: Waiting [2021-04-19T22:55:53.154Z] 85a0685a4137: Waiting [2021-04-19T22:55:53.154Z] 0eba1c9be4d2: Waiting [2021-04-19T22:55:53.154Z] 0d57e429df01: Waiting [2021-04-19T22:55:53.154Z] de9db76c5a1d: Download complete [2021-04-19T22:55:53.436Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T22:55:53.436Z] 0ef7d3d256c8: Download complete [2021-04-19T22:55:53.436Z] 0d57e429df01: Verifying Checksum [2021-04-19T22:55:53.436Z] 0d57e429df01: Download complete [2021-04-19T22:55:53.436Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T22:55:53.436Z] 4e4be7b47b0d: Download complete [2021-04-19T22:55:53.436Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T22:55:53.436Z] 188c0c94c7c5: Download complete [2021-04-19T22:55:54.022Z] 188c0c94c7c5: Pull complete [2021-04-19T22:55:54.333Z] 0ef7d3d256c8: Pull complete [2021-04-19T22:55:54.606Z] de9db76c5a1d: Pull complete [2021-04-19T22:55:54.606Z] e1f770b5df2f: Verifying Checksum [2021-04-19T22:55:54.606Z] e1f770b5df2f: Download complete [2021-04-19T22:55:58.013Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T22:55:58.013Z] 0eba1c9be4d2: Download complete [2021-04-19T22:55:58.284Z] 85a0685a4137: Verifying Checksum [2021-04-19T22:55:58.284Z] 85a0685a4137: Download complete [2021-04-19T22:56:08.482Z] 0eba1c9be4d2: Pull complete [2021-04-19T22:56:08.482Z] 0d57e429df01: Pull complete [2021-04-19T22:56:08.482Z] 4e4be7b47b0d: Pull complete [2021-04-19T22:56:11.060Z] e1f770b5df2f: Pull complete [2021-04-19T22:56:23.456Z] 85a0685a4137: Pull complete [2021-04-19T22:56:23.456Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T22:56:23.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:56:23.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T22:56:24.192Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:56:24.309Z] $ 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-19T22:56:27.529Z] $ docker top f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T22:56:27.745Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T22:56:28.091Z] + set -o pipefail [2021-04-19T22:56:28.091Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T22:56:36.488Z] [2021-04-19T22:56:36.488Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-04-19T22:56:36.488Z] [2021-04-19T22:56:36.488Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/3da9f857-1491-4213-84cd-481f032d426a [2021-04-19T22:56:36.488Z] [2021-04-19T22:56:36.488Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T22:56:36.488Z] [2021-04-19T22:56:36.488Z] [2021-04-19T22:56:36.488Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T22:56:36.488Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T22:56:36.540Z] $ docker stop --time=1 f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a [2021-04-19T22:56:39.058Z] $ docker rm -f f110eeec52b568128798c6bfa28b24dc2b940b524969b997c23bab6a8abcac6a [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-19T22:56:40.026Z] + git log --format=format:%s -1 aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:56:40.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:56:40.364Z] . [Pipeline] withDockerContainer [2021-04-19T22:56:40.537Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:56:40.688Z] $ 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-19T22:56:42.982Z] $ docker top 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:56:43.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:56:43.686Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:56:44.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:56:44.103Z] $ docker exec 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 ssh-agent [2021-04-19T22:56:44.354Z] SSH_AUTH_SOCK=/tmp/ssh-ekv3jO7Dh32F/agent.12 [2021-04-19T22:56:44.354Z] SSH_AGENT_PID=18 [2021-04-19T22:56:44.365Z] Running ssh-add (command line suppressed) [2021-04-19T22:56:44.627Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9085185665085746283.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_9085185665085746283.key) [2021-04-19T22:56:44.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:56:45.033Z] + git semver tag [2021-04-19T22:56:45.299Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:56:45.299Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-19T22:56:45.299Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-19T22:56:45.299Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:56:45.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:56:45.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:56:45.299Z] # $SEMVER_BRANCH = master [2021-04-19T22:56:45.299Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-19T22:56:45.299Z] # aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 HEAD [2021-04-19T22:56:45.564Z] # -> Force: false [2021-04-19T22:56:45.564Z] # 42935a9beea40e382e36604649eb576af9117369 refs/tags/v2.0.0-dev.17 [Pipeline] } [2021-04-19T22:56:45.581Z] $ docker exec --env ******** --env ******** 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 ssh-agent -k [2021-04-19T22:56:45.764Z] unset SSH_AUTH_SOCK; [2021-04-19T22:56:45.765Z] unset SSH_AGENT_PID; [2021-04-19T22:56:45.765Z] echo Agent pid 18 killed; [2021-04-19T22:56:45.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:56:46.203Z] + git semver [Pipeline] } [2021-04-19T22:56:46.225Z] $ docker stop --time=1 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 [2021-04-19T22:56:47.758Z] $ docker rm -f 6c3ef91cb8e07c0a9a16cf22098d96e50038d5cd40ab10363c15322059881be4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:56:48.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:56:48.425Z] [2021-04-19T22:56:48.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:56:48.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:56:48.891Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T22:56:48.891Z] ab5ef0e58194: Pulling fs layer [2021-04-19T22:56:48.891Z] 9712f1f96733: Pulling fs layer [2021-04-19T22:56:48.891Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T22:56:48.891Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T22:56:48.891Z] e9a5061849ea: Pulling fs layer [2021-04-19T22:56:48.891Z] d747dcd14b5f: Pulling fs layer [2021-04-19T22:56:48.891Z] 2de7ff778b66: Pulling fs layer [2021-04-19T22:56:48.891Z] 0d9ebad4ef96: Waiting [2021-04-19T22:56:48.891Z] d747dcd14b5f: Waiting [2021-04-19T22:56:48.891Z] e9a5061849ea: Waiting [2021-04-19T22:56:48.891Z] 2de7ff778b66: Waiting [2021-04-19T22:56:48.891Z] 9712f1f96733: Verifying Checksum [2021-04-19T22:56:48.891Z] 9712f1f96733: Download complete [2021-04-19T22:56:51.604Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T22:56:51.604Z] 63f879dbbcfc: Download complete [2021-04-19T22:56:51.914Z] e9a5061849ea: Verifying Checksum [2021-04-19T22:56:51.914Z] e9a5061849ea: Download complete [2021-04-19T22:56:51.914Z] d747dcd14b5f: Verifying Checksum [2021-04-19T22:56:51.914Z] d747dcd14b5f: Download complete [2021-04-19T22:56:52.518Z] 2de7ff778b66: Verifying Checksum [2021-04-19T22:56:52.518Z] 2de7ff778b66: Download complete [2021-04-19T22:56:52.809Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T22:56:52.809Z] 0d9ebad4ef96: Download complete [2021-04-19T22:56:53.109Z] ab5ef0e58194: Verifying Checksum [2021-04-19T22:56:53.109Z] ab5ef0e58194: Download complete [2021-04-19T22:57:03.395Z] ab5ef0e58194: Pull complete [2021-04-19T22:57:03.395Z] 9712f1f96733: Pull complete [2021-04-19T22:57:06.099Z] 63f879dbbcfc: Pull complete [2021-04-19T22:57:18.684Z] 0d9ebad4ef96: Pull complete [2021-04-19T22:57:20.166Z] e9a5061849ea: Pull complete [2021-04-19T22:57:20.466Z] d747dcd14b5f: Pull complete [2021-04-19T22:57:24.843Z] 2de7ff778b66: Pull complete [2021-04-19T22:57:24.843Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T22:57:24.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:57:24.843Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T22:57:25.397Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:57:25.483Z] $ 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-19T22:57:29.079Z] $ docker top 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:57:29.737Z] provisioning config files... [2021-04-19T22:57:29.754Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7678609528931609440tmp [2021-04-19T22:57:29.808Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2745942878606808659tmp [2021-04-19T22:57:29.854Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2032687981669519327tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:57:29.903Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:57:30.558Z] ---> sigul-configuration.sh [2021-04-19T22:57:30.828Z] gpg: directory `/root/.gnupg' created [2021-04-19T22:57:30.828Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T22:57:30.828Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T22:57:30.828Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T22:57:30.828Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T22:57:30.828Z] gpg: CAST5 encrypted data [2021-04-19T22:57:30.828Z] gpg: encrypted with 1 passphrase [2021-04-19T22:57:30.828Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T22:57:31.769Z] + mkdir /home/jenkins [2021-04-19T22:57:31.769Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T22:57:32.824Z] + 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-19T22:57:33.105Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:57:33.429Z] ---> sigul-install.sh [2021-04-19T22:57:43.835Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T22:57:44.238Z] + git tag --list [2021-04-19T22:57:44.239Z] v0.0.0 [2021-04-19T22:57:44.239Z] v0.0.1 [2021-04-19T22:57:44.239Z] v0.0.10 [2021-04-19T22:57:44.239Z] v0.0.11 [2021-04-19T22:57:44.239Z] v0.0.12 [2021-04-19T22:57:44.239Z] v0.0.13 [2021-04-19T22:57:44.239Z] v0.0.14 [2021-04-19T22:57:44.239Z] v0.0.15 [2021-04-19T22:57:44.239Z] v0.0.16 [2021-04-19T22:57:44.239Z] v0.0.17 [2021-04-19T22:57:44.239Z] v0.0.18 [2021-04-19T22:57:44.239Z] v0.0.19 [2021-04-19T22:57:44.239Z] v0.0.2 [2021-04-19T22:57:44.239Z] v0.0.20 [2021-04-19T22:57:44.239Z] v0.0.21 [2021-04-19T22:57:44.239Z] v0.0.22 [2021-04-19T22:57:44.239Z] v0.0.23 [2021-04-19T22:57:44.239Z] v0.0.24 [2021-04-19T22:57:44.239Z] v0.0.25 [2021-04-19T22:57:44.239Z] v0.0.26 [2021-04-19T22:57:44.239Z] v0.0.27 [2021-04-19T22:57:44.239Z] v0.0.28 [2021-04-19T22:57:44.239Z] v0.0.29 [2021-04-19T22:57:44.239Z] v0.0.3 [2021-04-19T22:57:44.239Z] v0.0.30 [2021-04-19T22:57:44.239Z] v0.0.31 [2021-04-19T22:57:44.239Z] v0.0.32 [2021-04-19T22:57:44.239Z] v0.0.33 [2021-04-19T22:57:44.239Z] v0.0.4 [2021-04-19T22:57:44.239Z] v0.0.5 [2021-04-19T22:57:44.239Z] v0.0.6 [2021-04-19T22:57:44.239Z] v0.0.7 [2021-04-19T22:57:44.239Z] v0.0.8 [2021-04-19T22:57:44.239Z] v0.0.9 [2021-04-19T22:57:44.239Z] v2.0.0-dev.1 [2021-04-19T22:57:44.239Z] v2.0.0-dev.10 [2021-04-19T22:57:44.239Z] v2.0.0-dev.11 [2021-04-19T22:57:44.239Z] v2.0.0-dev.12 [2021-04-19T22:57:44.239Z] v2.0.0-dev.13 [2021-04-19T22:57:44.239Z] v2.0.0-dev.14 [2021-04-19T22:57:44.239Z] v2.0.0-dev.15 [2021-04-19T22:57:44.239Z] v2.0.0-dev.16 [2021-04-19T22:57:44.239Z] v2.0.0-dev.17 [2021-04-19T22:57:44.239Z] v2.0.0-dev.2 [2021-04-19T22:57:44.239Z] v2.0.0-dev.3 [2021-04-19T22:57:44.239Z] v2.0.0-dev.4 [2021-04-19T22:57:44.239Z] v2.0.0-dev.5 [2021-04-19T22:57:44.239Z] v2.0.0-dev.6 [2021-04-19T22:57:44.239Z] v2.0.0-dev.7 [2021-04-19T22:57:44.239Z] v2.0.0-dev.8 [2021-04-19T22:57:44.239Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T22:57:45.379Z] + lftools sign git-tag v2.0.0-dev.17 [2021-04-19T22:57:48.046Z] Signing Git tag with Sigul... [2021-04-19T22:57:48.046Z] Signing v2.0.0-dev.17 [Pipeline] echo [2021-04-19T22:57:49.482Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:57:49.794Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T22:57:49.806Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T22:57:49.858Z] $ docker stop --time=1 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a [2021-04-19T22:57:53.236Z] $ docker rm -f 09c5f3ebbb5b635d8ecf5cc17cb5fe9c31d10d2c50fe1d3e8bca939a6dbd2d4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:57:54.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:57:54.317Z] . [Pipeline] withDockerContainer [2021-04-19T22:57:54.701Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:57:54.797Z] $ 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-19T22:57:55.957Z] $ docker top 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:57:56.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:57:56.966Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:57:57.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:57:57.534Z] $ docker exec 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 ssh-agent [2021-04-19T22:57:57.777Z] SSH_AUTH_SOCK=/tmp/ssh-9sD5sJY1ZvXH/agent.12 [2021-04-19T22:57:57.777Z] SSH_AGENT_PID=18 [2021-04-19T22:57:57.786Z] Running ssh-add (command line suppressed) [2021-04-19T22:57:57.975Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5600441646168670502.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5600441646168670502.key) [2021-04-19T22:57:58.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:57:59.488Z] + git semver bump pre [2021-04-19T22:57:59.488Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:57:59.488Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-19T22:57:59.488Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-19T22:57:59.488Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:57:59.488Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:57:59.488Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:57:59.488Z] # $SEMVER_BRANCH = master [2021-04-19T22:57:59.488Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-19T22:57:59.488Z] 2.0.0-dev.18 [Pipeline] } [2021-04-19T22:57:59.505Z] $ docker exec --env ******** --env ******** 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 ssh-agent -k [2021-04-19T22:57:59.942Z] unset SSH_AUTH_SOCK; [2021-04-19T22:57:59.943Z] unset SSH_AGENT_PID; [2021-04-19T22:57:59.943Z] echo Agent pid 18 killed; [2021-04-19T22:58:00.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:58:01.216Z] + git semver [Pipeline] } [2021-04-19T22:58:01.246Z] $ docker stop --time=1 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 [2021-04-19T22:58:04.016Z] $ docker rm -f 1a387d341a2ae56e58a54d813cdd9422788c59847ce9c51aef8a85b6769febd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:58:04.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:58:04.963Z] . [Pipeline] withDockerContainer [2021-04-19T22:58:05.128Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:58:05.224Z] $ 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-19T22:58:07.539Z] $ docker top e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:58:07.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:58:07.867Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:58:09.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:58:09.031Z] $ docker exec e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 ssh-agent [2021-04-19T22:58:10.098Z] SSH_AUTH_SOCK=/tmp/ssh-DjmOljwRRd9B/agent.11 [2021-04-19T22:58:10.098Z] SSH_AGENT_PID=16 [2021-04-19T22:58:10.111Z] Running ssh-add (command line suppressed) [2021-04-19T22:58:10.472Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7354530510277087126.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7354530510277087126.key) [2021-04-19T22:58:10.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:58:10.959Z] + git semver push [2021-04-19T22:58:11.249Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:58:11.249Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-19T22:58:11.249Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-19T22:58:11.249Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:58:11.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:58:11.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:58:11.249Z] # $SEMVER_BRANCH = master [2021-04-19T22:58:11.249Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-19T22:58:15.515Z] $ docker exec --env ******** --env ******** e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 ssh-agent -k [2021-04-19T22:58:15.695Z] unset SSH_AUTH_SOCK; [2021-04-19T22:58:15.697Z] unset SSH_AGENT_PID; [2021-04-19T22:58:15.698Z] echo Agent pid 16 killed; [2021-04-19T22:58:15.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:58:16.199Z] + git semver [Pipeline] } [2021-04-19T22:58:16.246Z] $ docker stop --time=1 e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 [2021-04-19T22:58:17.776Z] $ docker rm -f e9e8966ff7306bca82effb8d2abcebc21f747c835dc92f73718d94ecf79f1543 [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-19T22:58:18.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:58:19.824Z] ---> package-listing.sh [2021-04-19T22:58:19.824Z] ++ facter osfamily [2021-04-19T22:58:19.824Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T22:58:20.090Z] + OS_FAMILY=redhat [2021-04-19T22:58:20.090Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-04-19T22:58:20.090Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T22:58:20.090Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T22:58:20.090Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T22:58:20.090Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T22:58:20.090Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-19T22:58:20.090Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T22:58:20.090Z] + case "${OS_FAMILY}" in [2021-04-19T22:58:20.090Z] + rpm -qa [2021-04-19T22:58:20.090Z] + sort [2021-04-19T22:58:28.315Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T22:58:28.315Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T22:58:28.315Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T22:58:28.315Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-19T22:58:28.315Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-04-19T22:58:28.315Z] + 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-19T22:58:28.332Z] 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-19T22:58:28.634Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:58:28.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:58:28.956Z] [2021-04-19T22:58:28.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:58:29.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:58:29.621Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T22:58:29.621Z] df20fa9351a1: Pulling fs layer [2021-04-19T22:58:29.621Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T22:58:29.621Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T22:58:29.621Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T22:58:29.621Z] 93b61091891f: Pulling fs layer [2021-04-19T22:58:29.621Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T22:58:29.621Z] 5e14af77c1be: Pulling fs layer [2021-04-19T22:58:29.621Z] 01666e4c0597: Pulling fs layer [2021-04-19T22:58:29.621Z] aa168da1d23b: Pulling fs layer [2021-04-19T22:58:29.621Z] 46f8f816bc3b: Waiting [2021-04-19T22:58:29.621Z] 93b61091891f: Waiting [2021-04-19T22:58:29.621Z] 93b9cdb0e59b: Waiting [2021-04-19T22:58:29.621Z] 5e14af77c1be: Waiting [2021-04-19T22:58:29.621Z] 01666e4c0597: Waiting [2021-04-19T22:58:29.621Z] aa168da1d23b: Waiting [2021-04-19T22:58:29.621Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T22:58:29.621Z] 36b3adc4ff6f: Download complete [2021-04-19T22:58:29.894Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T22:58:29.894Z] 46f8f816bc3b: Download complete [2021-04-19T22:58:29.894Z] df20fa9351a1: Verifying Checksum [2021-04-19T22:58:29.894Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T22:58:29.894Z] 93b9cdb0e59b: Download complete [2021-04-19T22:58:29.894Z] 5e14af77c1be: Verifying Checksum [2021-04-19T22:58:29.894Z] 5e14af77c1be: Download complete [2021-04-19T22:58:29.894Z] 93b61091891f: Verifying Checksum [2021-04-19T22:58:29.894Z] 93b61091891f: Download complete [2021-04-19T22:58:29.894Z] 01666e4c0597: Verifying Checksum [2021-04-19T22:58:29.894Z] 01666e4c0597: Download complete [2021-04-19T22:58:30.186Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T22:58:30.186Z] 8ad3a11d3b57: Download complete [2021-04-19T22:58:30.469Z] df20fa9351a1: Pull complete [2021-04-19T22:58:30.754Z] 36b3adc4ff6f: Pull complete [2021-04-19T22:58:32.735Z] 8ad3a11d3b57: Pull complete [2021-04-19T22:58:32.735Z] 46f8f816bc3b: Pull complete [2021-04-19T22:58:33.746Z] 93b61091891f: Pull complete [2021-04-19T22:58:34.043Z] 93b9cdb0e59b: Pull complete [2021-04-19T22:58:34.043Z] aa168da1d23b: Verifying Checksum [2021-04-19T22:58:34.043Z] aa168da1d23b: Download complete [2021-04-19T22:58:34.694Z] 5e14af77c1be: Pull complete [2021-04-19T22:58:35.936Z] 01666e4c0597: Pull complete [2021-04-19T22:58:54.982Z] aa168da1d23b: Pull complete [2021-04-19T22:58:54.982Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T22:58:54.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:58:54.982Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T22:58:55.267Z] prd-centos7-docker-4c-2g-1013 does not seem to be running inside a container [2021-04-19T22:58:55.334Z] $ 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-19T22:58:58.906Z] $ docker top ed780d0513a6becd4dcc5a2083ec1cad40eda401aff9e5853bb246cb5d07ae78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:59:00.264Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T22:59:01.441Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T22:59:02.211Z] + ls /var/log/sa-host [2021-04-19T22:59:02.211Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T22:59:02.211Z] file_magic: OK [2021-04-19T22:59:02.211Z] HZ: Using current value: 100 [2021-04-19T22:59:02.211Z] file_header: OK [2021-04-19T22:59:02.211Z] 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-19T22:59:02.211Z] Statistics: [2021-04-19T22:59:02.211Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T22:59:02.211Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T22:59:02.211Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T22:59:02.211Z] file_magic: OK [2021-04-19T22:59:02.211Z] HZ: Using current value: 100 [2021-04-19T22:59:02.211Z] file_header: OK [2021-04-19T22:59:02.211Z] 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-19T22:59:02.211Z] Statistics: [2021-04-19T22:59:02.211Z] Hnuu...uuuununununu... [2021-04-19T22:59:02.211Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:59:02.469Z] provisioning config files... [2021-04-19T22:59:02.495Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3838057185281844608tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:59:02.542Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:59:03.293Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T22:59:03.306Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T22:59:03.334Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:59:03.748Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T22:59:03.771Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:59:04.128Z] ---> sudo-logs.sh [2021-04-19T22:59:04.129Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T22:59:04.467Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:59:05.731Z] ---> job-cost.sh [2021-04-19T22:59:06.019Z] lf-activate-venv: SKIPPING [2021-04-19T22:59:06.019Z] DEBUG: total: 0.029999999329447746 [2021-04-19T22:59:06.019Z] INFO: Retrieving Stack Cost... [2021-04-19T22:59:07.083Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:59:08.071Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T22:59:08.091Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:59:09.372Z] ---> logs-deploy.sh [2021-04-19T22:59:09.372Z] lf-activate-venv: SKIPPING [2021-04-19T22:59:09.372Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/41 [2021-04-19T22:59:09.372Z] INFO: archiving workspace using pattern(s): [2021-04-19T22:59:12.077Z] Archives upload complete. [2021-04-19T22:59:12.358Z] INFO: archiving logs to Nexus