Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 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 ‘prd-centos7-docker-4c-2g-31891’ is offline Running on prd-centos7-docker-4c-2g-31898 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 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 Commit message: "Merge pull request #97 from jim-wang-intel/add-generate-registry-token-api" > git rev-list --no-walk dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T23:18:17.781Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T23:18:18.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T23:18:18.137Z] ========================================================= [2021-03-29T23:18:18.138Z] EdgeX Global Pipelines Version Info [2021-03-29T23:18:18.138Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:18:19.639Z] ------------------- [2021-03-29T23:18:19.639Z] stable info: [2021-03-29T23:18:19.639Z] ------------------- [2021-03-29T23:18:19.639Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T23:18:19.639Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T23:18:19.639Z] Message: update stable to v1.0.186 [2021-03-29T23:18:20.585Z] ------------------- [2021-03-29T23:18:20.585Z] experimental info: [2021-03-29T23:18:20.585Z] ------------------- [2021-03-29T23:18:20.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T23:18:20.585Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T23:18:20.585Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T23:18:20.920Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-03-29T23:18:21.040Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-03-29T23:18:21.147Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T23:18:21.254Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T23:18:21.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T23:18:21.472Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T23:18:21.559Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T23:18:21.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T23:18:21.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T23:18:21.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T23:18:21.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T23:18:22.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-03-29T23:18:22.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T23:18:22.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T23:18:22.379Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T23:18:22.490Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T23:18:22.576Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T23:18:22.686Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T23:18:22.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T23:18:22.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T23:18:22.955Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T23:18:23.040Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T23:18:23.134Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T23:18:23.221Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T23:18:23.340Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-29T23:18:23.477Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T23:18:23.565Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-29T23:18:23.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-29T23:18:23.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-29T23:18:23.861Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 [Pipeline] echo [2021-03-29T23:18:23.968Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39d7c97 [Pipeline] echo [2021-03-29T23:18:24.076Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T23:18:24.750Z] + git log --format=format:%s -1 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 [Pipeline] echo [2021-03-29T23:18:24.827Z] GIT_COMMIT: 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8, Commit Message: Merge pull request #97 from jim-wang-intel/add-generate-registry-token-api [Pipeline] echo [2021-03-29T23:18:24.877Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:18:25.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:18:25.760Z] [2021-03-29T23:18:25.760Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:18:26.110Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:18:26.110Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T23:18:26.110Z] 31603596830f: Pulling fs layer [2021-03-29T23:18:26.110Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T23:18:26.110Z] 6ca5941a6612: Pulling fs layer [2021-03-29T23:18:26.110Z] ecc8261a40a4: Pulling fs layer [2021-03-29T23:18:26.110Z] ecc8261a40a4: Waiting [2021-03-29T23:18:26.110Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T23:18:26.110Z] 2a8b12db71e7: Download complete [2021-03-29T23:18:26.377Z] 31603596830f: Verifying Checksum [2021-03-29T23:18:26.377Z] 31603596830f: Download complete [2021-03-29T23:18:26.377Z] ecc8261a40a4: Verifying Checksum [2021-03-29T23:18:26.377Z] ecc8261a40a4: Download complete [2021-03-29T23:18:26.377Z] 6ca5941a6612: Verifying Checksum [2021-03-29T23:18:26.377Z] 6ca5941a6612: Download complete [2021-03-29T23:18:26.641Z] 31603596830f: Pull complete [2021-03-29T23:18:26.906Z] 2a8b12db71e7: Pull complete [2021-03-29T23:18:27.484Z] 6ca5941a6612: Pull complete [2021-03-29T23:18:27.746Z] ecc8261a40a4: Pull complete [2021-03-29T23:18:27.746Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T23:18:28.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:18:28.008Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T23:18:28.112Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:18:28.162Z] $ 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-03-29T23:18:30.048Z] $ docker top 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T23:18:30.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T23:18:30.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T23:18:30.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T23:18:30.574Z] $ docker exec 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 ssh-agent [2021-03-29T23:18:30.744Z] SSH_AUTH_SOCK=/tmp/ssh-nuA2IKGYakn3/agent.12 [2021-03-29T23:18:30.744Z] SSH_AGENT_PID=17 [2021-03-29T23:18:30.826Z] Running ssh-add (command line suppressed) [2021-03-29T23:18:30.962Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2002707402490014645.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2002707402490014645.key) [2021-03-29T23:18:31.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T23:18:31.388Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T23:18:31.408Z] $ docker exec --env ******** --env ******** 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 ssh-agent -k [2021-03-29T23:18:31.523Z] unset SSH_AUTH_SOCK; [2021-03-29T23:18:31.523Z] unset SSH_AGENT_PID; [2021-03-29T23:18:31.523Z] echo Agent pid 17 killed; [2021-03-29T23:18:31.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T23:18:31.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T23:18:31.706Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T23:18:31.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T23:18:31.885Z] $ docker exec 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 ssh-agent [2021-03-29T23:18:32.049Z] SSH_AUTH_SOCK=/tmp/ssh-d7bwWGMG4527/agent.45 [2021-03-29T23:18:32.049Z] SSH_AGENT_PID=50 [2021-03-29T23:18:32.055Z] Running ssh-add (command line suppressed) [2021-03-29T23:18:32.174Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3420030083896968855.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3420030083896968855.key) [2021-03-29T23:18:32.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T23:18:32.568Z] + git semver init [2021-03-29T23:18:32.568Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T23:18:32.568Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-29T23:18:32.568Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T23:18:32.568Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T23:18:32.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T23:18:32.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T23:18:32.568Z] # $SEMVER_BRANCH = master [2021-03-29T23:18:32.568Z] # $SEMVER_TEMP = /tmp/semver-289999147 [2021-03-29T23:18:32.568Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-03-29T23:18:33.144Z] # '/tmp/semver-289999147' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-03-29T23:18:33.144Z] # -> Force: false [2021-03-29T23:18:33.144Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-29T23:18:33.158Z] $ docker exec --env ******** --env ******** 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 ssh-agent -k [2021-03-29T23:18:33.291Z] unset SSH_AUTH_SOCK; [2021-03-29T23:18:33.292Z] unset SSH_AGENT_PID; [2021-03-29T23:18:33.292Z] echo Agent pid 50 killed; [2021-03-29T23:18:33.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T23:18:33.814Z] + git semver [Pipeline] } [2021-03-29T23:18:33.831Z] $ docker stop --time=1 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 [2021-03-29T23:18:35.368Z] $ docker rm -f 06d73a68cde449093decd23c2da4fea5c42e6932e87bb59d916b8bc2986b4477 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T23:18:35.905Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T23:18:36.325Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T23:18:36.331Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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-03-29T23:18:51.940Z] Still waiting to schedule task [2021-03-29T23:18:51.941Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-29T23:18:51.948Z] Still waiting to schedule task [2021-03-29T23:18:51.948Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T23:20:31.892Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31899 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-29T23:20:31.950Z] Running in /w/workspace/go-mod-secrets/35 [Pipeline] { [Pipeline] checkout [2021-03-29T23:20:37.112Z] using credential edgex-jenkins-ssh [2021-03-29T23:20:37.167Z] Cloning the remote Git repository [2021-03-29T23:20:37.203Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:20:37.316Z] > git init /w/workspace/go-mod-secrets/35 # timeout=10 [2021-03-29T23:20:37.389Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:20:37.390Z] > git --version # timeout=10 [2021-03-29T23:20:37.410Z] > git --version # 'git version 2.17.1' [2021-03-29T23:20:37.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:20:37.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:20:38.239Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T23:20:38.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:20:38.290Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T23:20:38.839Z] Checking out Revision 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 (master) [2021-03-29T23:20:38.329Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:20:38.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:20:38.341Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T23:20:38.844Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T23:20:38.859Z] > git checkout -f 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 [2021-03-29T23:20:43.175Z] Commit message: "Merge pull request #97 from jim-wang-intel/add-generate-registry-token-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T23:20:44.785Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T23:20:45.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T23:20:45.530Z] + true [2021-03-29T23:20:45.530Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-29T23:20:48.509Z] ========================================================= [2021-03-29T23:20:48.509Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T23:20:48.509Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:20:48.906Z] + 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-03-29T23:20:49.893Z] Sending build context to Docker daemon 610.8kB [2021-03-29T23:20:49.893Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T23:20:49.893Z] Step 2/7 : FROM ${BASE} [2021-03-29T23:20:50.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T23:20:50.166Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T23:20:50.166Z] a4357932f1b6: Pulling fs layer [2021-03-29T23:20:50.166Z] 18c013af1878: Pulling fs layer [2021-03-29T23:20:50.166Z] 00ac8860ef70: Pulling fs layer [2021-03-29T23:20:50.166Z] 63d7cb157983: Pulling fs layer [2021-03-29T23:20:50.166Z] b116817d02f9: Pulling fs layer [2021-03-29T23:20:50.166Z] 745a02a5169b: Pulling fs layer [2021-03-29T23:20:50.166Z] 00ac8860ef70: Waiting [2021-03-29T23:20:50.166Z] 63d7cb157983: Waiting [2021-03-29T23:20:50.166Z] b116817d02f9: Waiting [2021-03-29T23:20:50.166Z] 745a02a5169b: Waiting [2021-03-29T23:20:50.166Z] 18c013af1878: Download complete [2021-03-29T23:20:50.166Z] a4357932f1b6: Download complete [2021-03-29T23:20:50.166Z] 63d7cb157983: Download complete [2021-03-29T23:20:51.147Z] b116817d02f9: Verifying Checksum [2021-03-29T23:20:51.147Z] b116817d02f9: Download complete [2021-03-29T23:20:51.147Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T23:20:51.147Z] 5f621e34cdf4: Download complete [2021-03-29T23:20:51.751Z] 5f621e34cdf4: Pull complete [2021-03-29T23:20:52.354Z] a4357932f1b6: Pull complete [2021-03-29T23:20:52.627Z] 18c013af1878: Pull complete [2021-03-29T23:20:53.222Z] 745a02a5169b: Download complete [2021-03-29T23:20:54.657Z] 00ac8860ef70: Verifying Checksum [2021-03-29T23:20:54.657Z] 00ac8860ef70: Download complete [2021-03-29T23:21:04.818Z] 00ac8860ef70: Pull complete [2021-03-29T23:21:04.818Z] 63d7cb157983: Pull complete [2021-03-29T23:21:05.093Z] b116817d02f9: Pull complete [2021-03-29T23:21:09.420Z] 745a02a5169b: Pull complete [2021-03-29T23:21:09.420Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T23:21:09.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T23:21:09.420Z] ---> b7e6874047d6 [2021-03-29T23:21:09.420Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T23:21:12.045Z] ---> Running in 2f5d511d8241 [2021-03-29T23:21:12.317Z] Removing intermediate container 2f5d511d8241 [2021-03-29T23:21:12.317Z] ---> 195b9c151e85 [2021-03-29T23:21:12.317Z] Step 4/7 : RUN apk add --update bash [2021-03-29T23:21:12.317Z] ---> Running in 33941fbd93c9 [2021-03-29T23:21:13.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:21:14.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:21:15.332Z] OK: 142 MiB in 39 packages [2021-03-29T23:21:16.765Z] Removing intermediate container 33941fbd93c9 [2021-03-29T23:21:16.765Z] ---> 5045fc612d7a [2021-03-29T23:21:16.765Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T23:21:16.765Z] ---> Running in 26e52018d46a [2021-03-29T23:21:17.360Z] Removing intermediate container 26e52018d46a [2021-03-29T23:21:17.361Z] ---> c182e4e5dd69 [2021-03-29T23:21:17.361Z] Step 6/7 : COPY go.mod . [2021-03-29T23:21:17.960Z] ---> 89cb95c6c383 [2021-03-29T23:21:17.960Z] Step 7/7 : RUN go mod download [2021-03-29T23:21:17.960Z] ---> Running in d6fd5bcc3c3b [2021-03-29T23:21:35.296Z] Running on prd-centos7-docker-4c-2g-31900 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-29T23:21:35.350Z] Running in /w/workspace/go-mod-secrets/35 [Pipeline] { [Pipeline] checkout [2021-03-29T23:21:36.287Z] Removing intermediate container d6fd5bcc3c3b [2021-03-29T23:21:36.287Z] ---> 7ce05a748668 [2021-03-29T23:21:36.287Z] Successfully built 7ce05a748668 [2021-03-29T23:21:36.287Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:21:36.632Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T23:21:36.632Z] . [Pipeline] withDockerContainer [2021-03-29T23:21:36.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-31899 does not seem to be running inside a container [2021-03-29T23:21:36.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/35 -v /w/workspace/go-mod-secrets/35:/w/workspace/go-mod-secrets/35:rw,z -v /w/workspace/go-mod-secrets/35@tmp:/w/workspace/go-mod-secrets/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T23:21:37.600Z] using credential edgex-jenkins-ssh [2021-03-29T23:21:37.665Z] Cloning the remote Git repository [2021-03-29T23:21:38.571Z] $ docker top 0fe2373a78bb90e88e6f5c33256e2796f146001274f079eac74b0af511c375cb -eo pid,comm [2021-03-29T23:21:37.593Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:21:37.668Z] > git init /w/workspace/go-mod-secrets/35 # timeout=10 [2021-03-29T23:21:37.734Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:21:37.734Z] > git --version # timeout=10 [2021-03-29T23:21:37.742Z] > git --version # 'git version 2.24.3' [2021-03-29T23:21:37.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:21:37.787Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:21:38.383Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T23:21:38.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:21:38.411Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T23:21:38.443Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T23:21:38.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:21:38.452Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T23:21:38.832Z] Checking out Revision 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 (master) [Pipeline] { [Pipeline] sh [2021-03-29T23:21:39.627Z] + go version [2021-03-29T23:21:39.627Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T23:21:39.652Z] $ docker stop --time=1 0fe2373a78bb90e88e6f5c33256e2796f146001274f079eac74b0af511c375cb [2021-03-29T23:21:38.836Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T23:21:38.842Z] > git checkout -f 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 # timeout=10 [2021-03-29T23:21:41.556Z] $ docker rm -f 0fe2373a78bb90e88e6f5c33256e2796f146001274f079eac74b0af511c375cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:21:42.492Z] Commit message: "Merge pull request #97 from jim-wang-intel/add-generate-registry-token-api" [2021-03-29T23:21:42.600Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T23:21:42.600Z] . [Pipeline] withDockerContainer [2021-03-29T23:21:42.869Z] prd-ubuntu18.04-docker-arm64-4c-16g-31899 does not seem to be running inside a container [2021-03-29T23:21:42.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/35 -v /w/workspace/go-mod-secrets/35:/w/workspace/go-mod-secrets/35:rw,z -v /w/workspace/go-mod-secrets/35@tmp:/w/workspace/go-mod-secrets/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T23:21:44.460Z] $ docker top a5879e6fa530caf94cc71ee9c433e5d96bcba7eafb158750f13cfe19ec802e42 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T23:21:45.501Z] + make test [2021-03-29T23:21:45.502Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-29T23:21:45.674Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T23:21:46.002Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T23:21:46.300Z] + sudo service docker restart [2021-03-29T23:21:46.300Z] + true [2021-03-29T23:21:46.300Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-29T23:21:47.851Z] ========================================================= [2021-03-29T23:21:47.852Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T23:21:47.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:21:48.194Z] + 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-03-29T23:21:48.455Z] Sending build context to Docker daemon 611.8kB [2021-03-29T23:21:48.455Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T23:21:48.455Z] Step 2/7 : FROM ${BASE} [2021-03-29T23:21:48.455Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T23:21:48.455Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T23:21:48.455Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T23:21:48.455Z] de9db76c5a1d: Pulling fs layer [2021-03-29T23:21:48.455Z] bca2f99d35d6: Pulling fs layer [2021-03-29T23:21:48.455Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T23:21:48.455Z] 7c6f9722023f: Pulling fs layer [2021-03-29T23:21:48.455Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T23:21:48.455Z] 93359f2a8cfa: Waiting [2021-03-29T23:21:48.455Z] 7c6f9722023f: Waiting [2021-03-29T23:21:48.455Z] a35cf1a2eb13: Waiting [2021-03-29T23:21:48.717Z] de9db76c5a1d: Verifying Checksum [2021-03-29T23:21:48.717Z] de9db76c5a1d: Download complete [2021-03-29T23:21:48.717Z] 0ef7d3d256c8: Download complete [2021-03-29T23:21:48.717Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T23:21:48.717Z] 93359f2a8cfa: Download complete [2021-03-29T23:21:48.717Z] 7c6f9722023f: Verifying Checksum [2021-03-29T23:21:48.717Z] 7c6f9722023f: Download complete [2021-03-29T23:21:48.717Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T23:21:48.717Z] 188c0c94c7c5: Download complete [2021-03-29T23:21:48.983Z] 188c0c94c7c5: Pull complete [2021-03-29T23:21:49.249Z] 0ef7d3d256c8: Pull complete [2021-03-29T23:21:49.249Z] de9db76c5a1d: Pull complete [2021-03-29T23:21:50.640Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T23:21:50.640Z] a35cf1a2eb13: Download complete [2021-03-29T23:21:50.904Z] bca2f99d35d6: Verifying Checksum [2021-03-29T23:21:50.904Z] bca2f99d35d6: Download complete [2021-03-29T23:21:56.233Z] bca2f99d35d6: Pull complete [2021-03-29T23:21:56.233Z] 93359f2a8cfa: Pull complete [2021-03-29T23:21:56.233Z] 7c6f9722023f: Pull complete [2021-03-29T23:22:04.534Z] a35cf1a2eb13: Pull complete [2021-03-29T23:22:04.534Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T23:22:04.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T23:22:04.534Z] ---> a62c8e92a672 [2021-03-29T23:22:04.534Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T23:22:04.534Z] ---> Running in 75e5bafe644c [2021-03-29T23:22:04.534Z] Removing intermediate container 75e5bafe644c [2021-03-29T23:22:04.534Z] ---> d94b5c5969b5 [2021-03-29T23:22:04.534Z] Step 4/7 : RUN apk add --update bash [2021-03-29T23:22:04.534Z] ---> Running in b8d04317e327 [2021-03-29T23:22:05.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:22:05.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:22:06.259Z] OK: 166 MiB in 39 packages [2021-03-29T23:22:06.834Z] Removing intermediate container b8d04317e327 [2021-03-29T23:22:06.834Z] ---> ba70a43eba47 [2021-03-29T23:22:06.834Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T23:22:07.102Z] ---> Running in 32bcfbb60832 [2021-03-29T23:22:07.102Z] Removing intermediate container 32bcfbb60832 [2021-03-29T23:22:07.102Z] ---> 985dae342d72 [2021-03-29T23:22:07.102Z] Step 6/7 : COPY go.mod . [2021-03-29T23:22:07.364Z] ---> b1e94bf58df8 [2021-03-29T23:22:07.364Z] Step 7/7 : RUN go mod download [2021-03-29T23:22:07.364Z] ---> Running in 2652c50dae5b [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.634s coverage: 80.9% of statements [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.037s coverage: 57.1% of statements [2021-03-29T23:22:17.888Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.023s coverage: 96.7% of statements [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements [2021-03-29T23:22:17.888Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements [2021-03-29T23:22:17.888Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.015s coverage: 85.7% of statements [2021-03-29T23:22:17.888Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.021s coverage: 100.0% of statements [2021-03-29T23:22:17.888Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-29T23:22:18.162Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-29T23:22:19.646Z] Removing intermediate container 2652c50dae5b [2021-03-29T23:22:19.646Z] ---> 25cf461954a8 [2021-03-29T23:22:19.909Z] Successfully built 25cf461954a8 [2021-03-29T23:22:19.909Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:22:20.223Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T23:22:20.223Z] . [Pipeline] withDockerContainer [2021-03-29T23:22:20.354Z] prd-centos7-docker-4c-2g-31900 does not seem to be running inside a container [2021-03-29T23:22:20.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/35 -v /w/workspace/go-mod-secrets/35:/w/workspace/go-mod-secrets/35:rw,z -v /w/workspace/go-mod-secrets/35@tmp:/w/workspace/go-mod-secrets/35@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-x86_64 cat [2021-03-29T23:22:21.110Z] $ docker top f7f5924c846fa1b4488384971ad41703df0dc5091897547e8489b9626df8a891 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T23:22:21.655Z] + go version [2021-03-29T23:22:21.655Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T23:22:21.668Z] $ docker stop --time=1 f7f5924c846fa1b4488384971ad41703df0dc5091897547e8489b9626df8a891 [2021-03-29T23:22:22.487Z] gofmt -l . [2021-03-29T23:22:22.487Z] [ "`gofmt -l .`" = "" ] [2021-03-29T23:22:23.045Z] $ docker rm -f f7f5924c846fa1b4488384971ad41703df0dc5091897547e8489b9626df8a891 [Pipeline] // withDockerContainer [Pipeline] } [2021-03-29T23:22:23.194Z] $ docker stop --time=1 a5879e6fa530caf94cc71ee9c433e5d96bcba7eafb158750f13cfe19ec802e42 [2021-03-29T23:22:25.285Z] $ docker rm -f a5879e6fa530caf94cc71ee9c433e5d96bcba7eafb158750f13cfe19ec802e42 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:22:26.272Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T23:22:26.645Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T23:22:26.645Z] . [Pipeline] withDockerContainer [2021-03-29T23:22:26.762Z] prd-centos7-docker-4c-2g-31900 does not seem to be running inside a container [2021-03-29T23:22:26.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/35 -v /w/workspace/go-mod-secrets/35:/w/workspace/go-mod-secrets/35:rw,z -v /w/workspace/go-mod-secrets/35@tmp:/w/workspace/go-mod-secrets/35@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-x86_64 cat [2021-03-29T23:22:27.188Z] Stashed 1 file(s) [2021-03-29T23:22:27.494Z] $ docker top eae74a0bf783641944daf4aa85e3d8d94c336e4536ced25722394e19b7c3f6d9 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-03-29T23:22:28.004Z] + make test [2021-03-29T23:22:28.004Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:22:28.797Z] ---> job-cost.sh [2021-03-29T23:22:28.797Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B6Ap [2021-03-29T23:22:43.018Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.157s coverage: 80.9% of statements [2021-03-29T23:22:43.018Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.025s coverage: 57.1% of statements [2021-03-29T23:22:43.018Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-29T23:22:44.939Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.007s coverage: 96.7% of statements [2021-03-29T23:22:44.939Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements [2021-03-29T23:22:44.939Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-29T23:22:44.939Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.004s coverage: 100.0% of statements [2021-03-29T23:22:44.939Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-29T23:22:44.939Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.018s coverage: 85.7% of statements [2021-03-29T23:22:44.939Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.006s coverage: 100.0% of statements [2021-03-29T23:22:44.939Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-29T23:22:45.204Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-29T23:22:46.164Z] gofmt -l . [2021-03-29T23:22:46.164Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-29T23:22:46.177Z] $ docker stop --time=1 eae74a0bf783641944daf4aa85e3d8d94c336e4536ced25722394e19b7c3f6d9 [2021-03-29T23:22:48.326Z] $ docker rm -f eae74a0bf783641944daf4aa85e3d8d94c336e4536ced25722394e19b7c3f6d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T23:22:48.919Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T23:22:48.975Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T23:22:49.236Z] 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-03-29T23:22:50.309Z] ---> job-cost.sh [2021-03-29T23:22:50.309Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-p36n [2021-03-29T23:23:05.239Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T23:23:07.775Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T23:23:31.862Z] lf-activate-venv(): INFO: Adding /tmp/venv-p36n/bin to PATH [2021-03-29T23:23:31.862Z] INFO: No Stack... [2021-03-29T23:23:31.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T23:23:31.862Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T23:23:32.176Z] + cat /w/workspace/go-mod-secrets/35/archives/cost.csv [2021-03-29T23:23:32.176Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T23:23:32.247Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] [2021-03-29T23:23:32.255Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] did not exist. Created. [2021-03-29T23:23:32.256Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T23:23:32.659Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T23:23:32.824Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T23:23:32.837Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T23:24:29.525Z] lf-activate-venv(): INFO: Adding /tmp/venv-B6Ap/bin to PATH [2021-03-29T23:24:29.526Z] INFO: No Stack... [2021-03-29T23:24:30.495Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T23:24:30.765Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T23:24:31.103Z] + cut -d, -f6 [2021-03-29T23:24:31.103Z] + cat /w/workspace/go-mod-secrets/35/archives/cost.csv [Pipeline] lock [2021-03-29T23:24:31.245Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] [2021-03-29T23:24:31.252Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] did not exist. Created. [2021-03-29T23:24:31.252Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T23:24:31.690Z] /w/workspace/go-mod-secrets/35@tmp/durable-1ae5590e/script.sh: 1: /w/workspace/go-mod-secrets/35@tmp/durable-1ae5590e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T23:24:32.036Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T23:24:32.116Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T23:24:32.272Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T23:24:32.286Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-35-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-03-29T23:24:33.614Z] provisioning config files... [2021-03-29T23:24:33.631Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8330340424415533619tmp [Pipeline] { [Pipeline] sh [2021-03-29T23:24:34.041Z] + set +x [2021-03-29T23:24:34.041Z] + curl -s https://codecov.io/bash [2021-03-29T23:24:34.041Z] + bash -s -- [2021-03-29T23:24:34.305Z] [2021-03-29T23:24:34.305Z] _____ _ [2021-03-29T23:24:34.305Z] / ____| | | [2021-03-29T23:24:34.305Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T23:24:34.305Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T23:24:34.305Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T23:24:34.305Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T23:24:34.305Z] Bash-20210309-2b87ace [2021-03-29T23:24:34.305Z] [2021-03-29T23:24:34.305Z] [2021-03-29T23:24:34.305Z] ==> git version 2.24.3 found [2021-03-29T23:24:34.305Z] ==> 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-03-29T23:24:34.305Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T23:24:34.305Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T23:24:34.305Z] ==> Jenkins CI detected. [2021-03-29T23:24:34.305Z] project root: . [2021-03-29T23:24:34.305Z] --> token set from env [2021-03-29T23:24:34.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T23:24:34.305Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T23:24:34.305Z] ==> Python coveragepy not found [2021-03-29T23:24:34.305Z] ==> Searching for coverage reports in: [2021-03-29T23:24:34.305Z] + . [2021-03-29T23:24:34.305Z] -> Found 1 reports [2021-03-29T23:24:34.305Z] ==> Detecting git/mercurial file structure [2021-03-29T23:24:34.305Z] ==> Reading reports [2021-03-29T23:24:34.305Z] + ./coverage.out bytes=29177 [2021-03-29T23:24:34.305Z] ==> Appending adjustments [2021-03-29T23:24:34.305Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T23:24:34.567Z] + Found adjustments [2021-03-29T23:24:34.567Z] ==> Gzipping contents [2021-03-29T23:24:34.567Z] 8.0K /tmp/codecov.acC2q0.gz [2021-03-29T23:24:34.567Z] ==> Uploading reports [2021-03-29T23:24:34.567Z] url: https://codecov.io [2021-03-29T23:24:34.567Z] query: branch=master&commit=39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T23:24:34.567Z] -> Pinging Codecov [2021-03-29T23:24:34.567Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T23:24:35.140Z] -> Uploading to [2021-03-29T23:24:35.140Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/D63849C06B6B67093493C71CE874ED06/39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8/5e70cf3b-0e7a-4f23-8bb0-a2dc60d712bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T232434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=315999858eafa1750c090100e4afb8e7e2e6b0a36b7a0bf531e07846b8d84076 [2021-03-29T23:24:35.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T23:24:35.140Z] Dload Upload Total Spent Left Speed [2021-03-29T23:24:35.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5935 0 0 100 5935 0 13350 --:--:-- --:--:-- --:--:-- 13367 [2021-03-29T23:24:35.404Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 [Pipeline] } [2021-03-29T23:24:35.414Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-29T23:24:36.333Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-29T23:24:36.391Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:24:36.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T23:24:36.731Z] [2021-03-29T23:24:36.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:24:37.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T23:24:37.084Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-29T23:24:37.084Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T23:24:37.084Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T23:24:37.084Z] de9db76c5a1d: Pulling fs layer [2021-03-29T23:24:37.084Z] 0eba1c9be4d2: Pulling fs layer [2021-03-29T23:24:37.084Z] 0d57e429df01: Pulling fs layer [2021-03-29T23:24:37.084Z] 4e4be7b47b0d: Pulling fs layer [2021-03-29T23:24:37.084Z] e1f770b5df2f: Pulling fs layer [2021-03-29T23:24:37.084Z] 85a0685a4137: Pulling fs layer [2021-03-29T23:24:37.084Z] 0d57e429df01: Waiting [2021-03-29T23:24:37.084Z] 4e4be7b47b0d: Waiting [2021-03-29T23:24:37.084Z] e1f770b5df2f: Waiting [2021-03-29T23:24:37.084Z] 85a0685a4137: Waiting [2021-03-29T23:24:37.084Z] 0eba1c9be4d2: Waiting [2021-03-29T23:24:37.084Z] de9db76c5a1d: Download complete [2021-03-29T23:24:37.084Z] 0d57e429df01: Verifying Checksum [2021-03-29T23:24:37.084Z] 0d57e429df01: Download complete [2021-03-29T23:24:37.347Z] 4e4be7b47b0d: Download complete [2021-03-29T23:24:37.347Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T23:24:37.347Z] 188c0c94c7c5: Download complete [2021-03-29T23:24:37.612Z] 188c0c94c7c5: Pull complete [2021-03-29T23:24:37.874Z] 0ef7d3d256c8: Pull complete [2021-03-29T23:24:37.874Z] de9db76c5a1d: Pull complete [2021-03-29T23:24:39.289Z] e1f770b5df2f: Verifying Checksum [2021-03-29T23:24:39.289Z] e1f770b5df2f: Download complete [2021-03-29T23:24:40.713Z] 0eba1c9be4d2: Verifying Checksum [2021-03-29T23:24:40.713Z] 0eba1c9be4d2: Download complete [2021-03-29T23:24:40.977Z] 85a0685a4137: Verifying Checksum [2021-03-29T23:24:40.977Z] 85a0685a4137: Download complete [2021-03-29T23:24:46.297Z] 0eba1c9be4d2: Pull complete [2021-03-29T23:24:46.297Z] 0d57e429df01: Pull complete [2021-03-29T23:24:46.297Z] 4e4be7b47b0d: Pull complete [2021-03-29T23:24:47.707Z] e1f770b5df2f: Pull complete [2021-03-29T23:24:57.747Z] 85a0685a4137: Pull complete [2021-03-29T23:24:57.747Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-29T23:24:57.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T23:24:57.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-29T23:24:57.995Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:24:58.132Z] $ 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-03-29T23:24:59.218Z] $ docker top 7f3379aa644f0e21f045af1986b56f1460aeac5bdc42a5caf058a21621c458b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T23:24:59.553Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-29T23:24:59.851Z] + set -o pipefail [2021-03-29T23:24:59.851Z] + snyk monitor '--org=edgex-jenkins' [2021-03-29T23:25:06.458Z] [2021-03-29T23:25:06.458Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-03-29T23:25:06.458Z] [2021-03-29T23:25:06.458Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/6632cda2-a977-48b1-a18a-0ad00901581c [2021-03-29T23:25:06.458Z] [2021-03-29T23:25:06.458Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-29T23:25:06.458Z] [2021-03-29T23:25:06.458Z] [2021-03-29T23:25:06.458Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-29T23:25:06.458Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-29T23:25:06.475Z] $ docker stop --time=1 7f3379aa644f0e21f045af1986b56f1460aeac5bdc42a5caf058a21621c458b4 [2021-03-29T23:25:08.265Z] $ docker rm -f 7f3379aa644f0e21f045af1986b56f1460aeac5bdc42a5caf058a21621c458b4 [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-03-29T23:25:09.728Z] + git log --format=format:%s -1 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:25:10.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:25:10.047Z] . [Pipeline] withDockerContainer [2021-03-29T23:25:10.144Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:25:10.202Z] $ 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-03-29T23:25:11.084Z] $ docker top 203e3e07013996227ce86b4786f7f14e4588526a30e73fb753f1f45823952ea3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T23:25:11.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T23:25:11.403Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T23:25:11.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T23:25:11.633Z] $ docker exec 203e3e07013996227ce86b4786f7f14e4588526a30e73fb753f1f45823952ea3 ssh-agent [2021-03-29T23:25:11.834Z] SSH_AUTH_SOCK=/tmp/ssh-xNaApQkwGytU/agent.11 [2021-03-29T23:25:11.834Z] SSH_AGENT_PID=16 [2021-03-29T23:25:11.841Z] Running ssh-add (command line suppressed) [2021-03-29T23:25:11.968Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6970656592016251884.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6970656592016251884.key) [2021-03-29T23:25:12.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T23:25:12.387Z] + git semver tag [2021-03-29T23:25:12.387Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T23:25:12.387Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-29T23:25:12.387Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T23:25:12.387Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T23:25:12.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T23:25:12.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T23:25:12.387Z] # $SEMVER_BRANCH = master [2021-03-29T23:25:12.387Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-29T23:25:12.387Z] # 39d7c97d1a52a56ce45fba0fcafe44fd5bb034f8 HEAD [2021-03-29T23:25:12.387Z] # -> Force: false [2021-03-29T23:25:12.387Z] # 41bfa31024e59d8a078dcd7cb34f22ca2f5ab0ed refs/tags/v2.0.0-dev.11 [Pipeline] } [2021-03-29T23:25:12.401Z] $ docker exec --env ******** --env ******** 203e3e07013996227ce86b4786f7f14e4588526a30e73fb753f1f45823952ea3 ssh-agent -k [2021-03-29T23:25:12.523Z] unset SSH_AUTH_SOCK; [2021-03-29T23:25:12.523Z] unset SSH_AGENT_PID; [2021-03-29T23:25:12.523Z] echo Agent pid 16 killed; [2021-03-29T23:25:12.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T23:25:13.067Z] + git semver [Pipeline] } [2021-03-29T23:25:13.086Z] $ docker stop --time=1 203e3e07013996227ce86b4786f7f14e4588526a30e73fb753f1f45823952ea3 [2021-03-29T23:25:14.448Z] $ docker rm -f 203e3e07013996227ce86b4786f7f14e4588526a30e73fb753f1f45823952ea3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:25:15.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T23:25:15.141Z] [2021-03-29T23:25:15.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:25:15.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T23:25:15.525Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-29T23:25:15.525Z] ab5ef0e58194: Pulling fs layer [2021-03-29T23:25:15.525Z] 9712f1f96733: Pulling fs layer [2021-03-29T23:25:15.525Z] 63f879dbbcfc: Pulling fs layer [2021-03-29T23:25:15.525Z] 0d9ebad4ef96: Pulling fs layer [2021-03-29T23:25:15.525Z] e9a5061849ea: Pulling fs layer [2021-03-29T23:25:15.525Z] d747dcd14b5f: Pulling fs layer [2021-03-29T23:25:15.525Z] 2de7ff778b66: Pulling fs layer [2021-03-29T23:25:15.525Z] 0d9ebad4ef96: Waiting [2021-03-29T23:25:15.525Z] e9a5061849ea: Waiting [2021-03-29T23:25:15.525Z] 2de7ff778b66: Waiting [2021-03-29T23:25:15.525Z] d747dcd14b5f: Waiting [2021-03-29T23:25:15.525Z] 9712f1f96733: Download complete [2021-03-29T23:25:16.921Z] 63f879dbbcfc: Verifying Checksum [2021-03-29T23:25:16.921Z] 63f879dbbcfc: Download complete [2021-03-29T23:25:17.188Z] e9a5061849ea: Verifying Checksum [2021-03-29T23:25:17.188Z] e9a5061849ea: Download complete [2021-03-29T23:25:17.188Z] d747dcd14b5f: Verifying Checksum [2021-03-29T23:25:17.188Z] d747dcd14b5f: Download complete [2021-03-29T23:25:17.451Z] 2de7ff778b66: Verifying Checksum [2021-03-29T23:25:17.716Z] 0d9ebad4ef96: Verifying Checksum [2021-03-29T23:25:17.717Z] 0d9ebad4ef96: Download complete [2021-03-29T23:25:17.981Z] ab5ef0e58194: Verifying Checksum [2021-03-29T23:25:17.981Z] ab5ef0e58194: Download complete [2021-03-29T23:25:23.315Z] ab5ef0e58194: Pull complete [2021-03-29T23:25:23.315Z] 9712f1f96733: Pull complete [2021-03-29T23:25:25.246Z] 63f879dbbcfc: Pull complete [2021-03-29T23:25:32.025Z] 0d9ebad4ef96: Pull complete [2021-03-29T23:25:32.976Z] e9a5061849ea: Pull complete [2021-03-29T23:25:32.976Z] d747dcd14b5f: Pull complete [2021-03-29T23:25:37.218Z] 2de7ff778b66: Pull complete [2021-03-29T23:25:37.218Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-29T23:25:37.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T23:25:37.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-29T23:25:37.466Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:25:37.515Z] $ 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-03-29T23:25:41.320Z] $ docker top 39c21a564880898617072881fcd5ebccc2dadd4d5754f50b39cc1c963bd35edf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-29T23:25:41.585Z] provisioning config files... [2021-03-29T23:25:41.594Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7199969467421881715tmp [2021-03-29T23:25:41.611Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3123787317257381718tmp [2021-03-29T23:25:41.626Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2927566290385826076tmp [Pipeline] { [Pipeline] echo [2021-03-29T23:25:41.682Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:25:41.982Z] ---> sigul-configuration.sh [2021-03-29T23:25:41.982Z] gpg: directory `/root/.gnupg' created [2021-03-29T23:25:41.982Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-29T23:25:41.982Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-29T23:25:41.982Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-29T23:25:41.982Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-29T23:25:41.982Z] gpg: CAST5 encrypted data [2021-03-29T23:25:42.245Z] gpg: encrypted with 1 passphrase [2021-03-29T23:25:42.245Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-29T23:25:42.547Z] + mkdir /home/jenkins [2021-03-29T23:25:42.547Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-29T23:25:42.846Z] + 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-03-29T23:25:42.858Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:25:43.166Z] ---> sigul-install.sh [2021-03-29T23:25:49.779Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-29T23:25:50.078Z] + git tag --list [2021-03-29T23:25:50.078Z] v0.0.0 [2021-03-29T23:25:50.078Z] v0.0.1 [2021-03-29T23:25:50.078Z] v0.0.10 [2021-03-29T23:25:50.078Z] v0.0.11 [2021-03-29T23:25:50.078Z] v0.0.12 [2021-03-29T23:25:50.078Z] v0.0.13 [2021-03-29T23:25:50.078Z] v0.0.14 [2021-03-29T23:25:50.078Z] v0.0.15 [2021-03-29T23:25:50.078Z] v0.0.16 [2021-03-29T23:25:50.078Z] v0.0.17 [2021-03-29T23:25:50.078Z] v0.0.18 [2021-03-29T23:25:50.078Z] v0.0.19 [2021-03-29T23:25:50.078Z] v0.0.2 [2021-03-29T23:25:50.078Z] v0.0.20 [2021-03-29T23:25:50.078Z] v0.0.21 [2021-03-29T23:25:50.078Z] v0.0.22 [2021-03-29T23:25:50.078Z] v0.0.23 [2021-03-29T23:25:50.078Z] v0.0.24 [2021-03-29T23:25:50.078Z] v0.0.25 [2021-03-29T23:25:50.078Z] v0.0.26 [2021-03-29T23:25:50.078Z] v0.0.27 [2021-03-29T23:25:50.078Z] v0.0.28 [2021-03-29T23:25:50.078Z] v0.0.29 [2021-03-29T23:25:50.078Z] v0.0.3 [2021-03-29T23:25:50.078Z] v0.0.30 [2021-03-29T23:25:50.078Z] v0.0.31 [2021-03-29T23:25:50.078Z] v0.0.32 [2021-03-29T23:25:50.078Z] v0.0.33 [2021-03-29T23:25:50.078Z] v0.0.4 [2021-03-29T23:25:50.078Z] v0.0.5 [2021-03-29T23:25:50.078Z] v0.0.6 [2021-03-29T23:25:50.078Z] v0.0.7 [2021-03-29T23:25:50.078Z] v0.0.8 [2021-03-29T23:25:50.078Z] v0.0.9 [2021-03-29T23:25:50.078Z] v2.0.0-dev.1 [2021-03-29T23:25:50.078Z] v2.0.0-dev.10 [2021-03-29T23:25:50.078Z] v2.0.0-dev.11 [2021-03-29T23:25:50.078Z] v2.0.0-dev.2 [2021-03-29T23:25:50.078Z] v2.0.0-dev.3 [2021-03-29T23:25:50.078Z] v2.0.0-dev.4 [2021-03-29T23:25:50.078Z] v2.0.0-dev.5 [2021-03-29T23:25:50.078Z] v2.0.0-dev.6 [2021-03-29T23:25:50.078Z] v2.0.0-dev.7 [2021-03-29T23:25:50.078Z] v2.0.0-dev.8 [2021-03-29T23:25:50.078Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-29T23:25:50.377Z] + lftools sign git-tag v2.0.0-dev.11 [2021-03-29T23:25:51.794Z] Signing Git tag with Sigul... [2021-03-29T23:25:51.794Z] Signing v2.0.0-dev.11 [Pipeline] echo [2021-03-29T23:25:52.749Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:25:53.052Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-29T23:25:53.063Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-29T23:25:53.163Z] $ docker stop --time=1 39c21a564880898617072881fcd5ebccc2dadd4d5754f50b39cc1c963bd35edf [2021-03-29T23:25:55.309Z] $ docker rm -f 39c21a564880898617072881fcd5ebccc2dadd4d5754f50b39cc1c963bd35edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:25:56.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:25:56.379Z] . [Pipeline] withDockerContainer [2021-03-29T23:25:56.480Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:25:56.543Z] $ 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-03-29T23:25:57.405Z] $ docker top 86a20769627c50a90c94039b7c06fcd502163ba3fd3f757465f1ca74b68fff9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T23:25:57.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T23:25:57.731Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T23:25:57.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T23:25:57.971Z] $ docker exec 86a20769627c50a90c94039b7c06fcd502163ba3fd3f757465f1ca74b68fff9e ssh-agent [2021-03-29T23:25:58.152Z] SSH_AUTH_SOCK=/tmp/ssh-j4OFlD44kr7P/agent.11 [2021-03-29T23:25:58.152Z] SSH_AGENT_PID=17 [2021-03-29T23:25:58.160Z] Running ssh-add (command line suppressed) [2021-03-29T23:25:58.300Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2941086862910471708.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2941086862910471708.key) [2021-03-29T23:25:58.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T23:25:58.696Z] + git semver bump pre [2021-03-29T23:25:58.696Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T23:25:58.696Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-29T23:25:58.696Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T23:25:58.696Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T23:25:58.696Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T23:25:58.696Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T23:25:58.696Z] # $SEMVER_BRANCH = master [2021-03-29T23:25:58.697Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-29T23:25:58.697Z] 2.0.0-dev.12 [Pipeline] } [2021-03-29T23:25:58.710Z] $ docker exec --env ******** --env ******** 86a20769627c50a90c94039b7c06fcd502163ba3fd3f757465f1ca74b68fff9e ssh-agent -k [2021-03-29T23:25:58.838Z] unset SSH_AUTH_SOCK; [2021-03-29T23:25:58.838Z] unset SSH_AGENT_PID; [2021-03-29T23:25:58.838Z] echo Agent pid 17 killed; [2021-03-29T23:25:58.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T23:25:59.387Z] + git semver [Pipeline] } [2021-03-29T23:25:59.404Z] $ docker stop --time=1 86a20769627c50a90c94039b7c06fcd502163ba3fd3f757465f1ca74b68fff9e [2021-03-29T23:26:00.773Z] $ docker rm -f 86a20769627c50a90c94039b7c06fcd502163ba3fd3f757465f1ca74b68fff9e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:26:01.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T23:26:01.293Z] . [Pipeline] withDockerContainer [2021-03-29T23:26:01.412Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:26:01.457Z] $ 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-03-29T23:26:02.077Z] $ docker top 673fd37e7137ab1821bcb9185d4a2c4971a02e082e1f355e8d9ed94544c44494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T23:26:02.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T23:26:02.443Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T23:26:02.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T23:26:02.631Z] $ docker exec 673fd37e7137ab1821bcb9185d4a2c4971a02e082e1f355e8d9ed94544c44494 ssh-agent [2021-03-29T23:26:02.809Z] SSH_AUTH_SOCK=/tmp/ssh-6nrbHtBsOFyB/agent.11 [2021-03-29T23:26:02.809Z] SSH_AGENT_PID=16 [2021-03-29T23:26:02.817Z] Running ssh-add (command line suppressed) [2021-03-29T23:26:02.939Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2854836132278719612.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2854836132278719612.key) [2021-03-29T23:26:02.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T23:26:03.333Z] + git semver push [2021-03-29T23:26:03.333Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T23:26:03.333Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-29T23:26:03.333Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T23:26:03.333Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T23:26:03.333Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T23:26:03.333Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T23:26:03.333Z] # $SEMVER_BRANCH = master [2021-03-29T23:26:03.333Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-29T23:26:07.563Z] $ docker exec --env ******** --env ******** 673fd37e7137ab1821bcb9185d4a2c4971a02e082e1f355e8d9ed94544c44494 ssh-agent -k [2021-03-29T23:26:07.701Z] unset SSH_AUTH_SOCK; [2021-03-29T23:26:07.701Z] unset SSH_AGENT_PID; [2021-03-29T23:26:07.701Z] echo Agent pid 16 killed; [2021-03-29T23:26:07.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T23:26:08.263Z] + git semver [Pipeline] } [2021-03-29T23:26:08.282Z] $ docker stop --time=1 673fd37e7137ab1821bcb9185d4a2c4971a02e082e1f355e8d9ed94544c44494 [2021-03-29T23:26:09.624Z] $ docker rm -f 673fd37e7137ab1821bcb9185d4a2c4971a02e082e1f355e8d9ed94544c44494 [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-03-29T23:26:11.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:12.102Z] ---> package-listing.sh [2021-03-29T23:26:12.102Z] ++ facter osfamily [2021-03-29T23:26:12.102Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T23:26:12.102Z] + OS_FAMILY=redhat [2021-03-29T23:26:12.102Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T23:26:12.102Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T23:26:12.102Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T23:26:12.102Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T23:26:12.103Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T23:26:12.103Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-29T23:26:12.103Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T23:26:12.103Z] + case "${OS_FAMILY}" in [2021-03-29T23:26:12.103Z] + rpm -qa [2021-03-29T23:26:12.103Z] + sort [2021-03-29T23:26:17.534Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T23:26:17.534Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T23:26:17.534Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T23:26:17.534Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-29T23:26:17.534Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-03-29T23:26:17.534Z] + 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-03-29T23:26:17.548Z] 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-03-29T23:26:17.841Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:26:18.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:26:18.150Z] [2021-03-29T23:26:18.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:26:18.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:26:18.505Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T23:26:18.505Z] df20fa9351a1: Pulling fs layer [2021-03-29T23:26:18.505Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T23:26:18.505Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T23:26:18.505Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T23:26:18.505Z] 93b61091891f: Pulling fs layer [2021-03-29T23:26:18.505Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T23:26:18.505Z] 5e14af77c1be: Pulling fs layer [2021-03-29T23:26:18.505Z] 01666e4c0597: Pulling fs layer [2021-03-29T23:26:18.505Z] aa168da1d23b: Pulling fs layer [2021-03-29T23:26:18.505Z] 93b9cdb0e59b: Waiting [2021-03-29T23:26:18.505Z] 5e14af77c1be: Waiting [2021-03-29T23:26:18.505Z] 01666e4c0597: Waiting [2021-03-29T23:26:18.505Z] aa168da1d23b: Waiting [2021-03-29T23:26:18.505Z] 93b61091891f: Waiting [2021-03-29T23:26:18.505Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T23:26:18.505Z] 36b3adc4ff6f: Download complete [2021-03-29T23:26:18.505Z] 46f8f816bc3b: Download complete [2021-03-29T23:26:18.505Z] df20fa9351a1: Verifying Checksum [2021-03-29T23:26:18.505Z] df20fa9351a1: Download complete [2021-03-29T23:26:18.505Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T23:26:18.505Z] 93b9cdb0e59b: Download complete [2021-03-29T23:26:18.505Z] 5e14af77c1be: Verifying Checksum [2021-03-29T23:26:18.505Z] 5e14af77c1be: Download complete [2021-03-29T23:26:18.505Z] 93b61091891f: Verifying Checksum [2021-03-29T23:26:18.505Z] 93b61091891f: Download complete [2021-03-29T23:26:18.766Z] 01666e4c0597: Verifying Checksum [2021-03-29T23:26:18.767Z] 01666e4c0597: Download complete [2021-03-29T23:26:19.029Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T23:26:19.029Z] 8ad3a11d3b57: Download complete [2021-03-29T23:26:19.029Z] df20fa9351a1: Pull complete [2021-03-29T23:26:19.292Z] 36b3adc4ff6f: Pull complete [2021-03-29T23:26:20.688Z] aa168da1d23b: Verifying Checksum [2021-03-29T23:26:20.688Z] aa168da1d23b: Download complete [2021-03-29T23:26:20.950Z] 8ad3a11d3b57: Pull complete [2021-03-29T23:26:20.950Z] 46f8f816bc3b: Pull complete [2021-03-29T23:26:21.524Z] 93b61091891f: Pull complete [2021-03-29T23:26:21.524Z] 93b9cdb0e59b: Pull complete [2021-03-29T23:26:21.524Z] 5e14af77c1be: Pull complete [2021-03-29T23:26:21.787Z] 01666e4c0597: Pull complete [2021-03-29T23:26:28.415Z] aa168da1d23b: Pull complete [2021-03-29T23:26:28.415Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T23:26:28.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:26:28.415Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T23:26:28.561Z] prd-centos7-docker-4c-2g-31898 does not seem to be running inside a container [2021-03-29T23:26:28.609Z] $ 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-03-29T23:26:31.729Z] $ docker top b6154659df5ea0c9faae4d222a015e53e93430c1fc32e1ec96a2c8841e9841a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T23:26:32.352Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T23:26:32.649Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T23:26:32.951Z] + ls /var/log/sa-host [2021-03-29T23:26:32.952Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T23:26:32.952Z] file_magic: OK [2021-03-29T23:26:32.952Z] HZ: Using current value: 100 [2021-03-29T23:26:32.952Z] file_header: OK [2021-03-29T23:26:32.952Z] 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-03-29T23:26:32.952Z] Statistics: [2021-03-29T23:26:32.952Z] Hnuu...uuuununununu... [2021-03-29T23:26:32.952Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T23:26:32.952Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T23:26:32.952Z] file_magic: OK [2021-03-29T23:26:32.952Z] HZ: Using current value: 100 [2021-03-29T23:26:32.952Z] file_header: OK [2021-03-29T23:26:32.952Z] 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-03-29T23:26:32.952Z] Statistics: [2021-03-29T23:26:32.952Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T23:26:32.952Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T23:26:33.597Z] provisioning config files... [2021-03-29T23:26:33.619Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7977952190917160475tmp [Pipeline] { [Pipeline] echo [2021-03-29T23:26:33.712Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:34.015Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T23:26:34.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T23:26:34.120Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:34.415Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T23:26:34.426Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:34.721Z] ---> sudo-logs.sh [2021-03-29T23:26:34.721Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T23:26:34.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:35.090Z] ---> job-cost.sh [2021-03-29T23:26:35.090Z] lf-activate-venv: SKIPPING [2021-03-29T23:26:35.090Z] DEBUG: total: 0.20999999344348907 [2021-03-29T23:26:35.090Z] INFO: Retrieving Stack Cost... [2021-03-29T23:26:36.482Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T23:26:36.743Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T23:26:36.758Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:26:37.056Z] ---> logs-deploy.sh [2021-03-29T23:26:37.056Z] lf-activate-venv: SKIPPING [2021-03-29T23:26:37.056Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/35 [2021-03-29T23:26:37.056Z] INFO: archiving workspace using pattern(s): [2021-03-29T23:26:38.447Z] Archives upload complete. [2021-03-29T23:26:38.447Z] INFO: archiving logs to Nexus