Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 40ca38474f55f855f0992f2930430c3fe3e7a006 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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-2345 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git Fetching without tags Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 Commit message: "Merge pull request #88 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T21:56:16.141Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T21:56:16.420Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T21:56:16.541Z] ========================================================= [2020-09-11T21:56:16.542Z] EdgeX Global Pipelines Version Info [2020-09-11T21:56:16.542Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T21:56:18.041Z] ------------------- [2020-09-11T21:56:18.041Z] stable info: [2020-09-11T21:56:18.041Z] ------------------- [2020-09-11T21:56:18.041Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T21:56:18.041Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T21:56:18.041Z] Message: update stable to v1.0.119 [2020-09-11T21:56:18.986Z] ------------------- [2020-09-11T21:56:18.986Z] experimental info: [2020-09-11T21:56:18.986Z] ------------------- [2020-09-11T21:56:18.986Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T21:56:18.986Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T21:56:18.986Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T21:56:19.337Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-09-11T21:56:19.494Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-09-11T21:56:19.598Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T21:56:19.693Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T21:56:19.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T21:56:19.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-11T21:56:20.004Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T21:56:20.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-11T21:56:20.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T21:56:20.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T21:56:20.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T21:56:20.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-09-11T21:56:20.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T21:56:21.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T21:56:21.162Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T21:56:21.254Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T21:56:21.352Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T21:56:21.442Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T21:56:21.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-11T21:56:21.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-11T21:56:21.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T21:56:21.919Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T21:56:22.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-11T21:56:22.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-11T21:56:22.249Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-11T21:56:22.338Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40ca38474f55f855f0992f2930430c3fe3e7a006 [Pipeline] echo [2020-09-11T21:56:22.430Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40ca384 [Pipeline] echo [2020-09-11T21:56:22.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T21:56:23.175Z] + git log --format=format:%s -1 40ca38474f55f855f0992f2930430c3fe3e7a006 [Pipeline] echo [2020-09-11T21:56:23.242Z] GIT_COMMIT: 40ca38474f55f855f0992f2930430c3fe3e7a006, Commit Message: Merge pull request #88 from jpwhitemn/upd-go-1-15 [Pipeline] echo [2020-09-11T21:56:23.291Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T21:56:23.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T21:56:24.427Z] [2020-09-11T21:56:24.427Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T21:56:24.778Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T21:56:24.779Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T21:56:24.779Z] 31603596830f: Pulling fs layer [2020-09-11T21:56:24.779Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T21:56:24.779Z] 6ca5941a6612: Pulling fs layer [2020-09-11T21:56:24.779Z] ecc8261a40a4: Pulling fs layer [2020-09-11T21:56:24.779Z] ecc8261a40a4: Waiting [2020-09-11T21:56:24.779Z] 2a8b12db71e7: Verifying Checksum [2020-09-11T21:56:24.779Z] 2a8b12db71e7: Download complete [2020-09-11T21:56:25.041Z] 31603596830f: Verifying Checksum [2020-09-11T21:56:25.041Z] 31603596830f: Download complete [2020-09-11T21:56:25.041Z] ecc8261a40a4: Verifying Checksum [2020-09-11T21:56:25.041Z] ecc8261a40a4: Download complete [2020-09-11T21:56:25.041Z] 6ca5941a6612: Verifying Checksum [2020-09-11T21:56:25.041Z] 6ca5941a6612: Download complete [2020-09-11T21:56:25.303Z] 31603596830f: Pull complete [2020-09-11T21:56:25.567Z] 2a8b12db71e7: Pull complete [2020-09-11T21:56:26.511Z] 6ca5941a6612: Pull complete [2020-09-11T21:56:26.511Z] ecc8261a40a4: Pull complete [2020-09-11T21:56:26.511Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T21:56:26.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T21:56:26.511Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T21:56:26.616Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T21:56:26.668Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T21:56:29.167Z] $ docker top 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T21:56:29.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T21:56:29.593Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T21:56:29.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T21:56:29.858Z] $ docker exec 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent [2020-09-11T21:56:30.026Z] SSH_AUTH_SOCK=/tmp/ssh-u6vbtbyaG2J8/agent.11 [2020-09-11T21:56:30.026Z] SSH_AGENT_PID=17 [2020-09-11T21:56:30.044Z] Running ssh-add (command line suppressed) [2020-09-11T21:56:30.181Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5039907697636667580.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5039907697636667580.key) [2020-09-11T21:56:30.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T21:56:30.591Z] + git describe --exact-match --tags HEAD [2020-09-11T21:56:30.591Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T21:56:30.623Z] $ docker exec --env ******** --env ******** 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent -k [2020-09-11T21:56:30.737Z] unset SSH_AUTH_SOCK; [2020-09-11T21:56:30.737Z] unset SSH_AGENT_PID; [2020-09-11T21:56:30.737Z] echo Agent pid 17 killed; [2020-09-11T21:56:30.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T21:56:30.868Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T21:56:30.868Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T21:56:30.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T21:56:30.980Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T21:56:31.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T21:56:31.155Z] $ docker exec 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent [2020-09-11T21:56:31.312Z] SSH_AUTH_SOCK=/tmp/ssh-A0uW4n2bHLIC/agent.46 [2020-09-11T21:56:31.312Z] SSH_AGENT_PID=51 [2020-09-11T21:56:31.319Z] Running ssh-add (command line suppressed) [2020-09-11T21:56:31.444Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8998451947547073584.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8998451947547073584.key) [2020-09-11T21:56:31.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T21:56:31.830Z] + git semver init [2020-09-11T21:56:31.830Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T21:56:31.830Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-11T21:56:31.830Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-11T21:56:31.830Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T21:56:31.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T21:56:31.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T21:56:31.830Z] # $SEMVER_BRANCH = master [2020-09-11T21:56:31.830Z] # $SEMVER_TEMP = /tmp/semver-480482528 [2020-09-11T21:56:31.830Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-09-11T21:56:32.093Z] # '/tmp/semver-480482528' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-09-11T21:56:32.355Z] # -> Force: false [2020-09-11T21:56:32.355Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-11T21:56:32.372Z] $ docker exec --env ******** --env ******** 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent -k [2020-09-11T21:56:32.486Z] unset SSH_AUTH_SOCK; [2020-09-11T21:56:32.486Z] unset SSH_AGENT_PID; [2020-09-11T21:56:32.486Z] echo Agent pid 51 killed; [2020-09-11T21:56:32.527Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T21:56:33.077Z] + git semver [Pipeline] } [2020-09-11T21:56:33.100Z] $ docker stop --time=1 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced [2020-09-11T21:56:34.577Z] $ docker rm -f 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T21:56:35.232Z] Stashed 46 file(s) [Pipeline] echo [2020-09-11T21:56:35.235Z] [edgeXSemver]: initialized semver on version 0.0.38 [Pipeline] echo [2020-09-11T21:56:35.324Z] Archived original version: [0.0.38] [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-11T21:56:50.766Z] Still waiting to schedule task [2020-09-11T21:56:50.766Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-11T21:56:50.769Z] Still waiting to schedule task [2020-09-11T21:56:50.769Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2343’ [2020-09-11T21:59:23.890Z] Running on prd-centos7-docker-4c-2g-2348 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-09-11T21:59:23.940Z] Running in /w/workspace/go-mod-bootstrap/40 [Pipeline] { [Pipeline] checkout [2020-09-11T21:59:32.834Z] using credential edgex-jenkins-ssh [2020-09-11T21:59:32.905Z] Cloning the remote Git repository [2020-09-11T21:59:32.905Z] Cloning with configured refspecs honoured and without tags [2020-09-11T21:59:32.974Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T21:59:33.088Z] > git init /w/workspace/go-mod-bootstrap/40 # timeout=10 [2020-09-11T21:59:34.248Z] Fetching without tags [2020-09-11T21:59:33.141Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T21:59:33.141Z] > git --version # timeout=10 [2020-09-11T21:59:33.157Z] > git --version # 'git version 2.16.5' [2020-09-11T21:59:33.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T21:59:33.337Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T21:59:34.157Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-11T21:59:34.187Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T21:59:34.236Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-11T21:59:34.271Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T21:59:34.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T21:59:34.278Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T21:59:34.754Z] Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) [2020-09-11T21:59:34.771Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T21:59:34.792Z] > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 [2020-09-11T21:59:39.265Z] Commit message: "Merge pull request #88 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-11T21:59:40.335Z] ========================================================= [2020-09-11T21:59:40.335Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-11T21:59:40.335Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T21:59:41.424Z] + 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-11T21:59:42.018Z] Sending build context to Docker daemon 647.2kB [2020-09-11T21:59:42.018Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-11T21:59:42.018Z] Step 2/8 : FROM ${BASE} [2020-09-11T21:59:42.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T21:59:42.018Z] df20fa9351a1: Pulling fs layer [2020-09-11T21:59:42.018Z] ed8968b2872e: Pulling fs layer [2020-09-11T21:59:42.018Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T21:59:42.018Z] e871e8e8d7a9: Pulling fs layer [2020-09-11T21:59:42.018Z] e73272ec9a57: Pulling fs layer [2020-09-11T21:59:42.018Z] 1e910a182e73: Pulling fs layer [2020-09-11T21:59:42.018Z] 4e634b169226: Pulling fs layer [2020-09-11T21:59:42.018Z] e871e8e8d7a9: Waiting [2020-09-11T21:59:42.018Z] e73272ec9a57: Waiting [2020-09-11T21:59:42.018Z] 4e634b169226: Waiting [2020-09-11T21:59:42.018Z] 1e910a182e73: Waiting [2020-09-11T21:59:42.320Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T21:59:42.320Z] a92cc7c5fd73: Download complete [2020-09-11T21:59:42.320Z] ed8968b2872e: Verifying Checksum [2020-09-11T21:59:42.320Z] ed8968b2872e: Download complete [2020-09-11T21:59:42.320Z] e73272ec9a57: Verifying Checksum [2020-09-11T21:59:42.320Z] e73272ec9a57: Download complete [2020-09-11T21:59:42.320Z] 1e910a182e73: Verifying Checksum [2020-09-11T21:59:42.320Z] 1e910a182e73: Download complete [2020-09-11T21:59:42.768Z] df20fa9351a1: Verifying Checksum [2020-09-11T21:59:42.768Z] df20fa9351a1: Download complete [2020-09-11T21:59:43.211Z] df20fa9351a1: Pull complete [2020-09-11T21:59:43.491Z] ed8968b2872e: Pull complete [2020-09-11T21:59:43.795Z] a92cc7c5fd73: Pull complete [2020-09-11T21:59:51.261Z] 4e634b169226: Verifying Checksum [2020-09-11T21:59:51.261Z] 4e634b169226: Download complete [2020-09-11T21:59:52.293Z] e871e8e8d7a9: Verifying Checksum [2020-09-11T21:59:52.293Z] e871e8e8d7a9: Download complete [2020-09-11T22:00:00.712Z] e871e8e8d7a9: Pull complete [2020-09-11T22:00:00.712Z] e73272ec9a57: Pull complete [2020-09-11T22:00:00.712Z] 1e910a182e73: Pull complete [2020-09-11T22:00:05.165Z] 4e634b169226: Pull complete [2020-09-11T22:00:05.165Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-11T22:00:05.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-11T22:00:05.165Z] ---> f7629b54cfaa [2020-09-11T22:00:05.165Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T22:00:05.451Z] ---> Running in 9619fe1565c6 [2020-09-11T22:00:05.819Z] Removing intermediate container 9619fe1565c6 [2020-09-11T22:00:05.819Z] ---> c97c387f4d96 [2020-09-11T22:00:05.819Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T22:00:05.819Z] ---> Running in e05735d146c7 [2020-09-11T22:00:07.839Z] Removing intermediate container e05735d146c7 [2020-09-11T22:00:07.839Z] ---> f2876940bd25 [2020-09-11T22:00:07.839Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-11T22:00:07.839Z] ---> Running in 69e1998b1461 [2020-09-11T22:00:08.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T22:00:09.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T22:00:09.727Z] OK: 166 MiB in 39 packages [2020-09-11T22:00:10.346Z] Removing intermediate container 69e1998b1461 [2020-09-11T22:00:10.346Z] ---> 630c3ae18e75 [2020-09-11T22:00:10.346Z] Step 6/8 : WORKDIR /build [2020-09-11T22:00:10.346Z] ---> Running in f4736729d7f3 [2020-09-11T22:00:10.616Z] Removing intermediate container f4736729d7f3 [2020-09-11T22:00:10.616Z] ---> bf820b9d6af8 [2020-09-11T22:00:10.616Z] Step 7/8 : COPY go.mod . [2020-09-11T22:00:10.885Z] ---> 9dcc66b8f374 [2020-09-11T22:00:10.885Z] Step 8/8 : RUN go mod download [2020-09-11T22:00:11.156Z] ---> Running in a0a86b1968fa [2020-09-11T22:00:23.742Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2349 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-09-11T22:00:23.797Z] Running in /w/workspace/go-mod-bootstrap/40 [Pipeline] { [Pipeline] checkout [2020-09-11T22:00:24.003Z] Removing intermediate container a0a86b1968fa [2020-09-11T22:00:24.003Z] ---> 52a8e8103a30 [2020-09-11T22:00:24.003Z] Successfully built 52a8e8103a30 [2020-09-11T22:00:24.003Z] 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:00:29.098Z] using credential edgex-jenkins-ssh [2020-09-11T22:00:29.156Z] Cloning the remote Git repository [2020-09-11T22:00:29.156Z] Cloning with configured refspecs honoured and without tags [2020-09-11T22:00:29.254Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T22:00:29.376Z] > git init /w/workspace/go-mod-bootstrap/40 # timeout=10 [2020-09-11T22:00:29.452Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T22:00:29.453Z] > git --version # timeout=10 [2020-09-11T22:00:29.479Z] > git --version # 'git version 2.17.1' [2020-09-11T22:00:29.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:00:29.551Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:00:30.304Z] Fetching without tags [2020-09-11T22:00:30.782Z] Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) [2020-09-11T22:00:30.241Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-11T22:00:30.261Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:00:30.295Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-11T22:00:30.327Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-11T22:00:30.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:00:30.340Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:00:30.815Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T22:00:30.831Z] > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 [2020-09-11T22:00:35.156Z] Commit message: "Merge pull request #88 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:00:36.124Z] ========================================================= [2020-09-11T22:00:36.124Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-11T22:00:36.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:00:37.158Z] + 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:00:38.142Z] Sending build context to Docker daemon 647.2kB [2020-09-11T22:00:38.142Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-11T22:00:38.142Z] Step 2/8 : FROM ${BASE} [2020-09-11T22:00:38.424Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T22:00:38.424Z] b538f80385f9: Pulling fs layer [2020-09-11T22:00:38.424Z] 74f711af9a0d: Pulling fs layer [2020-09-11T22:00:38.424Z] 99f96fe45779: Pulling fs layer [2020-09-11T22:00:38.424Z] 8529a6b9a6be: Pulling fs layer [2020-09-11T22:00:38.424Z] 45590311c82a: Pulling fs layer [2020-09-11T22:00:38.424Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-11T22:00:38.424Z] 8529a6b9a6be: Waiting [2020-09-11T22:00:38.424Z] 209524e5b208: Pulling fs layer [2020-09-11T22:00:38.424Z] 45590311c82a: Waiting [2020-09-11T22:00:38.424Z] 69ca0ff8b7b3: Waiting [2020-09-11T22:00:38.424Z] 209524e5b208: Waiting [2020-09-11T22:00:38.424Z] 99f96fe45779: Download complete [2020-09-11T22:00:38.424Z] 74f711af9a0d: Verifying Checksum [2020-09-11T22:00:38.424Z] 74f711af9a0d: Download complete [2020-09-11T22:00:38.424Z] 45590311c82a: Download complete [2020-09-11T22:00:38.804Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-11T22:00:38.804Z] 69ca0ff8b7b3: Download complete [2020-09-11T22:00:38.804Z] b538f80385f9: Verifying Checksum [2020-09-11T22:00:38.804Z] b538f80385f9: Download complete [2020-09-11T22:00:39.806Z] b538f80385f9: Pull complete [2020-09-11T22:00:40.409Z] 74f711af9a0d: Pull complete [2020-09-11T22:00:40.683Z] 99f96fe45779: Pull complete [2020-09-11T22:00:41.667Z] 209524e5b208: Verifying Checksum [2020-09-11T22:00:41.668Z] 209524e5b208: Download complete [2020-09-11T22:00:41.942Z] 8529a6b9a6be: Verifying Checksum [2020-09-11T22:00:41.942Z] 8529a6b9a6be: Download complete [2020-09-11T22:00:52.110Z] 8529a6b9a6be: Pull complete [2020-09-11T22:00:52.381Z] 45590311c82a: Pull complete [2020-09-11T22:00:52.655Z] 69ca0ff8b7b3: Pull complete [2020-09-11T22:00:56.976Z] 209524e5b208: Pull complete [2020-09-11T22:00:56.976Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-11T22:00:56.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-11T22:00:56.976Z] ---> 5bddaf1c2fca [2020-09-11T22:00:56.976Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T22:00:59.589Z] ---> Running in 3a700f8798a9 [2020-09-11T22:00:59.589Z] Removing intermediate container 3a700f8798a9 [2020-09-11T22:00:59.589Z] ---> beeb593d6527 [2020-09-11T22:00:59.589Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T22:00:59.863Z] ---> Running in e3ef1f619de7 [2020-09-11T22:01:02.490Z] Removing intermediate container e3ef1f619de7 [2020-09-11T22:01:02.490Z] ---> e3046ca8533c [2020-09-11T22:01:02.490Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-11T22:01:02.770Z] ---> Running in c7ac8e73d21f [2020-09-11T22:01:04.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T22:01:04.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T22:01:05.405Z] OK: 142 MiB in 39 packages [2020-09-11T22:01:06.400Z] Removing intermediate container c7ac8e73d21f [2020-09-11T22:01:06.400Z] ---> 9b7eca682fad [2020-09-11T22:01:06.400Z] Step 6/8 : WORKDIR /build [2020-09-11T22:01:06.676Z] ---> Running in 1b44bbe135fc [2020-09-11T22:01:07.278Z] Removing intermediate container 1b44bbe135fc [2020-09-11T22:01:07.278Z] ---> 0c681fbf4cd6 [2020-09-11T22:01:07.278Z] Step 7/8 : COPY go.mod . [2020-09-11T22:01:07.876Z] ---> 17dd9a89e0af [2020-09-11T22:01:07.876Z] Step 8/8 : RUN go mod download [2020-09-11T22:01:08.165Z] ---> Running in e62fefd7df5f [2020-09-11T22:01:23.260Z] Removing intermediate container e62fefd7df5f [2020-09-11T22:01:23.260Z] ---> e9494fa80422 [2020-09-11T22:01:23.260Z] Successfully built e9494fa80422 [2020-09-11T22:01:23.260Z] 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:01:25.578Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-11T22:01:25.580Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-11T22:01:25.636Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:01:25.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:01:25.990Z] [2020-09-11T22:01:25.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:01:26.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:01:26.346Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-11T22:01:26.346Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-11T22:01:26.346Z] 408f87550127: Pulling fs layer [2020-09-11T22:01:26.346Z] fe522b08c979: Pulling fs layer [2020-09-11T22:01:26.346Z] 221eaa008020: Pulling fs layer [2020-09-11T22:01:26.346Z] 2a4607e5d6b9: Pulling fs layer [2020-09-11T22:01:26.346Z] 8f79b27c4fd2: Pulling fs layer [2020-09-11T22:01:26.346Z] e5c8dbe1645b: Pulling fs layer [2020-09-11T22:01:26.346Z] 23e8b3b47431: Pulling fs layer [2020-09-11T22:01:26.346Z] 5c568d65a230: Pulling fs layer [2020-09-11T22:01:26.346Z] 8f79b27c4fd2: Waiting [2020-09-11T22:01:26.346Z] e5c8dbe1645b: Waiting [2020-09-11T22:01:26.346Z] 5c568d65a230: Waiting [2020-09-11T22:01:26.346Z] 221eaa008020: Waiting [2020-09-11T22:01:26.346Z] 2a4607e5d6b9: Waiting [2020-09-11T22:01:26.346Z] 23e8b3b47431: Waiting [2020-09-11T22:01:26.346Z] fe522b08c979: Verifying Checksum [2020-09-11T22:01:26.346Z] fe522b08c979: Download complete [2020-09-11T22:01:26.346Z] 408f87550127: Download complete [2020-09-11T22:01:26.921Z] 2a4607e5d6b9: Verifying Checksum [2020-09-11T22:01:26.921Z] 2a4607e5d6b9: Download complete [2020-09-11T22:01:26.921Z] 8f79b27c4fd2: Verifying Checksum [2020-09-11T22:01:26.921Z] 8f79b27c4fd2: Download complete [2020-09-11T22:01:26.921Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-11T22:01:26.921Z] cbdbe7a5bc2a: Download complete [2020-09-11T22:01:27.185Z] cbdbe7a5bc2a: Pull complete [2020-09-11T22:01:27.451Z] 408f87550127: Pull complete [2020-09-11T22:01:27.451Z] fe522b08c979: Pull complete [2020-09-11T22:01:27.715Z] e5c8dbe1645b: Verifying Checksum [2020-09-11T22:01:27.715Z] e5c8dbe1645b: Download complete [2020-09-11T22:01:28.679Z] 23e8b3b47431: Verifying Checksum [2020-09-11T22:01:28.679Z] 23e8b3b47431: Download complete [2020-09-11T22:01:28.679Z] 5c568d65a230: Verifying Checksum [2020-09-11T22:01:28.679Z] 5c568d65a230: Download complete [2020-09-11T22:01:30.082Z] 221eaa008020: Verifying Checksum [2020-09-11T22:01:30.082Z] 221eaa008020: Download complete [2020-09-11T22:01:35.415Z] 221eaa008020: Pull complete [2020-09-11T22:01:35.415Z] 2a4607e5d6b9: Pull complete [2020-09-11T22:01:35.415Z] 8f79b27c4fd2: Pull complete [2020-09-11T22:01:37.982Z] e5c8dbe1645b: Pull complete [2020-09-11T22:01:41.304Z] 23e8b3b47431: Pull complete [2020-09-11T22:01:42.257Z] 5c568d65a230: Pull complete [2020-09-11T22:01:42.257Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-11T22:01:42.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:01:42.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-11T22:01:42.436Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:01:42.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-devops/edgex-snyk-go:1.317.0 cat [2020-09-11T22:01:43.343Z] $ docker top 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:01:43.838Z] + snyk monitor '--org=edgex-jenkins' [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/f645fded-3bc3-40a6-9d25-f36f1afe79eb [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] Snyk CLI supports Node.js 8 and higher. [2020-09-11T22:01:49.171Z] 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:01:49.171Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-11T22:01:49.171Z] [2020-09-11T22:01:49.171Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-11T22:01:49.171Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-11T22:01:49.192Z] $ docker stop --time=1 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 [2020-09-11T22:01:51.654Z] $ docker rm -f 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 [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:01:53.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:01:53.195Z] . [Pipeline] withDockerContainer [2020-09-11T22:01:53.295Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:01:53.344Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat [2020-09-11T22:01:54.242Z] $ docker top c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:01:54.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:01:54.536Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:01:54.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:01:54.741Z] $ docker exec c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 ssh-agent [2020-09-11T22:01:54.919Z] SSH_AUTH_SOCK=/tmp/ssh-2Mk580IZmTbG/agent.11 [2020-09-11T22:01:54.919Z] SSH_AGENT_PID=17 [2020-09-11T22:01:54.926Z] Running ssh-add (command line suppressed) [2020-09-11T22:01:55.062Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3678766436426057597.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3678766436426057597.key) [2020-09-11T22:01:55.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:01:55.446Z] + git semver tag [2020-09-11T22:01:55.446Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:01:55.446Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-11T22:01:55.446Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-11T22:01:55.446Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:01:55.446Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:01:55.446Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:01:55.446Z] # $SEMVER_BRANCH = master [2020-09-11T22:01:55.446Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-11T22:01:55.446Z] # 40ca38474f55f855f0992f2930430c3fe3e7a006 HEAD [2020-09-11T22:01:55.446Z] # -> Force: false [2020-09-11T22:01:55.446Z] # ac2f40ad0302aa7d7d57a332d5e6b37c75baf32b refs/tags/v0.0.38 [Pipeline] } [2020-09-11T22:01:55.464Z] $ docker exec --env ******** --env ******** c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 ssh-agent -k [2020-09-11T22:01:55.592Z] unset SSH_AUTH_SOCK; [2020-09-11T22:01:55.592Z] unset SSH_AGENT_PID; [2020-09-11T22:01:55.592Z] echo Agent pid 17 killed; [2020-09-11T22:01:55.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:01:56.113Z] + git semver [Pipeline] } [2020-09-11T22:01:56.136Z] $ docker stop --time=1 c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 [2020-09-11T22:01:57.477Z] $ docker rm -f c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:01:58.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:01:58.086Z] [2020-09-11T22:01:58.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:01:58.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:01:58.480Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-11T22:01:58.480Z] ab5ef0e58194: Pulling fs layer [2020-09-11T22:01:58.480Z] 9712f1f96733: Pulling fs layer [2020-09-11T22:01:58.480Z] 63f879dbbcfc: Pulling fs layer [2020-09-11T22:01:58.480Z] 0d9ebad4ef96: Pulling fs layer [2020-09-11T22:01:58.480Z] e9a5061849ea: Pulling fs layer [2020-09-11T22:01:58.480Z] d747dcd14b5f: Pulling fs layer [2020-09-11T22:01:58.480Z] 2de7ff778b66: Pulling fs layer [2020-09-11T22:01:58.480Z] e9a5061849ea: Waiting [2020-09-11T22:01:58.480Z] d747dcd14b5f: Waiting [2020-09-11T22:01:58.480Z] 2de7ff778b66: Waiting [2020-09-11T22:01:58.480Z] 0d9ebad4ef96: Waiting [2020-09-11T22:01:58.480Z] 9712f1f96733: Verifying Checksum [2020-09-11T22:01:58.480Z] 9712f1f96733: Download complete [2020-09-11T22:02:01.038Z] 63f879dbbcfc: Verifying Checksum [2020-09-11T22:02:01.038Z] 63f879dbbcfc: Download complete [2020-09-11T22:02:01.302Z] e9a5061849ea: Verifying Checksum [2020-09-11T22:02:01.302Z] e9a5061849ea: Download complete [2020-09-11T22:02:01.302Z] d747dcd14b5f: Verifying Checksum [2020-09-11T22:02:01.302Z] d747dcd14b5f: Download complete [2020-09-11T22:02:01.882Z] 2de7ff778b66: Verifying Checksum [2020-09-11T22:02:01.882Z] 2de7ff778b66: Download complete [2020-09-11T22:02:02.149Z] 0d9ebad4ef96: Verifying Checksum [2020-09-11T22:02:02.149Z] 0d9ebad4ef96: Download complete [2020-09-11T22:02:02.411Z] ab5ef0e58194: Verifying Checksum [2020-09-11T22:02:02.411Z] ab5ef0e58194: Download complete [2020-09-11T22:02:06.680Z] ab5ef0e58194: Pull complete [2020-09-11T22:02:06.680Z] 9712f1f96733: Pull complete [2020-09-11T22:02:10.023Z] 63f879dbbcfc: Pull complete [2020-09-11T22:02:16.639Z] 0d9ebad4ef96: Pull complete [2020-09-11T22:02:16.639Z] e9a5061849ea: Pull complete [2020-09-11T22:02:16.639Z] d747dcd14b5f: Pull complete [2020-09-11T22:02:20.884Z] 2de7ff778b66: Pull complete [2020-09-11T22:02:20.884Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-11T22:02:20.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:02:20.884Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-11T22:02:21.197Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:02:21.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools:0.23.1-centos7 cat [2020-09-11T22:02:24.659Z] $ docker top 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:02:24.897Z] provisioning config files... [2020-09-11T22:02:24.913Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7911244663555123039tmp [2020-09-11T22:02:24.934Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8027480665042195832tmp [2020-09-11T22:02:24.949Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2558466520169017651tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:02:25.025Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:02:25.323Z] ---> sigul-configuration.sh [2020-09-11T22:02:25.323Z] gpg: directory `/root/.gnupg' created [2020-09-11T22:02:25.323Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-11T22:02:25.323Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-11T22:02:25.323Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-11T22:02:25.323Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-11T22:02:25.323Z] gpg: CAST5 encrypted data [2020-09-11T22:02:25.585Z] gpg: encrypted with 1 passphrase [2020-09-11T22:02:25.585Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-11T22:02:26.120Z] + mkdir /home/jenkins [2020-09-11T22:02:26.120Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-11T22:02:26.421Z] + 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:02:26.433Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:02:26.732Z] ---> sigul-install.sh [2020-09-11T22:02:33.332Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-11T22:02:33.647Z] + git tag --list [2020-09-11T22:02:33.647Z] v0.0.38 [Pipeline] sh [2020-09-11T22:02:33.963Z] + lftools sign git-tag v0.0.38 [2020-09-11T22:02:35.358Z] Signing Git tag with Sigul... [2020-09-11T22:02:35.358Z] Signing v0.0.38 [Pipeline] echo [2020-09-11T22:02:36.322Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:02:36.618Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-11T22:02:36.630Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-11T22:02:36.742Z] $ docker stop --time=1 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b [2020-09-11T22:02:38.776Z] $ docker rm -f 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:02:39.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:02:39.622Z] . [Pipeline] withDockerContainer [2020-09-11T22:02:39.729Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:02:39.777Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat [2020-09-11T22:02:40.488Z] $ docker top 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:02:40.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:02:40.866Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:02:41.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:02:41.064Z] $ docker exec 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc ssh-agent [2020-09-11T22:02:41.234Z] SSH_AUTH_SOCK=/tmp/ssh-f6hQ2dNf5B4p/agent.11 [2020-09-11T22:02:41.234Z] SSH_AGENT_PID=17 [2020-09-11T22:02:41.242Z] Running ssh-add (command line suppressed) [2020-09-11T22:02:41.370Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627290158547449023.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627290158547449023.key) [2020-09-11T22:02:41.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:02:41.785Z] + git semver bump patch [2020-09-11T22:02:41.785Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:02:41.785Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-11T22:02:41.785Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-11T22:02:41.785Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:02:41.785Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:02:41.785Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:02:41.785Z] # $SEMVER_BRANCH = master [2020-09-11T22:02:41.785Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-11T22:02:41.785Z] 0.0.39 [Pipeline] } [2020-09-11T22:02:41.804Z] $ docker exec --env ******** --env ******** 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc ssh-agent -k [2020-09-11T22:02:41.925Z] unset SSH_AUTH_SOCK; [2020-09-11T22:02:41.925Z] unset SSH_AGENT_PID; [2020-09-11T22:02:41.925Z] echo Agent pid 17 killed; [2020-09-11T22:02:41.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:02:42.467Z] + git semver [Pipeline] } [2020-09-11T22:02:42.490Z] $ docker stop --time=1 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc [2020-09-11T22:02:43.828Z] $ docker rm -f 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:02:44.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:02:44.405Z] . [Pipeline] withDockerContainer [2020-09-11T22:02:44.507Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:02:44.561Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat [2020-09-11T22:02:45.224Z] $ docker top 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:02:45.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:02:45.543Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:02:45.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:02:45.746Z] $ docker exec 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 ssh-agent [2020-09-11T22:02:45.922Z] SSH_AUTH_SOCK=/tmp/ssh-rnpQ6woTxjpV/agent.11 [2020-09-11T22:02:45.922Z] SSH_AGENT_PID=16 [2020-09-11T22:02:45.930Z] Running ssh-add (command line suppressed) [2020-09-11T22:02:46.059Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5404928288005842365.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5404928288005842365.key) [2020-09-11T22:02:46.112Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:02:46.472Z] + git semver push [2020-09-11T22:02:46.472Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:02:46.472Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-11T22:02:46.472Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-11T22:02:46.472Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:02:46.472Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:02:46.472Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:02:46.472Z] # $SEMVER_BRANCH = master [2020-09-11T22:02:46.472Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-11T22:02:53.081Z] $ docker exec --env ******** --env ******** 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 ssh-agent -k [2020-09-11T22:02:53.200Z] unset SSH_AUTH_SOCK; [2020-09-11T22:02:53.201Z] unset SSH_AGENT_PID; [2020-09-11T22:02:53.201Z] echo Agent pid 16 killed; [2020-09-11T22:02:53.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:02:53.735Z] + git semver [Pipeline] } [2020-09-11T22:02:53.756Z] $ docker stop --time=1 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 [2020-09-11T22:02:55.135Z] $ docker rm -f 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 [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:02:56.875Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:02:57.444Z] ---> package-listing.sh [2020-09-11T22:02:57.444Z] ++ facter osfamily [2020-09-11T22:02:57.444Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T22:02:57.444Z] + OS_FAMILY=redhat [2020-09-11T22:02:57.444Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-11T22:02:57.444Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T22:02:57.444Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T22:02:57.444Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T22:02:57.444Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T22:02:57.444Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-11T22:02:57.444Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T22:02:57.444Z] + case "${OS_FAMILY}" in [2020-09-11T22:02:57.444Z] + rpm -qa [2020-09-11T22:02:57.444Z] + sort [2020-09-11T22:03:01.666Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T22:03:01.666Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T22:03:01.666Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T22:03:01.666Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-11T22:03:01.666Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-09-11T22:03:01.666Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:03:02.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:03:02.743Z] [2020-09-11T22:03:02.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:03:03.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:03:03.117Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T22:03:03.117Z] df20fa9351a1: Pulling fs layer [2020-09-11T22:03:03.117Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T22:03:03.117Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T22:03:03.117Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T22:03:03.117Z] 0dadc02b9964: Pulling fs layer [2020-09-11T22:03:03.117Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T22:03:03.117Z] 7a184a31f384: Pulling fs layer [2020-09-11T22:03:03.117Z] 0879bd2ef858: Pulling fs layer [2020-09-11T22:03:03.117Z] 46f8f816bc3b: Waiting [2020-09-11T22:03:03.117Z] 0dadc02b9964: Waiting [2020-09-11T22:03:03.117Z] 7a184a31f384: Waiting [2020-09-11T22:03:03.117Z] ce6a7cf60c04: Waiting [2020-09-11T22:03:03.117Z] 0879bd2ef858: Waiting [2020-09-11T22:03:03.117Z] 36b3adc4ff6f: Download complete [2020-09-11T22:03:03.117Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T22:03:03.117Z] 46f8f816bc3b: Download complete [2020-09-11T22:03:03.117Z] df20fa9351a1: Download complete [2020-09-11T22:03:03.117Z] ce6a7cf60c04: Download complete [2020-09-11T22:03:03.117Z] 7a184a31f384: Verifying Checksum [2020-09-11T22:03:03.117Z] 7a184a31f384: Download complete [2020-09-11T22:03:03.117Z] 0dadc02b9964: Verifying Checksum [2020-09-11T22:03:03.117Z] 0dadc02b9964: Download complete [2020-09-11T22:03:03.383Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T22:03:03.383Z] 8ad3a11d3b57: Download complete [2020-09-11T22:03:03.647Z] df20fa9351a1: Pull complete [2020-09-11T22:03:03.647Z] 0879bd2ef858: Verifying Checksum [2020-09-11T22:03:03.647Z] 0879bd2ef858: Download complete [2020-09-11T22:03:03.909Z] 36b3adc4ff6f: Pull complete [2020-09-11T22:03:04.488Z] 8ad3a11d3b57: Pull complete [2020-09-11T22:03:04.488Z] 46f8f816bc3b: Pull complete [2020-09-11T22:03:04.752Z] 0dadc02b9964: Pull complete [2020-09-11T22:03:05.016Z] ce6a7cf60c04: Pull complete [2020-09-11T22:03:05.016Z] 7a184a31f384: Pull complete [2020-09-11T22:03:07.580Z] 0879bd2ef858: Pull complete [2020-09-11T22:03:07.580Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T22:03:07.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:03:07.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T22:03:07.840Z] prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container [2020-09-11T22:03:07.928Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-lftools-log-publisher:alpine cat [2020-09-11T22:03:11.090Z] $ docker top 3851b5d501d5390094e16d7023f7ca269682f28a77e75450861f1cf38e992be9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:03:12.562Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T22:03:12.877Z] + ls /var/log/sa-host [2020-09-11T22:03:12.877Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T22:03:12.877Z] file_magic: OK [2020-09-11T22:03:12.877Z] HZ: Using current value: 100 [2020-09-11T22:03:12.877Z] file_header: OK [2020-09-11T22:03:12.877Z] 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:03:12.877Z] Statistics: [2020-09-11T22:03:12.877Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:03:12.877Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T22:03:12.877Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T22:03:12.877Z] file_magic: OK [2020-09-11T22:03:12.877Z] HZ: Using current value: 100 [2020-09-11T22:03:12.877Z] file_header: OK [2020-09-11T22:03:12.877Z] 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:03:12.877Z] Statistics: [2020-09-11T22:03:12.877Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:03:12.877Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:03:12.946Z] provisioning config files... [2020-09-11T22:03:12.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3481421899861923210tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:03:13.042Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:03:13.341Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T22:03:13.352Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:03:13.648Z] ---> logs-deploy.sh [2020-09-11T22:03:13.648Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/40 [2020-09-11T22:03:13.648Z] INFO: archiving workspace using pattern(s): [2020-09-11T22:03:15.036Z] Archives upload complete. [2020-09-11T22:03:15.036Z] INFO: archiving logs to Nexus