Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 16de5b488733f447078f81771069bd4e8e31fe78 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16154 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 Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" > git rev-list --no-walk a7bdd828a6e1890dfaf5ed4577446f96ffeee818 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T20:43:13.716Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T20:43:13.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T20:43:14.090Z] ========================================================= [2020-12-15T20:43:14.090Z] EdgeX Global Pipelines Version Info [2020-12-15T20:43:14.090Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:43:15.596Z] ------------------- [2020-12-15T20:43:15.596Z] stable info: [2020-12-15T20:43:15.596Z] ------------------- [2020-12-15T20:43:15.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T20:43:15.596Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T20:43:15.596Z] Message: update stable to v1.0.172 [2020-12-15T20:43:16.543Z] ------------------- [2020-12-15T20:43:16.543Z] experimental info: [2020-12-15T20:43:16.543Z] ------------------- [2020-12-15T20:43:16.543Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T20:43:16.543Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T20:43:16.543Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T20:43:16.829Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-12-15T20:43:16.940Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-12-15T20:43:17.067Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T20:43:17.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T20:43:17.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T20:43:17.518Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T20:43:17.628Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T20:43:17.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T20:43:17.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-15T20:43:17.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T20:43:18.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T20:43:18.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-12-15T20:43:18.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T20:43:18.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T20:43:18.516Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T20:43:18.618Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T20:43:18.735Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T20:43:18.861Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-15T20:43:19.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-15T20:43:19.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-15T20:43:19.223Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-15T20:43:19.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-15T20:43:19.491Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-15T20:43:19.731Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-15T20:43:19.827Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-15T20:43:19.965Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T20:43:20.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-15T20:43:20.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-15T20:43:20.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-15T20:43:20.554Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] echo [2020-12-15T20:43:20.654Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16de5b4 [Pipeline] echo [2020-12-15T20:43:20.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T20:43:21.851Z] + git log --format=format:%s -1 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] echo [2020-12-15T20:43:21.919Z] GIT_COMMIT: 16de5b488733f447078f81771069bd4e8e31fe78, Commit Message: Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129 [Pipeline] echo [2020-12-15T20:43:21.968Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:43:22.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:43:22.858Z] [2020-12-15T20:43:22.858Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:43:23.217Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:43:23.217Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T20:43:23.217Z] 31603596830f: Pulling fs layer [2020-12-15T20:43:23.217Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T20:43:23.217Z] 6ca5941a6612: Pulling fs layer [2020-12-15T20:43:23.217Z] ecc8261a40a4: Pulling fs layer [2020-12-15T20:43:23.217Z] ecc8261a40a4: Waiting [2020-12-15T20:43:23.217Z] 2a8b12db71e7: Download complete [2020-12-15T20:43:23.479Z] 31603596830f: Verifying Checksum [2020-12-15T20:43:23.479Z] 31603596830f: Download complete [2020-12-15T20:43:23.479Z] ecc8261a40a4: Verifying Checksum [2020-12-15T20:43:23.479Z] ecc8261a40a4: Download complete [2020-12-15T20:43:23.479Z] 6ca5941a6612: Verifying Checksum [2020-12-15T20:43:23.479Z] 6ca5941a6612: Download complete [2020-12-15T20:43:23.742Z] 31603596830f: Pull complete [2020-12-15T20:43:23.742Z] 2a8b12db71e7: Pull complete [2020-12-15T20:43:24.695Z] 6ca5941a6612: Pull complete [2020-12-15T20:43:24.957Z] ecc8261a40a4: Pull complete [2020-12-15T20:43:24.957Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T20:43:24.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:43:24.957Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T20:43:25.059Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:43:25.115Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T20:43:27.016Z] $ docker top 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T20:43:27.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T20:43:27.326Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T20:43:27.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T20:43:27.542Z] $ docker exec 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent [2020-12-15T20:43:27.710Z] SSH_AUTH_SOCK=/tmp/ssh-MNRwhL3Xj430/agent.11 [2020-12-15T20:43:27.710Z] SSH_AGENT_PID=16 [2020-12-15T20:43:27.723Z] Running ssh-add (command line suppressed) [2020-12-15T20:43:27.853Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5345198044542738658.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5345198044542738658.key) [2020-12-15T20:43:27.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T20:43:28.250Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T20:43:28.287Z] $ docker exec --env ******** --env ******** 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent -k [2020-12-15T20:43:28.399Z] unset SSH_AUTH_SOCK; [2020-12-15T20:43:28.399Z] unset SSH_AGENT_PID; [2020-12-15T20:43:28.399Z] echo Agent pid 16 killed; [2020-12-15T20:43:28.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T20:43:28.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T20:43:28.629Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T20:43:28.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T20:43:28.796Z] $ docker exec 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent [2020-12-15T20:43:28.951Z] SSH_AUTH_SOCK=/tmp/ssh-jFLIrH9MRYWd/agent.45 [2020-12-15T20:43:28.951Z] SSH_AGENT_PID=51 [2020-12-15T20:43:28.957Z] Running ssh-add (command line suppressed) [2020-12-15T20:43:29.085Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6116297322554496114.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6116297322554496114.key) [2020-12-15T20:43:29.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T20:43:29.472Z] + git semver init [2020-12-15T20:43:29.472Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T20:43:29.472Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-12-15T20:43:29.472Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-12-15T20:43:29.472Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T20:43:29.472Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T20:43:29.472Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T20:43:29.472Z] # $SEMVER_BRANCH = master [2020-12-15T20:43:29.472Z] # $SEMVER_TEMP = /tmp/semver-690142455 [2020-12-15T20:43:29.472Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-12-15T20:43:30.052Z] # '/tmp/semver-690142455' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2020-12-15T20:43:30.052Z] # -> Force: false [2020-12-15T20:43:30.052Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-12-15T20:43:30.069Z] $ docker exec --env ******** --env ******** 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 ssh-agent -k [2020-12-15T20:43:30.281Z] unset SSH_AUTH_SOCK; [2020-12-15T20:43:30.282Z] unset SSH_AGENT_PID; [2020-12-15T20:43:30.282Z] echo Agent pid 51 killed; [2020-12-15T20:43:30.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T20:43:30.964Z] + git semver [Pipeline] } [2020-12-15T20:43:30.987Z] $ docker stop --time=1 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 [2020-12-15T20:43:32.459Z] $ docker rm -f 1ec57b7b27bad5976c87fefd40912ce85337114533fb0c3c4121037a3dfb1c20 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T20:43:32.953Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T20:43:33.479Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T20:43:33.483Z] [edgeXSemver]: initialized semver on version 0.0.29 [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 [2020-12-15T20:43:49.030Z] Still waiting to schedule task [2020-12-15T20:43:49.030Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-15T20:43:49.033Z] Still waiting to schedule task [2020-12-15T20:43:49.033Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-15T20:45:37.797Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16155 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-12-15T20:45:37.921Z] Running in /w/workspace/go-mod-secrets/19 [Pipeline] { [Pipeline] checkout [2020-12-15T20:45:43.128Z] using credential edgex-jenkins-ssh [2020-12-15T20:45:43.186Z] Cloning the remote Git repository [2020-12-15T20:45:43.249Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:43.357Z] > git init /w/workspace/go-mod-secrets/19 # timeout=10 [2020-12-15T20:45:43.449Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:43.450Z] > git --version # timeout=10 [2020-12-15T20:45:43.472Z] > git --version # 'git version 2.17.1' [2020-12-15T20:45:43.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T20:45:43.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T20:45:44.207Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-15T20:45:44.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T20:45:44.260Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-15T20:45:44.302Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:44.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T20:45:44.314Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T20:45:44.750Z] Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) [2020-12-15T20:45:44.774Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T20:45:44.791Z] > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 [2020-12-15T20:45:49.099Z] Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T20:45:50.761Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T20:45:51.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T20:45:51.538Z] + true [2020-12-15T20:45:51.538Z] + sudo service docker restart [2020-12-15T20:45:53.484Z] Running on prd-centos7-docker-4c-2g-16156 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-12-15T20:45:53.542Z] Running in /w/workspace/go-mod-secrets/19 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo [2020-12-15T20:45:54.550Z] ========================================================= [2020-12-15T20:45:54.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T20:45:54.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:45:54.986Z] + 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 . [2020-12-15T20:45:55.594Z] Sending build context to Docker daemon 421.9kB [2020-12-15T20:45:55.868Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T20:45:55.868Z] Step 2/7 : FROM ${BASE} [2020-12-15T20:45:55.872Z] using credential edgex-jenkins-ssh [2020-12-15T20:45:55.936Z] Cloning the remote Git repository [2020-12-15T20:45:55.966Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:56.034Z] > git init /w/workspace/go-mod-secrets/19 # timeout=10 [2020-12-15T20:45:56.466Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T20:45:56.466Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T20:45:56.466Z] a4357932f1b6: Pulling fs layer [2020-12-15T20:45:56.466Z] 18c013af1878: Pulling fs layer [2020-12-15T20:45:56.466Z] 00ac8860ef70: Pulling fs layer [2020-12-15T20:45:56.466Z] 63d7cb157983: Pulling fs layer [2020-12-15T20:45:56.466Z] b116817d02f9: Pulling fs layer [2020-12-15T20:45:56.466Z] 745a02a5169b: Pulling fs layer [2020-12-15T20:45:56.466Z] 00ac8860ef70: Waiting [2020-12-15T20:45:56.466Z] 63d7cb157983: Waiting [2020-12-15T20:45:56.466Z] b116817d02f9: Waiting [2020-12-15T20:45:56.466Z] 745a02a5169b: Waiting [2020-12-15T20:45:56.466Z] 18c013af1878: Verifying Checksum [2020-12-15T20:45:56.466Z] a4357932f1b6: Verifying Checksum [2020-12-15T20:45:56.466Z] a4357932f1b6: Download complete [2020-12-15T20:45:56.466Z] 63d7cb157983: Verifying Checksum [2020-12-15T20:45:56.466Z] 63d7cb157983: Download complete [2020-12-15T20:45:56.740Z] b116817d02f9: Download complete [2020-12-15T20:45:57.015Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T20:45:57.015Z] 5f621e34cdf4: Download complete [2020-12-15T20:45:57.092Z] Checking out Revision 16de5b488733f447078f81771069bd4e8e31fe78 (master) [2020-12-15T20:45:56.091Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:56.091Z] > git --version # timeout=10 [2020-12-15T20:45:56.100Z] > git --version # 'git version 2.24.3' [2020-12-15T20:45:56.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T20:45:56.127Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T20:45:56.663Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-15T20:45:56.670Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T20:45:56.684Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-15T20:45:56.697Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-15T20:45:56.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T20:45:56.701Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T20:45:57.101Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T20:45:57.106Z] > git checkout -f 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 [2020-12-15T20:45:58.006Z] 5f621e34cdf4: Pull complete [2020-12-15T20:45:58.284Z] a4357932f1b6: Pull complete [2020-12-15T20:45:58.893Z] 18c013af1878: Pull complete [2020-12-15T20:45:59.169Z] 745a02a5169b: Verifying Checksum [2020-12-15T20:45:59.169Z] 745a02a5169b: Download complete [2020-12-15T20:46:00.609Z] 00ac8860ef70: Verifying Checksum [2020-12-15T20:46:00.609Z] 00ac8860ef70: Download complete [2020-12-15T20:46:00.818Z] Commit message: "Merge pull request #73 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T20:46:02.107Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T20:46:02.464Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T20:46:02.767Z] + sudo service docker restart [2020-12-15T20:46:02.767Z] + true [2020-12-15T20:46:02.767Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-15T20:46:03.847Z] ========================================================= [2020-12-15T20:46:03.847Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T20:46:03.847Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:46:04.195Z] + 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 . [2020-12-15T20:46:04.773Z] Sending build context to Docker daemon 422.9kB [2020-12-15T20:46:04.773Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T20:46:04.773Z] Step 2/7 : FROM ${BASE} [2020-12-15T20:46:04.773Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T20:46:04.773Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T20:46:04.773Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T20:46:04.773Z] de9db76c5a1d: Pulling fs layer [2020-12-15T20:46:04.773Z] bca2f99d35d6: Pulling fs layer [2020-12-15T20:46:04.773Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T20:46:04.773Z] 7c6f9722023f: Pulling fs layer [2020-12-15T20:46:04.773Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T20:46:04.773Z] bca2f99d35d6: Waiting [2020-12-15T20:46:04.773Z] 93359f2a8cfa: Waiting [2020-12-15T20:46:04.773Z] 7c6f9722023f: Waiting [2020-12-15T20:46:04.773Z] a35cf1a2eb13: Waiting [2020-12-15T20:46:04.773Z] de9db76c5a1d: Download complete [2020-12-15T20:46:04.773Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T20:46:04.773Z] 0ef7d3d256c8: Download complete [2020-12-15T20:46:04.773Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T20:46:04.773Z] 93359f2a8cfa: Download complete [2020-12-15T20:46:04.773Z] 7c6f9722023f: Verifying Checksum [2020-12-15T20:46:04.773Z] 7c6f9722023f: Download complete [2020-12-15T20:46:04.773Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T20:46:04.773Z] 188c0c94c7c5: Download complete [2020-12-15T20:46:05.038Z] 188c0c94c7c5: Pull complete [2020-12-15T20:46:05.301Z] 0ef7d3d256c8: Pull complete [2020-12-15T20:46:05.301Z] de9db76c5a1d: Pull complete [2020-12-15T20:46:06.694Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T20:46:06.694Z] a35cf1a2eb13: Download complete [2020-12-15T20:46:06.957Z] bca2f99d35d6: Verifying Checksum [2020-12-15T20:46:06.957Z] bca2f99d35d6: Download complete [2020-12-15T20:46:10.805Z] 00ac8860ef70: Pull complete [2020-12-15T20:46:10.805Z] 63d7cb157983: Pull complete [2020-12-15T20:46:11.408Z] b116817d02f9: Pull complete [2020-12-15T20:46:12.272Z] bca2f99d35d6: Pull complete [2020-12-15T20:46:12.272Z] 93359f2a8cfa: Pull complete [2020-12-15T20:46:12.272Z] 7c6f9722023f: Pull complete [2020-12-15T20:46:14.838Z] 745a02a5169b: Pull complete [2020-12-15T20:46:14.838Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T20:46:15.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T20:46:15.111Z] ---> b7e6874047d6 [2020-12-15T20:46:15.111Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-15T20:46:17.740Z] ---> Running in e42d8ae5f1bd [2020-12-15T20:46:18.016Z] Removing intermediate container e42d8ae5f1bd [2020-12-15T20:46:18.016Z] ---> fe6d1a9f6cfa [2020-12-15T20:46:18.016Z] Step 4/7 : RUN apk add --update bash [2020-12-15T20:46:18.290Z] ---> Running in a364e8febc60 [2020-12-15T20:46:19.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T20:46:20.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T20:46:21.307Z] OK: 142 MiB in 39 packages [2020-12-15T20:46:22.299Z] Removing intermediate container a364e8febc60 [2020-12-15T20:46:22.299Z] ---> 2af4a9a8648a [2020-12-15T20:46:22.299Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-15T20:46:22.299Z] ---> Running in 567c613f7a00 [2020-12-15T20:46:22.307Z] a35cf1a2eb13: Pull complete [2020-12-15T20:46:22.307Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T20:46:22.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T20:46:22.307Z] ---> a62c8e92a672 [2020-12-15T20:46:22.307Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-15T20:46:22.307Z] ---> Running in e519162bb1f2 [2020-12-15T20:46:22.307Z] Removing intermediate container e519162bb1f2 [2020-12-15T20:46:22.307Z] ---> 5fa6a5bdbf67 [2020-12-15T20:46:22.307Z] Step 4/7 : RUN apk add --update bash [2020-12-15T20:46:22.307Z] ---> Running in 42474310f996 [2020-12-15T20:46:22.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T20:46:22.897Z] Removing intermediate container 567c613f7a00 [2020-12-15T20:46:22.897Z] ---> 4ba8c5a90de1 [2020-12-15T20:46:22.897Z] Step 6/7 : COPY go.mod . [2020-12-15T20:46:23.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T20:46:23.496Z] ---> 238fd53f41d4 [2020-12-15T20:46:23.496Z] Step 7/7 : RUN go mod download [2020-12-15T20:46:23.496Z] ---> Running in 02d570ce38fd [2020-12-15T20:46:23.599Z] OK: 166 MiB in 39 packages [2020-12-15T20:46:24.176Z] Removing intermediate container 42474310f996 [2020-12-15T20:46:24.176Z] ---> 8bc974c73fe4 [2020-12-15T20:46:24.176Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-15T20:46:24.176Z] ---> Running in e978c3ccf440 [2020-12-15T20:46:24.176Z] Removing intermediate container e978c3ccf440 [2020-12-15T20:46:24.176Z] ---> 8b84fe59830e [2020-12-15T20:46:24.176Z] Step 6/7 : COPY go.mod . [2020-12-15T20:46:24.447Z] ---> 8866d53e5d1f [2020-12-15T20:46:24.447Z] Step 7/7 : RUN go mod download [2020-12-15T20:46:24.447Z] ---> Running in 9c043a28669d [2020-12-15T20:46:36.728Z] Removing intermediate container 9c043a28669d [2020-12-15T20:46:36.728Z] ---> 8cd5dafadbe3 [2020-12-15T20:46:36.728Z] Successfully built 8cd5dafadbe3 [2020-12-15T20:46:36.728Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:46:37.054Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T20:46:37.054Z] . [Pipeline] withDockerContainer [2020-12-15T20:46:37.190Z] prd-centos7-docker-4c-2g-16156 does not seem to be running inside a container [2020-12-15T20:46:37.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@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 ******** ci-base-image-x86_64 cat [2020-12-15T20:46:37.871Z] $ docker top 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T20:46:38.374Z] + go version [2020-12-15T20:46:38.374Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T20:46:38.391Z] $ docker stop --time=1 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c [2020-12-15T20:46:38.592Z] Removing intermediate container 02d570ce38fd [2020-12-15T20:46:38.592Z] ---> 8be8c058d866 [2020-12-15T20:46:38.592Z] Successfully built 8be8c058d866 [2020-12-15T20:46:38.592Z] Successfully tagged ci-base-image-arm64:latest [2020-12-15T20:46:39.702Z] $ docker rm -f 584c40b80489596170669d019d5c3040fa317adba873be0fb55acfa181b4b00c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:46:40.447Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T20:46:40.447Z] . [Pipeline] withDockerContainer [2020-12-15T20:46:40.650Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T20:46:40.650Z] . [2020-12-15T20:46:40.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-16155 does not seem to be running inside a container [2020-12-15T20:46:40.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T20:46:42.340Z] $ docker top 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-15T20:46:42.814Z] prd-centos7-docker-4c-2g-16156 does not seem to be running inside a container [2020-12-15T20:46:42.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@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 ******** ci-base-image-x86_64 cat [2020-12-15T20:46:43.488Z] $ docker top b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-15T20:46:44.045Z] + make test [2020-12-15T20:46:44.045Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-15T20:46:44.334Z] + go version [2020-12-15T20:46:44.334Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T20:46:44.357Z] $ docker stop --time=1 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 [2020-12-15T20:46:46.302Z] $ docker rm -f 0db7bdb4b2b0128b1a3db6169afafa1b24dcdb2f049d58737c11296a21b08d72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:46:47.297Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T20:46:47.297Z] . [Pipeline] withDockerContainer [2020-12-15T20:46:47.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-16155 does not seem to be running inside a container [2020-12-15T20:46:47.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/19 -v /w/workspace/go-mod-secrets/19:/w/workspace/go-mod-secrets/19:rw,z -v /w/workspace/go-mod-secrets/19@tmp:/w/workspace/go-mod-secrets/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T20:46:49.045Z] $ docker top e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T20:46:50.083Z] + make test [2020-12-15T20:46:50.083Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-15T20:46:50.714Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-12-15T20:46:50.714Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-12-15T20:47:00.783Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.043s coverage: 96.7% of statements [2020-12-15T20:47:00.783Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.010s coverage: 44.1% of statements [2020-12-15T20:47:00.783Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements [2020-12-15T20:47:00.783Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2020-12-15T20:47:00.783Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.008s coverage: 100.0% of statements [2020-12-15T20:47:00.783Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2020-12-15T20:47:00.783Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.020s coverage: 87.5% of statements [2020-12-15T20:47:07.507Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements [2020-12-15T20:47:07.507Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2020-12-15T20:47:07.507Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-15T20:47:08.459Z] gofmt -l . [2020-12-15T20:47:08.459Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-15T20:47:08.475Z] $ docker stop --time=1 b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 [2020-12-15T20:47:10.713Z] $ docker rm -f b5120a1aee0d124410a4eb155b2349722abc734ee54508eebdbd023eeb8641b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T20:47:11.276Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T20:47:11.566Z] 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) [2020-12-15T20:47:12.287Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-12-15T20:47:12.287Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T20:47:22.495Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.028s coverage: 96.7% of statements [2020-12-15T20:47:22.495Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.066s coverage: 44.1% of statements [2020-12-15T20:47:22.495Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.021s coverage: 89.5% of statements [2020-12-15T20:47:22.495Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2020-12-15T20:47:22.495Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.014s coverage: 100.0% of statements [2020-12-15T20:47:22.495Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2020-12-15T20:47:22.495Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.042s coverage: 87.5% of statements [2020-12-15T20:47:30.738Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.022s coverage: 93.3% of statements [2020-12-15T20:47:30.738Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2020-12-15T20:47:31.012Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-15T20:47:34.413Z] gofmt -l . [2020-12-15T20:47:34.413Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-15T20:47:34.436Z] $ docker stop --time=1 e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec [2020-12-15T20:47:36.603Z] $ docker rm -f e964a057a2f9b11448855e9084a7b1857fc21419b406cdf2ecced5f4a78ff9ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T20:47:37.457Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-15T20:47:37.527Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T20:47:38.343Z] 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] } [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 [2020-12-15T20:47:40.399Z] provisioning config files... [2020-12-15T20:47:40.413Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8735089724066288457tmp [Pipeline] { [Pipeline] sh [2020-12-15T20:47:40.832Z] + set +x [2020-12-15T20:47:40.832Z] + curl -s https://codecov.io/bash [2020-12-15T20:47:40.832Z] + bash -s -- [2020-12-15T20:47:41.094Z] [2020-12-15T20:47:41.094Z] _____ _ [2020-12-15T20:47:41.094Z] / ____| | | [2020-12-15T20:47:41.094Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T20:47:41.094Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T20:47:41.094Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T20:47:41.094Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T20:47:41.094Z] Bash-20201130-cc6d3fe [2020-12-15T20:47:41.094Z] [2020-12-15T20:47:41.094Z] [2020-12-15T20:47:41.094Z] ==> Jenkins CI detected. [2020-12-15T20:47:41.094Z] project root: . [2020-12-15T20:47:41.094Z] --> token set from env [2020-12-15T20:47:41.094Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T20:47:41.094Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T20:47:41.094Z] ==> Python coveragepy not found [2020-12-15T20:47:41.094Z] ==> Searching for coverage reports in: [2020-12-15T20:47:41.094Z] + . [2020-12-15T20:47:41.094Z] -> Found 1 reports [2020-12-15T20:47:41.094Z] ==> Detecting git/mercurial file structure [2020-12-15T20:47:41.094Z] ==> Reading reports [2020-12-15T20:47:41.094Z] + ./coverage.out bytes=16629 [2020-12-15T20:47:41.094Z] ==> Appending adjustments [2020-12-15T20:47:41.094Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T20:47:41.356Z] + Found adjustments [2020-12-15T20:47:41.356Z] ==> Gzipping contents [2020-12-15T20:47:41.356Z] 4.0K /tmp/codecov.ykUP4r.gz [2020-12-15T20:47:41.356Z] ==> Uploading reports [2020-12-15T20:47:41.356Z] url: https://codecov.io [2020-12-15T20:47:41.356Z] query: branch=master&commit=16de5b488733f447078f81771069bd4e8e31fe78&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T20:47:41.356Z] -> Pinging Codecov [2020-12-15T20:47:41.356Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=16de5b488733f447078f81771069bd4e8e31fe78&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F19%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T20:47:41.618Z] -> Uploading to [2020-12-15T20:47:41.618Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/D63849C06B6B67093493C71CE874ED06/16de5b488733f447078f81771069bd4e8e31fe78/c33bcd21-1cef-4e6c-9685-d6270d79041d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T204741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da167cb66a027400658482bd2f2ec65d799bd6dfdb8d03c94d20750367751890 [2020-12-15T20:47:41.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T20:47:41.618Z] Dload Upload Total Spent Left Speed [2020-12-15T20:47:42.453Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3732 0 0 100 3732 0 6669 --:--:-- --:--:-- --:--:-- 6664 [2020-12-15T20:47:42.453Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] } [2020-12-15T20:47:42.463Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-15T20:47:42.949Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-15T20:47:43.019Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:47:43.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T20:47:43.364Z] [2020-12-15T20:47:43.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:47:43.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T20:47:43.716Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-15T20:47:43.716Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T20:47:43.716Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T20:47:43.716Z] de9db76c5a1d: Pulling fs layer [2020-12-15T20:47:43.716Z] 0eba1c9be4d2: Pulling fs layer [2020-12-15T20:47:43.716Z] 0d57e429df01: Pulling fs layer [2020-12-15T20:47:43.716Z] 4e4be7b47b0d: Pulling fs layer [2020-12-15T20:47:43.716Z] e1f770b5df2f: Pulling fs layer [2020-12-15T20:47:43.716Z] 85a0685a4137: Pulling fs layer [2020-12-15T20:47:43.716Z] 0d57e429df01: Waiting [2020-12-15T20:47:43.716Z] 4e4be7b47b0d: Waiting [2020-12-15T20:47:43.716Z] e1f770b5df2f: Waiting [2020-12-15T20:47:43.716Z] 85a0685a4137: Waiting [2020-12-15T20:47:43.716Z] 0eba1c9be4d2: Waiting [2020-12-15T20:47:43.716Z] de9db76c5a1d: Verifying Checksum [2020-12-15T20:47:43.716Z] de9db76c5a1d: Download complete [2020-12-15T20:47:43.716Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T20:47:43.716Z] 0ef7d3d256c8: Download complete [2020-12-15T20:47:43.716Z] 0d57e429df01: Verifying Checksum [2020-12-15T20:47:43.717Z] 0d57e429df01: Download complete [2020-12-15T20:47:43.717Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T20:47:43.717Z] 188c0c94c7c5: Download complete [2020-12-15T20:47:44.306Z] 188c0c94c7c5: Pull complete [2020-12-15T20:47:44.306Z] 4e4be7b47b0d: Verifying Checksum [2020-12-15T20:47:44.306Z] 4e4be7b47b0d: Download complete [2020-12-15T20:47:44.306Z] 0ef7d3d256c8: Pull complete [2020-12-15T20:47:44.568Z] de9db76c5a1d: Pull complete [2020-12-15T20:47:45.526Z] e1f770b5df2f: Verifying Checksum [2020-12-15T20:47:45.526Z] e1f770b5df2f: Download complete [2020-12-15T20:47:46.938Z] 0eba1c9be4d2: Verifying Checksum [2020-12-15T20:47:46.938Z] 0eba1c9be4d2: Download complete [2020-12-15T20:47:47.206Z] 85a0685a4137: Verifying Checksum [2020-12-15T20:47:47.206Z] 85a0685a4137: Download complete [2020-12-15T20:47:52.548Z] 0eba1c9be4d2: Pull complete [2020-12-15T20:47:52.548Z] 0d57e429df01: Pull complete [2020-12-15T20:47:52.548Z] 4e4be7b47b0d: Pull complete [2020-12-15T20:47:56.770Z] e1f770b5df2f: Pull complete [2020-12-15T20:48:03.408Z] 85a0685a4137: Pull complete [2020-12-15T20:48:03.408Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-15T20:48:03.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T20:48:03.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-15T20:48:03.635Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:48:03.691Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T20:48:04.646Z] $ docker top 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T20:48:04.874Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-15T20:48:05.180Z] + set -o pipefail [2020-12-15T20:48:05.180Z] + snyk monitor '--org=edgex-jenkins' [2020-12-15T20:48:11.782Z] [2020-12-15T20:48:11.782Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2020-12-15T20:48:11.782Z] [2020-12-15T20:48:11.782Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/02887bb6-a494-4709-a204-88a3789ec143 [2020-12-15T20:48:11.782Z] [2020-12-15T20:48:11.782Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-15T20:48:11.782Z] [2020-12-15T20:48:11.782Z] [2020-12-15T20:48:11.782Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-15T20:48:11.782Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-15T20:48:11.803Z] $ docker stop --time=1 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f [2020-12-15T20:48:13.803Z] $ docker rm -f 6ef65fdc86b166f8348b2979e5fce9cd29b99f6c6e42c125dd4a24d04062869f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2020-12-15T20:48:15.460Z] + git log --format=format:%s -1 16de5b488733f447078f81771069bd4e8e31fe78 [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:48:15.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:48:15.774Z] . [Pipeline] withDockerContainer [2020-12-15T20:48:15.883Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:48:15.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T20:48:16.790Z] $ docker top 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T20:48:17.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T20:48:17.149Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T20:48:17.366Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T20:48:17.376Z] $ docker exec 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f ssh-agent [2020-12-15T20:48:17.533Z] SSH_AUTH_SOCK=/tmp/ssh-sBfpWyFyLsQd/agent.11 [2020-12-15T20:48:17.533Z] SSH_AGENT_PID=17 [2020-12-15T20:48:17.542Z] Running ssh-add (command line suppressed) [2020-12-15T20:48:17.668Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4784193935198907756.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4784193935198907756.key) [2020-12-15T20:48:17.717Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T20:48:18.056Z] + git semver tag [2020-12-15T20:48:18.056Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T20:48:18.056Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-12-15T20:48:18.056Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-12-15T20:48:18.056Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T20:48:18.056Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T20:48:18.056Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T20:48:18.056Z] # $SEMVER_BRANCH = master [2020-12-15T20:48:18.057Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-12-15T20:48:18.057Z] # 16de5b488733f447078f81771069bd4e8e31fe78 HEAD [2020-12-15T20:48:18.057Z] # -> Force: false [2020-12-15T20:48:18.057Z] # 4d732ba4c8ed90d0bcc55ff91ab9dc887a204802 refs/tags/v0.0.29 [Pipeline] } [2020-12-15T20:48:18.078Z] $ docker exec --env ******** --env ******** 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f ssh-agent -k [2020-12-15T20:48:18.195Z] unset SSH_AUTH_SOCK; [2020-12-15T20:48:18.195Z] unset SSH_AGENT_PID; [2020-12-15T20:48:18.195Z] echo Agent pid 17 killed; [2020-12-15T20:48:18.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T20:48:18.708Z] + git semver [Pipeline] } [2020-12-15T20:48:18.741Z] $ docker stop --time=1 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f [2020-12-15T20:48:20.132Z] $ docker rm -f 56399d1defa5b5f36202a0fbb4c41eb1950ba944205e312404f56f0fd8c6c33f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:48:20.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T20:48:20.951Z] [2020-12-15T20:48:20.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:48:21.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T20:48:21.300Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-15T20:48:21.300Z] ab5ef0e58194: Pulling fs layer [2020-12-15T20:48:21.300Z] 9712f1f96733: Pulling fs layer [2020-12-15T20:48:21.300Z] 63f879dbbcfc: Pulling fs layer [2020-12-15T20:48:21.300Z] 0d9ebad4ef96: Pulling fs layer [2020-12-15T20:48:21.300Z] e9a5061849ea: Pulling fs layer [2020-12-15T20:48:21.300Z] d747dcd14b5f: Pulling fs layer [2020-12-15T20:48:21.300Z] 2de7ff778b66: Pulling fs layer [2020-12-15T20:48:21.300Z] 0d9ebad4ef96: Waiting [2020-12-15T20:48:21.300Z] e9a5061849ea: Waiting [2020-12-15T20:48:21.300Z] d747dcd14b5f: Waiting [2020-12-15T20:48:21.300Z] 2de7ff778b66: Waiting [2020-12-15T20:48:21.300Z] 9712f1f96733: Verifying Checksum [2020-12-15T20:48:21.300Z] 9712f1f96733: Download complete [2020-12-15T20:48:23.230Z] 63f879dbbcfc: Verifying Checksum [2020-12-15T20:48:23.230Z] 63f879dbbcfc: Download complete [2020-12-15T20:48:23.230Z] e9a5061849ea: Verifying Checksum [2020-12-15T20:48:23.230Z] e9a5061849ea: Download complete [2020-12-15T20:48:23.230Z] d747dcd14b5f: Download complete [2020-12-15T20:48:23.807Z] 0d9ebad4ef96: Verifying Checksum [2020-12-15T20:48:23.807Z] 0d9ebad4ef96: Download complete [2020-12-15T20:48:23.807Z] 2de7ff778b66: Verifying Checksum [2020-12-15T20:48:23.807Z] ab5ef0e58194: Verifying Checksum [2020-12-15T20:48:23.807Z] ab5ef0e58194: Download complete [2020-12-15T20:48:28.049Z] ab5ef0e58194: Pull complete [2020-12-15T20:48:28.049Z] 9712f1f96733: Pull complete [2020-12-15T20:48:30.626Z] 63f879dbbcfc: Pull complete [2020-12-15T20:48:37.275Z] 0d9ebad4ef96: Pull complete [2020-12-15T20:48:37.275Z] e9a5061849ea: Pull complete [2020-12-15T20:48:37.275Z] d747dcd14b5f: Pull complete [2020-12-15T20:48:40.595Z] 2de7ff778b66: Pull complete [2020-12-15T20:48:40.595Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-15T20:48:40.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T20:48:40.595Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-15T20:48:40.812Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:48:40.868Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-15T20:48:45.587Z] $ docker top 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-15T20:48:45.857Z] provisioning config files... [2020-12-15T20:48:45.866Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2375621051031949209tmp [2020-12-15T20:48:45.884Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config475561758055934767tmp [2020-12-15T20:48:45.902Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7633588176974128800tmp [Pipeline] { [Pipeline] echo [2020-12-15T20:48:45.968Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:48:46.266Z] ---> sigul-configuration.sh [2020-12-15T20:48:46.266Z] gpg: directory `/root/.gnupg' created [2020-12-15T20:48:46.266Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-15T20:48:46.266Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-15T20:48:46.266Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-15T20:48:46.266Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-15T20:48:46.266Z] gpg: CAST5 encrypted data [2020-12-15T20:48:46.527Z] gpg: encrypted with 1 passphrase [2020-12-15T20:48:46.527Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-15T20:48:46.820Z] + mkdir /home/jenkins [2020-12-15T20:48:46.820Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-15T20:48:47.117Z] + 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 [2020-12-15T20:48:47.129Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:48:47.423Z] ---> sigul-install.sh [2020-12-15T20:48:52.723Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-15T20:48:53.018Z] + git tag --list [2020-12-15T20:48:53.018Z] v0.0.0 [2020-12-15T20:48:53.018Z] v0.0.1 [2020-12-15T20:48:53.018Z] v0.0.10 [2020-12-15T20:48:53.018Z] v0.0.11 [2020-12-15T20:48:53.018Z] v0.0.12 [2020-12-15T20:48:53.018Z] v0.0.13 [2020-12-15T20:48:53.018Z] v0.0.14 [2020-12-15T20:48:53.018Z] v0.0.15 [2020-12-15T20:48:53.018Z] v0.0.16 [2020-12-15T20:48:53.018Z] v0.0.17 [2020-12-15T20:48:53.018Z] v0.0.18 [2020-12-15T20:48:53.018Z] v0.0.19 [2020-12-15T20:48:53.018Z] v0.0.2 [2020-12-15T20:48:53.018Z] v0.0.20 [2020-12-15T20:48:53.018Z] v0.0.21 [2020-12-15T20:48:53.018Z] v0.0.22 [2020-12-15T20:48:53.018Z] v0.0.23 [2020-12-15T20:48:53.018Z] v0.0.24 [2020-12-15T20:48:53.018Z] v0.0.25 [2020-12-15T20:48:53.018Z] v0.0.26 [2020-12-15T20:48:53.018Z] v0.0.27 [2020-12-15T20:48:53.018Z] v0.0.28 [2020-12-15T20:48:53.018Z] v0.0.29 [2020-12-15T20:48:53.018Z] v0.0.3 [2020-12-15T20:48:53.018Z] v0.0.4 [2020-12-15T20:48:53.018Z] v0.0.5 [2020-12-15T20:48:53.018Z] v0.0.6 [2020-12-15T20:48:53.018Z] v0.0.7 [2020-12-15T20:48:53.018Z] v0.0.8 [2020-12-15T20:48:53.018Z] v0.0.9 [Pipeline] sh [2020-12-15T20:48:53.312Z] + lftools sign git-tag v0.0.29 [2020-12-15T20:48:54.703Z] Signing Git tag with Sigul... [2020-12-15T20:48:54.703Z] Signing v0.0.29 [Pipeline] echo [2020-12-15T20:48:55.660Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:48:56.033Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-15T20:48:56.087Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-15T20:48:56.412Z] $ docker stop --time=1 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 [2020-12-15T20:48:58.391Z] $ docker rm -f 8dc8704e34c8f829bcb6e338e483f2769250f84785e74e666035f5392e019403 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:48:59.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:48:59.403Z] . [Pipeline] withDockerContainer [2020-12-15T20:48:59.508Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:48:59.581Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T20:49:00.315Z] $ docker top 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T20:49:00.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T20:49:00.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T20:49:00.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T20:49:00.933Z] $ docker exec 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c ssh-agent [2020-12-15T20:49:01.097Z] SSH_AUTH_SOCK=/tmp/ssh-gE9jTPKTZsQZ/agent.11 [2020-12-15T20:49:01.098Z] SSH_AGENT_PID=16 [2020-12-15T20:49:01.105Z] Running ssh-add (command line suppressed) [2020-12-15T20:49:01.244Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7868732388001187893.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7868732388001187893.key) [2020-12-15T20:49:01.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T20:49:01.639Z] + git semver bump patch [2020-12-15T20:49:01.903Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T20:49:01.903Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-12-15T20:49:01.903Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-12-15T20:49:01.903Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T20:49:01.903Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T20:49:01.903Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T20:49:01.903Z] # $SEMVER_BRANCH = master [2020-12-15T20:49:01.903Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-12-15T20:49:01.903Z] 0.0.30 [Pipeline] } [2020-12-15T20:49:01.924Z] $ docker exec --env ******** --env ******** 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c ssh-agent -k [2020-12-15T20:49:02.079Z] unset SSH_AUTH_SOCK; [2020-12-15T20:49:02.080Z] unset SSH_AGENT_PID; [2020-12-15T20:49:02.080Z] echo Agent pid 16 killed; [2020-12-15T20:49:02.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T20:49:02.643Z] + git semver [Pipeline] } [2020-12-15T20:49:02.668Z] $ docker stop --time=1 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c [2020-12-15T20:49:04.053Z] $ docker rm -f 84e80c797d97b515c34d3694eac80eb88a68a7eb4791ec5aae815b0128d3040c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:49:04.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T20:49:04.577Z] . [Pipeline] withDockerContainer [2020-12-15T20:49:04.678Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:49:04.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T20:49:05.319Z] $ docker top c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T20:49:05.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T20:49:05.601Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T20:49:05.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T20:49:05.790Z] $ docker exec c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 ssh-agent [2020-12-15T20:49:05.959Z] SSH_AUTH_SOCK=/tmp/ssh-yulfQlwjIdgM/agent.11 [2020-12-15T20:49:05.959Z] SSH_AGENT_PID=16 [2020-12-15T20:49:05.967Z] Running ssh-add (command line suppressed) [2020-12-15T20:49:06.097Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7696079055204805271.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7696079055204805271.key) [2020-12-15T20:49:06.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T20:49:06.505Z] + git semver push [2020-12-15T20:49:06.505Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T20:49:06.505Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-12-15T20:49:06.505Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-12-15T20:49:06.505Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T20:49:06.505Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T20:49:06.505Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T20:49:06.505Z] # $SEMVER_BRANCH = master [2020-12-15T20:49:06.505Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-12-15T20:49:13.123Z] $ docker exec --env ******** --env ******** c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 ssh-agent -k [2020-12-15T20:49:13.253Z] unset SSH_AUTH_SOCK; [2020-12-15T20:49:13.254Z] unset SSH_AGENT_PID; [2020-12-15T20:49:13.254Z] echo Agent pid 16 killed; [2020-12-15T20:49:13.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T20:49:13.783Z] + git semver [Pipeline] } [2020-12-15T20:49:13.807Z] $ docker stop --time=1 c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 [2020-12-15T20:49:15.150Z] $ docker rm -f c2ec4e65b2ddb555b1a3a8852bc2166b3a3f50e657923d6a8664a132ced25de3 [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 [2020-12-15T20:49:16.767Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:17.343Z] ---> package-listing.sh [2020-12-15T20:49:17.344Z] ++ facter osfamily [2020-12-15T20:49:17.344Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T20:49:17.344Z] + OS_FAMILY=redhat [2020-12-15T20:49:17.344Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2020-12-15T20:49:17.344Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T20:49:17.344Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T20:49:17.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T20:49:17.344Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T20:49:17.344Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-12-15T20:49:17.344Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T20:49:17.344Z] + case "${OS_FAMILY}" in [2020-12-15T20:49:17.344Z] + rpm -qa [2020-12-15T20:49:17.344Z] + sort [2020-12-15T20:49:22.659Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T20:49:22.659Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T20:49:22.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T20:49:22.659Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-12-15T20:49:22.659Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2020-12-15T20:49:22.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2020-12-15T20:49:22.674Z] 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 [2020-12-15T20:49:22.969Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:49:23.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T20:49:23.283Z] [2020-12-15T20:49:23.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T20:49:23.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T20:49:23.633Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T20:49:23.633Z] df20fa9351a1: Pulling fs layer [2020-12-15T20:49:23.633Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T20:49:23.633Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T20:49:23.633Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T20:49:23.633Z] 93b61091891f: Pulling fs layer [2020-12-15T20:49:23.633Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T20:49:23.633Z] 5e14af77c1be: Pulling fs layer [2020-12-15T20:49:23.633Z] 01666e4c0597: Pulling fs layer [2020-12-15T20:49:23.633Z] aa168da1d23b: Pulling fs layer [2020-12-15T20:49:23.633Z] 93b9cdb0e59b: Waiting [2020-12-15T20:49:23.633Z] 5e14af77c1be: Waiting [2020-12-15T20:49:23.633Z] 01666e4c0597: Waiting [2020-12-15T20:49:23.633Z] aa168da1d23b: Waiting [2020-12-15T20:49:23.633Z] 46f8f816bc3b: Waiting [2020-12-15T20:49:23.633Z] 93b61091891f: Waiting [2020-12-15T20:49:23.633Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T20:49:23.633Z] 36b3adc4ff6f: Download complete [2020-12-15T20:49:23.633Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T20:49:23.633Z] 46f8f816bc3b: Download complete [2020-12-15T20:49:23.633Z] df20fa9351a1: Verifying Checksum [2020-12-15T20:49:23.633Z] df20fa9351a1: Download complete [2020-12-15T20:49:23.633Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T20:49:23.633Z] 93b9cdb0e59b: Download complete [2020-12-15T20:49:23.899Z] 93b61091891f: Verifying Checksum [2020-12-15T20:49:23.899Z] 93b61091891f: Download complete [2020-12-15T20:49:23.899Z] 5e14af77c1be: Verifying Checksum [2020-12-15T20:49:23.899Z] 5e14af77c1be: Download complete [2020-12-15T20:49:23.899Z] 01666e4c0597: Verifying Checksum [2020-12-15T20:49:23.899Z] 01666e4c0597: Download complete [2020-12-15T20:49:24.484Z] df20fa9351a1: Pull complete [2020-12-15T20:49:24.484Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T20:49:24.484Z] 8ad3a11d3b57: Download complete [2020-12-15T20:49:24.756Z] 36b3adc4ff6f: Pull complete [2020-12-15T20:49:26.169Z] aa168da1d23b: Verifying Checksum [2020-12-15T20:49:26.169Z] aa168da1d23b: Download complete [2020-12-15T20:49:26.433Z] 8ad3a11d3b57: Pull complete [2020-12-15T20:49:26.703Z] 46f8f816bc3b: Pull complete [2020-12-15T20:49:26.973Z] 93b61091891f: Pull complete [2020-12-15T20:49:26.973Z] 93b9cdb0e59b: Pull complete [2020-12-15T20:49:27.237Z] 5e14af77c1be: Pull complete [2020-12-15T20:49:27.237Z] 01666e4c0597: Pull complete [2020-12-15T20:49:35.406Z] aa168da1d23b: Pull complete [2020-12-15T20:49:35.406Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T20:49:35.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T20:49:35.406Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T20:49:35.571Z] prd-centos7-docker-4c-2g-16154 does not seem to be running inside a container [2020-12-15T20:49:35.624Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T20:49:38.866Z] $ docker top 1c22c37e2935e12a96ad92e0372edcd8cfa67b223464ac5e403c530fb0095ab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T20:49:39.416Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T20:49:39.716Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T20:49:40.021Z] + ls /var/log/sa-host [2020-12-15T20:49:40.021Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T20:49:40.021Z] file_magic: OK [2020-12-15T20:49:40.021Z] HZ: Using current value: 100 [2020-12-15T20:49:40.021Z] file_header: OK [2020-12-15T20:49:40.021Z] 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 [2020-12-15T20:49:40.021Z] Statistics: [2020-12-15T20:49:40.021Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T20:49:40.021Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T20:49:40.021Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T20:49:40.021Z] file_magic: OK [2020-12-15T20:49:40.021Z] HZ: Using current value: 100 [2020-12-15T20:49:40.021Z] file_header: OK [2020-12-15T20:49:40.021Z] 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 [2020-12-15T20:49:40.021Z] Statistics: [2020-12-15T20:49:40.021Z] Hnuu...uuuununununu... [2020-12-15T20:49:40.021Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T20:49:40.690Z] provisioning config files... [2020-12-15T20:49:40.709Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8541021585942824548tmp [Pipeline] { [Pipeline] echo [2020-12-15T20:49:40.862Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:41.165Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T20:49:41.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T20:49:41.271Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:41.569Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T20:49:41.581Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:41.878Z] ---> sudo-logs.sh [2020-12-15T20:49:41.878Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T20:49:41.891Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:42.192Z] ---> job-cost.sh [2020-12-15T20:49:42.192Z] lf-activate-venv: SKIPPING [2020-12-15T20:49:42.192Z] INFO: No Stack... [2020-12-15T20:49:44.151Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T20:49:44.422Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T20:49:44.445Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T20:49:44.808Z] ---> logs-deploy.sh [2020-12-15T20:49:44.808Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/19 [2020-12-15T20:49:44.808Z] INFO: archiving workspace using pattern(s): [2020-12-15T20:49:46.730Z] Archives upload complete. [2020-12-15T20:49:46.730Z] INFO: archiving logs to Nexus