Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1575’ Running on prd-centos7-docker-4c-2g-1576 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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > 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 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 Checking out Revision 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 Commit message: "Merge pull request #86 from lenny-intel/startup" > git rev-list --no-walk 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-30T16:39:54.890Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-30T16:39:55.062Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-30T16:39:55.174Z] ========================================================= [2020-07-30T16:39:55.174Z] EdgeX Global Pipelines Version Info [2020-07-30T16:39:55.174Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:39:57.014Z] ------------------- [2020-07-30T16:39:57.014Z] stable info: [2020-07-30T16:39:57.014Z] ------------------- [2020-07-30T16:39:57.014Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-30T16:39:57.014Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-30T16:39:57.014Z] Message: update stable to v1.0.106 [2020-07-30T16:39:57.955Z] ------------------- [2020-07-30T16:39:57.955Z] experimental info: [2020-07-30T16:39:57.955Z] ------------------- [2020-07-30T16:39:57.955Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-30T16:39:57.955Z] Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc [2020-07-30T16:39:57.955Z] Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-30T16:39:59.971Z] + git log --format=format:%s -1 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a [Pipeline] echo [2020-07-30T16:40:00.025Z] GIT_COMMIT: 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a, Commit Message: Merge pull request #86 from lenny-intel/startup [Pipeline] echo [2020-07-30T16:40:00.070Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:40:00.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:40:00.820Z] [2020-07-30T16:40:00.820Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:40:01.155Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:40:01.155Z] latest: Pulling from edgex-devops/git-semver [2020-07-30T16:40:01.156Z] 31603596830f: Pulling fs layer [2020-07-30T16:40:01.156Z] 2a8b12db71e7: Pulling fs layer [2020-07-30T16:40:01.156Z] 6ca5941a6612: Pulling fs layer [2020-07-30T16:40:01.156Z] ecc8261a40a4: Pulling fs layer [2020-07-30T16:40:01.156Z] ecc8261a40a4: Waiting [2020-07-30T16:40:01.156Z] 2a8b12db71e7: Verifying Checksum [2020-07-30T16:40:01.156Z] 2a8b12db71e7: Download complete [2020-07-30T16:40:01.156Z] 31603596830f: Download complete [2020-07-30T16:40:01.423Z] ecc8261a40a4: Verifying Checksum [2020-07-30T16:40:01.423Z] ecc8261a40a4: Download complete [2020-07-30T16:40:01.423Z] 6ca5941a6612: Verifying Checksum [2020-07-30T16:40:01.423Z] 6ca5941a6612: Download complete [2020-07-30T16:40:01.687Z] 31603596830f: Pull complete [2020-07-30T16:40:01.687Z] 2a8b12db71e7: Pull complete [2020-07-30T16:40:02.632Z] 6ca5941a6612: Pull complete [2020-07-30T16:40:02.633Z] ecc8261a40a4: Pull complete [2020-07-30T16:40:02.633Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-30T16:40:02.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:40:02.633Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-30T16:40:02.736Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:40:02.771Z] $ 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-07-30T16:40:04.895Z] $ docker top d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T16:40:05.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T16:40:05.191Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T16:40:05.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T16:40:05.386Z] $ docker exec d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent [2020-07-30T16:40:05.551Z] SSH_AUTH_SOCK=/tmp/ssh-jm7ejLh846JV/agent.11 [2020-07-30T16:40:05.551Z] SSH_AGENT_PID=16 [2020-07-30T16:40:05.560Z] Running ssh-add (command line suppressed) [2020-07-30T16:40:05.713Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2711923521174353744.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2711923521174353744.key) [2020-07-30T16:40:05.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T16:40:06.094Z] + git describe --exact-match --tags HEAD [2020-07-30T16:40:06.094Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-30T16:40:06.109Z] $ docker exec --env ******** --env ******** d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent -k [2020-07-30T16:40:06.228Z] unset SSH_AUTH_SOCK; [2020-07-30T16:40:06.229Z] unset SSH_AGENT_PID; [2020-07-30T16:40:06.229Z] echo Agent pid 16 killed; [2020-07-30T16:40:06.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-30T16:40:06.356Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-30T16:40:06.356Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-30T16:40:06.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T16:40:06.435Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T16:40:06.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T16:40:06.595Z] $ docker exec d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent [2020-07-30T16:40:06.756Z] SSH_AUTH_SOCK=/tmp/ssh-xOTALKXVWVZy/agent.45 [2020-07-30T16:40:06.756Z] SSH_AGENT_PID=50 [2020-07-30T16:40:06.762Z] Running ssh-add (command line suppressed) [2020-07-30T16:40:06.874Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9208168616249097595.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9208168616249097595.key) [2020-07-30T16:40:06.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T16:40:07.247Z] + git semver init [2020-07-30T16:40:07.247Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T16:40:07.247Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-30T16:40:07.247Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:40:07.247Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T16:40:07.247Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T16:40:07.247Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T16:40:07.247Z] # $SEMVER_BRANCH = master [2020-07-30T16:40:07.247Z] # $SEMVER_TEMP = /tmp/semver-637246433 [2020-07-30T16:40:07.247Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-07-30T16:40:07.818Z] # '/tmp/semver-637246433' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-07-30T16:40:07.818Z] # -> Force: false [2020-07-30T16:40:07.818Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-07-30T16:40:07.825Z] $ docker exec --env ******** --env ******** d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent -k [2020-07-30T16:40:07.937Z] unset SSH_AUTH_SOCK; [2020-07-30T16:40:07.937Z] unset SSH_AGENT_PID; [2020-07-30T16:40:07.937Z] echo Agent pid 50 killed; [2020-07-30T16:40:07.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T16:40:08.444Z] + git semver [Pipeline] } [2020-07-30T16:40:08.455Z] $ docker stop --time=1 d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 [2020-07-30T16:40:09.837Z] $ docker rm -f d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-30T16:40:10.427Z] Stashed 45 file(s) [Pipeline] echo [2020-07-30T16:40:10.429Z] [edgeXSemver] initialized semver on version 0.0.37 [Pipeline] echo [2020-07-30T16:40:10.619Z] Archived original version: [0.0.37] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-30T16:40:26.037Z] Still waiting to schedule task [2020-07-30T16:40:26.037Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-30T16:40:26.038Z] Still waiting to schedule task [2020-07-30T16:40:26.038Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-30T16:42:07.871Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1577 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-07-30T16:42:07.915Z] Running in /w/workspace/go-mod-bootstrap/39 [Pipeline] { [Pipeline] checkout [2020-07-30T16:42:13.163Z] using credential edgex-jenkins-ssh [2020-07-30T16:42:13.236Z] Cloning the remote Git repository [2020-07-30T16:42:13.236Z] Cloning with configured refspecs honoured and without tags [2020-07-30T16:42:13.286Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:13.398Z] > git init /w/workspace/go-mod-bootstrap/39 # timeout=10 [2020-07-30T16:42:13.468Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:13.469Z] > git --version # timeout=10 [2020-07-30T16:42:13.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T16:42:13.555Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:14.278Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-30T16:42:14.297Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:14.369Z] Fetching without tags [2020-07-30T16:42:14.878Z] Checking out Revision 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a (master) [2020-07-30T16:42:14.331Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-30T16:42:14.366Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:14.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T16:42:14.383Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:14.885Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T16:42:14.904Z] > git checkout -f 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 [2020-07-30T16:42:19.436Z] Commit message: "Merge pull request #86 from lenny-intel/startup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-30T16:42:20.551Z] ========================================================= [2020-07-30T16:42:20.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-30T16:42:20.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:42:21.845Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-30T16:42:22.843Z] Sending build context to Docker daemon 626.2kB [2020-07-30T16:42:22.843Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-30T16:42:22.843Z] Step 2/8 : FROM ${BASE} [2020-07-30T16:42:23.449Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-30T16:42:23.449Z] b538f80385f9: Pulling fs layer [2020-07-30T16:42:23.449Z] 74f711af9a0d: Pulling fs layer [2020-07-30T16:42:23.449Z] 99f96fe45779: Pulling fs layer [2020-07-30T16:42:23.449Z] fd7a069fd194: Pulling fs layer [2020-07-30T16:42:23.449Z] 66aa3694b03b: Pulling fs layer [2020-07-30T16:42:23.449Z] 170f70906a0f: Pulling fs layer [2020-07-30T16:42:23.449Z] ad7c5574e4b9: Pulling fs layer [2020-07-30T16:42:23.449Z] e772456be8f7: Pulling fs layer [2020-07-30T16:42:23.449Z] c890913d741a: Pulling fs layer [2020-07-30T16:42:23.449Z] 2480fcc9aa5a: Pulling fs layer [2020-07-30T16:42:23.449Z] 09adf4765672: Pulling fs layer [2020-07-30T16:42:23.449Z] fd7a069fd194: Waiting [2020-07-30T16:42:23.449Z] 66aa3694b03b: Waiting [2020-07-30T16:42:23.449Z] 170f70906a0f: Waiting [2020-07-30T16:42:23.449Z] ad7c5574e4b9: Waiting [2020-07-30T16:42:23.449Z] e772456be8f7: Waiting [2020-07-30T16:42:23.449Z] c890913d741a: Waiting [2020-07-30T16:42:23.449Z] 2480fcc9aa5a: Waiting [2020-07-30T16:42:23.449Z] 99f96fe45779: Verifying Checksum [2020-07-30T16:42:23.449Z] 99f96fe45779: Download complete [2020-07-30T16:42:23.449Z] 74f711af9a0d: Verifying Checksum [2020-07-30T16:42:23.449Z] 74f711af9a0d: Download complete [2020-07-30T16:42:23.449Z] 66aa3694b03b: Download complete [2020-07-30T16:42:23.449Z] 170f70906a0f: Verifying Checksum [2020-07-30T16:42:23.449Z] 170f70906a0f: Download complete [2020-07-30T16:42:23.449Z] b538f80385f9: Verifying Checksum [2020-07-30T16:42:23.449Z] b538f80385f9: Download complete [2020-07-30T16:42:24.053Z] b538f80385f9: Pull complete [2020-07-30T16:42:24.672Z] 74f711af9a0d: Pull complete [2020-07-30T16:42:25.282Z] 99f96fe45779: Pull complete [2020-07-30T16:42:26.730Z] ad7c5574e4b9: Verifying Checksum [2020-07-30T16:42:26.730Z] ad7c5574e4b9: Download complete [2020-07-30T16:42:26.730Z] c890913d741a: Download complete [2020-07-30T16:42:28.729Z] e772456be8f7: Verifying Checksum [2020-07-30T16:42:28.729Z] e772456be8f7: Download complete [2020-07-30T16:42:28.729Z] fd7a069fd194: Verifying Checksum [2020-07-30T16:42:28.729Z] fd7a069fd194: Download complete [2020-07-30T16:42:28.729Z] 09adf4765672: Verifying Checksum [2020-07-30T16:42:28.729Z] 09adf4765672: Download complete [2020-07-30T16:42:29.002Z] 2480fcc9aa5a: Verifying Checksum [2020-07-30T16:42:29.002Z] 2480fcc9aa5a: Download complete [2020-07-30T16:42:37.497Z] Running on prd-centos7-docker-4c-2g-1578 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-07-30T16:42:37.540Z] Running in /w/workspace/go-mod-bootstrap/39 [Pipeline] { [Pipeline] checkout [2020-07-30T16:42:40.219Z] using credential edgex-jenkins-ssh [2020-07-30T16:42:40.259Z] Cloning the remote Git repository [2020-07-30T16:42:40.259Z] Cloning with configured refspecs honoured and without tags [2020-07-30T16:42:40.073Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:40.143Z] > git init /w/workspace/go-mod-bootstrap/39 # timeout=10 [2020-07-30T16:42:40.189Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:40.189Z] > git --version # timeout=10 [2020-07-30T16:42:40.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T16:42:40.222Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:41.407Z] fd7a069fd194: Pull complete [2020-07-30T16:42:41.408Z] 66aa3694b03b: Pull complete [2020-07-30T16:42:41.408Z] 170f70906a0f: Pull complete [2020-07-30T16:42:41.935Z] Fetching without tags [2020-07-30T16:42:41.826Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-30T16:42:41.836Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:41.852Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-30T16:42:41.864Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-30T16:42:41.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T16:42:41.869Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T16:42:42.346Z] Checking out Revision 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a (master) [2020-07-30T16:42:42.313Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T16:42:42.318Z] > git checkout -f 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 [2020-07-30T16:42:44.025Z] ad7c5574e4b9: Pull complete [2020-07-30T16:42:45.874Z] Commit message: "Merge pull request #86 from lenny-intel/startup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-30T16:42:46.607Z] ========================================================= [2020-07-30T16:42:46.607Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-30T16:42:46.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:42:47.265Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-30T16:42:47.586Z] Sending build context to Docker daemon 626.2kB [2020-07-30T16:42:47.586Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-30T16:42:47.586Z] Step 2/8 : FROM ${BASE} [2020-07-30T16:42:47.586Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-30T16:42:47.586Z] df20fa9351a1: Pulling fs layer [2020-07-30T16:42:47.586Z] ed8968b2872e: Pulling fs layer [2020-07-30T16:42:47.586Z] a92cc7c5fd73: Pulling fs layer [2020-07-30T16:42:47.586Z] 2dd03ba5bac4: Pulling fs layer [2020-07-30T16:42:47.586Z] 1e091d79d1de: Pulling fs layer [2020-07-30T16:42:47.586Z] 481702a1767f: Pulling fs layer [2020-07-30T16:42:47.586Z] f64a6f60c768: Pulling fs layer [2020-07-30T16:42:47.586Z] e78d2573fc39: Pulling fs layer [2020-07-30T16:42:47.586Z] e876d2f968b6: Pulling fs layer [2020-07-30T16:42:47.586Z] ce8a83651883: Pulling fs layer [2020-07-30T16:42:47.586Z] 07967f4d0e4b: Pulling fs layer [2020-07-30T16:42:47.586Z] e78d2573fc39: Waiting [2020-07-30T16:42:47.586Z] 2dd03ba5bac4: Waiting [2020-07-30T16:42:47.586Z] 1e091d79d1de: Waiting [2020-07-30T16:42:47.586Z] 481702a1767f: Waiting [2020-07-30T16:42:47.586Z] f64a6f60c768: Waiting [2020-07-30T16:42:47.586Z] e876d2f968b6: Waiting [2020-07-30T16:42:47.586Z] ce8a83651883: Waiting [2020-07-30T16:42:47.586Z] 07967f4d0e4b: Waiting [2020-07-30T16:42:47.586Z] a92cc7c5fd73: Verifying Checksum [2020-07-30T16:42:47.586Z] a92cc7c5fd73: Download complete [2020-07-30T16:42:47.586Z] ed8968b2872e: Verifying Checksum [2020-07-30T16:42:47.586Z] ed8968b2872e: Download complete [2020-07-30T16:42:47.586Z] 1e091d79d1de: Verifying Checksum [2020-07-30T16:42:47.586Z] 1e091d79d1de: Download complete [2020-07-30T16:42:47.586Z] 481702a1767f: Verifying Checksum [2020-07-30T16:42:47.586Z] 481702a1767f: Download complete [2020-07-30T16:42:47.586Z] df20fa9351a1: Verifying Checksum [2020-07-30T16:42:47.853Z] df20fa9351a1: Pull complete [2020-07-30T16:42:48.134Z] ed8968b2872e: Pull complete [2020-07-30T16:42:48.348Z] e772456be8f7: Pull complete [2020-07-30T16:42:48.348Z] c890913d741a: Pull complete [2020-07-30T16:42:48.744Z] f64a6f60c768: Verifying Checksum [2020-07-30T16:42:48.744Z] f64a6f60c768: Download complete [2020-07-30T16:42:49.332Z] 2dd03ba5bac4: Verifying Checksum [2020-07-30T16:42:49.332Z] 2dd03ba5bac4: Download complete [2020-07-30T16:42:49.332Z] e78d2573fc39: Verifying Checksum [2020-07-30T16:42:49.332Z] e78d2573fc39: Download complete [2020-07-30T16:42:49.905Z] e876d2f968b6: Verifying Checksum [2020-07-30T16:42:49.905Z] e876d2f968b6: Download complete [2020-07-30T16:42:50.486Z] ce8a83651883: Download complete [2020-07-30T16:42:50.486Z] 07967f4d0e4b: Verifying Checksum [2020-07-30T16:42:50.486Z] 07967f4d0e4b: Download complete [2020-07-30T16:42:50.486Z] a92cc7c5fd73: Pull complete [2020-07-30T16:42:50.981Z] 2480fcc9aa5a: Pull complete [2020-07-30T16:42:51.255Z] 09adf4765672: Pull complete [2020-07-30T16:42:51.255Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-30T16:42:51.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-30T16:42:51.255Z] ---> 2248a725d1cf [2020-07-30T16:42:51.255Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-30T16:42:56.682Z] ---> Running in 13816326fd06 [2020-07-30T16:42:56.682Z] Removing intermediate container 13816326fd06 [2020-07-30T16:42:56.682Z] ---> 412d9405df2d [2020-07-30T16:42:56.682Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T16:42:56.682Z] ---> Running in d3c0e7c16c41 [2020-07-30T16:42:57.129Z] 2dd03ba5bac4: Pull complete [2020-07-30T16:42:57.129Z] 1e091d79d1de: Pull complete [2020-07-30T16:42:57.129Z] 481702a1767f: Pull complete [2020-07-30T16:42:59.318Z] Removing intermediate container d3c0e7c16c41 [2020-07-30T16:42:59.318Z] ---> 0078d8ef83c5 [2020-07-30T16:42:59.318Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-30T16:42:59.318Z] ---> Running in 347dd502e87e [2020-07-30T16:43:00.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T16:43:01.368Z] f64a6f60c768: Pull complete [2020-07-30T16:43:01.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T16:43:02.005Z] OK: 142 MiB in 39 packages [2020-07-30T16:43:03.445Z] Removing intermediate container 347dd502e87e [2020-07-30T16:43:03.445Z] ---> da091f0ec4c3 [2020-07-30T16:43:03.445Z] Step 6/8 : WORKDIR /build [2020-07-30T16:43:03.445Z] ---> Running in 513a0525a40b [2020-07-30T16:43:03.926Z] e78d2573fc39: Pull complete [2020-07-30T16:43:03.926Z] e876d2f968b6: Pull complete [2020-07-30T16:43:04.043Z] Removing intermediate container 513a0525a40b [2020-07-30T16:43:04.043Z] ---> 330842b9300e [2020-07-30T16:43:04.043Z] Step 7/8 : COPY go.mod . [2020-07-30T16:43:04.502Z] ce8a83651883: Pull complete [2020-07-30T16:43:04.637Z] ---> 5d652e18d2ca [2020-07-30T16:43:04.637Z] Step 8/8 : RUN go mod download [2020-07-30T16:43:04.763Z] 07967f4d0e4b: Pull complete [2020-07-30T16:43:04.763Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-30T16:43:04.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-30T16:43:04.763Z] ---> 5d7c900382c6 [2020-07-30T16:43:04.763Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-30T16:43:04.911Z] ---> Running in 1292404817e9 [2020-07-30T16:43:06.156Z] ---> Running in 85f205880a88 [2020-07-30T16:43:06.157Z] Removing intermediate container 85f205880a88 [2020-07-30T16:43:06.157Z] ---> 280ca35bfd99 [2020-07-30T16:43:06.157Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T16:43:06.157Z] ---> Running in 9ddad60956e6 [2020-07-30T16:43:07.535Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T16:43:07.535Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T16:43:07.535Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T16:43:07.535Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T16:43:07.535Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T16:43:07.535Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T16:43:07.535Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T16:43:07.535Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T16:43:07.535Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-30T16:43:07.535Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T16:43:07.535Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T16:43:07.551Z] Removing intermediate container 9ddad60956e6 [2020-07-30T16:43:07.551Z] ---> 43af428c7292 [2020-07-30T16:43:07.551Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-30T16:43:07.551Z] ---> Running in 8a80c09e7a88 [2020-07-30T16:43:07.806Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T16:43:07.806Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T16:43:07.806Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T16:43:07.806Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T16:43:07.806Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T16:43:07.806Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T16:43:07.806Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T16:43:07.806Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T16:43:07.806Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T16:43:07.806Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T16:43:07.806Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T16:43:08.080Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T16:43:08.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T16:43:08.353Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T16:43:08.353Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T16:43:08.353Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T16:43:08.353Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T16:43:08.353Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T16:43:08.353Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T16:43:08.353Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T16:43:08.353Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T16:43:08.353Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T16:43:08.353Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T16:43:08.626Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T16:43:08.626Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T16:43:08.626Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T16:43:08.626Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T16:43:08.626Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T16:43:08.626Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T16:43:08.626Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T16:43:08.626Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T16:43:08.626Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T16:43:08.626Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T16:43:08.626Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T16:43:08.626Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T16:43:08.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T16:43:08.898Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T16:43:08.898Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T16:43:08.898Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-30T16:43:08.898Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-30T16:43:08.898Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T16:43:08.898Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-30T16:43:08.898Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-30T16:43:08.898Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T16:43:08.969Z] OK: 166 MiB in 39 packages [2020-07-30T16:43:09.544Z] Removing intermediate container 8a80c09e7a88 [2020-07-30T16:43:09.544Z] ---> 488076355e6a [2020-07-30T16:43:09.544Z] Step 6/8 : WORKDIR /build [2020-07-30T16:43:09.544Z] ---> Running in 01d043ded49a [2020-07-30T16:43:09.811Z] Removing intermediate container 01d043ded49a [2020-07-30T16:43:09.811Z] ---> 1f7cffb8b927 [2020-07-30T16:43:09.811Z] Step 7/8 : COPY go.mod . [2020-07-30T16:43:09.811Z] ---> 31bd52e4aa21 [2020-07-30T16:43:09.811Z] Step 8/8 : RUN go mod download [2020-07-30T16:43:09.811Z] ---> Running in 8a6ca6d52021 [2020-07-30T16:43:11.739Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T16:43:11.739Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T16:43:11.739Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T16:43:11.739Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T16:43:11.739Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T16:43:11.739Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T16:43:11.739Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T16:43:11.739Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T16:43:11.739Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-30T16:43:11.739Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T16:43:12.000Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T16:43:12.000Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T16:43:12.000Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T16:43:12.000Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T16:43:12.000Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T16:43:12.000Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T16:43:12.000Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T16:43:12.000Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T16:43:12.000Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T16:43:12.000Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T16:43:12.000Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T16:43:12.000Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T16:43:12.000Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T16:43:12.262Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T16:43:12.525Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T16:43:12.525Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T16:43:12.525Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T16:43:12.525Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T16:43:12.525Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T16:43:12.785Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T16:43:12.785Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T16:43:12.785Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T16:43:12.785Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T16:43:12.785Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T16:43:12.785Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T16:43:12.785Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T16:43:12.785Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T16:43:12.785Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T16:43:12.785Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T16:43:12.785Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-30T16:43:12.785Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-30T16:43:12.785Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T16:43:13.051Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-30T16:43:13.051Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-30T16:43:13.051Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T16:43:19.068Z] Removing intermediate container 1292404817e9 [2020-07-30T16:43:19.068Z] ---> 2bdb59e6a4aa [2020-07-30T16:43:19.068Z] Successfully built 2bdb59e6a4aa [2020-07-30T16:43:19.068Z] 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) [2020-07-30T16:43:19.666Z] Removing intermediate container 8a6ca6d52021 [2020-07-30T16:43:19.666Z] ---> 75e09ff9e11d [2020-07-30T16:43:19.666Z] Successfully built 75e09ff9e11d 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] } [2020-07-30T16:43:19.928Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-30T16:43:22.443Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-30T16:43:22.445Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-30T16:43:22.486Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:43:22.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-30T16:43:22.830Z] [2020-07-30T16:43:22.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:43:23.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-30T16:43:23.189Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-30T16:43:23.189Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-30T16:43:23.189Z] 408f87550127: Pulling fs layer [2020-07-30T16:43:23.189Z] fe522b08c979: Pulling fs layer [2020-07-30T16:43:23.189Z] 221eaa008020: Pulling fs layer [2020-07-30T16:43:23.189Z] 2a4607e5d6b9: Pulling fs layer [2020-07-30T16:43:23.189Z] 8f79b27c4fd2: Pulling fs layer [2020-07-30T16:43:23.189Z] e5c8dbe1645b: Pulling fs layer [2020-07-30T16:43:23.189Z] 23e8b3b47431: Pulling fs layer [2020-07-30T16:43:23.189Z] 5c568d65a230: Pulling fs layer [2020-07-30T16:43:23.189Z] 8f79b27c4fd2: Waiting [2020-07-30T16:43:23.189Z] e5c8dbe1645b: Waiting [2020-07-30T16:43:23.189Z] 221eaa008020: Waiting [2020-07-30T16:43:23.189Z] 23e8b3b47431: Waiting [2020-07-30T16:43:23.189Z] 5c568d65a230: Waiting [2020-07-30T16:43:23.189Z] 2a4607e5d6b9: Waiting [2020-07-30T16:43:23.189Z] fe522b08c979: Verifying Checksum [2020-07-30T16:43:23.189Z] fe522b08c979: Download complete [2020-07-30T16:43:23.189Z] 408f87550127: Download complete [2020-07-30T16:43:23.189Z] 2a4607e5d6b9: Verifying Checksum [2020-07-30T16:43:23.189Z] 2a4607e5d6b9: Download complete [2020-07-30T16:43:23.189Z] 8f79b27c4fd2: Download complete [2020-07-30T16:43:23.189Z] cbdbe7a5bc2a: Download complete [2020-07-30T16:43:23.782Z] cbdbe7a5bc2a: Pull complete [2020-07-30T16:43:23.782Z] e5c8dbe1645b: Verifying Checksum [2020-07-30T16:43:23.782Z] e5c8dbe1645b: Download complete [2020-07-30T16:43:23.782Z] 408f87550127: Pull complete [2020-07-30T16:43:24.360Z] fe522b08c979: Pull complete [2020-07-30T16:43:24.360Z] 5c568d65a230: Verifying Checksum [2020-07-30T16:43:24.360Z] 5c568d65a230: Download complete [2020-07-30T16:43:24.360Z] 23e8b3b47431: Download complete [2020-07-30T16:43:24.936Z] 221eaa008020: Verifying Checksum [2020-07-30T16:43:24.936Z] 221eaa008020: Download complete [2020-07-30T16:43:30.250Z] 221eaa008020: Pull complete [2020-07-30T16:43:30.250Z] 2a4607e5d6b9: Pull complete [2020-07-30T16:43:30.250Z] 8f79b27c4fd2: Pull complete [2020-07-30T16:43:32.237Z] e5c8dbe1645b: Pull complete [2020-07-30T16:43:35.553Z] 23e8b3b47431: Pull complete [2020-07-30T16:43:36.128Z] 5c568d65a230: Pull complete [2020-07-30T16:43:36.128Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-30T16:43:36.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-30T16:43:36.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-30T16:43:36.284Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:43:36.323Z] $ 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-07-30T16:43:37.575Z] $ docker top 8354c396144ae301faec0811c20424b13b34d7c26d74ecfaed6b8ec5421c1082 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T16:43:38.098Z] + snyk monitor '--org=edgex-jenkins' [2020-07-30T16:43:42.314Z] [2020-07-30T16:43:42.314Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-07-30T16:43:42.314Z] [2020-07-30T16:43:42.314Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b5bd585e-43e1-4a4c-b247-52b759d272b2 [2020-07-30T16:43:42.314Z] [2020-07-30T16:43:42.314Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-30T16:43:42.314Z] [2020-07-30T16:43:42.575Z] [2020-07-30T16:43:42.575Z] Snyk CLI supports Node.js 8 and higher. [2020-07-30T16:43:42.575Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-30T16:43:42.575Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-30T16:43:42.575Z] [2020-07-30T16:43:42.575Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-30T16:43:42.575Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-30T16:43:42.585Z] $ docker stop --time=1 8354c396144ae301faec0811c20424b13b34d7c26d74ecfaed6b8ec5421c1082 [2020-07-30T16:43:44.575Z] $ docker rm -f 8354c396144ae301faec0811c20424b13b34d7c26d74ecfaed6b8ec5421c1082 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:43:45.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:43:45.825Z] . [Pipeline] withDockerContainer [2020-07-30T16:43:45.915Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:43:45.951Z] $ 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-07-30T16:43:46.698Z] $ docker top 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T16:43:46.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T16:43:46.966Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T16:43:47.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T16:43:47.178Z] $ docker exec 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a ssh-agent [2020-07-30T16:43:47.350Z] SSH_AUTH_SOCK=/tmp/ssh-eaTNyU7UfwUU/agent.12 [2020-07-30T16:43:47.350Z] SSH_AGENT_PID=17 [2020-07-30T16:43:47.357Z] Running ssh-add (command line suppressed) [2020-07-30T16:43:47.487Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5380387012286565517.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5380387012286565517.key) [2020-07-30T16:43:47.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T16:43:47.864Z] + git semver tag [2020-07-30T16:43:47.864Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T16:43:47.864Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-30T16:43:47.864Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:43:47.864Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T16:43:47.864Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T16:43:47.864Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T16:43:47.864Z] # $SEMVER_BRANCH = master [2020-07-30T16:43:47.864Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-07-30T16:43:47.864Z] # 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a HEAD [2020-07-30T16:43:47.864Z] # -> Force: false [2020-07-30T16:43:47.864Z] # 9ff69a8f34be69277dc8c8f4ee65ecafda225c54 refs/tags/v0.0.37 [Pipeline] } [2020-07-30T16:43:47.872Z] $ docker exec --env ******** --env ******** 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a ssh-agent -k [2020-07-30T16:43:48.007Z] unset SSH_AUTH_SOCK; [2020-07-30T16:43:48.008Z] unset SSH_AGENT_PID; [2020-07-30T16:43:48.008Z] echo Agent pid 17 killed; [2020-07-30T16:43:48.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T16:43:48.528Z] + git semver [Pipeline] } [2020-07-30T16:43:48.540Z] $ docker stop --time=1 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a [2020-07-30T16:43:49.875Z] $ docker rm -f 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:43:50.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-30T16:43:50.480Z] [2020-07-30T16:43:50.480Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:43:50.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-30T16:43:50.820Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-30T16:43:50.820Z] ab5ef0e58194: Pulling fs layer [2020-07-30T16:43:50.820Z] 9712f1f96733: Pulling fs layer [2020-07-30T16:43:50.820Z] 63f879dbbcfc: Pulling fs layer [2020-07-30T16:43:50.820Z] 0d9ebad4ef96: Pulling fs layer [2020-07-30T16:43:50.820Z] e9a5061849ea: Pulling fs layer [2020-07-30T16:43:50.820Z] d747dcd14b5f: Pulling fs layer [2020-07-30T16:43:50.820Z] 2de7ff778b66: Pulling fs layer [2020-07-30T16:43:50.820Z] 0d9ebad4ef96: Waiting [2020-07-30T16:43:50.820Z] e9a5061849ea: Waiting [2020-07-30T16:43:50.820Z] d747dcd14b5f: Waiting [2020-07-30T16:43:50.820Z] 2de7ff778b66: Waiting [2020-07-30T16:43:50.820Z] 9712f1f96733: Download complete [2020-07-30T16:43:51.411Z] 63f879dbbcfc: Verifying Checksum [2020-07-30T16:43:51.411Z] 63f879dbbcfc: Download complete [2020-07-30T16:43:51.411Z] e9a5061849ea: Verifying Checksum [2020-07-30T16:43:51.411Z] e9a5061849ea: Download complete [2020-07-30T16:43:51.411Z] d747dcd14b5f: Verifying Checksum [2020-07-30T16:43:51.411Z] d747dcd14b5f: Download complete [2020-07-30T16:43:51.675Z] 0d9ebad4ef96: Verifying Checksum [2020-07-30T16:43:51.676Z] 0d9ebad4ef96: Download complete [2020-07-30T16:43:51.676Z] 2de7ff778b66: Verifying Checksum [2020-07-30T16:43:51.676Z] 2de7ff778b66: Download complete [2020-07-30T16:43:51.676Z] ab5ef0e58194: Verifying Checksum [2020-07-30T16:43:51.676Z] ab5ef0e58194: Download complete [2020-07-30T16:43:55.898Z] ab5ef0e58194: Pull complete [2020-07-30T16:43:56.160Z] 9712f1f96733: Pull complete [2020-07-30T16:43:58.713Z] 63f879dbbcfc: Pull complete [2020-07-30T16:44:05.316Z] 0d9ebad4ef96: Pull complete [2020-07-30T16:44:06.706Z] e9a5061849ea: Pull complete [2020-07-30T16:44:06.706Z] d747dcd14b5f: Pull complete [2020-07-30T16:44:10.013Z] 2de7ff778b66: Pull complete [2020-07-30T16:44:10.013Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-30T16:44:10.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-30T16:44:10.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-30T16:44:10.147Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:44:10.184Z] $ 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-07-30T16:44:13.502Z] $ docker top 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-30T16:44:13.829Z] provisioning config files... [2020-07-30T16:44:13.843Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5446993318319757697tmp [2020-07-30T16:44:13.859Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3251476870248625806tmp [2020-07-30T16:44:13.872Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5916189298040599779tmp [Pipeline] { [Pipeline] echo [2020-07-30T16:44:13.931Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:44:14.227Z] ---> sigul-configuration.sh [2020-07-30T16:44:14.227Z] gpg: directory `/root/.gnupg' created [2020-07-30T16:44:14.227Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-30T16:44:14.227Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-30T16:44:14.227Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-30T16:44:14.227Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-30T16:44:14.227Z] gpg: CAST5 encrypted data [2020-07-30T16:44:14.488Z] gpg: encrypted with 1 passphrase [2020-07-30T16:44:14.488Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-30T16:44:14.779Z] + mkdir /home/jenkins [2020-07-30T16:44:14.779Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-30T16:44:15.095Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-30T16:44:15.113Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:44:15.460Z] ---> sigul-install.sh [2020-07-30T16:44:20.778Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-30T16:44:21.070Z] + git tag --list [2020-07-30T16:44:21.070Z] v0.0.37 [Pipeline] sh [2020-07-30T16:44:21.378Z] + lftools sign git-tag v0.0.37 [2020-07-30T16:44:22.764Z] Signing Git tag with Sigul... [2020-07-30T16:44:22.764Z] Signing v0.0.37 [Pipeline] echo [2020-07-30T16:44:23.715Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:44:24.006Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-30T16:44:24.014Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-30T16:44:24.104Z] $ docker stop --time=1 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d [2020-07-30T16:44:26.061Z] $ docker rm -f 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:44:26.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:44:26.786Z] . [Pipeline] withDockerContainer [2020-07-30T16:44:26.879Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:44:26.913Z] $ 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-07-30T16:44:27.627Z] $ docker top 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T16:44:27.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T16:44:27.900Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T16:44:28.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T16:44:28.117Z] $ docker exec 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a ssh-agent [2020-07-30T16:44:28.300Z] SSH_AUTH_SOCK=/tmp/ssh-GA8AQ6pYoTEO/agent.11 [2020-07-30T16:44:28.300Z] SSH_AGENT_PID=16 [2020-07-30T16:44:28.308Z] Running ssh-add (command line suppressed) [2020-07-30T16:44:28.448Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8486627170827865868.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8486627170827865868.key) [2020-07-30T16:44:28.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T16:44:28.835Z] + git semver bump patch [2020-07-30T16:44:28.835Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T16:44:28.835Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-30T16:44:28.835Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:44:28.835Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T16:44:28.835Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T16:44:28.835Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T16:44:28.835Z] # $SEMVER_BRANCH = master [2020-07-30T16:44:28.835Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-07-30T16:44:28.835Z] 0.0.38 [Pipeline] } [2020-07-30T16:44:28.842Z] $ docker exec --env ******** --env ******** 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a ssh-agent -k [2020-07-30T16:44:28.963Z] unset SSH_AUTH_SOCK; [2020-07-30T16:44:28.964Z] unset SSH_AGENT_PID; [2020-07-30T16:44:28.964Z] echo Agent pid 16 killed; [2020-07-30T16:44:29.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T16:44:29.477Z] + git semver [Pipeline] } [2020-07-30T16:44:29.489Z] $ docker stop --time=1 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a [2020-07-30T16:44:30.821Z] $ docker rm -f 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:44:31.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T16:44:31.350Z] . [Pipeline] withDockerContainer [2020-07-30T16:44:31.446Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:44:31.486Z] $ 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-07-30T16:44:32.033Z] $ docker top 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T16:44:32.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T16:44:32.286Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T16:44:32.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T16:44:32.466Z] $ docker exec 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b ssh-agent [2020-07-30T16:44:32.635Z] SSH_AUTH_SOCK=/tmp/ssh-w08NzpYHBn9l/agent.12 [2020-07-30T16:44:32.636Z] SSH_AGENT_PID=17 [2020-07-30T16:44:32.641Z] Running ssh-add (command line suppressed) [2020-07-30T16:44:32.762Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5043903896120016642.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5043903896120016642.key) [2020-07-30T16:44:32.822Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T16:44:33.149Z] + git semver push [2020-07-30T16:44:33.149Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T16:44:33.149Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-30T16:44:33.149Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:44:33.149Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T16:44:33.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T16:44:33.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T16:44:33.149Z] # $SEMVER_BRANCH = master [2020-07-30T16:44:33.149Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-07-30T16:44:39.757Z] $ docker exec --env ******** --env ******** 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b ssh-agent -k [2020-07-30T16:44:39.883Z] unset SSH_AUTH_SOCK; [2020-07-30T16:44:39.884Z] unset SSH_AGENT_PID; [2020-07-30T16:44:39.884Z] echo Agent pid 17 killed; [2020-07-30T16:44:39.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T16:44:40.416Z] + git semver [Pipeline] } [2020-07-30T16:44:40.428Z] $ docker stop --time=1 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b [2020-07-30T16:44:41.778Z] $ docker rm -f 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:44:42.889Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:44:43.452Z] ---> package-listing.sh [2020-07-30T16:44:43.452Z] ++ facter osfamily [2020-07-30T16:44:43.452Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-30T16:44:43.452Z] + OS_FAMILY=redhat [2020-07-30T16:44:43.452Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:44:43.452Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-30T16:44:43.452Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-30T16:44:43.452Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-30T16:44:43.452Z] + PACKAGES=/tmp/packages_start.txt [2020-07-30T16:44:43.452Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-07-30T16:44:43.452Z] + PACKAGES=/tmp/packages_end.txt [2020-07-30T16:44:43.452Z] + case "${OS_FAMILY}" in [2020-07-30T16:44:43.452Z] + rpm -qa [2020-07-30T16:44:43.452Z] + sort [2020-07-30T16:44:47.657Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-30T16:44:47.657Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-30T16:44:47.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-30T16:44:47.657Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-07-30T16:44:47.657Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-07-30T16:44:47.657Z] + 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-07-30T16:44:48.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T16:44:48.265Z] [2020-07-30T16:44:48.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-30T16:44:48.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T16:44:48.608Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-30T16:44:48.608Z] c9b1b535fdd9: Pulling fs layer [2020-07-30T16:44:48.608Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-30T16:44:48.608Z] 756a868c4378: Pulling fs layer [2020-07-30T16:44:48.608Z] 444b2fc9a129: Pulling fs layer [2020-07-30T16:44:48.608Z] ea15f1150254: Pulling fs layer [2020-07-30T16:44:48.608Z] 41b27a9f41bf: Pulling fs layer [2020-07-30T16:44:48.608Z] 28c525ee5125: Pulling fs layer [2020-07-30T16:44:48.608Z] 094b1ea09ed8: Pulling fs layer [2020-07-30T16:44:48.608Z] 138eaada9080: Pulling fs layer [2020-07-30T16:44:48.608Z] 0622d0fa9048: Pulling fs layer [2020-07-30T16:44:48.608Z] 41b27a9f41bf: Waiting [2020-07-30T16:44:48.608Z] 138eaada9080: Waiting [2020-07-30T16:44:48.608Z] 0622d0fa9048: Waiting [2020-07-30T16:44:48.608Z] 28c525ee5125: Waiting [2020-07-30T16:44:48.608Z] 094b1ea09ed8: Waiting [2020-07-30T16:44:48.608Z] 444b2fc9a129: Waiting [2020-07-30T16:44:48.608Z] ea15f1150254: Waiting [2020-07-30T16:44:48.608Z] 2cc5ad85d9ab: Download complete [2020-07-30T16:44:48.608Z] 444b2fc9a129: Verifying Checksum [2020-07-30T16:44:48.608Z] 444b2fc9a129: Download complete [2020-07-30T16:44:48.608Z] c9b1b535fdd9: Verifying Checksum [2020-07-30T16:44:48.608Z] c9b1b535fdd9: Download complete [2020-07-30T16:44:48.880Z] ea15f1150254: Verifying Checksum [2020-07-30T16:44:48.880Z] ea15f1150254: Download complete [2020-07-30T16:44:48.880Z] 28c525ee5125: Verifying Checksum [2020-07-30T16:44:48.880Z] 28c525ee5125: Download complete [2020-07-30T16:44:49.163Z] 756a868c4378: Download complete [2020-07-30T16:44:49.163Z] c9b1b535fdd9: Pull complete [2020-07-30T16:44:49.163Z] 138eaada9080: Verifying Checksum [2020-07-30T16:44:49.163Z] 138eaada9080: Download complete [2020-07-30T16:44:49.434Z] 0622d0fa9048: Verifying Checksum [2020-07-30T16:44:49.434Z] 0622d0fa9048: Download complete [2020-07-30T16:44:49.434Z] 094b1ea09ed8: Verifying Checksum [2020-07-30T16:44:49.434Z] 094b1ea09ed8: Download complete [2020-07-30T16:44:49.434Z] 2cc5ad85d9ab: Pull complete [2020-07-30T16:44:49.701Z] 41b27a9f41bf: Verifying Checksum [2020-07-30T16:44:49.701Z] 41b27a9f41bf: Download complete [2020-07-30T16:44:51.117Z] 756a868c4378: Pull complete [2020-07-30T16:44:51.381Z] 444b2fc9a129: Pull complete [2020-07-30T16:44:51.648Z] ea15f1150254: Pull complete [2020-07-30T16:44:54.968Z] 41b27a9f41bf: Pull complete [2020-07-30T16:44:54.968Z] 28c525ee5125: Pull complete [2020-07-30T16:44:56.904Z] 094b1ea09ed8: Pull complete [2020-07-30T16:44:57.167Z] 138eaada9080: Pull complete [2020-07-30T16:44:57.428Z] 0622d0fa9048: Pull complete [2020-07-30T16:44:57.428Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-30T16:44:57.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T16:44:57.428Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-30T16:44:57.555Z] prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container [2020-07-30T16:44:57.592Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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-07-30T16:45:00.694Z] $ docker top b8071ae0cfd65124792c91ff5360cf52128a5db195cac58bd69f4310bfe692c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-30T16:45:00.973Z] provisioning config files... [2020-07-30T16:45:00.988Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8345956588472233307tmp [Pipeline] { [Pipeline] echo [2020-07-30T16:45:01.050Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:45:01.411Z] ---> create-netrc.sh [Pipeline] echo [2020-07-30T16:45:01.425Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T16:45:01.780Z] ---> logs-deploy.sh [2020-07-30T16:45:01.780Z] + ARCHIVE_ARTIFACTS= [2020-07-30T16:45:01.780Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-30T16:45:01.780Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-30T16:45:01.780Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-30T16:45:01.780Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/39 [2020-07-30T16:45:01.780Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/39/ [2020-07-30T16:45:01.780Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/39 /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-30T16:45:02.735Z] Archives upload complete. [2020-07-30T16:45:02.995Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/39 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/39/