Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8370c4402865db354eb2527b19f557b5f191707d 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 ‘prd-centos7-docker-4c-2g-2016’ Running on prd-centos7-docker-4c-2g-2022 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" > git rev-list --no-walk aadbb0eb01fe3063bcb0247664c4e4c8b35d2269 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T15:59:09.678Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T15:59:09.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T15:59:09.801Z] ========================================================= [2021-04-27T15:59:09.802Z] EdgeX Global Pipelines Version Info [2021-04-27T15:59:09.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T15:59:11.315Z] ------------------- [2021-04-27T15:59:11.315Z] stable info: [2021-04-27T15:59:11.315Z] ------------------- [2021-04-27T15:59:11.316Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T15:59:11.316Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T15:59:11.316Z] Message: update stable to v1.0.186 [2021-04-27T15:59:12.266Z] ------------------- [2021-04-27T15:59:12.266Z] experimental info: [2021-04-27T15:59:12.266Z] ------------------- [2021-04-27T15:59:12.266Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T15:59:12.266Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T15:59:12.266Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T15:59:12.386Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-04-27T15:59:12.411Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-04-27T15:59:12.435Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T15:59:12.460Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T15:59:12.485Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T15:59:12.509Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T15:59:12.534Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T15:59:12.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T15:59:12.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-27T15:59:12.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T15:59:12.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T15:59:12.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-04-27T15:59:12.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T15:59:12.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T15:59:12.725Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T15:59:12.749Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T15:59:12.773Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T15:59:12.799Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T15:59:12.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T15:59:12.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-27T15:59:12.869Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-27T15:59:12.917Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-27T15:59:12.939Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-27T15:59:12.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-27T15:59:12.985Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-27T15:59:13.010Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T15:59:13.035Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-27T15:59:13.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-27T15:59:13.081Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-27T15:59:13.105Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] echo [2021-04-27T15:59:13.128Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8370c44 [Pipeline] echo [2021-04-27T15:59:13.152Z] [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-27T15:59:13.559Z] + git log --format=format:%s -1 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] echo [2021-04-27T15:59:13.660Z] GIT_COMMIT: 8370c4402865db354eb2527b19f557b5f191707d, Commit Message: Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75 [Pipeline] echo [2021-04-27T15:59:13.673Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-27T15:59:14.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T15:59:14.485Z] [2021-04-27T15:59:14.485Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T15:59:14.803Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T15:59:14.803Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T15:59:14.803Z] 31603596830f: Pulling fs layer [2021-04-27T15:59:14.803Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T15:59:14.803Z] 6ca5941a6612: Pulling fs layer [2021-04-27T15:59:14.803Z] ecc8261a40a4: Pulling fs layer [2021-04-27T15:59:14.803Z] ecc8261a40a4: Waiting [2021-04-27T15:59:14.803Z] 2a8b12db71e7: Download complete [2021-04-27T15:59:15.067Z] 31603596830f: Verifying Checksum [2021-04-27T15:59:15.067Z] 31603596830f: Download complete [2021-04-27T15:59:15.067Z] ecc8261a40a4: Verifying Checksum [2021-04-27T15:59:15.067Z] ecc8261a40a4: Download complete [2021-04-27T15:59:15.067Z] 6ca5941a6612: Verifying Checksum [2021-04-27T15:59:15.067Z] 6ca5941a6612: Download complete [2021-04-27T15:59:15.332Z] 31603596830f: Pull complete [2021-04-27T15:59:15.596Z] 2a8b12db71e7: Pull complete [2021-04-27T15:59:16.174Z] 6ca5941a6612: Pull complete [2021-04-27T15:59:16.446Z] ecc8261a40a4: Pull complete [2021-04-27T15:59:16.446Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T15:59:16.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T15:59:16.446Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T15:59:16.561Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T15:59:16.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T15:59:18.724Z] $ docker top 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T15:59:18.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T15:59:18.977Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T15:59:19.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T15:59:19.239Z] $ docker exec 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent [2021-04-27T15:59:19.418Z] SSH_AUTH_SOCK=/tmp/ssh-8BqvmGYHBv50/agent.13 [2021-04-27T15:59:19.418Z] SSH_AGENT_PID=18 [2021-04-27T15:59:19.429Z] Running ssh-add (command line suppressed) [2021-04-27T15:59:19.572Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7067639638059846562.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7067639638059846562.key) [2021-04-27T15:59:19.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T15:59:19.940Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T15:59:19.963Z] $ docker exec --env ******** --env ******** 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent -k [2021-04-27T15:59:20.089Z] unset SSH_AUTH_SOCK; [2021-04-27T15:59:20.089Z] unset SSH_AGENT_PID; [2021-04-27T15:59:20.089Z] echo Agent pid 18 killed; [2021-04-27T15:59:20.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T15:59:20.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T15:59:20.186Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T15:59:20.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T15:59:20.376Z] $ docker exec 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent [2021-04-27T15:59:20.558Z] SSH_AUTH_SOCK=/tmp/ssh-I3EB0aP2Dz2A/agent.47 [2021-04-27T15:59:20.558Z] SSH_AGENT_PID=53 [2021-04-27T15:59:20.566Z] Running ssh-add (command line suppressed) [2021-04-27T15:59:20.704Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8877664477032133121.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8877664477032133121.key) [2021-04-27T15:59:20.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T15:59:21.182Z] + git semver init [2021-04-27T15:59:21.182Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T15:59:21.182Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-27T15:59:21.182Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-27T15:59:21.182Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T15:59:21.182Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T15:59:21.182Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T15:59:21.182Z] # $SEMVER_BRANCH = master [2021-04-27T15:59:21.182Z] # $SEMVER_TEMP = /tmp/semver-378129343 [2021-04-27T15:59:21.182Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-04-27T15:59:21.758Z] # '/tmp/semver-378129343' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-04-27T15:59:21.758Z] # -> Force: false [2021-04-27T15:59:21.758Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-27T15:59:21.773Z] $ docker exec --env ******** --env ******** 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 ssh-agent -k [2021-04-27T15:59:21.921Z] unset SSH_AUTH_SOCK; [2021-04-27T15:59:21.921Z] unset SSH_AGENT_PID; [2021-04-27T15:59:21.921Z] echo Agent pid 53 killed; [2021-04-27T15:59:21.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T15:59:22.312Z] + git semver [Pipeline] } [2021-04-27T15:59:22.334Z] $ docker stop --time=1 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 [2021-04-27T15:59:23.901Z] $ docker rm -f 11b5284c23e5f5680f92e83ed00af86b52ee77bc38748ed58fcb2ac2016ed752 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T15:59:24.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T15:59:24.696Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T15:59:24.701Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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-27T15:59:39.885Z] Still waiting to schedule task [2021-04-27T15:59:39.885Z] ‘prd-centos7-docker-4c-2g-2018’ is offline; ‘prd-centos7-docker-4c-2g-2021’ is offline; ‘prd-centos7-docker-4c-2g-2026’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-27T15:59:39.894Z] Still waiting to schedule task [2021-04-27T15:59:39.894Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ is offline [2021-04-27T16:00:45.812Z] Running on prd-centos7-docker-4c-2g-2024 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-27T16:00:45.830Z] Running in /w/workspace/go-mod-secrets/42 [Pipeline] { [Pipeline] checkout [2021-04-27T16:00:57.114Z] using credential edgex-jenkins-ssh [2021-04-27T16:00:57.135Z] Cloning the remote Git repository [2021-04-27T16:00:57.255Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:00:57.384Z] > git init /w/workspace/go-mod-secrets/42 # timeout=10 [2021-04-27T16:00:57.579Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:00:57.580Z] > git --version # timeout=10 [2021-04-27T16:00:58.971Z] Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) [2021-04-27T16:00:57.653Z] > git --version # 'git version 2.24.3' [2021-04-27T16:00:57.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:00:57.728Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:00:58.443Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-27T16:00:58.454Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:00:58.487Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-27T16:00:58.541Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:00:58.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:00:58.549Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:00:58.985Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:00:58.992Z] > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 [2021-04-27T16:01:03.396Z] Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:01:05.006Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:01:05.702Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:01:06.244Z] + sudo service docker restart [2021-04-27T16:01:06.244Z] + true [2021-04-27T16:01:06.244Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-27T16:01:08.901Z] ========================================================= [2021-04-27T16:01:08.901Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T16:01:08.901Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:01:09.238Z] + 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-27T16:01:10.254Z] Sending build context to Docker daemon 656.9kB [2021-04-27T16:01:10.254Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-27T16:01:10.254Z] Step 2/7 : FROM ${BASE} [2021-04-27T16:01:10.548Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T16:01:10.548Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T16:01:10.548Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T16:01:10.548Z] de9db76c5a1d: Pulling fs layer [2021-04-27T16:01:10.548Z] bca2f99d35d6: Pulling fs layer [2021-04-27T16:01:10.548Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T16:01:10.548Z] 7c6f9722023f: Pulling fs layer [2021-04-27T16:01:10.548Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T16:01:10.548Z] 93359f2a8cfa: Waiting [2021-04-27T16:01:10.548Z] bca2f99d35d6: Waiting [2021-04-27T16:01:10.548Z] 7c6f9722023f: Waiting [2021-04-27T16:01:10.548Z] a35cf1a2eb13: Waiting [2021-04-27T16:01:10.548Z] de9db76c5a1d: Download complete [2021-04-27T16:01:10.548Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T16:01:10.548Z] 0ef7d3d256c8: Download complete [2021-04-27T16:01:10.548Z] 93359f2a8cfa: Download complete [2021-04-27T16:01:10.548Z] 7c6f9722023f: Verifying Checksum [2021-04-27T16:01:10.548Z] 7c6f9722023f: Download complete [2021-04-27T16:01:10.548Z] 188c0c94c7c5: Download complete [2021-04-27T16:01:11.146Z] 188c0c94c7c5: Pull complete [2021-04-27T16:01:11.436Z] 0ef7d3d256c8: Pull complete [2021-04-27T16:01:11.717Z] de9db76c5a1d: Pull complete [2021-04-27T16:01:13.735Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T16:01:13.735Z] a35cf1a2eb13: Download complete [2021-04-27T16:01:15.770Z] bca2f99d35d6: Verifying Checksum [2021-04-27T16:01:15.770Z] bca2f99d35d6: Download complete [2021-04-27T16:01:31.039Z] bca2f99d35d6: Pull complete [2021-04-27T16:01:31.039Z] 93359f2a8cfa: Pull complete [2021-04-27T16:01:31.039Z] 7c6f9722023f: Pull complete [2021-04-27T16:01:38.071Z] a35cf1a2eb13: Pull complete [2021-04-27T16:01:38.071Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T16:01:38.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T16:01:38.071Z] ---> a62c8e92a672 [2021-04-27T16:01:38.071Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:01:38.375Z] ---> Running in 5e9588a2dc2b [2021-04-27T16:01:39.006Z] Removing intermediate container 5e9588a2dc2b [2021-04-27T16:01:39.006Z] ---> 74c65fb07236 [2021-04-27T16:01:39.006Z] Step 4/7 : RUN apk add --update bash [2021-04-27T16:01:39.363Z] ---> Running in 8ad16169042a [2021-04-27T16:01:41.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T16:01:42.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T16:01:43.439Z] OK: 166 MiB in 39 packages [2021-04-27T16:01:45.052Z] Removing intermediate container 8ad16169042a [2021-04-27T16:01:45.052Z] ---> 7a39f635dda7 [2021-04-27T16:01:45.052Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-27T16:01:45.052Z] ---> Running in 8a823f037408 [2021-04-27T16:01:45.641Z] Removing intermediate container 8a823f037408 [2021-04-27T16:01:45.641Z] ---> 01c96eceb421 [2021-04-27T16:01:45.641Z] Step 6/7 : COPY go.mod . [2021-04-27T16:01:45.907Z] ---> 40d90471dabf [2021-04-27T16:01:45.907Z] Step 7/7 : RUN go mod download [2021-04-27T16:01:46.189Z] ---> Running in 0442b5086c65 [2021-04-27T16:02:08.140Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2029 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-04-27T16:02:08.165Z] Running in /w/workspace/go-mod-secrets/42 [Pipeline] { [Pipeline] checkout [2021-04-27T16:02:14.068Z] using credential edgex-jenkins-ssh [2021-04-27T16:02:14.089Z] Cloning the remote Git repository [2021-04-27T16:02:14.126Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:02:14.230Z] > git init /w/workspace/go-mod-secrets/42 # timeout=10 [2021-04-27T16:02:14.356Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:02:14.357Z] > git --version # timeout=10 [2021-04-27T16:02:14.381Z] > git --version # 'git version 2.17.1' [2021-04-27T16:02:14.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:02:14.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:02:15.298Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-27T16:02:15.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:02:15.362Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-27T16:02:15.403Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-27T16:02:15.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:02:15.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:02:16.040Z] Checking out Revision 8370c4402865db354eb2527b19f557b5f191707d (master) [2021-04-27T16:02:16.059Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:02:16.084Z] > git checkout -f 8370c4402865db354eb2527b19f557b5f191707d # timeout=10 [2021-04-27T16:02:19.300Z] Removing intermediate container 0442b5086c65 [2021-04-27T16:02:19.300Z] ---> 45b260ba79c6 [2021-04-27T16:02:19.300Z] Successfully built 45b260ba79c6 [2021-04-27T16:02:19.300Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:02:19.730Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:02:20.436Z] . [Pipeline] withDockerContainer [2021-04-27T16:02:20.512Z] Commit message: "Merge pull request #108 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.75" [2021-04-27T16:02:21.050Z] prd-centos7-docker-4c-2g-2024 does not seem to be running inside a container [2021-04-27T16:02:21.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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-27T16:02:22.467Z] $ docker top 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:02:23.158Z] + go version [2021-04-27T16:02:23.158Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T16:02:23.645Z] $ docker stop --time=1 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 [2021-04-27T16:02:23.948Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-27T16:02:25.875Z] $ docker rm -f 6c2be2e417f3e1ee61b95b2fdf418125cea2ffc92d3af6e6ff710a04e4efa8d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:02:26.382Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:02:26.600Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:02:26.600Z] . [Pipeline] withDockerContainer [2021-04-27T16:02:26.754Z] + sudo service docker restart [2021-04-27T16:02:26.754Z] + true [2021-04-27T16:02:26.961Z] prd-centos7-docker-4c-2g-2024 does not seem to be running inside a container [2021-04-27T16:02:27.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@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-27T16:02:28.775Z] $ docker top 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-04-27T16:02:29.351Z] ========================================================= [2021-04-27T16:02:29.351Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T16:02:29.351Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:02:29.714Z] + 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-27T16:02:29.931Z] + make test [2021-04-27T16:02:29.931Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-27T16:02:30.707Z] Sending build context to Docker daemon 655.4kB [2021-04-27T16:02:30.707Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-27T16:02:30.707Z] Step 2/7 : FROM ${BASE} [2021-04-27T16:02:30.982Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T16:02:30.982Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T16:02:30.982Z] a4357932f1b6: Pulling fs layer [2021-04-27T16:02:30.982Z] 18c013af1878: Pulling fs layer [2021-04-27T16:02:30.982Z] 00ac8860ef70: Pulling fs layer [2021-04-27T16:02:30.982Z] 63d7cb157983: Pulling fs layer [2021-04-27T16:02:30.982Z] b116817d02f9: Pulling fs layer [2021-04-27T16:02:30.982Z] 745a02a5169b: Pulling fs layer [2021-04-27T16:02:30.982Z] 00ac8860ef70: Waiting [2021-04-27T16:02:30.982Z] 63d7cb157983: Waiting [2021-04-27T16:02:30.982Z] b116817d02f9: Waiting [2021-04-27T16:02:30.982Z] 745a02a5169b: Waiting [2021-04-27T16:02:30.982Z] 18c013af1878: Verifying Checksum [2021-04-27T16:02:30.982Z] 18c013af1878: Download complete [2021-04-27T16:02:30.982Z] a4357932f1b6: Verifying Checksum [2021-04-27T16:02:30.982Z] a4357932f1b6: Download complete [2021-04-27T16:02:30.982Z] 63d7cb157983: Verifying Checksum [2021-04-27T16:02:30.982Z] 63d7cb157983: Download complete [2021-04-27T16:02:30.982Z] b116817d02f9: Verifying Checksum [2021-04-27T16:02:30.982Z] b116817d02f9: Download complete [2021-04-27T16:02:30.982Z] 5f621e34cdf4: Verifying Checksum [2021-04-27T16:02:30.982Z] 5f621e34cdf4: Download complete [2021-04-27T16:02:31.973Z] 5f621e34cdf4: Pull complete [2021-04-27T16:02:32.250Z] a4357932f1b6: Pull complete [2021-04-27T16:02:32.857Z] 18c013af1878: Pull complete [2021-04-27T16:02:33.129Z] 745a02a5169b: Verifying Checksum [2021-04-27T16:02:33.129Z] 745a02a5169b: Download complete [2021-04-27T16:02:34.560Z] 00ac8860ef70: Verifying Checksum [2021-04-27T16:02:34.560Z] 00ac8860ef70: Download complete [2021-04-27T16:02:44.734Z] 00ac8860ef70: Pull complete [2021-04-27T16:02:44.734Z] 63d7cb157983: Pull complete [2021-04-27T16:02:44.734Z] b116817d02f9: Pull complete [2021-04-27T16:02:48.150Z] 745a02a5169b: Pull complete [2021-04-27T16:02:48.150Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T16:02:48.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T16:02:48.150Z] ---> b7e6874047d6 [2021-04-27T16:02:48.150Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:02:50.774Z] ---> Running in 5bef7dedc977 [2021-04-27T16:02:51.047Z] Removing intermediate container 5bef7dedc977 [2021-04-27T16:02:51.047Z] ---> 4d8708de5066 [2021-04-27T16:02:51.047Z] Step 4/7 : RUN apk add --update bash [2021-04-27T16:02:51.320Z] ---> Running in 39fda55914d4 [2021-04-27T16:02:52.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T16:02:53.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T16:02:54.723Z] OK: 142 MiB in 39 packages [2021-04-27T16:02:56.159Z] Removing intermediate container 39fda55914d4 [2021-04-27T16:02:56.159Z] ---> f3bcb4a4024b [2021-04-27T16:02:56.159Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-27T16:02:56.159Z] ---> Running in 73c52eee6b81 [2021-04-27T16:02:56.765Z] Removing intermediate container 73c52eee6b81 [2021-04-27T16:02:56.765Z] ---> 373d6bcedc07 [2021-04-27T16:02:56.765Z] Step 6/7 : COPY go.mod . [2021-04-27T16:02:57.139Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.321s coverage: 81.0% of statements [2021-04-27T16:02:57.139Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.031s coverage: 57.1% of statements [2021-04-27T16:02:57.139Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-27T16:02:57.139Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.015s coverage: 96.7% of statements [2021-04-27T16:02:57.139Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.014s coverage: 89.5% of statements [2021-04-27T16:02:57.139Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-27T16:02:57.139Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.008s coverage: 100.0% of statements [2021-04-27T16:02:57.140Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-27T16:02:57.140Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.012s coverage: 85.7% of statements [2021-04-27T16:02:57.140Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.024s coverage: 100.0% of statements [2021-04-27T16:02:57.140Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-27T16:02:57.140Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:02:57.359Z] ---> ad38ae858ad4 [2021-04-27T16:02:57.359Z] Step 7/7 : RUN go mod download [2021-04-27T16:02:57.632Z] ---> Running in dda34371a1ad [2021-04-27T16:02:59.464Z] gofmt -l . [2021-04-27T16:02:59.738Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:02:59.773Z] $ docker stop --time=1 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed [2021-04-27T16:03:02.736Z] $ docker rm -f 24aef0ccce13e058120b6aa9794e350152e5169664454ee5eddaf2c0401ba7ed [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:03:03.560Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:03:04.176Z] 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-27T16:03:04.859Z] ---> job-cost.sh [2021-04-27T16:03:04.860Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E8hr [2021-04-27T16:03:16.007Z] Removing intermediate container dda34371a1ad [2021-04-27T16:03:16.007Z] ---> 5c7aab654439 [2021-04-27T16:03:16.007Z] Successfully built 5c7aab654439 [2021-04-27T16:03:16.007Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:03:16.351Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:03:16.352Z] . [Pipeline] withDockerContainer [2021-04-27T16:03:16.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-2029 does not seem to be running inside a container [2021-04-27T16:03:16.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-27T16:03:18.077Z] $ docker top d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:03:18.999Z] + go version [2021-04-27T16:03:18.999Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T16:03:19.024Z] $ docker stop --time=1 d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 [2021-04-27T16:03:20.859Z] $ docker rm -f d161bf83c30a8e78ae3916ec60109d0f6cfe822a72dd42d9c2545e7f51dc4b25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:03:21.561Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:03:21.561Z] . [Pipeline] withDockerContainer [2021-04-27T16:03:21.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-2029 does not seem to be running inside a container [2021-04-27T16:03:21.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/42 -v /w/workspace/go-mod-secrets/42:/w/workspace/go-mod-secrets/42:rw,z -v /w/workspace/go-mod-secrets/42@tmp:/w/workspace/go-mod-secrets/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-27T16:03:23.427Z] $ docker top 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:03:24.405Z] + make test [2021-04-27T16:03:24.405Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-27T16:03:31.767Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.476s coverage: 81.0% of statements [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.026s coverage: 57.1% of statements [2021-04-27T16:03:56.811Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.026s coverage: 96.7% of statements [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements [2021-04-27T16:03:56.811Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.023s coverage: 100.0% of statements [2021-04-27T16:03:56.811Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.043s coverage: 85.7% of statements [2021-04-27T16:03:56.811Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.018s coverage: 100.0% of statements [2021-04-27T16:03:56.811Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-27T16:03:57.084Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:04:00.468Z] gofmt -l . [2021-04-27T16:04:00.738Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:04:00.765Z] $ docker stop --time=1 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 [2021-04-27T16:04:02.864Z] $ docker rm -f 8edc277e02e475e7adbf761f3d7045b6483250c77e6202b3dd43960d8fce5486 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:04:03.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:04:03.580Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T16:04:04.440Z] 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-27T16:04:05.001Z] ---> job-cost.sh [2021-04-27T16:04:05.001Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-caI5 [2021-04-27T16:04:19.103Z] lf-activate-venv(): INFO: Adding /tmp/venv-E8hr/bin to PATH [2021-04-27T16:04:19.103Z] INFO: No Stack... [2021-04-27T16:04:19.103Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:04:19.103Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:04:19.484Z] + cat /w/workspace/go-mod-secrets/42/archives/cost.csv [2021-04-27T16:04:19.484Z] + cut -d, -f6 [Pipeline] lock [2021-04-27T16:04:19.602Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [2021-04-27T16:04:19.607Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] did not exist. Created. [2021-04-27T16:04:19.608Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:04:19.966Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-27T16:04:20.147Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:04:20.158Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T16:04:52.022Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:06:28.813Z] lf-activate-venv(): INFO: Adding /tmp/venv-caI5/bin to PATH [2021-04-27T16:06:28.813Z] INFO: No Stack... [2021-04-27T16:06:28.813Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T16:06:28.813Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:06:29.159Z] + cut -d,+ -f6 [2021-04-27T16:06:29.160Z] cat /w/workspace/go-mod-secrets/42/archives/cost.csv [Pipeline] lock [2021-04-27T16:06:29.277Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [2021-04-27T16:06:29.290Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] did not exist. Created. [2021-04-27T16:06:29.291Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:06:29.671Z] /w/workspace/go-mod-secrets/42@tmp/durable-ed2418c9/script.sh: 1: /w/workspace/go-mod-secrets/42@tmp/durable-ed2418c9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-27T16:06:30.024Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T16:06:30.058Z] Warning: overwriting stash ‘stack-cost’ [2021-04-27T16:06:30.212Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:06:30.235Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-42-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-27T16:06:30.689Z] provisioning config files... [2021-04-27T16:06:30.704Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3014789176678303849tmp [Pipeline] { [Pipeline] sh [2021-04-27T16:06:31.030Z] + set +x [2021-04-27T16:06:31.030Z] + curl -s https://codecov.io/bash [2021-04-27T16:06:31.030Z] + bash -s -- [2021-04-27T16:06:31.295Z] [2021-04-27T16:06:31.295Z] _____ _ [2021-04-27T16:06:31.295Z] / ____| | | [2021-04-27T16:06:31.295Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T16:06:31.295Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T16:06:31.295Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T16:06:31.295Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T16:06:31.295Z] Bash-1.0.2 [2021-04-27T16:06:31.295Z] [2021-04-27T16:06:31.295Z] [2021-04-27T16:06:31.295Z] ==> git version 2.24.3 found [2021-04-27T16:06:31.295Z] ==> 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-27T16:06:31.295Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T16:06:31.295Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T16:06:31.295Z] ==> Jenkins CI detected. [2021-04-27T16:06:31.295Z] project root: . [2021-04-27T16:06:31.295Z] --> token set from env [2021-04-27T16:06:31.295Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T16:06:31.295Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T16:06:31.295Z] ==> Python coveragepy not found [2021-04-27T16:06:31.295Z] ==> Searching for coverage reports in: [2021-04-27T16:06:31.295Z] + . [2021-04-27T16:06:31.295Z] -> Found 1 reports [2021-04-27T16:06:31.295Z] ==> Detecting git/mercurial file structure [2021-04-27T16:06:31.295Z] ==> Reading reports [2021-04-27T16:06:31.295Z] + ./coverage.out bytes=29117 [2021-04-27T16:06:31.295Z] ==> Appending adjustments [2021-04-27T16:06:31.295Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T16:06:31.576Z] + Found adjustments [2021-04-27T16:06:31.576Z] ==> Gzipping contents [2021-04-27T16:06:31.576Z] 8.0K /tmp/codecov.Ex8xBG.gz [2021-04-27T16:06:31.576Z] ==> Uploading reports [2021-04-27T16:06:31.576Z] url: https://codecov.io [2021-04-27T16:06:31.576Z] query: branch=master&commit=8370c4402865db354eb2527b19f557b5f191707d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T16:06:31.576Z] -> Pinging Codecov [2021-04-27T16:06:31.576Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=8370c4402865db354eb2527b19f557b5f191707d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T16:06:31.890Z] -> Uploading to [2021-04-27T16:06:31.890Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/D63849C06B6B67093493C71CE874ED06/8370c4402865db354eb2527b19f557b5f191707d/9d753039-0cc5-46c8-9fcb-bf441599482a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T160631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e8730463a7cf84be5a87fd0ce50476235f280df9e4512650ecff40285e2cb91 [2021-04-27T16:06:32.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T16:06:32.177Z] Dload Upload Total Spent Left Speed [2021-04-27T16:06:32.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5956 0 0 100 5956 0 12655 --:--:-- --:--:-- --:--:-- 12672 [2021-04-27T16:06:32.447Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/8370c4402865db354eb2527b19f557b5f191707d [Pipeline] } [2021-04-27T16:06:32.458Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-27T16:06:32.777Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-27T16:06:32.806Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:06:33.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:06:33.123Z] [2021-04-27T16:06:33.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:06:33.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:06:33.470Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-27T16:06:33.470Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T16:06:33.470Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T16:06:33.470Z] de9db76c5a1d: Pulling fs layer [2021-04-27T16:06:33.470Z] 0eba1c9be4d2: Pulling fs layer [2021-04-27T16:06:33.470Z] 0d57e429df01: Pulling fs layer [2021-04-27T16:06:33.470Z] 4e4be7b47b0d: Pulling fs layer [2021-04-27T16:06:33.470Z] e1f770b5df2f: Pulling fs layer [2021-04-27T16:06:33.470Z] 85a0685a4137: Pulling fs layer [2021-04-27T16:06:33.470Z] 0d57e429df01: Waiting [2021-04-27T16:06:33.470Z] e1f770b5df2f: Waiting [2021-04-27T16:06:33.470Z] 85a0685a4137: Waiting [2021-04-27T16:06:33.470Z] 0eba1c9be4d2: Waiting [2021-04-27T16:06:33.470Z] de9db76c5a1d: Verifying Checksum [2021-04-27T16:06:33.470Z] de9db76c5a1d: Download complete [2021-04-27T16:06:33.470Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T16:06:33.470Z] 0ef7d3d256c8: Download complete [2021-04-27T16:06:33.470Z] 0d57e429df01: Download complete [2021-04-27T16:06:33.470Z] 4e4be7b47b0d: Verifying Checksum [2021-04-27T16:06:33.470Z] 4e4be7b47b0d: Download complete [2021-04-27T16:06:33.470Z] 188c0c94c7c5: Download complete [2021-04-27T16:06:34.051Z] 188c0c94c7c5: Pull complete [2021-04-27T16:06:34.051Z] 0ef7d3d256c8: Pull complete [2021-04-27T16:06:34.316Z] de9db76c5a1d: Pull complete [2021-04-27T16:06:35.987Z] e1f770b5df2f: Verifying Checksum [2021-04-27T16:06:36.945Z] 0eba1c9be4d2: Verifying Checksum [2021-04-27T16:06:36.945Z] 0eba1c9be4d2: Download complete [2021-04-27T16:06:37.530Z] 85a0685a4137: Verifying Checksum [2021-04-27T16:06:37.530Z] 85a0685a4137: Download complete [2021-04-27T16:06:44.184Z] 0eba1c9be4d2: Pull complete [2021-04-27T16:06:44.184Z] 0d57e429df01: Pull complete [2021-04-27T16:06:44.184Z] 4e4be7b47b0d: Pull complete [2021-04-27T16:06:45.145Z] e1f770b5df2f: Pull complete [2021-04-27T16:06:53.362Z] 85a0685a4137: Pull complete [2021-04-27T16:06:53.362Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-27T16:06:53.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:06:53.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-27T16:06:53.610Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:06:53.663Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-27T16:06:54.832Z] $ docker top b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T16:06:55.018Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-27T16:06:55.331Z] + set -o pipefail [2021-04-27T16:06:55.331Z] + snyk monitor '--org=edgex-jenkins' [2021-04-27T16:07:01.948Z] [2021-04-27T16:07:01.948Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-04-27T16:07:01.948Z] [2021-04-27T16:07:01.948Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/0c059fc9-a0b4-4a89-aa27-6fae74c2a748 [2021-04-27T16:07:01.948Z] [2021-04-27T16:07:01.949Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-27T16:07:01.949Z] [2021-04-27T16:07:01.949Z] [Pipeline] } [2021-04-27T16:07:01.964Z] $ docker stop --time=1 b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 [2021-04-27T16:07:04.006Z] $ docker rm -f b10fb0ae41ce357453e828b2d48659b6b5b3a8eb53895f7a1577678199e90018 [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-27T16:07:04.829Z] + git log --format=format:%s -1 8370c4402865db354eb2527b19f557b5f191707d [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:07:05.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:07:05.142Z] . [Pipeline] withDockerContainer [2021-04-27T16:07:05.267Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:07:05.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:07:06.615Z] $ docker top e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:07:06.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:07:06.863Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:07:07.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:07:07.168Z] $ docker exec e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 ssh-agent [2021-04-27T16:07:07.377Z] SSH_AUTH_SOCK=/tmp/ssh-X4arUiPzzSms/agent.12 [2021-04-27T16:07:07.377Z] SSH_AGENT_PID=17 [2021-04-27T16:07:07.386Z] Running ssh-add (command line suppressed) [2021-04-27T16:07:07.528Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2113438451316538704.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2113438451316538704.key) [2021-04-27T16:07:07.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:07:07.899Z] + git semver tag [2021-04-27T16:07:07.899Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:07:07.899Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-27T16:07:07.899Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-27T16:07:07.899Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:07:07.899Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:07:07.899Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:07:07.899Z] # $SEMVER_BRANCH = master [2021-04-27T16:07:07.899Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-27T16:07:07.899Z] # 8370c4402865db354eb2527b19f557b5f191707d HEAD [2021-04-27T16:07:07.899Z] # -> Force: false [2021-04-27T16:07:07.899Z] # e0de11f2b796209de734d2447924f3cfd4bea673 refs/tags/v2.0.0-dev.18 [Pipeline] } [2021-04-27T16:07:07.913Z] $ docker exec --env ******** --env ******** e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 ssh-agent -k [2021-04-27T16:07:08.048Z] unset SSH_AUTH_SOCK; [2021-04-27T16:07:08.048Z] unset SSH_AGENT_PID; [2021-04-27T16:07:08.048Z] echo Agent pid 17 killed; [2021-04-27T16:07:08.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:07:08.463Z] + git semver [Pipeline] } [2021-04-27T16:07:08.483Z] $ docker stop --time=1 e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 [2021-04-27T16:07:09.892Z] $ docker rm -f e6b97471d552470fd3b21fd647cbb41a40d8bd4c674a0320b9b1378d3a9ebdc6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:07:10.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:07:10.409Z] [2021-04-27T16:07:10.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:07:10.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:07:10.737Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-27T16:07:10.737Z] ab5ef0e58194: Pulling fs layer [2021-04-27T16:07:10.737Z] 9712f1f96733: Pulling fs layer [2021-04-27T16:07:10.737Z] 63f879dbbcfc: Pulling fs layer [2021-04-27T16:07:10.737Z] 0d9ebad4ef96: Pulling fs layer [2021-04-27T16:07:10.737Z] e9a5061849ea: Pulling fs layer [2021-04-27T16:07:10.737Z] d747dcd14b5f: Pulling fs layer [2021-04-27T16:07:10.737Z] 2de7ff778b66: Pulling fs layer [2021-04-27T16:07:10.737Z] e9a5061849ea: Waiting [2021-04-27T16:07:10.737Z] d747dcd14b5f: Waiting [2021-04-27T16:07:10.737Z] 2de7ff778b66: Waiting [2021-04-27T16:07:10.737Z] 0d9ebad4ef96: Waiting [2021-04-27T16:07:10.737Z] 9712f1f96733: Verifying Checksum [2021-04-27T16:07:10.737Z] 9712f1f96733: Download complete [2021-04-27T16:07:12.685Z] 63f879dbbcfc: Download complete [2021-04-27T16:07:12.685Z] e9a5061849ea: Verifying Checksum [2021-04-27T16:07:12.685Z] e9a5061849ea: Download complete [2021-04-27T16:07:12.685Z] d747dcd14b5f: Verifying Checksum [2021-04-27T16:07:12.685Z] d747dcd14b5f: Download complete [2021-04-27T16:07:12.952Z] 2de7ff778b66: Verifying Checksum [2021-04-27T16:07:12.952Z] 2de7ff778b66: Download complete [2021-04-27T16:07:12.952Z] 0d9ebad4ef96: Verifying Checksum [2021-04-27T16:07:12.952Z] 0d9ebad4ef96: Download complete [2021-04-27T16:07:12.952Z] ab5ef0e58194: Verifying Checksum [2021-04-27T16:07:12.952Z] ab5ef0e58194: Download complete [2021-04-27T16:07:17.195Z] ab5ef0e58194: Pull complete [2021-04-27T16:07:17.459Z] 9712f1f96733: Pull complete [2021-04-27T16:07:20.783Z] 63f879dbbcfc: Pull complete [2021-04-27T16:07:27.478Z] 0d9ebad4ef96: Pull complete [2021-04-27T16:07:28.435Z] e9a5061849ea: Pull complete [2021-04-27T16:07:28.435Z] d747dcd14b5f: Pull complete [2021-04-27T16:07:31.010Z] 2de7ff778b66: Pull complete [2021-04-27T16:07:31.010Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-27T16:07:31.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:07:31.010Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-27T16:07:31.248Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:07:31.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-27T16:07:35.249Z] $ docker top 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-27T16:07:35.517Z] provisioning config files... [2021-04-27T16:07:35.528Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6133718659189317423tmp [2021-04-27T16:07:35.545Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4876348524412275503tmp [2021-04-27T16:07:35.563Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config406327706502485522tmp [Pipeline] { [Pipeline] echo [2021-04-27T16:07:35.586Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:07:35.888Z] ---> sigul-configuration.sh [2021-04-27T16:07:35.888Z] gpg: directory `/root/.gnupg' created [2021-04-27T16:07:35.888Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-27T16:07:35.888Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-27T16:07:35.888Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-27T16:07:35.888Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-27T16:07:35.888Z] gpg: CAST5 encrypted data [2021-04-27T16:07:36.154Z] gpg: encrypted with 1 passphrase [2021-04-27T16:07:36.154Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-27T16:07:36.476Z] + mkdir /home/jenkins [2021-04-27T16:07:36.476Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-27T16:07:36.784Z] + 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-27T16:07:36.798Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:07:37.099Z] ---> sigul-install.sh [2021-04-27T16:07:43.705Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-27T16:07:44.005Z] + git tag --list [2021-04-27T16:07:44.005Z] v0.0.0 [2021-04-27T16:07:44.005Z] v0.0.1 [2021-04-27T16:07:44.005Z] v0.0.10 [2021-04-27T16:07:44.005Z] v0.0.11 [2021-04-27T16:07:44.005Z] v0.0.12 [2021-04-27T16:07:44.005Z] v0.0.13 [2021-04-27T16:07:44.005Z] v0.0.14 [2021-04-27T16:07:44.005Z] v0.0.15 [2021-04-27T16:07:44.005Z] v0.0.16 [2021-04-27T16:07:44.005Z] v0.0.17 [2021-04-27T16:07:44.005Z] v0.0.18 [2021-04-27T16:07:44.005Z] v0.0.19 [2021-04-27T16:07:44.005Z] v0.0.2 [2021-04-27T16:07:44.005Z] v0.0.20 [2021-04-27T16:07:44.005Z] v0.0.21 [2021-04-27T16:07:44.005Z] v0.0.22 [2021-04-27T16:07:44.005Z] v0.0.23 [2021-04-27T16:07:44.005Z] v0.0.24 [2021-04-27T16:07:44.005Z] v0.0.25 [2021-04-27T16:07:44.005Z] v0.0.26 [2021-04-27T16:07:44.005Z] v0.0.27 [2021-04-27T16:07:44.005Z] v0.0.28 [2021-04-27T16:07:44.005Z] v0.0.29 [2021-04-27T16:07:44.005Z] v0.0.3 [2021-04-27T16:07:44.005Z] v0.0.30 [2021-04-27T16:07:44.005Z] v0.0.31 [2021-04-27T16:07:44.005Z] v0.0.32 [2021-04-27T16:07:44.005Z] v0.0.33 [2021-04-27T16:07:44.005Z] v0.0.4 [2021-04-27T16:07:44.005Z] v0.0.5 [2021-04-27T16:07:44.005Z] v0.0.6 [2021-04-27T16:07:44.005Z] v0.0.7 [2021-04-27T16:07:44.005Z] v0.0.8 [2021-04-27T16:07:44.005Z] v0.0.9 [2021-04-27T16:07:44.005Z] v2.0.0-dev.1 [2021-04-27T16:07:44.005Z] v2.0.0-dev.10 [2021-04-27T16:07:44.005Z] v2.0.0-dev.11 [2021-04-27T16:07:44.005Z] v2.0.0-dev.12 [2021-04-27T16:07:44.005Z] v2.0.0-dev.13 [2021-04-27T16:07:44.005Z] v2.0.0-dev.14 [2021-04-27T16:07:44.005Z] v2.0.0-dev.15 [2021-04-27T16:07:44.005Z] v2.0.0-dev.16 [2021-04-27T16:07:44.005Z] v2.0.0-dev.17 [2021-04-27T16:07:44.005Z] v2.0.0-dev.18 [2021-04-27T16:07:44.005Z] v2.0.0-dev.2 [2021-04-27T16:07:44.005Z] v2.0.0-dev.3 [2021-04-27T16:07:44.005Z] v2.0.0-dev.4 [2021-04-27T16:07:44.005Z] v2.0.0-dev.5 [2021-04-27T16:07:44.005Z] v2.0.0-dev.6 [2021-04-27T16:07:44.005Z] v2.0.0-dev.7 [2021-04-27T16:07:44.005Z] v2.0.0-dev.8 [2021-04-27T16:07:44.005Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-27T16:07:44.304Z] + lftools sign git-tag v2.0.0-dev.18 [2021-04-27T16:07:45.710Z] Signing Git tag with Sigul... [2021-04-27T16:07:45.710Z] Signing v2.0.0-dev.18 [Pipeline] echo [2021-04-27T16:07:46.666Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:07:46.964Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-27T16:07:46.974Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-27T16:07:47.015Z] $ docker stop --time=1 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 [2021-04-27T16:07:49.264Z] $ docker rm -f 6f02abd6b878f7c44ab94339dfac799059a8c90b39aa56f4fe3f1b82370790c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:07:49.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:07:49.959Z] . [Pipeline] withDockerContainer [2021-04-27T16:07:50.104Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:07:50.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:07:51.166Z] $ docker top e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:07:51.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:07:51.372Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:07:51.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:07:51.639Z] $ docker exec e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 ssh-agent [2021-04-27T16:07:51.837Z] SSH_AUTH_SOCK=/tmp/ssh-OgieGtUY2QoC/agent.11 [2021-04-27T16:07:51.837Z] SSH_AGENT_PID=16 [2021-04-27T16:07:51.844Z] Running ssh-add (command line suppressed) [2021-04-27T16:07:51.988Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6480339425759394519.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6480339425759394519.key) [2021-04-27T16:07:52.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:07:52.465Z] + git semver bump pre [2021-04-27T16:07:52.465Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:07:52.465Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-27T16:07:52.465Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-27T16:07:52.465Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:07:52.465Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:07:52.465Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:07:52.465Z] # $SEMVER_BRANCH = master [2021-04-27T16:07:52.465Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-04-27T16:07:52.465Z] 2.0.0-dev.19 [Pipeline] } [2021-04-27T16:07:52.478Z] $ docker exec --env ******** --env ******** e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 ssh-agent -k [2021-04-27T16:07:52.611Z] unset SSH_AUTH_SOCK; [2021-04-27T16:07:52.611Z] unset SSH_AGENT_PID; [2021-04-27T16:07:52.611Z] echo Agent pid 16 killed; [2021-04-27T16:07:52.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:07:53.013Z] + git semver [Pipeline] } [2021-04-27T16:07:53.031Z] $ docker stop --time=1 e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 [2021-04-27T16:07:54.388Z] $ docker rm -f e4a291f1f4f590dbd7f0701613f43fb3d994fbbcc809ccc83f67c1b946bdf1d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:07:54.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:07:54.815Z] . [Pipeline] withDockerContainer [2021-04-27T16:07:54.926Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:07:54.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:07:55.629Z] $ docker top 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:07:55.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:07:55.794Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:07:55.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:07:56.002Z] $ docker exec 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 ssh-agent [2021-04-27T16:07:56.213Z] SSH_AUTH_SOCK=/tmp/ssh-hEUj562LhSdu/agent.11 [2021-04-27T16:07:56.213Z] SSH_AGENT_PID=17 [2021-04-27T16:07:56.220Z] Running ssh-add (command line suppressed) [2021-04-27T16:07:56.355Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7249945009150361481.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7249945009150361481.key) [2021-04-27T16:07:56.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:07:56.724Z] + git semver push [2021-04-27T16:07:56.724Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:07:56.724Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-04-27T16:07:56.724Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-04-27T16:07:56.724Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:07:56.724Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:07:56.724Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:07:56.724Z] # $SEMVER_BRANCH = master [2021-04-27T16:07:56.724Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-04-27T16:08:00.956Z] $ docker exec --env ******** --env ******** 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 ssh-agent -k [2021-04-27T16:08:01.105Z] unset SSH_AUTH_SOCK; [2021-04-27T16:08:01.106Z] unset SSH_AGENT_PID; [2021-04-27T16:08:01.106Z] echo Agent pid 17 killed; [2021-04-27T16:08:01.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:08:01.524Z] + git semver [Pipeline] } [2021-04-27T16:08:01.543Z] $ docker stop --time=1 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 [2021-04-27T16:08:02.949Z] $ docker rm -f 8921f367bcfb0cce0fd469ca70b3bf8f06846d422c2ac2592535383c1dc0a793 [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-27T16:08:03.742Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:04.313Z] ---> package-listing.sh [2021-04-27T16:08:04.313Z] ++ facter osfamily [2021-04-27T16:08:04.313Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T16:08:04.313Z] + OS_FAMILY=redhat [2021-04-27T16:08:04.313Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-04-27T16:08:04.313Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T16:08:04.313Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T16:08:04.313Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T16:08:04.313Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T16:08:04.313Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-27T16:08:04.313Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T16:08:04.313Z] + case "${OS_FAMILY}" in [2021-04-27T16:08:04.313Z] + rpm -qa [2021-04-27T16:08:04.313Z] + sort [2021-04-27T16:08:09.641Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T16:08:09.641Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T16:08:09.641Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T16:08:09.641Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-04-27T16:08:09.641Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-04-27T16:08:09.641Z] + 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-27T16:08:09.655Z] 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-27T16:08:09.951Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:08:10.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:08:10.260Z] [2021-04-27T16:08:10.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:08:10.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:08:10.580Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T16:08:10.580Z] df20fa9351a1: Pulling fs layer [2021-04-27T16:08:10.580Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T16:08:10.580Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T16:08:10.580Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T16:08:10.580Z] 93b61091891f: Pulling fs layer [2021-04-27T16:08:10.580Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T16:08:10.580Z] 5e14af77c1be: Pulling fs layer [2021-04-27T16:08:10.580Z] 01666e4c0597: Pulling fs layer [2021-04-27T16:08:10.580Z] aa168da1d23b: Pulling fs layer [2021-04-27T16:08:10.580Z] 46f8f816bc3b: Waiting [2021-04-27T16:08:10.580Z] 93b61091891f: Waiting [2021-04-27T16:08:10.580Z] 93b9cdb0e59b: Waiting [2021-04-27T16:08:10.580Z] 5e14af77c1be: Waiting [2021-04-27T16:08:10.580Z] aa168da1d23b: Waiting [2021-04-27T16:08:10.580Z] 01666e4c0597: Waiting [2021-04-27T16:08:10.580Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T16:08:10.580Z] 36b3adc4ff6f: Download complete [2021-04-27T16:08:10.580Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T16:08:10.580Z] 46f8f816bc3b: Download complete [2021-04-27T16:08:10.580Z] df20fa9351a1: Verifying Checksum [2021-04-27T16:08:10.580Z] df20fa9351a1: Download complete [2021-04-27T16:08:10.580Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T16:08:10.580Z] 93b9cdb0e59b: Download complete [2021-04-27T16:08:10.580Z] 5e14af77c1be: Verifying Checksum [2021-04-27T16:08:10.580Z] 5e14af77c1be: Download complete [2021-04-27T16:08:10.844Z] 93b61091891f: Verifying Checksum [2021-04-27T16:08:10.844Z] 93b61091891f: Download complete [2021-04-27T16:08:10.844Z] 01666e4c0597: Verifying Checksum [2021-04-27T16:08:10.844Z] 01666e4c0597: Download complete [2021-04-27T16:08:10.844Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T16:08:10.844Z] 8ad3a11d3b57: Download complete [2021-04-27T16:08:11.422Z] df20fa9351a1: Pull complete [2021-04-27T16:08:11.690Z] 36b3adc4ff6f: Pull complete [2021-04-27T16:08:13.095Z] aa168da1d23b: Verifying Checksum [2021-04-27T16:08:13.095Z] aa168da1d23b: Download complete [2021-04-27T16:08:13.357Z] 8ad3a11d3b57: Pull complete [2021-04-27T16:08:13.621Z] 46f8f816bc3b: Pull complete [2021-04-27T16:08:13.885Z] 93b61091891f: Pull complete [2021-04-27T16:08:14.149Z] 93b9cdb0e59b: Pull complete [2021-04-27T16:08:14.149Z] 5e14af77c1be: Pull complete [2021-04-27T16:08:14.427Z] 01666e4c0597: Pull complete [2021-04-27T16:08:22.637Z] aa168da1d23b: Pull complete [2021-04-27T16:08:22.637Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T16:08:22.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:08:22.637Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T16:08:22.840Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2021-04-27T16:08:22.885Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T16:08:25.351Z] $ docker top dcf4d827606e31bbf9297cdb9ff09295545960543d881e8d281189bec8b02f59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:08:25.764Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T16:08:26.062Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T16:08:26.361Z] + ls /var/log/sa-host [2021-04-27T16:08:26.361Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T16:08:26.361Z] file_magic: OK [2021-04-27T16:08:26.361Z] HZ: Using current value: 100 [2021-04-27T16:08:26.361Z] file_header: OK [2021-04-27T16:08:26.361Z] 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-27T16:08:26.361Z] Statistics: [2021-04-27T16:08:26.361Z] Hnuu...uuuununununu... [2021-04-27T16:08:26.361Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T16:08:26.361Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T16:08:26.361Z] file_magic: OK [2021-04-27T16:08:26.361Z] HZ: Using current value: 100 [2021-04-27T16:08:26.361Z] file_header: OK [2021-04-27T16:08:26.361Z] 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-27T16:08:26.361Z] Statistics: [2021-04-27T16:08:26.361Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T16:08:26.361Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T16:08:26.529Z] provisioning config files... [2021-04-27T16:08:26.545Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3472893156138342054tmp [Pipeline] { [Pipeline] echo [2021-04-27T16:08:26.568Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:26.866Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T16:08:26.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T16:08:26.901Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:27.287Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T16:08:27.323Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:27.656Z] ---> sudo-logs.sh [2021-04-27T16:08:27.656Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T16:08:27.691Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:27.987Z] ---> job-cost.sh [2021-04-27T16:08:27.987Z] lf-activate-venv: SKIPPING [2021-04-27T16:08:27.987Z] DEBUG: total: 0.20999999344348907 [2021-04-27T16:08:27.987Z] INFO: Retrieving Stack Cost... [2021-04-27T16:08:28.936Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:08:29.510Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T16:08:29.530Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:08:29.833Z] ---> logs-deploy.sh [2021-04-27T16:08:29.833Z] lf-activate-venv: SKIPPING [2021-04-27T16:08:29.833Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/42 [2021-04-27T16:08:29.833Z] INFO: archiving workspace using pattern(s): [2021-04-27T16:08:31.227Z] Archives upload complete. [2021-04-27T16:08:31.490Z] INFO: archiving logs to Nexus