Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54d690802fcd9d1c6bb494df3d90b867036270b7 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2373 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk 1046cccd4841a3fd011f4d5cde55378f39b67fd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T22:19:14.124Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T22:19:14.354Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T22:19:14.450Z] ========================================================= [2020-09-11T22:19:14.450Z] EdgeX Global Pipelines Version Info [2020-09-11T22:19:14.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:19:15.907Z] ------------------- [2020-09-11T22:19:15.907Z] stable info: [2020-09-11T22:19:15.907Z] ------------------- [2020-09-11T22:19:15.907Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T22:19:15.907Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T22:19:15.907Z] Message: update stable to v1.0.119 [2020-09-11T22:19:16.478Z] ------------------- [2020-09-11T22:19:16.478Z] experimental info: [2020-09-11T22:19:16.478Z] ------------------- [2020-09-11T22:19:16.478Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T22:19:16.478Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T22:19:16.478Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T22:19:16.865Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2020-09-11T22:19:16.977Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2020-09-11T22:19:17.067Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T22:19:17.154Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T22:19:17.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T22:19:17.329Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-11T22:19:17.417Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T22:19:17.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-11T22:19:17.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T22:19:17.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T22:19:17.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T22:19:17.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2020-09-11T22:19:18.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T22:19:18.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T22:19:18.189Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:19:18.276Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:19:18.369Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:19:18.456Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:19:18.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-11T22:19:18.660Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-11T22:19:18.749Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T22:19:18.856Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T22:19:18.945Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-11T22:19:19.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-11T22:19:19.134Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-11T22:19:19.222Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54d690802fcd9d1c6bb494df3d90b867036270b7 [Pipeline] echo [2020-09-11T22:19:19.313Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54d6908 [Pipeline] echo [2020-09-11T22:19:19.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T22:19:20.020Z] + git log --format=format:%s -1 54d690802fcd9d1c6bb494df3d90b867036270b7 [Pipeline] echo [2020-09-11T22:19:20.077Z] GIT_COMMIT: 54d690802fcd9d1c6bb494df3d90b867036270b7, Commit Message: Merge pull request #50 from jpwhitemn/upd-go-1-15 [Pipeline] echo [2020-09-11T22:19:20.210Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:19:20.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:19:20.745Z] [2020-09-11T22:19:20.745Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:19:21.090Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:19:21.090Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T22:19:21.090Z] 31603596830f: Pulling fs layer [2020-09-11T22:19:21.090Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T22:19:21.090Z] 6ca5941a6612: Pulling fs layer [2020-09-11T22:19:21.090Z] ecc8261a40a4: Pulling fs layer [2020-09-11T22:19:21.090Z] ecc8261a40a4: Waiting [2020-09-11T22:19:21.090Z] 2a8b12db71e7: Verifying Checksum [2020-09-11T22:19:21.090Z] 2a8b12db71e7: Download complete [2020-09-11T22:19:21.351Z] 31603596830f: Verifying Checksum [2020-09-11T22:19:21.351Z] 31603596830f: Download complete [2020-09-11T22:19:21.351Z] ecc8261a40a4: Verifying Checksum [2020-09-11T22:19:21.351Z] ecc8261a40a4: Download complete [2020-09-11T22:19:21.351Z] 6ca5941a6612: Verifying Checksum [2020-09-11T22:19:21.351Z] 6ca5941a6612: Download complete [2020-09-11T22:19:21.614Z] 31603596830f: Pull complete [2020-09-11T22:19:21.614Z] 2a8b12db71e7: Pull complete [2020-09-11T22:19:22.190Z] 6ca5941a6612: Pull complete [2020-09-11T22:19:22.452Z] ecc8261a40a4: Pull complete [2020-09-11T22:19:22.452Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T22:19:22.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:19:22.452Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T22:19:22.545Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:19:22.589Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T22:19:24.380Z] $ docker top b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:19:24.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:19:24.655Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:19:24.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:19:24.829Z] $ docker exec b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent [2020-09-11T22:19:24.967Z] SSH_AUTH_SOCK=/tmp/ssh-xgQV9ThJjcnL/agent.12 [2020-09-11T22:19:24.967Z] SSH_AGENT_PID=17 [2020-09-11T22:19:24.976Z] Running ssh-add (command line suppressed) [2020-09-11T22:19:25.086Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4741543811087124746.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4741543811087124746.key) [2020-09-11T22:19:25.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:19:25.460Z] + git describe --exact-match --tags HEAD [2020-09-11T22:19:25.461Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T22:19:25.481Z] $ docker exec --env ******** --env ******** b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent -k [2020-09-11T22:19:25.582Z] unset SSH_AUTH_SOCK; [2020-09-11T22:19:25.583Z] unset SSH_AGENT_PID; [2020-09-11T22:19:25.583Z] echo Agent pid 17 killed; [2020-09-11T22:19:25.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T22:19:25.730Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T22:19:25.730Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T22:19:25.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:19:25.829Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:19:25.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:19:25.982Z] $ docker exec b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent [2020-09-11T22:19:26.131Z] SSH_AUTH_SOCK=/tmp/ssh-F0luwcTssEkg/agent.46 [2020-09-11T22:19:26.131Z] SSH_AGENT_PID=51 [2020-09-11T22:19:26.136Z] Running ssh-add (command line suppressed) [2020-09-11T22:19:26.247Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4163785562325473897.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4163785562325473897.key) [2020-09-11T22:19:26.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:19:26.624Z] + git semver init [2020-09-11T22:19:26.624Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:19:26.624Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-11T22:19:26.624Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-11T22:19:26.624Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:19:26.624Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:19:26.624Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:19:26.624Z] # $SEMVER_BRANCH = master [2020-09-11T22:19:26.624Z] # $SEMVER_TEMP = /tmp/semver-408370670 [2020-09-11T22:19:26.624Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2020-09-11T22:19:26.885Z] # '/tmp/semver-408370670' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2020-09-11T22:19:26.885Z] # -> Force: false [2020-09-11T22:19:26.885Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-09-11T22:19:26.897Z] $ docker exec --env ******** --env ******** b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 ssh-agent -k [2020-09-11T22:19:27.006Z] unset SSH_AUTH_SOCK; [2020-09-11T22:19:27.006Z] unset SSH_AGENT_PID; [2020-09-11T22:19:27.006Z] echo Agent pid 51 killed; [2020-09-11T22:19:27.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:19:27.571Z] + git semver [Pipeline] } [2020-09-11T22:19:27.589Z] $ docker stop --time=1 b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 [2020-09-11T22:19:28.945Z] $ docker rm -f b0ddb2628f00a833a053474c20841d4c7e94ff27b66f5b0799e22e5cdc82d281 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T22:19:29.726Z] Stashed 32 file(s) [Pipeline] echo [2020-09-11T22:19:29.729Z] [edgeXSemver]: initialized semver on version 0.1.22 [Pipeline] echo [2020-09-11T22:19:29.815Z] Archived original version: [0.1.22] [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-09-11T22:19:45.270Z] Still waiting to schedule task [2020-09-11T22:19:45.270Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-11T22:19:45.273Z] Still waiting to schedule task [2020-09-11T22:19:45.273Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-11T22:22:18.048Z] Running on prd-centos7-docker-4c-2g-2377 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-09-11T22:22:18.142Z] Running in /w/workspace/go-mod-registry/10 [Pipeline] { [Pipeline] checkout [2020-09-11T22:22:20.992Z] using credential edgex-jenkins-ssh [2020-09-11T22:22:21.047Z] Cloning the remote Git repository [2020-09-11T22:22:21.047Z] Cloning with configured refspecs honoured and without tags [2020-09-11T22:22:21.081Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:21.151Z] > git init /w/workspace/go-mod-registry/10 # timeout=10 [2020-09-11T22:22:21.202Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:21.203Z] > git --version # timeout=10 [2020-09-11T22:22:21.210Z] > git --version # 'git version 2.16.5' [2020-09-11T22:22:21.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:22:21.238Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:21.729Z] Fetching without tags [2020-09-11T22:22:22.125Z] Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) [2020-09-11T22:22:21.703Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-11T22:22:21.711Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:21.725Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-11T22:22:21.740Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:21.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:22:21.745Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:22.140Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T22:22:22.145Z] > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 [2020-09-11T22:22:25.704Z] Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T22:22:26.448Z] ========================================================= [2020-09-11T22:22:26.448Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-11T22:22:26.448Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:22:27.012Z] + 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-09-11T22:22:27.959Z] Sending build context to Docker daemon 315.9kB [2020-09-11T22:22:27.959Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-11T22:22:27.959Z] Step 2/7 : FROM ${BASE} [2020-09-11T22:22:27.959Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T22:22:27.959Z] df20fa9351a1: Pulling fs layer [2020-09-11T22:22:27.959Z] ed8968b2872e: Pulling fs layer [2020-09-11T22:22:27.959Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T22:22:27.959Z] e871e8e8d7a9: Pulling fs layer [2020-09-11T22:22:27.959Z] e73272ec9a57: Pulling fs layer [2020-09-11T22:22:27.959Z] 1e910a182e73: Pulling fs layer [2020-09-11T22:22:27.959Z] 4e634b169226: Pulling fs layer [2020-09-11T22:22:27.959Z] e871e8e8d7a9: Waiting [2020-09-11T22:22:27.959Z] e73272ec9a57: Waiting [2020-09-11T22:22:27.959Z] 1e910a182e73: Waiting [2020-09-11T22:22:27.959Z] 4e634b169226: Waiting [2020-09-11T22:22:27.959Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T22:22:27.959Z] a92cc7c5fd73: Download complete [2020-09-11T22:22:27.959Z] ed8968b2872e: Verifying Checksum [2020-09-11T22:22:27.959Z] ed8968b2872e: Download complete [2020-09-11T22:22:27.959Z] e73272ec9a57: Verifying Checksum [2020-09-11T22:22:27.959Z] e73272ec9a57: Download complete [2020-09-11T22:22:28.222Z] 1e910a182e73: Verifying Checksum [2020-09-11T22:22:28.222Z] 1e910a182e73: Download complete [2020-09-11T22:22:28.222Z] df20fa9351a1: Verifying Checksum [2020-09-11T22:22:28.222Z] df20fa9351a1: Download complete [2020-09-11T22:22:28.484Z] df20fa9351a1: Pull complete [2020-09-11T22:22:29.070Z] ed8968b2872e: Pull complete [2020-09-11T22:22:29.070Z] a92cc7c5fd73: Pull complete [2020-09-11T22:22:29.643Z] 4e634b169226: Verifying Checksum [2020-09-11T22:22:29.643Z] 4e634b169226: Download complete [2020-09-11T22:22:30.217Z] e871e8e8d7a9: Verifying Checksum [2020-09-11T22:22:30.217Z] e871e8e8d7a9: Download complete [2020-09-11T22:22:35.584Z] e871e8e8d7a9: Pull complete [2020-09-11T22:22:35.850Z] e73272ec9a57: Pull complete [2020-09-11T22:22:35.850Z] 1e910a182e73: Pull complete [2020-09-11T22:22:40.082Z] 4e634b169226: Pull complete [2020-09-11T22:22:40.082Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-11T22:22:40.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-11T22:22:40.082Z] ---> f7629b54cfaa [2020-09-11T22:22:40.082Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-11T22:22:40.344Z] ---> Running in f1309f0e2770 [2020-09-11T22:22:40.344Z] Removing intermediate container f1309f0e2770 [2020-09-11T22:22:40.344Z] ---> fd7a2c0e6b7a [2020-09-11T22:22:40.344Z] Step 4/7 : RUN apk add --update bash [2020-09-11T22:22:40.607Z] ---> Running in 281c529458fd [2020-09-11T22:22:41.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T22:22:42.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T22:22:42.391Z] OK: 166 MiB in 39 packages [2020-09-11T22:22:42.967Z] Removing intermediate container 281c529458fd [2020-09-11T22:22:42.967Z] ---> 7d5afce9224a [2020-09-11T22:22:42.967Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T22:22:42.967Z] ---> Running in c1810f9fc25e [2020-09-11T22:22:43.230Z] Removing intermediate container c1810f9fc25e [2020-09-11T22:22:43.230Z] ---> 648efe9f20ef [2020-09-11T22:22:43.230Z] Step 6/7 : COPY go.mod . [2020-09-11T22:22:43.230Z] ---> a5e6365c0577 [2020-09-11T22:22:43.230Z] Step 7/7 : RUN go mod download [2020-09-11T22:22:43.498Z] ---> Running in 249a84d4481f [2020-09-11T22:22:50.794Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2376 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-09-11T22:22:50.883Z] Running in /w/workspace/go-mod-registry/10 [Pipeline] { [Pipeline] checkout [2020-09-11T22:22:53.535Z] Removing intermediate container 249a84d4481f [2020-09-11T22:22:53.535Z] ---> 5eeee9cb851d [2020-09-11T22:22:53.535Z] Successfully built 5eeee9cb851d [2020-09-11T22:22:53.535Z] 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] } [2020-09-11T22:22:55.729Z] using credential edgex-jenkins-ssh [2020-09-11T22:22:55.804Z] Cloning the remote Git repository [2020-09-11T22:22:55.804Z] Cloning with configured refspecs honoured and without tags [2020-09-11T22:22:55.881Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:56.866Z] Fetching without tags [2020-09-11T22:22:55.983Z] > git init /w/workspace/go-mod-registry/10 # timeout=10 [2020-09-11T22:22:56.041Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:56.042Z] > git --version # timeout=10 [2020-09-11T22:22:56.059Z] > git --version # 'git version 2.17.1' [2020-09-11T22:22:56.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:22:56.133Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:56.804Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-11T22:22:56.826Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:56.852Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-11T22:22:56.881Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-11T22:22:56.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:22:56.894Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:22:57.348Z] Checking out Revision 54d690802fcd9d1c6bb494df3d90b867036270b7 (master) [2020-09-11T22:22:57.370Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T22:22:57.432Z] > git checkout -f 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 [2020-09-11T22:23:01.669Z] Commit message: "Merge pull request #50 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T22:23:02.696Z] ========================================================= [2020-09-11T22:23:02.696Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-11T22:23:02.696Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:03.754Z] + 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-09-11T22:23:04.359Z] Sending build context to Docker daemon 315.9kB [2020-09-11T22:23:04.633Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-11T22:23:04.633Z] Step 2/7 : FROM ${BASE} [2020-09-11T22:23:04.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T22:23:04.909Z] b538f80385f9: Pulling fs layer [2020-09-11T22:23:04.909Z] 74f711af9a0d: Pulling fs layer [2020-09-11T22:23:04.909Z] 99f96fe45779: Pulling fs layer [2020-09-11T22:23:04.909Z] 8529a6b9a6be: Pulling fs layer [2020-09-11T22:23:04.909Z] 45590311c82a: Pulling fs layer [2020-09-11T22:23:04.909Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-11T22:23:04.909Z] 209524e5b208: Pulling fs layer [2020-09-11T22:23:04.909Z] 8529a6b9a6be: Waiting [2020-09-11T22:23:04.909Z] 45590311c82a: Waiting [2020-09-11T22:23:04.909Z] 69ca0ff8b7b3: Waiting [2020-09-11T22:23:04.909Z] 209524e5b208: Waiting [2020-09-11T22:23:04.909Z] 99f96fe45779: Download complete [2020-09-11T22:23:04.909Z] 74f711af9a0d: Verifying Checksum [2020-09-11T22:23:04.909Z] 74f711af9a0d: Download complete [2020-09-11T22:23:04.909Z] 45590311c82a: Download complete [2020-09-11T22:23:05.183Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-11T22:23:05.183Z] 69ca0ff8b7b3: Download complete [2020-09-11T22:23:05.183Z] b538f80385f9: Verifying Checksum [2020-09-11T22:23:05.183Z] b538f80385f9: Download complete [2020-09-11T22:23:06.175Z] b538f80385f9: Pull complete [2020-09-11T22:23:06.772Z] 74f711af9a0d: Pull complete [2020-09-11T22:23:07.051Z] 99f96fe45779: Pull complete [2020-09-11T22:23:09.032Z] 209524e5b208: Verifying Checksum [2020-09-11T22:23:09.032Z] 209524e5b208: Download complete [2020-09-11T22:23:10.472Z] 8529a6b9a6be: Verifying Checksum [2020-09-11T22:23:10.472Z] 8529a6b9a6be: Download complete [2020-09-11T22:23:20.650Z] 8529a6b9a6be: Pull complete [2020-09-11T22:23:20.650Z] 45590311c82a: Pull complete [2020-09-11T22:23:20.939Z] 69ca0ff8b7b3: Pull complete [2020-09-11T22:23:24.342Z] 209524e5b208: Pull complete [2020-09-11T22:23:24.342Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-11T22:23:24.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-11T22:23:24.342Z] ---> 5bddaf1c2fca [2020-09-11T22:23:24.342Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-11T22:23:27.739Z] ---> Running in 6523e3385c23 [2020-09-11T22:23:27.739Z] Removing intermediate container 6523e3385c23 [2020-09-11T22:23:27.739Z] ---> d584a9474611 [2020-09-11T22:23:27.739Z] Step 4/7 : RUN apk add --update bash [2020-09-11T22:23:27.739Z] ---> Running in 306bf50c70da [2020-09-11T22:23:29.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T22:23:30.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T22:23:30.909Z] OK: 142 MiB in 39 packages [2020-09-11T22:23:32.346Z] Removing intermediate container 306bf50c70da [2020-09-11T22:23:32.346Z] ---> d2b9da0034fa [2020-09-11T22:23:32.346Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T22:23:32.346Z] ---> Running in e929230fda08 [2020-09-11T22:23:32.943Z] Removing intermediate container e929230fda08 [2020-09-11T22:23:32.943Z] ---> c6176846da30 [2020-09-11T22:23:32.943Z] Step 6/7 : COPY go.mod . [2020-09-11T22:23:33.549Z] ---> 49c569b5871f [2020-09-11T22:23:33.549Z] Step 7/7 : RUN go mod download [2020-09-11T22:23:33.549Z] ---> Running in f3391f13bf3f [2020-09-11T22:23:43.717Z] Removing intermediate container f3391f13bf3f [2020-09-11T22:23:43.717Z] ---> 490ff16135a0 [2020-09-11T22:23:43.717Z] Successfully built 490ff16135a0 [2020-09-11T22:23:43.717Z] Successfully tagged ci-base-image-arm64: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-09-11T22:23:46.285Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-11T22:23:46.287Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-11T22:23:46.342Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:46.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:23:46.687Z] [2020-09-11T22:23:46.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:47.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:23:47.034Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-11T22:23:47.034Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-11T22:23:47.035Z] 408f87550127: Pulling fs layer [2020-09-11T22:23:47.035Z] fe522b08c979: Pulling fs layer [2020-09-11T22:23:47.035Z] 221eaa008020: Pulling fs layer [2020-09-11T22:23:47.035Z] 2a4607e5d6b9: Pulling fs layer [2020-09-11T22:23:47.035Z] 8f79b27c4fd2: Pulling fs layer [2020-09-11T22:23:47.035Z] e5c8dbe1645b: Pulling fs layer [2020-09-11T22:23:47.035Z] 23e8b3b47431: Pulling fs layer [2020-09-11T22:23:47.035Z] 5c568d65a230: Pulling fs layer [2020-09-11T22:23:47.035Z] 2a4607e5d6b9: Waiting [2020-09-11T22:23:47.035Z] 23e8b3b47431: Waiting [2020-09-11T22:23:47.035Z] 8f79b27c4fd2: Waiting [2020-09-11T22:23:47.035Z] 5c568d65a230: Waiting [2020-09-11T22:23:47.035Z] e5c8dbe1645b: Waiting [2020-09-11T22:23:47.035Z] 221eaa008020: Waiting [2020-09-11T22:23:47.035Z] fe522b08c979: Verifying Checksum [2020-09-11T22:23:47.035Z] fe522b08c979: Download complete [2020-09-11T22:23:47.035Z] 408f87550127: Verifying Checksum [2020-09-11T22:23:47.035Z] 408f87550127: Download complete [2020-09-11T22:23:47.035Z] 2a4607e5d6b9: Verifying Checksum [2020-09-11T22:23:47.035Z] 2a4607e5d6b9: Download complete [2020-09-11T22:23:47.295Z] 8f79b27c4fd2: Download complete [2020-09-11T22:23:47.556Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-11T22:23:47.556Z] cbdbe7a5bc2a: Download complete [2020-09-11T22:23:47.556Z] cbdbe7a5bc2a: Pull complete [2020-09-11T22:23:47.819Z] 408f87550127: Pull complete [2020-09-11T22:23:48.082Z] fe522b08c979: Pull complete [2020-09-11T22:23:48.344Z] e5c8dbe1645b: Verifying Checksum [2020-09-11T22:23:48.344Z] e5c8dbe1645b: Download complete [2020-09-11T22:23:48.918Z] 23e8b3b47431: Verifying Checksum [2020-09-11T22:23:48.918Z] 23e8b3b47431: Download complete [2020-09-11T22:23:49.863Z] 5c568d65a230: Verifying Checksum [2020-09-11T22:23:49.863Z] 5c568d65a230: Download complete [2020-09-11T22:23:50.809Z] 221eaa008020: Verifying Checksum [2020-09-11T22:23:50.809Z] 221eaa008020: Download complete [2020-09-11T22:23:56.118Z] 221eaa008020: Pull complete [2020-09-11T22:23:56.118Z] 2a4607e5d6b9: Pull complete [2020-09-11T22:23:56.118Z] 8f79b27c4fd2: Pull complete [2020-09-11T22:23:58.035Z] e5c8dbe1645b: Pull complete [2020-09-11T22:24:02.253Z] 23e8b3b47431: Pull complete [2020-09-11T22:24:02.826Z] 5c568d65a230: Pull complete [2020-09-11T22:24:02.826Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-11T22:24:02.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:24:02.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-11T22:24:02.948Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:24:02.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-11T22:24:03.759Z] $ docker top 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:24:04.220Z] + snyk monitor '--org=edgex-jenkins' [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/611c6088-ce65-4c90-beca-52ca4444552a [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] Snyk CLI supports Node.js 8 and higher. [2020-09-11T22:24:07.521Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-11T22:24:07.521Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-11T22:24:07.521Z] [2020-09-11T22:24:07.521Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-11T22:24:07.521Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-11T22:24:07.535Z] $ docker stop --time=1 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 [2020-09-11T22:24:09.395Z] $ docker rm -f 5a63a9b6b7fc2ad38d656e8620096153011c642b3a0e44df023d4f84365341b8 [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-09-11T22:24:10.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:24:10.973Z] . [Pipeline] withDockerContainer [2020-09-11T22:24:11.061Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:24:11.102Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-09-11T22:24:11.678Z] $ docker top c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:24:11.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:24:11.973Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:24:12.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:24:12.175Z] $ docker exec c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 ssh-agent [2020-09-11T22:24:12.325Z] SSH_AUTH_SOCK=/tmp/ssh-EqTD5Pdebe2p/agent.12 [2020-09-11T22:24:12.325Z] SSH_AGENT_PID=17 [2020-09-11T22:24:12.331Z] Running ssh-add (command line suppressed) [2020-09-11T22:24:12.443Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5448490669397555831.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5448490669397555831.key) [2020-09-11T22:24:12.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:24:12.881Z] + git semver tag [2020-09-11T22:24:12.881Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:24:12.881Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-11T22:24:12.881Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-11T22:24:12.881Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:24:12.881Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:24:12.881Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:24:12.881Z] # $SEMVER_BRANCH = master [2020-09-11T22:24:12.881Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-09-11T22:24:12.881Z] # 54d690802fcd9d1c6bb494df3d90b867036270b7 HEAD [2020-09-11T22:24:12.881Z] # -> Force: false [2020-09-11T22:24:12.881Z] # 8ceb0ff0d407448e60774eaca981768fcd73c9e5 refs/tags/v0.1.22 [Pipeline] } [2020-09-11T22:24:12.893Z] $ docker exec --env ******** --env ******** c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 ssh-agent -k [2020-09-11T22:24:13.000Z] unset SSH_AUTH_SOCK; [2020-09-11T22:24:13.000Z] unset SSH_AGENT_PID; [2020-09-11T22:24:13.000Z] echo Agent pid 17 killed; [2020-09-11T22:24:13.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:24:13.504Z] + git semver [Pipeline] } [2020-09-11T22:24:13.519Z] $ docker stop --time=1 c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 [2020-09-11T22:24:14.838Z] $ docker rm -f c1df3d8dca7558f2ea40336eb2e68c15f1d4a8ff85b0dff73334eeba2029fed2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:24:15.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:24:15.464Z] [2020-09-11T22:24:15.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:24:15.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:24:15.823Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-11T22:24:15.823Z] ab5ef0e58194: Pulling fs layer [2020-09-11T22:24:15.823Z] 9712f1f96733: Pulling fs layer [2020-09-11T22:24:15.823Z] 63f879dbbcfc: Pulling fs layer [2020-09-11T22:24:15.823Z] 0d9ebad4ef96: Pulling fs layer [2020-09-11T22:24:15.823Z] e9a5061849ea: Pulling fs layer [2020-09-11T22:24:15.823Z] d747dcd14b5f: Pulling fs layer [2020-09-11T22:24:15.823Z] 2de7ff778b66: Pulling fs layer [2020-09-11T22:24:15.823Z] d747dcd14b5f: Waiting [2020-09-11T22:24:15.823Z] 0d9ebad4ef96: Waiting [2020-09-11T22:24:15.823Z] e9a5061849ea: Waiting [2020-09-11T22:24:15.823Z] 2de7ff778b66: Waiting [2020-09-11T22:24:16.083Z] 9712f1f96733: Verifying Checksum [2020-09-11T22:24:16.083Z] 9712f1f96733: Download complete [2020-09-11T22:24:17.479Z] 63f879dbbcfc: Verifying Checksum [2020-09-11T22:24:17.479Z] 63f879dbbcfc: Download complete [2020-09-11T22:24:17.479Z] e9a5061849ea: Verifying Checksum [2020-09-11T22:24:17.479Z] e9a5061849ea: Download complete [2020-09-11T22:24:17.479Z] d747dcd14b5f: Download complete [2020-09-11T22:24:17.745Z] 2de7ff778b66: Verifying Checksum [2020-09-11T22:24:17.745Z] 2de7ff778b66: Download complete [2020-09-11T22:24:18.334Z] 0d9ebad4ef96: Verifying Checksum [2020-09-11T22:24:18.334Z] 0d9ebad4ef96: Download complete [2020-09-11T22:24:18.334Z] ab5ef0e58194: Verifying Checksum [2020-09-11T22:24:18.334Z] ab5ef0e58194: Download complete [2020-09-11T22:24:22.551Z] ab5ef0e58194: Pull complete [2020-09-11T22:24:22.551Z] 9712f1f96733: Pull complete [2020-09-11T22:24:25.852Z] 63f879dbbcfc: Pull complete [2020-09-11T22:24:31.180Z] 0d9ebad4ef96: Pull complete [2020-09-11T22:24:32.566Z] e9a5061849ea: Pull complete [2020-09-11T22:24:32.566Z] d747dcd14b5f: Pull complete [2020-09-11T22:24:35.885Z] 2de7ff778b66: Pull complete [2020-09-11T22:24:35.885Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-11T22:24:35.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:24:35.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-11T22:24:36.024Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:24:36.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-11T22:24:39.661Z] $ docker top e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:24:39.871Z] provisioning config files... [2020-09-11T22:24:39.882Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6766029792913149252tmp [2020-09-11T22:24:39.898Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3908573048733827874tmp [2020-09-11T22:24:39.911Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8369352311163343321tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:24:39.962Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:40.273Z] ---> sigul-configuration.sh [2020-09-11T22:24:40.273Z] gpg: directory `/root/.gnupg' created [2020-09-11T22:24:40.273Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-11T22:24:40.273Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-11T22:24:40.273Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-11T22:24:40.273Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-11T22:24:40.273Z] gpg: CAST5 encrypted data [2020-09-11T22:24:40.533Z] gpg: encrypted with 1 passphrase [2020-09-11T22:24:40.533Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-11T22:24:40.825Z] + mkdir /home/jenkins [2020-09-11T22:24:40.826Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-11T22:24:41.211Z] + 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-09-11T22:24:41.230Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:41.599Z] ---> sigul-install.sh [2020-09-11T22:24:46.887Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-11T22:24:47.179Z] + git tag --list [2020-09-11T22:24:47.179Z] v0.1.22 [Pipeline] sh [2020-09-11T22:24:47.469Z] + lftools sign git-tag v0.1.22 [2020-09-11T22:24:48.410Z] Signing Git tag with Sigul... [2020-09-11T22:24:48.410Z] Signing v0.1.22 [Pipeline] echo [2020-09-11T22:24:49.362Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:49.655Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-11T22:24:49.663Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-11T22:24:49.775Z] $ docker stop --time=1 e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 [2020-09-11T22:24:51.732Z] $ docker rm -f e769d99738f8f9cb9a4730931c703493d498a6077487dd4acee953b8cb398383 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:24:52.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:24:52.540Z] . [Pipeline] withDockerContainer [2020-09-11T22:24:52.631Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:24:52.674Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-09-11T22:24:53.237Z] $ docker top 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:24:53.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:24:53.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:24:53.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:24:53.668Z] $ docker exec 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 ssh-agent [2020-09-11T22:24:53.825Z] SSH_AUTH_SOCK=/tmp/ssh-kUUJOXPpoE5v/agent.11 [2020-09-11T22:24:53.825Z] SSH_AGENT_PID=16 [2020-09-11T22:24:53.832Z] Running ssh-add (command line suppressed) [2020-09-11T22:24:53.948Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6261457925285088059.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6261457925285088059.key) [2020-09-11T22:24:53.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:24:54.327Z] + git semver bump patch [2020-09-11T22:24:54.328Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:24:54.328Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-11T22:24:54.328Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-11T22:24:54.328Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:24:54.328Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:24:54.328Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:24:54.328Z] # $SEMVER_BRANCH = master [2020-09-11T22:24:54.328Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-09-11T22:24:54.328Z] 0.1.23 [Pipeline] } [2020-09-11T22:24:54.341Z] $ docker exec --env ******** --env ******** 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 ssh-agent -k [2020-09-11T22:24:54.447Z] unset SSH_AUTH_SOCK; [2020-09-11T22:24:54.447Z] unset SSH_AGENT_PID; [2020-09-11T22:24:54.447Z] echo Agent pid 16 killed; [2020-09-11T22:24:54.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:24:55.015Z] + git semver [Pipeline] } [2020-09-11T22:24:55.032Z] $ docker stop --time=1 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 [2020-09-11T22:24:56.358Z] $ docker rm -f 083e1d96a9740eec5646225574b35d9c475b2dde55508b7bc5927873d6081a85 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:24:56.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:24:56.873Z] . [Pipeline] withDockerContainer [2020-09-11T22:24:56.962Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:24:57.002Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-09-11T22:24:57.617Z] $ docker top 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:24:57.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:24:57.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:24:58.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:24:58.080Z] $ docker exec 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 ssh-agent [2020-09-11T22:24:58.235Z] SSH_AUTH_SOCK=/tmp/ssh-odMkKe8J2FUk/agent.11 [2020-09-11T22:24:58.235Z] SSH_AGENT_PID=16 [2020-09-11T22:24:58.241Z] Running ssh-add (command line suppressed) [2020-09-11T22:24:58.354Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6260329654463514853.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6260329654463514853.key) [2020-09-11T22:24:58.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:24:58.739Z] + git semver push [2020-09-11T22:24:58.739Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:24:58.739Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-11T22:24:58.739Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-11T22:24:58.739Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:24:58.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:24:58.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:24:58.739Z] # $SEMVER_BRANCH = master [2020-09-11T22:24:58.739Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-09-11T22:25:05.364Z] $ docker exec --env ******** --env ******** 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 ssh-agent -k [2020-09-11T22:25:05.493Z] unset SSH_AUTH_SOCK; [2020-09-11T22:25:05.493Z] unset SSH_AGENT_PID; [2020-09-11T22:25:05.493Z] echo Agent pid 16 killed; [2020-09-11T22:25:05.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:25:06.015Z] + git semver [Pipeline] } [2020-09-11T22:25:06.032Z] $ docker stop --time=1 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 [2020-09-11T22:25:07.347Z] $ docker rm -f 5c568076f8dc6575205b382d9720640dbb3f39312192dd1190f9294ded4157b4 [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-09-11T22:25:08.608Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:25:09.170Z] ---> package-listing.sh [2020-09-11T22:25:09.170Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T22:25:09.170Z] ++ facter osfamily [2020-09-11T22:25:09.170Z] + OS_FAMILY=redhat [2020-09-11T22:25:09.170Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2020-09-11T22:25:09.170Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T22:25:09.170Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T22:25:09.170Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T22:25:09.170Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T22:25:09.170Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-09-11T22:25:09.170Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T22:25:09.170Z] + case "${OS_FAMILY}" in [2020-09-11T22:25:09.170Z] + rpm -qa [2020-09-11T22:25:09.170Z] + sort [2020-09-11T22:25:13.376Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T22:25:13.376Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T22:25:13.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T22:25:13.376Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-09-11T22:25:13.376Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2020-09-11T22:25:13.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:25:13.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:25:13.855Z] [2020-09-11T22:25:13.855Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:25:14.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:25:14.206Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T22:25:14.206Z] df20fa9351a1: Pulling fs layer [2020-09-11T22:25:14.206Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T22:25:14.206Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T22:25:14.206Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T22:25:14.206Z] 0dadc02b9964: Pulling fs layer [2020-09-11T22:25:14.206Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T22:25:14.206Z] 7a184a31f384: Pulling fs layer [2020-09-11T22:25:14.206Z] 0879bd2ef858: Pulling fs layer [2020-09-11T22:25:14.206Z] ce6a7cf60c04: Waiting [2020-09-11T22:25:14.206Z] 7a184a31f384: Waiting [2020-09-11T22:25:14.206Z] 46f8f816bc3b: Waiting [2020-09-11T22:25:14.206Z] 0879bd2ef858: Waiting [2020-09-11T22:25:14.206Z] 0dadc02b9964: Waiting [2020-09-11T22:25:14.206Z] 36b3adc4ff6f: Download complete [2020-09-11T22:25:14.206Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T22:25:14.206Z] 46f8f816bc3b: Download complete [2020-09-11T22:25:14.206Z] df20fa9351a1: Verifying Checksum [2020-09-11T22:25:14.206Z] df20fa9351a1: Download complete [2020-09-11T22:25:14.467Z] ce6a7cf60c04: Download complete [2020-09-11T22:25:14.467Z] 0dadc02b9964: Verifying Checksum [2020-09-11T22:25:14.467Z] 0dadc02b9964: Download complete [2020-09-11T22:25:14.467Z] 7a184a31f384: Verifying Checksum [2020-09-11T22:25:14.467Z] 7a184a31f384: Download complete [2020-09-11T22:25:14.467Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T22:25:14.467Z] 8ad3a11d3b57: Download complete [2020-09-11T22:25:14.730Z] df20fa9351a1: Pull complete [2020-09-11T22:25:14.730Z] 36b3adc4ff6f: Pull complete [2020-09-11T22:25:14.998Z] 0879bd2ef858: Verifying Checksum [2020-09-11T22:25:14.998Z] 0879bd2ef858: Download complete [2020-09-11T22:25:15.259Z] 8ad3a11d3b57: Pull complete [2020-09-11T22:25:15.520Z] 46f8f816bc3b: Pull complete [2020-09-11T22:25:15.784Z] 0dadc02b9964: Pull complete [2020-09-11T22:25:15.784Z] ce6a7cf60c04: Pull complete [2020-09-11T22:25:16.048Z] 7a184a31f384: Pull complete [2020-09-11T22:25:18.176Z] 0879bd2ef858: Pull complete [2020-09-11T22:25:18.176Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T22:25:18.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:25:18.436Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T22:25:18.542Z] prd-centos7-docker-4c-2g-2373 does not seem to be running inside a container [2020-09-11T22:25:18.584Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-11T22:25:21.613Z] $ docker top cc23bd4dc92b28bd75ca0a62f4354f501b64ff55d52455342d47e38f7906525e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:25:22.073Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T22:25:22.368Z] + ls /var/log/sa-host [2020-09-11T22:25:22.368Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T22:25:22.368Z] file_magic: OK [2020-09-11T22:25:22.368Z] HZ: Using current value: 100 [2020-09-11T22:25:22.368Z] file_header: OK [2020-09-11T22:25:22.368Z] 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-09-11T22:25:22.368Z] Statistics: [2020-09-11T22:25:22.368Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:25:22.368Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T22:25:22.368Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T22:25:22.368Z] file_magic: OK [2020-09-11T22:25:22.368Z] HZ: Using current value: 100 [2020-09-11T22:25:22.368Z] file_header: OK [2020-09-11T22:25:22.368Z] 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-09-11T22:25:22.368Z] Statistics: [2020-09-11T22:25:22.368Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:25:22.368Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:25:22.429Z] provisioning config files... [2020-09-11T22:25:22.443Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config5810958174370171402tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:25:22.526Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:25:22.816Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T22:25:22.827Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:25:23.117Z] ---> logs-deploy.sh [2020-09-11T22:25:23.117Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/10 [2020-09-11T22:25:23.117Z] INFO: archiving workspace using pattern(s): [2020-09-11T22:25:24.502Z] Archives upload complete. [2020-09-11T22:25:24.502Z] INFO: archiving logs to Nexus