Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c2fdd86c0892cca906f87e05e0c11785480ef45c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1261 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 with configured refspecs honoured and without tags 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" > git rev-list --no-walk 9072fe344c27497816970f0d6042adf261d7b701 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-28T14:02:50.244Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-28T14:02:50.536Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-28T14:02:50.631Z] ========================================================= [2020-07-28T14:02:50.631Z] EdgeX Global Pipelines Version Info [2020-07-28T14:02:50.631Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:02:52.063Z] ------------------- [2020-07-28T14:02:52.063Z] stable info: [2020-07-28T14:02:52.063Z] ------------------- [2020-07-28T14:02:52.063Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T14:02:52.063Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-28T14:02:52.063Z] Message: update stable to v1.0.106 [2020-07-28T14:02:53.003Z] ------------------- [2020-07-28T14:02:53.003Z] experimental info: [2020-07-28T14:02:53.003Z] ------------------- [2020-07-28T14:02:53.003Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T14:02:53.003Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-28T14:02:53.003Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T14:02:54.968Z] + git log --format=format:%s -1 c2fdd86c0892cca906f87e05e0c11785480ef45c [Pipeline] echo [2020-07-28T14:02:55.072Z] GIT_COMMIT: c2fdd86c0892cca906f87e05e0c11785480ef45c, Commit Message: Merge pull request #52 from jamesrgregg/update-pr-template [Pipeline] echo [2020-07-28T14:02:55.114Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:02:55.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:02:56.141Z] [2020-07-28T14:02:56.141Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:02:56.473Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:02:56.473Z] latest: Pulling from edgex-devops/git-semver [2020-07-28T14:02:56.473Z] 31603596830f: Pulling fs layer [2020-07-28T14:02:56.473Z] 2a8b12db71e7: Pulling fs layer [2020-07-28T14:02:56.473Z] 6ca5941a6612: Pulling fs layer [2020-07-28T14:02:56.473Z] ecc8261a40a4: Pulling fs layer [2020-07-28T14:02:56.473Z] ecc8261a40a4: Waiting [2020-07-28T14:02:56.473Z] 2a8b12db71e7: Verifying Checksum [2020-07-28T14:02:56.473Z] 2a8b12db71e7: Download complete [2020-07-28T14:02:56.739Z] 31603596830f: Verifying Checksum [2020-07-28T14:02:56.739Z] 31603596830f: Download complete [2020-07-28T14:02:56.739Z] ecc8261a40a4: Verifying Checksum [2020-07-28T14:02:56.739Z] ecc8261a40a4: Download complete [2020-07-28T14:02:56.739Z] 6ca5941a6612: Verifying Checksum [2020-07-28T14:02:56.739Z] 6ca5941a6612: Download complete [2020-07-28T14:02:57.005Z] 31603596830f: Pull complete [2020-07-28T14:02:57.005Z] 2a8b12db71e7: Pull complete [2020-07-28T14:02:57.584Z] 6ca5941a6612: Pull complete [2020-07-28T14:02:57.845Z] ecc8261a40a4: Pull complete [2020-07-28T14:02:57.845Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-28T14:02:57.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:02:57.845Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-28T14:02:57.946Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:02:57.985Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T14:03:00.088Z] $ docker top 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T14:03:00.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T14:03:00.415Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T14:03:00.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T14:03:00.620Z] $ docker exec 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent [2020-07-28T14:03:00.773Z] SSH_AUTH_SOCK=/tmp/ssh-UtjPe0CV0ky7/agent.11 [2020-07-28T14:03:00.773Z] SSH_AGENT_PID=16 [2020-07-28T14:03:00.782Z] Running ssh-add (command line suppressed) [2020-07-28T14:03:00.894Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2072500985786912246.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2072500985786912246.key) [2020-07-28T14:03:00.950Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T14:03:01.272Z] + git describe --exact-match --tags HEAD [2020-07-28T14:03:01.272Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-28T14:03:01.319Z] $ docker exec --env ******** --env ******** 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent -k [2020-07-28T14:03:01.438Z] unset SSH_AUTH_SOCK; [2020-07-28T14:03:01.439Z] unset SSH_AGENT_PID; [2020-07-28T14:03:01.439Z] echo Agent pid 16 killed; [2020-07-28T14:03:01.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-28T14:03:01.592Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-28T14:03:01.592Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-28T14:03:01.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T14:03:01.697Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T14:03:01.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T14:03:01.856Z] $ docker exec 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent [2020-07-28T14:03:02.009Z] SSH_AUTH_SOCK=/tmp/ssh-sKarGovvuWAY/agent.44 [2020-07-28T14:03:02.009Z] SSH_AGENT_PID=49 [2020-07-28T14:03:02.014Z] Running ssh-add (command line suppressed) [2020-07-28T14:03:02.131Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5607807662456157583.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5607807662456157583.key) [2020-07-28T14:03:02.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T14:03:02.508Z] + git semver init [2020-07-28T14:03:02.508Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T14:03:02.508Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-07-28T14:03:02.508Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:03:02.508Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T14:03:02.508Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T14:03:02.508Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T14:03:02.508Z] # $SEMVER_BRANCH = master [2020-07-28T14:03:02.508Z] # $SEMVER_TEMP = /tmp/semver-766329373 [2020-07-28T14:03:02.508Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-07-28T14:03:04.419Z] # '/tmp/semver-766329373' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2020-07-28T14:03:04.419Z] # -> Force: false [2020-07-28T14:03:04.419Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-07-28T14:03:04.428Z] $ docker exec --env ******** --env ******** 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent -k [2020-07-28T14:03:04.535Z] unset SSH_AUTH_SOCK; [2020-07-28T14:03:04.536Z] unset SSH_AGENT_PID; [2020-07-28T14:03:04.536Z] echo Agent pid 49 killed; [2020-07-28T14:03:04.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T14:03:05.080Z] + git semver [Pipeline] } [2020-07-28T14:03:05.090Z] $ docker stop --time=1 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 [2020-07-28T14:03:06.414Z] $ docker rm -f 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-28T14:03:07.153Z] Stashed 28 file(s) [Pipeline] echo [2020-07-28T14:03:07.155Z] [edgeXSemver] initialized semver on version 0.0.19 [Pipeline] echo [2020-07-28T14:03:07.230Z] Archived original version: [0.0.19] [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-07-28T14:03:22.581Z] Still waiting to schedule task [2020-07-28T14:03:22.581Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-28T14:03:22.583Z] Still waiting to schedule task [2020-07-28T14:03:22.583Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-28T14:05:01.549Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1263 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-07-28T14:05:01.659Z] Running in /w/workspace/go-mod-secrets/9 [Pipeline] { [Pipeline] checkout [2020-07-28T14:05:06.470Z] using credential edgex-jenkins-ssh [2020-07-28T14:05:06.517Z] Cloning the remote Git repository [2020-07-28T14:05:06.517Z] Cloning with configured refspecs honoured and without tags [2020-07-28T14:05:06.621Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:07.645Z] Fetching without tags [2020-07-28T14:05:06.733Z] > git init /w/workspace/go-mod-secrets/9 # timeout=10 [2020-07-28T14:05:06.801Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:06.802Z] > git --version # timeout=10 [2020-07-28T14:05:06.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T14:05:06.887Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:07.571Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-07-28T14:05:07.589Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:07.623Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-07-28T14:05:07.656Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:07.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T14:05:07.670Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:08.698Z] Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) [2020-07-28T14:05:08.719Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T14:05:08.738Z] > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 [2020-07-28T14:05:13.205Z] Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T14:05:14.197Z] ========================================================= [2020-07-28T14:05:14.197Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-28T14:05:14.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:05:15.519Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-28T14:05:16.499Z] Sending build context to Docker daemon 503.8kB [2020-07-28T14:05:16.499Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T14:05:16.499Z] Step 2/7 : FROM ${BASE} [2020-07-28T14:05:17.103Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-28T14:05:17.103Z] b538f80385f9: Pulling fs layer [2020-07-28T14:05:17.103Z] 74f711af9a0d: Pulling fs layer [2020-07-28T14:05:17.103Z] 99f96fe45779: Pulling fs layer [2020-07-28T14:05:17.103Z] fd7a069fd194: Pulling fs layer [2020-07-28T14:05:17.103Z] 66aa3694b03b: Pulling fs layer [2020-07-28T14:05:17.103Z] 170f70906a0f: Pulling fs layer [2020-07-28T14:05:17.103Z] ad7c5574e4b9: Pulling fs layer [2020-07-28T14:05:17.103Z] e772456be8f7: Pulling fs layer [2020-07-28T14:05:17.103Z] c890913d741a: Pulling fs layer [2020-07-28T14:05:17.103Z] 2480fcc9aa5a: Pulling fs layer [2020-07-28T14:05:17.103Z] 09adf4765672: Pulling fs layer [2020-07-28T14:05:17.103Z] fd7a069fd194: Waiting [2020-07-28T14:05:17.103Z] ad7c5574e4b9: Waiting [2020-07-28T14:05:17.103Z] e772456be8f7: Waiting [2020-07-28T14:05:17.103Z] 66aa3694b03b: Waiting [2020-07-28T14:05:17.103Z] c890913d741a: Waiting [2020-07-28T14:05:17.103Z] 2480fcc9aa5a: Waiting [2020-07-28T14:05:17.103Z] 09adf4765672: Waiting [2020-07-28T14:05:17.103Z] 170f70906a0f: Waiting [2020-07-28T14:05:17.103Z] 74f711af9a0d: Verifying Checksum [2020-07-28T14:05:17.103Z] 74f711af9a0d: Download complete [2020-07-28T14:05:17.103Z] 66aa3694b03b: Verifying Checksum [2020-07-28T14:05:17.103Z] 66aa3694b03b: Download complete [2020-07-28T14:05:17.103Z] 170f70906a0f: Verifying Checksum [2020-07-28T14:05:17.103Z] 170f70906a0f: Download complete [2020-07-28T14:05:17.103Z] b538f80385f9: Verifying Checksum [2020-07-28T14:05:18.111Z] b538f80385f9: Pull complete [2020-07-28T14:05:18.388Z] 74f711af9a0d: Pull complete [2020-07-28T14:05:18.992Z] 99f96fe45779: Pull complete [2020-07-28T14:05:19.268Z] ad7c5574e4b9: Verifying Checksum [2020-07-28T14:05:19.268Z] ad7c5574e4b9: Download complete [2020-07-28T14:05:19.547Z] c890913d741a: Verifying Checksum [2020-07-28T14:05:19.547Z] c890913d741a: Download complete [2020-07-28T14:05:21.533Z] 2480fcc9aa5a: Verifying Checksum [2020-07-28T14:05:21.533Z] 2480fcc9aa5a: Download complete [2020-07-28T14:05:21.533Z] 09adf4765672: Verifying Checksum [2020-07-28T14:05:21.533Z] 09adf4765672: Download complete [2020-07-28T14:05:22.145Z] e772456be8f7: Verifying Checksum [2020-07-28T14:05:22.145Z] e772456be8f7: Download complete [2020-07-28T14:05:23.127Z] fd7a069fd194: Verifying Checksum [2020-07-28T14:05:23.127Z] fd7a069fd194: Download complete [2020-07-28T14:05:35.541Z] fd7a069fd194: Pull complete [2020-07-28T14:05:35.541Z] 66aa3694b03b: Pull complete [2020-07-28T14:05:35.541Z] 170f70906a0f: Pull complete [2020-07-28T14:05:36.920Z] Running on prd-centos7-docker-4c-2g-1264 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-07-28T14:05:36.985Z] Running in /w/workspace/go-mod-secrets/9 [Pipeline] { [Pipeline] checkout [2020-07-28T14:05:38.958Z] ad7c5574e4b9: Pull complete [2020-07-28T14:05:39.251Z] using credential edgex-jenkins-ssh [2020-07-28T14:05:39.305Z] Cloning the remote Git repository [2020-07-28T14:05:39.305Z] Cloning with configured refspecs honoured and without tags [2020-07-28T14:05:39.324Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:40.127Z] Fetching without tags [2020-07-28T14:05:39.414Z] > git init /w/workspace/go-mod-secrets/9 # timeout=10 [2020-07-28T14:05:39.454Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:39.454Z] > git --version # timeout=10 [2020-07-28T14:05:39.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T14:05:39.505Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:40.098Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-07-28T14:05:40.105Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:40.117Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-07-28T14:05:40.127Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-07-28T14:05:40.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T14:05:40.131Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T14:05:40.540Z] Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) [2020-07-28T14:05:40.544Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T14:05:40.549Z] > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 [2020-07-28T14:05:43.269Z] e772456be8f7: Pull complete [2020-07-28T14:05:43.551Z] c890913d741a: Pull complete [2020-07-28T14:05:44.055Z] Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T14:05:44.728Z] ========================================================= [2020-07-28T14:05:44.728Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-28T14:05:44.728Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:05:45.398Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-28T14:05:45.398Z] Sending build context to Docker daemon 503.8kB [2020-07-28T14:05:45.668Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T14:05:45.668Z] Step 2/7 : FROM ${BASE} [2020-07-28T14:05:45.668Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-28T14:05:45.668Z] df20fa9351a1: Pulling fs layer [2020-07-28T14:05:45.668Z] ed8968b2872e: Pulling fs layer [2020-07-28T14:05:45.668Z] a92cc7c5fd73: Pulling fs layer [2020-07-28T14:05:45.668Z] 2dd03ba5bac4: Pulling fs layer [2020-07-28T14:05:45.668Z] 1e091d79d1de: Pulling fs layer [2020-07-28T14:05:45.668Z] 481702a1767f: Pulling fs layer [2020-07-28T14:05:45.668Z] f64a6f60c768: Pulling fs layer [2020-07-28T14:05:45.668Z] e78d2573fc39: Pulling fs layer [2020-07-28T14:05:45.668Z] e876d2f968b6: Pulling fs layer [2020-07-28T14:05:45.668Z] ce8a83651883: Pulling fs layer [2020-07-28T14:05:45.668Z] 07967f4d0e4b: Pulling fs layer [2020-07-28T14:05:45.668Z] f64a6f60c768: Waiting [2020-07-28T14:05:45.668Z] e78d2573fc39: Waiting [2020-07-28T14:05:45.668Z] e876d2f968b6: Waiting [2020-07-28T14:05:45.668Z] 1e091d79d1de: Waiting [2020-07-28T14:05:45.668Z] 481702a1767f: Waiting [2020-07-28T14:05:45.668Z] 2dd03ba5bac4: Waiting [2020-07-28T14:05:45.668Z] ce8a83651883: Waiting [2020-07-28T14:05:45.668Z] 07967f4d0e4b: Waiting [2020-07-28T14:05:45.669Z] a92cc7c5fd73: Verifying Checksum [2020-07-28T14:05:45.669Z] a92cc7c5fd73: Download complete [2020-07-28T14:05:45.669Z] ed8968b2872e: Verifying Checksum [2020-07-28T14:05:45.669Z] ed8968b2872e: Download complete [2020-07-28T14:05:45.669Z] 1e091d79d1de: Verifying Checksum [2020-07-28T14:05:45.669Z] 481702a1767f: Download complete [2020-07-28T14:05:45.669Z] df20fa9351a1: Verifying Checksum [2020-07-28T14:05:45.669Z] df20fa9351a1: Download complete [2020-07-28T14:05:45.940Z] df20fa9351a1: Pull complete [2020-07-28T14:05:46.175Z] 2480fcc9aa5a: Pull complete [2020-07-28T14:05:46.175Z] 09adf4765672: Pull complete [2020-07-28T14:05:46.446Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-28T14:05:46.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-28T14:05:46.446Z] ---> 2248a725d1cf [2020-07-28T14:05:46.446Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-28T14:05:46.526Z] f64a6f60c768: Verifying Checksum [2020-07-28T14:05:46.526Z] f64a6f60c768: Download complete [2020-07-28T14:05:46.526Z] e876d2f968b6: Verifying Checksum [2020-07-28T14:05:46.526Z] e876d2f968b6: Download complete [2020-07-28T14:05:47.111Z] ce8a83651883: Verifying Checksum [2020-07-28T14:05:47.111Z] ce8a83651883: Download complete [2020-07-28T14:05:47.111Z] 2dd03ba5bac4: Verifying Checksum [2020-07-28T14:05:47.111Z] 2dd03ba5bac4: Download complete [2020-07-28T14:05:47.111Z] e78d2573fc39: Verifying Checksum [2020-07-28T14:05:47.111Z] e78d2573fc39: Download complete [2020-07-28T14:05:47.111Z] 07967f4d0e4b: Verifying Checksum [2020-07-28T14:05:47.111Z] 07967f4d0e4b: Download complete [2020-07-28T14:05:48.491Z] ed8968b2872e: Pull complete [2020-07-28T14:05:48.752Z] a92cc7c5fd73: Pull complete [2020-07-28T14:05:50.751Z] ---> Running in 1e48c0c30199 [2020-07-28T14:05:51.351Z] Removing intermediate container 1e48c0c30199 [2020-07-28T14:05:51.351Z] ---> f43f3d4531c2 [2020-07-28T14:05:51.351Z] Step 4/7 : RUN apk add --update bash [2020-07-28T14:05:51.351Z] ---> Running in 783b38a845d2 [2020-07-28T14:05:53.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T14:05:53.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T14:05:54.048Z] 2dd03ba5bac4: Pull complete [2020-07-28T14:05:54.048Z] 1e091d79d1de: Pull complete [2020-07-28T14:05:54.048Z] 481702a1767f: Pull complete [2020-07-28T14:05:54.514Z] OK: 142 MiB in 39 packages [2020-07-28T14:05:55.944Z] Removing intermediate container 783b38a845d2 [2020-07-28T14:05:55.944Z] ---> ce7e5ee67f9f [2020-07-28T14:05:55.944Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-28T14:05:55.944Z] ---> Running in fc343a9363f0 [2020-07-28T14:05:56.544Z] Removing intermediate container fc343a9363f0 [2020-07-28T14:05:56.544Z] ---> fd4d7ea84dff [2020-07-28T14:05:56.544Z] Step 6/7 : COPY go.mod . [2020-07-28T14:05:57.139Z] ---> 279182adcd78 [2020-07-28T14:05:57.139Z] Step 7/7 : RUN go mod download [2020-07-28T14:05:57.139Z] ---> Running in ac43d923ca93 [2020-07-28T14:05:59.109Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-28T14:05:59.109Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T14:05:59.109Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T14:05:59.109Z] go: finding github.com/stretchr/testify v1.3.0 [2020-07-28T14:06:00.539Z] Removing intermediate container ac43d923ca93 [2020-07-28T14:06:00.539Z] ---> d500bf749b79 [2020-07-28T14:06:00.539Z] Successfully built d500bf749b79 [2020-07-28T14:06:00.539Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-07-28T14:06:00.629Z] f64a6f60c768: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-28T14:06:02.541Z] e78d2573fc39: Pull complete [2020-07-28T14:06:02.541Z] e876d2f968b6: Pull complete [2020-07-28T14:06:03.483Z] ce8a83651883: Pull complete [2020-07-28T14:06:03.744Z] 07967f4d0e4b: Pull complete [2020-07-28T14:06:03.744Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-28T14:06:03.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-28T14:06:03.744Z] ---> 5d7c900382c6 [2020-07-28T14:06:03.744Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-28T14:06:04.313Z] ---> Running in 5b6bbad98d1b [2020-07-28T14:06:04.573Z] Removing intermediate container 5b6bbad98d1b [2020-07-28T14:06:04.573Z] ---> 23a138a82b57 [2020-07-28T14:06:04.573Z] Step 4/7 : RUN apk add --update bash [2020-07-28T14:06:04.573Z] ---> Running in 937754100cb3 [2020-07-28T14:06:05.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T14:06:06.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T14:06:06.790Z] OK: 166 MiB in 39 packages [2020-07-28T14:06:07.361Z] Removing intermediate container 937754100cb3 [2020-07-28T14:06:07.361Z] ---> fced723cd895 [2020-07-28T14:06:07.361Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-28T14:06:07.361Z] ---> Running in 0e38644b204c [2020-07-28T14:06:07.361Z] Removing intermediate container 0e38644b204c [2020-07-28T14:06:07.361Z] ---> ec6bb7229450 [2020-07-28T14:06:07.361Z] Step 6/7 : COPY go.mod . [2020-07-28T14:06:07.622Z] ---> c365aafa3118 [2020-07-28T14:06:07.622Z] Step 7/7 : RUN go mod download [2020-07-28T14:06:07.622Z] ---> Running in c61f566791c1 [2020-07-28T14:06:09.004Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-28T14:06:09.004Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T14:06:09.004Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T14:06:09.004Z] go: finding github.com/stretchr/testify v1.3.0 [2020-07-28T14:06:09.943Z] Removing intermediate container c61f566791c1 [2020-07-28T14:06:09.943Z] ---> 561b36606784 [2020-07-28T14:06:09.943Z] Successfully built 561b36606784 [2020-07-28T14:06:09.944Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-28T14:06:12.076Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-28T14:06:12.077Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-28T14:06:12.148Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:06:12.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T14:06:12.478Z] [2020-07-28T14:06:12.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:06:12.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T14:06:12.822Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-28T14:06:12.822Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-28T14:06:12.822Z] 408f87550127: Pulling fs layer [2020-07-28T14:06:12.822Z] fe522b08c979: Pulling fs layer [2020-07-28T14:06:12.822Z] 221eaa008020: Pulling fs layer [2020-07-28T14:06:12.822Z] 2a4607e5d6b9: Pulling fs layer [2020-07-28T14:06:12.822Z] 8f79b27c4fd2: Pulling fs layer [2020-07-28T14:06:12.822Z] e5c8dbe1645b: Pulling fs layer [2020-07-28T14:06:12.822Z] 23e8b3b47431: Pulling fs layer [2020-07-28T14:06:12.822Z] 5c568d65a230: Pulling fs layer [2020-07-28T14:06:12.822Z] 8f79b27c4fd2: Waiting [2020-07-28T14:06:12.822Z] 221eaa008020: Waiting [2020-07-28T14:06:12.822Z] 2a4607e5d6b9: Waiting [2020-07-28T14:06:12.822Z] e5c8dbe1645b: Waiting [2020-07-28T14:06:12.822Z] 23e8b3b47431: Waiting [2020-07-28T14:06:12.822Z] 5c568d65a230: Waiting [2020-07-28T14:06:12.822Z] fe522b08c979: Verifying Checksum [2020-07-28T14:06:12.822Z] fe522b08c979: Download complete [2020-07-28T14:06:12.822Z] 408f87550127: Verifying Checksum [2020-07-28T14:06:12.822Z] 408f87550127: Download complete [2020-07-28T14:06:12.822Z] 2a4607e5d6b9: Verifying Checksum [2020-07-28T14:06:12.822Z] 2a4607e5d6b9: Download complete [2020-07-28T14:06:12.822Z] 8f79b27c4fd2: Verifying Checksum [2020-07-28T14:06:12.822Z] 8f79b27c4fd2: Download complete [2020-07-28T14:06:12.822Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-28T14:06:12.822Z] cbdbe7a5bc2a: Download complete [2020-07-28T14:06:13.101Z] cbdbe7a5bc2a: Pull complete [2020-07-28T14:06:13.376Z] e5c8dbe1645b: Verifying Checksum [2020-07-28T14:06:13.376Z] e5c8dbe1645b: Download complete [2020-07-28T14:06:13.376Z] 408f87550127: Pull complete [2020-07-28T14:06:13.644Z] fe522b08c979: Pull complete [2020-07-28T14:06:13.644Z] 23e8b3b47431: Verifying Checksum [2020-07-28T14:06:13.644Z] 23e8b3b47431: Download complete [2020-07-28T14:06:13.906Z] 5c568d65a230: Verifying Checksum [2020-07-28T14:06:13.906Z] 5c568d65a230: Download complete [2020-07-28T14:06:14.486Z] 221eaa008020: Verifying Checksum [2020-07-28T14:06:14.486Z] 221eaa008020: Download complete [2020-07-28T14:06:19.796Z] 221eaa008020: Pull complete [2020-07-28T14:06:19.796Z] 2a4607e5d6b9: Pull complete [2020-07-28T14:06:19.796Z] 8f79b27c4fd2: Pull complete [2020-07-28T14:06:21.719Z] e5c8dbe1645b: Pull complete [2020-07-28T14:06:25.024Z] 23e8b3b47431: Pull complete [2020-07-28T14:06:25.971Z] 5c568d65a230: Pull complete [2020-07-28T14:06:26.232Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-28T14:06:26.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T14:06:26.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-28T14:06:26.388Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:06:26.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-28T14:06:28.020Z] $ docker top 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T14:06:28.513Z] + snyk monitor '--org=edgex-jenkins' [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/bd97fff6-ee33-4ce5-8159-14e573c031e7 [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] Snyk CLI supports Node.js 8 and higher. [2020-07-28T14:06:31.815Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-28T14:06:31.815Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-28T14:06:31.815Z] [2020-07-28T14:06:31.815Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-28T14:06:31.815Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-28T14:06:31.826Z] $ docker stop --time=1 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a [2020-07-28T14:06:33.916Z] $ docker rm -f 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:06:35.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:06:35.029Z] . [Pipeline] withDockerContainer [2020-07-28T14:06:35.122Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:06:35.165Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T14:06:35.843Z] $ docker top b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T14:06:36.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T14:06:36.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T14:06:36.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T14:06:36.320Z] $ docker exec b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 ssh-agent [2020-07-28T14:06:36.478Z] SSH_AUTH_SOCK=/tmp/ssh-XgCSBlcyoFSM/agent.12 [2020-07-28T14:06:36.478Z] SSH_AGENT_PID=17 [2020-07-28T14:06:36.485Z] Running ssh-add (command line suppressed) [2020-07-28T14:06:36.607Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7314131182757768572.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7314131182757768572.key) [2020-07-28T14:06:36.656Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T14:06:36.982Z] + git semver tag [2020-07-28T14:06:36.982Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T14:06:36.982Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-07-28T14:06:36.982Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:06:36.982Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T14:06:36.982Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T14:06:36.982Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T14:06:36.982Z] # $SEMVER_BRANCH = master [2020-07-28T14:06:36.982Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-07-28T14:06:36.982Z] # c2fdd86c0892cca906f87e05e0c11785480ef45c HEAD [2020-07-28T14:06:36.982Z] # -> Force: false [2020-07-28T14:06:36.982Z] # 4fe69d85ab99ec44bd72ef273310bd595abd12fe refs/tags/v0.0.19 [Pipeline] } [2020-07-28T14:06:36.993Z] $ docker exec --env ******** --env ******** b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 ssh-agent -k [2020-07-28T14:06:37.105Z] unset SSH_AUTH_SOCK; [2020-07-28T14:06:37.105Z] unset SSH_AGENT_PID; [2020-07-28T14:06:37.105Z] echo Agent pid 17 killed; [2020-07-28T14:06:37.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T14:06:37.588Z] + git semver [Pipeline] } [2020-07-28T14:06:37.601Z] $ docker stop --time=1 b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 [2020-07-28T14:06:38.939Z] $ docker rm -f b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:06:39.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T14:06:39.526Z] [2020-07-28T14:06:39.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:06:39.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T14:06:39.863Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-28T14:06:39.863Z] ab5ef0e58194: Pulling fs layer [2020-07-28T14:06:39.863Z] 9712f1f96733: Pulling fs layer [2020-07-28T14:06:39.863Z] 63f879dbbcfc: Pulling fs layer [2020-07-28T14:06:39.863Z] 0d9ebad4ef96: Pulling fs layer [2020-07-28T14:06:39.863Z] e9a5061849ea: Pulling fs layer [2020-07-28T14:06:39.863Z] d747dcd14b5f: Pulling fs layer [2020-07-28T14:06:39.863Z] 2de7ff778b66: Pulling fs layer [2020-07-28T14:06:39.863Z] e9a5061849ea: Waiting [2020-07-28T14:06:39.863Z] d747dcd14b5f: Waiting [2020-07-28T14:06:39.863Z] 2de7ff778b66: Waiting [2020-07-28T14:06:39.863Z] 0d9ebad4ef96: Waiting [2020-07-28T14:06:39.863Z] 9712f1f96733: Verifying Checksum [2020-07-28T14:06:39.863Z] 9712f1f96733: Download complete [2020-07-28T14:06:40.450Z] 63f879dbbcfc: Verifying Checksum [2020-07-28T14:06:40.450Z] 63f879dbbcfc: Download complete [2020-07-28T14:06:40.450Z] e9a5061849ea: Verifying Checksum [2020-07-28T14:06:40.450Z] e9a5061849ea: Download complete [2020-07-28T14:06:40.450Z] d747dcd14b5f: Verifying Checksum [2020-07-28T14:06:40.450Z] d747dcd14b5f: Download complete [2020-07-28T14:06:40.716Z] 2de7ff778b66: Verifying Checksum [2020-07-28T14:06:40.716Z] 2de7ff778b66: Download complete [2020-07-28T14:06:40.716Z] ab5ef0e58194: Verifying Checksum [2020-07-28T14:06:40.716Z] ab5ef0e58194: Download complete [2020-07-28T14:06:40.716Z] 0d9ebad4ef96: Verifying Checksum [2020-07-28T14:06:40.716Z] 0d9ebad4ef96: Download complete [2020-07-28T14:06:44.936Z] ab5ef0e58194: Pull complete [2020-07-28T14:06:44.936Z] 9712f1f96733: Pull complete [2020-07-28T14:06:47.484Z] 63f879dbbcfc: Pull complete [2020-07-28T14:06:55.630Z] 0d9ebad4ef96: Pull complete [2020-07-28T14:06:55.630Z] e9a5061849ea: Pull complete [2020-07-28T14:06:55.630Z] d747dcd14b5f: Pull complete [2020-07-28T14:06:59.835Z] 2de7ff778b66: Pull complete [2020-07-28T14:07:00.096Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-28T14:07:00.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T14:07:00.096Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-28T14:07:00.260Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:07:00.306Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-28T14:07:02.482Z] $ docker top c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-28T14:07:02.776Z] provisioning config files... [2020-07-28T14:07:02.787Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config820485091171009272tmp [2020-07-28T14:07:02.806Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7526056334056190602tmp [2020-07-28T14:07:02.820Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5434465057978825549tmp [Pipeline] { [Pipeline] echo [2020-07-28T14:07:02.866Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:03.156Z] ---> sigul-configuration.sh [2020-07-28T14:07:03.156Z] gpg: directory `/root/.gnupg' created [2020-07-28T14:07:03.156Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-28T14:07:03.156Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-28T14:07:03.156Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-28T14:07:03.156Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-28T14:07:03.156Z] gpg: CAST5 encrypted data [2020-07-28T14:07:03.415Z] gpg: encrypted with 1 passphrase [2020-07-28T14:07:03.415Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-28T14:07:03.702Z] + mkdir /home/jenkins [2020-07-28T14:07:03.702Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-28T14:07:03.996Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-28T14:07:04.005Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:04.295Z] ---> sigul-install.sh [2020-07-28T14:07:09.579Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-28T14:07:09.870Z] + git tag --list [2020-07-28T14:07:09.870Z] v0.0.19 [Pipeline] sh [2020-07-28T14:07:10.160Z] + lftools sign git-tag v0.0.19 [2020-07-28T14:07:11.543Z] Signing Git tag with Sigul... [2020-07-28T14:07:11.543Z] Signing v0.0.19 [Pipeline] echo [2020-07-28T14:07:12.122Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:12.409Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-28T14:07:12.416Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-28T14:07:12.516Z] $ docker stop --time=1 c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c [2020-07-28T14:07:14.426Z] $ docker rm -f c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:07:15.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:07:15.186Z] . [Pipeline] withDockerContainer [2020-07-28T14:07:15.318Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:07:15.377Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T14:07:16.014Z] $ docker top 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T14:07:16.313Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T14:07:16.313Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T14:07:16.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T14:07:16.518Z] $ docker exec 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 ssh-agent [2020-07-28T14:07:16.681Z] SSH_AUTH_SOCK=/tmp/ssh-jKBEEIkl1z9O/agent.12 [2020-07-28T14:07:16.681Z] SSH_AGENT_PID=17 [2020-07-28T14:07:16.687Z] Running ssh-add (command line suppressed) [2020-07-28T14:07:16.807Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3964276873531678867.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3964276873531678867.key) [2020-07-28T14:07:16.864Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T14:07:17.186Z] + git semver bump patch [2020-07-28T14:07:17.186Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T14:07:17.186Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-07-28T14:07:17.186Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:07:17.186Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T14:07:17.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T14:07:17.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T14:07:17.186Z] # $SEMVER_BRANCH = master [2020-07-28T14:07:17.186Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-07-28T14:07:17.186Z] 0.0.20 [Pipeline] } [2020-07-28T14:07:17.194Z] $ docker exec --env ******** --env ******** 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 ssh-agent -k [2020-07-28T14:07:17.310Z] unset SSH_AUTH_SOCK; [2020-07-28T14:07:17.311Z] unset SSH_AGENT_PID; [2020-07-28T14:07:17.311Z] echo Agent pid 17 killed; [2020-07-28T14:07:17.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T14:07:17.792Z] + git semver [Pipeline] } [2020-07-28T14:07:17.805Z] $ docker stop --time=1 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 [2020-07-28T14:07:19.144Z] $ docker rm -f 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:07:19.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T14:07:19.642Z] . [Pipeline] withDockerContainer [2020-07-28T14:07:19.732Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:07:19.769Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T14:07:20.413Z] $ docker top b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T14:07:20.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T14:07:20.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T14:07:20.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T14:07:20.945Z] $ docker exec b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 ssh-agent [2020-07-28T14:07:21.107Z] SSH_AUTH_SOCK=/tmp/ssh-z1wFxWVbe8lu/agent.12 [2020-07-28T14:07:21.107Z] SSH_AGENT_PID=17 [2020-07-28T14:07:21.113Z] Running ssh-add (command line suppressed) [2020-07-28T14:07:21.232Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6577295476652086525.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6577295476652086525.key) [2020-07-28T14:07:21.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T14:07:21.613Z] + git semver push [2020-07-28T14:07:21.613Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T14:07:21.613Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-07-28T14:07:21.613Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:07:21.613Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T14:07:21.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T14:07:21.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T14:07:21.613Z] # $SEMVER_BRANCH = master [2020-07-28T14:07:21.613Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-07-28T14:07:28.199Z] $ docker exec --env ******** --env ******** b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 ssh-agent -k [2020-07-28T14:07:28.333Z] unset SSH_AUTH_SOCK; [2020-07-28T14:07:28.334Z] unset SSH_AGENT_PID; [2020-07-28T14:07:28.334Z] echo Agent pid 17 killed; [2020-07-28T14:07:28.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T14:07:28.826Z] + git semver [Pipeline] } [2020-07-28T14:07:28.837Z] $ docker stop --time=1 b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 [2020-07-28T14:07:30.161Z] $ docker rm -f b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 [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-07-28T14:07:31.378Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:31.943Z] ---> package-listing.sh [2020-07-28T14:07:31.943Z] ++ facter osfamily [2020-07-28T14:07:31.943Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-28T14:07:31.943Z] + OS_FAMILY=redhat [2020-07-28T14:07:31.943Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:07:31.943Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-28T14:07:31.943Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-28T14:07:31.943Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-28T14:07:31.943Z] + PACKAGES=/tmp/packages_start.txt [2020-07-28T14:07:31.943Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-07-28T14:07:31.943Z] + PACKAGES=/tmp/packages_end.txt [2020-07-28T14:07:31.943Z] + case "${OS_FAMILY}" in [2020-07-28T14:07:31.943Z] + rpm -qa [2020-07-28T14:07:31.943Z] + sort [2020-07-28T14:07:36.144Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-28T14:07:36.144Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-28T14:07:36.144Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-28T14:07:36.144Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-07-28T14:07:36.144Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2020-07-28T14:07:36.144Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:07:36.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T14:07:36.739Z] [2020-07-28T14:07:36.739Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-28T14:07:37.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T14:07:37.078Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-28T14:07:37.078Z] c9b1b535fdd9: Pulling fs layer [2020-07-28T14:07:37.078Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-28T14:07:37.078Z] 756a868c4378: Pulling fs layer [2020-07-28T14:07:37.078Z] 444b2fc9a129: Pulling fs layer [2020-07-28T14:07:37.079Z] ea15f1150254: Pulling fs layer [2020-07-28T14:07:37.079Z] 41b27a9f41bf: Pulling fs layer [2020-07-28T14:07:37.079Z] 28c525ee5125: Pulling fs layer [2020-07-28T14:07:37.079Z] 094b1ea09ed8: Pulling fs layer [2020-07-28T14:07:37.079Z] 138eaada9080: Pulling fs layer [2020-07-28T14:07:37.079Z] 0622d0fa9048: Pulling fs layer [2020-07-28T14:07:37.079Z] 444b2fc9a129: Waiting [2020-07-28T14:07:37.079Z] ea15f1150254: Waiting [2020-07-28T14:07:37.079Z] 41b27a9f41bf: Waiting [2020-07-28T14:07:37.079Z] 28c525ee5125: Waiting [2020-07-28T14:07:37.079Z] 094b1ea09ed8: Waiting [2020-07-28T14:07:37.079Z] 138eaada9080: Waiting [2020-07-28T14:07:37.079Z] 0622d0fa9048: Waiting [2020-07-28T14:07:37.079Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-28T14:07:37.079Z] 2cc5ad85d9ab: Download complete [2020-07-28T14:07:37.079Z] 444b2fc9a129: Verifying Checksum [2020-07-28T14:07:37.079Z] 444b2fc9a129: Download complete [2020-07-28T14:07:37.079Z] c9b1b535fdd9: Verifying Checksum [2020-07-28T14:07:37.079Z] ea15f1150254: Download complete [2020-07-28T14:07:37.350Z] 28c525ee5125: Verifying Checksum [2020-07-28T14:07:37.350Z] 28c525ee5125: Download complete [2020-07-28T14:07:37.616Z] 756a868c4378: Verifying Checksum [2020-07-28T14:07:37.616Z] 756a868c4378: Download complete [2020-07-28T14:07:37.616Z] c9b1b535fdd9: Pull complete [2020-07-28T14:07:37.616Z] 138eaada9080: Verifying Checksum [2020-07-28T14:07:37.616Z] 138eaada9080: Download complete [2020-07-28T14:07:37.616Z] 094b1ea09ed8: Verifying Checksum [2020-07-28T14:07:37.616Z] 0622d0fa9048: Verifying Checksum [2020-07-28T14:07:37.616Z] 0622d0fa9048: Download complete [2020-07-28T14:07:38.197Z] 41b27a9f41bf: Verifying Checksum [2020-07-28T14:07:38.197Z] 41b27a9f41bf: Download complete [2020-07-28T14:07:38.457Z] 2cc5ad85d9ab: Pull complete [2020-07-28T14:07:40.375Z] 756a868c4378: Pull complete [2020-07-28T14:07:40.375Z] 444b2fc9a129: Pull complete [2020-07-28T14:07:40.635Z] ea15f1150254: Pull complete [2020-07-28T14:07:43.946Z] 41b27a9f41bf: Pull complete [2020-07-28T14:07:43.946Z] 28c525ee5125: Pull complete [2020-07-28T14:07:45.866Z] 094b1ea09ed8: Pull complete [2020-07-28T14:07:46.128Z] 138eaada9080: Pull complete [2020-07-28T14:07:46.128Z] 0622d0fa9048: Pull complete [2020-07-28T14:07:46.128Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-28T14:07:46.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T14:07:46.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-28T14:07:46.489Z] prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container [2020-07-28T14:07:46.523Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-28T14:07:48.514Z] $ docker top bf33372f618024830a0e1b54d0e184e17b0ccaef9f9d34eb0a47da3b1d96418a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-28T14:07:48.758Z] provisioning config files... [2020-07-28T14:07:48.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3354728196813422220tmp [Pipeline] { [Pipeline] echo [2020-07-28T14:07:48.899Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:49.191Z] ---> create-netrc.sh [Pipeline] echo [2020-07-28T14:07:49.200Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T14:07:49.490Z] ---> logs-deploy.sh [2020-07-28T14:07:49.490Z] + ARCHIVE_ARTIFACTS= [2020-07-28T14:07:49.490Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-28T14:07:49.490Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-28T14:07:49.490Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-28T14:07:49.490Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 [2020-07-28T14:07:49.490Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/master/9/ [2020-07-28T14:07:49.490Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 /w/workspace/gexfoundry_go-mod-secrets_master [2020-07-28T14:07:50.431Z] Archives upload complete. [2020-07-28T14:07:50.691Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/master/9/