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 16:39:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:39:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:39:55 ========================================================= 16:39:55 EdgeX Global Pipelines Version Info 16:39:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:39:57 ------------------- 16:39:57 stable info: 16:39:57 ------------------- 16:39:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:39:57 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:39:57 Message: update stable to v1.0.106 16:39:57 ------------------- 16:39:57 experimental info: 16:39:57 ------------------- 16:39:57 Commited By: **** collab-it+edgex@linuxfoundation.org 16:39:57 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 16:39:57 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 16:39:59 + git log --format=format:%s -1 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a [Pipeline] echo 16:40:00 GIT_COMMIT: 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a, Commit Message: Merge pull request #86 from lenny-intel/startup [Pipeline] echo 16:40:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:40:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:00 16:40:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:40:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:01 latest: Pulling from edgex-devops/git-semver 16:40:01 31603596830f: Pulling fs layer 16:40:01 2a8b12db71e7: Pulling fs layer 16:40:01 6ca5941a6612: Pulling fs layer 16:40:01 ecc8261a40a4: Pulling fs layer 16:40:01 ecc8261a40a4: Waiting 16:40:01 2a8b12db71e7: Verifying Checksum 16:40:01 2a8b12db71e7: Download complete 16:40:01 31603596830f: Download complete 16:40:01 ecc8261a40a4: Verifying Checksum 16:40:01 ecc8261a40a4: Download complete 16:40:01 6ca5941a6612: Verifying Checksum 16:40:01 6ca5941a6612: Download complete 16:40:01 31603596830f: Pull complete 16:40:01 2a8b12db71e7: Pull complete 16:40:02 6ca5941a6612: Pull complete 16:40:02 ecc8261a40a4: Pull complete 16:40:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:40:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:40:02 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:40:02 $ 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 16:40:04 $ docker top d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:40:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:05 [ssh-agent] Looking for ssh-agent implementation... 16:40:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:05 $ docker exec d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent 16:40:05 SSH_AUTH_SOCK=/tmp/ssh-jm7ejLh846JV/agent.11 16:40:05 SSH_AGENT_PID=16 16:40:05 Running ssh-add (command line suppressed) 16:40:05 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) 16:40:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:06 + git describe --exact-match --tags HEAD 16:40:06 fatal: No names found, cannot describe anything. [Pipeline] } 16:40:06 $ docker exec --env ******** --env ******** d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent -k 16:40:06 unset SSH_AUTH_SOCK; 16:40:06 unset SSH_AGENT_PID; 16:40:06 echo Agent pid 16 killed; 16:40:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:40:06 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:40:06 This usually means this commit has not been tagged. [Pipeline] sshagent 16:40:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:06 [ssh-agent] Looking for ssh-agent implementation... 16:40:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:06 $ docker exec d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent 16:40:06 SSH_AUTH_SOCK=/tmp/ssh-xOTALKXVWVZy/agent.45 16:40:06 SSH_AGENT_PID=50 16:40:06 Running ssh-add (command line suppressed) 16:40:06 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) 16:40:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:07 + git semver init 16:40:07 # -> Open(): unable to determine branch for HEAD 16:40:07 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:40:07 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:40:07 # $SEMVER_REMOTE_NAME = origin 16:40:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:40:07 # $SEMVER_USER_NAME = edgex-jenkins 16:40:07 # $SEMVER_BRANCH = master 16:40:07 # $SEMVER_TEMP = /tmp/semver-637246433 16:40:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:40:07 # '/tmp/semver-637246433' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 16:40:07 # -> Force: false 16:40:07 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:40:07 $ docker exec --env ******** --env ******** d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 ssh-agent -k 16:40:07 unset SSH_AUTH_SOCK; 16:40:07 unset SSH_AGENT_PID; 16:40:07 echo Agent pid 50 killed; 16:40:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:40:08 + git semver [Pipeline] } 16:40:08 $ docker stop --time=1 d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 16:40:09 $ docker rm -f d3f46e211ab48dfdbfb297dda7b5a1cd6fe10ff99bb9de286d2b98b57709b417 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:40:10 Stashed 45 file(s) [Pipeline] echo 16:40:10 [edgeXSemver] initialized semver on version 0.0.37 [Pipeline] echo 16:40:10 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 16:40:26 Still waiting to schedule task 16:40:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:40:26 Still waiting to schedule task 16:40:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:42:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1577 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:42:07 Running in /w/workspace/go-mod-bootstrap/39 [Pipeline] { [Pipeline] checkout 16:42:13 using credential edgex-jenkins-ssh 16:42:13 Cloning the remote Git repository 16:42:13 Cloning with configured refspecs honoured and without tags 16:42:13 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:13 > git init /w/workspace/go-mod-bootstrap/39 # timeout=10 16:42:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:13 > git --version # timeout=10 16:42:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:42:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:14 Fetching without tags 16:42:14 Checking out Revision 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a (master) 16:42:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:42:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:14 > git config core.sparsecheckout # timeout=10 16:42:14 > git checkout -f 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 16:42:19 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 16:42:20 ========================================================= 16:42:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:42:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:42:21 + 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 . 16:42:22 Sending build context to Docker daemon 626.2kB 16:42:22 Step 1/8 : ARG BASE=golang:1.13-alpine 16:42:22 Step 2/8 : FROM ${BASE} 16:42:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:42:23 b538f80385f9: Pulling fs layer 16:42:23 74f711af9a0d: Pulling fs layer 16:42:23 99f96fe45779: Pulling fs layer 16:42:23 fd7a069fd194: Pulling fs layer 16:42:23 66aa3694b03b: Pulling fs layer 16:42:23 170f70906a0f: Pulling fs layer 16:42:23 ad7c5574e4b9: Pulling fs layer 16:42:23 e772456be8f7: Pulling fs layer 16:42:23 c890913d741a: Pulling fs layer 16:42:23 2480fcc9aa5a: Pulling fs layer 16:42:23 09adf4765672: Pulling fs layer 16:42:23 fd7a069fd194: Waiting 16:42:23 66aa3694b03b: Waiting 16:42:23 170f70906a0f: Waiting 16:42:23 ad7c5574e4b9: Waiting 16:42:23 e772456be8f7: Waiting 16:42:23 c890913d741a: Waiting 16:42:23 2480fcc9aa5a: Waiting 16:42:23 99f96fe45779: Verifying Checksum 16:42:23 99f96fe45779: Download complete 16:42:23 74f711af9a0d: Verifying Checksum 16:42:23 74f711af9a0d: Download complete 16:42:23 66aa3694b03b: Download complete 16:42:23 170f70906a0f: Verifying Checksum 16:42:23 170f70906a0f: Download complete 16:42:23 b538f80385f9: Verifying Checksum 16:42:23 b538f80385f9: Download complete 16:42:24 b538f80385f9: Pull complete 16:42:24 74f711af9a0d: Pull complete 16:42:25 99f96fe45779: Pull complete 16:42:26 ad7c5574e4b9: Verifying Checksum 16:42:26 ad7c5574e4b9: Download complete 16:42:26 c890913d741a: Download complete 16:42:28 e772456be8f7: Verifying Checksum 16:42:28 e772456be8f7: Download complete 16:42:28 fd7a069fd194: Verifying Checksum 16:42:28 fd7a069fd194: Download complete 16:42:28 09adf4765672: Verifying Checksum 16:42:28 09adf4765672: Download complete 16:42:29 2480fcc9aa5a: Verifying Checksum 16:42:29 2480fcc9aa5a: Download complete 16:42:37 Running on prd-centos7-docker-4c-2g-1578 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:42:37 Running in /w/workspace/go-mod-bootstrap/39 [Pipeline] { [Pipeline] checkout 16:42:40 using credential edgex-jenkins-ssh 16:42:40 Cloning the remote Git repository 16:42:40 Cloning with configured refspecs honoured and without tags 16:42:40 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:40 > git init /w/workspace/go-mod-bootstrap/39 # timeout=10 16:42:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:40 > git --version # timeout=10 16:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:41 fd7a069fd194: Pull complete 16:42:41 66aa3694b03b: Pull complete 16:42:41 170f70906a0f: Pull complete 16:42:41 Fetching without tags 16:42:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:42:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:42:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:42:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:42 Checking out Revision 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a (master) 16:42:42 > git config core.sparsecheckout # timeout=10 16:42:42 > git checkout -f 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 16:42:44 ad7c5574e4b9: Pull complete 16:42:45 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 16:42:46 ========================================================= 16:42:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:42:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:42:47 + 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 . 16:42:47 Sending build context to Docker daemon 626.2kB 16:42:47 Step 1/8 : ARG BASE=golang:1.13-alpine 16:42:47 Step 2/8 : FROM ${BASE} 16:42:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:42:47 df20fa9351a1: Pulling fs layer 16:42:47 ed8968b2872e: Pulling fs layer 16:42:47 a92cc7c5fd73: Pulling fs layer 16:42:47 2dd03ba5bac4: Pulling fs layer 16:42:47 1e091d79d1de: Pulling fs layer 16:42:47 481702a1767f: Pulling fs layer 16:42:47 f64a6f60c768: Pulling fs layer 16:42:47 e78d2573fc39: Pulling fs layer 16:42:47 e876d2f968b6: Pulling fs layer 16:42:47 ce8a83651883: Pulling fs layer 16:42:47 07967f4d0e4b: Pulling fs layer 16:42:47 e78d2573fc39: Waiting 16:42:47 2dd03ba5bac4: Waiting 16:42:47 1e091d79d1de: Waiting 16:42:47 481702a1767f: Waiting 16:42:47 f64a6f60c768: Waiting 16:42:47 e876d2f968b6: Waiting 16:42:47 ce8a83651883: Waiting 16:42:47 07967f4d0e4b: Waiting 16:42:47 a92cc7c5fd73: Verifying Checksum 16:42:47 a92cc7c5fd73: Download complete 16:42:47 ed8968b2872e: Verifying Checksum 16:42:47 ed8968b2872e: Download complete 16:42:47 1e091d79d1de: Verifying Checksum 16:42:47 1e091d79d1de: Download complete 16:42:47 481702a1767f: Verifying Checksum 16:42:47 481702a1767f: Download complete 16:42:47 df20fa9351a1: Verifying Checksum 16:42:47 df20fa9351a1: Pull complete 16:42:48 ed8968b2872e: Pull complete 16:42:48 e772456be8f7: Pull complete 16:42:48 c890913d741a: Pull complete 16:42:48 f64a6f60c768: Verifying Checksum 16:42:48 f64a6f60c768: Download complete 16:42:49 2dd03ba5bac4: Verifying Checksum 16:42:49 2dd03ba5bac4: Download complete 16:42:49 e78d2573fc39: Verifying Checksum 16:42:49 e78d2573fc39: Download complete 16:42:49 e876d2f968b6: Verifying Checksum 16:42:49 e876d2f968b6: Download complete 16:42:50 ce8a83651883: Download complete 16:42:50 07967f4d0e4b: Verifying Checksum 16:42:50 07967f4d0e4b: Download complete 16:42:50 a92cc7c5fd73: Pull complete 16:42:50 2480fcc9aa5a: Pull complete 16:42:51 09adf4765672: Pull complete 16:42:51 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:42:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:42:51 ---> 2248a725d1cf 16:42:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:42:56 ---> Running in 13816326fd06 16:42:56 Removing intermediate container 13816326fd06 16:42:56 ---> 412d9405df2d 16:42:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:56 ---> Running in d3c0e7c16c41 16:42:57 2dd03ba5bac4: Pull complete 16:42:57 1e091d79d1de: Pull complete 16:42:57 481702a1767f: Pull complete 16:42:59 Removing intermediate container d3c0e7c16c41 16:42:59 ---> 0078d8ef83c5 16:42:59 Step 5/8 : RUN apk add --update --no-cache git make 16:42:59 ---> Running in 347dd502e87e 16:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:01 f64a6f60c768: Pull complete 16:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:02 OK: 142 MiB in 39 packages 16:43:03 Removing intermediate container 347dd502e87e 16:43:03 ---> da091f0ec4c3 16:43:03 Step 6/8 : WORKDIR /build 16:43:03 ---> Running in 513a0525a40b 16:43:03 e78d2573fc39: Pull complete 16:43:03 e876d2f968b6: Pull complete 16:43:04 Removing intermediate container 513a0525a40b 16:43:04 ---> 330842b9300e 16:43:04 Step 7/8 : COPY go.mod . 16:43:04 ce8a83651883: Pull complete 16:43:04 ---> 5d652e18d2ca 16:43:04 Step 8/8 : RUN go mod download 16:43:04 07967f4d0e4b: Pull complete 16:43:04 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:43:04 ---> 5d7c900382c6 16:43:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:43:04 ---> Running in 1292404817e9 16:43:06 ---> Running in 85f205880a88 16:43:06 Removing intermediate container 85f205880a88 16:43:06 ---> 280ca35bfd99 16:43:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:06 ---> Running in 9ddad60956e6 16:43:07 go: finding github.com/BurntSushi/toml v0.3.1 16:43:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:43:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:43:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:43:07 go: finding github.com/bgentry/speakeasy v0.1.0 16:43:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:43:07 go: finding github.com/davecgh/go-spew v1.1.1 16:43:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:43:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 16:43:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:43:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:43:07 Removing intermediate container 9ddad60956e6 16:43:07 ---> 43af428c7292 16:43:07 Step 5/8 : RUN apk add --update --no-cache git make 16:43:07 ---> Running in 8a80c09e7a88 16:43:07 go: finding github.com/fatih/color v1.7.0 16:43:07 go: finding github.com/go-kit/kit v0.8.0 16:43:07 go: finding github.com/go-logfmt/logfmt v0.4.0 16:43:07 go: finding github.com/go-stack/stack v1.8.0 16:43:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:43:07 go: finding github.com/google/uuid v1.1.0 16:43:07 go: finding github.com/gorilla/mux v1.7.1 16:43:07 go: finding github.com/hashicorp/consul/api v1.1.0 16:43:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:43:07 go: finding github.com/hashicorp/errwrap v1.0.0 16:43:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:43:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:43:08 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:43:08 go: finding github.com/hashicorp/go-multierror v1.0.0 16:43:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:43:08 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:43:08 go: finding github.com/hashicorp/go-syslog v1.0.0 16:43:08 go: finding github.com/hashicorp/go-uuid v1.0.1 16:43:08 go: finding github.com/hashicorp/go.net v0.0.1 16:43:08 go: finding github.com/hashicorp/golang-lru v0.5.0 16:43:08 go: finding github.com/hashicorp/logutils v1.0.0 16:43:08 go: finding github.com/hashicorp/mdns v1.0.0 16:43:08 go: finding github.com/hashicorp/memberlist v0.1.3 16:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:08 go: finding github.com/hashicorp/serf v0.8.2 16:43:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:43:08 go: finding github.com/mattn/go-colorable v0.0.9 16:43:08 go: finding github.com/mattn/go-isatty v0.0.3 16:43:08 go: finding github.com/miekg/dns v1.0.14 16:43:08 go: finding github.com/mitchellh/cli v1.0.0 16:43:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:43:08 go: finding github.com/mitchellh/copystructure v1.0.0 16:43:08 go: finding github.com/mitchellh/go-homedir v1.0.0 16:43:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:43:08 go: finding github.com/mitchellh/gox v0.4.0 16:43:08 go: finding github.com/mitchellh/iochan v1.0.0 16:43:08 go: finding github.com/mitchellh/mapstructure v1.1.2 16:43:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:43:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:43:08 go: finding github.com/pelletier/go-toml v1.2.0 16:43:08 go: finding github.com/pkg/errors v0.8.1 16:43:08 go: finding github.com/pmezard/go-difflib v1.0.0 16:43:08 go: finding github.com/posener/complete v1.1.1 16:43:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:43:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:43:08 go: finding github.com/stretchr/objx v0.1.0 16:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:08 go: finding github.com/stretchr/testify v1.5.1 16:43:08 go: finding github.com/ugorji/go v1.1.4 16:43:08 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:43:08 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:43:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:43:08 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:43:08 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:43:08 go: finding gopkg.in/yaml.v2 v2.2.8 16:43:08 OK: 166 MiB in 39 packages 16:43:09 Removing intermediate container 8a80c09e7a88 16:43:09 ---> 488076355e6a 16:43:09 Step 6/8 : WORKDIR /build 16:43:09 ---> Running in 01d043ded49a 16:43:09 Removing intermediate container 01d043ded49a 16:43:09 ---> 1f7cffb8b927 16:43:09 Step 7/8 : COPY go.mod . 16:43:09 ---> 31bd52e4aa21 16:43:09 Step 8/8 : RUN go mod download 16:43:09 ---> Running in 8a6ca6d52021 16:43:11 go: finding github.com/BurntSushi/toml v0.3.1 16:43:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:43:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:43:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:43:11 go: finding github.com/bgentry/speakeasy v0.1.0 16:43:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:43:11 go: finding github.com/davecgh/go-spew v1.1.1 16:43:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:43:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 16:43:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:43:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:43:12 go: finding github.com/fatih/color v1.7.0 16:43:12 go: finding github.com/go-kit/kit v0.8.0 16:43:12 go: finding github.com/go-logfmt/logfmt v0.4.0 16:43:12 go: finding github.com/go-stack/stack v1.8.0 16:43:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:43:12 go: finding github.com/google/uuid v1.1.0 16:43:12 go: finding github.com/gorilla/mux v1.7.1 16:43:12 go: finding github.com/hashicorp/consul/api v1.1.0 16:43:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:43:12 go: finding github.com/hashicorp/errwrap v1.0.0 16:43:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:43:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:43:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:43:12 go: finding github.com/hashicorp/go-multierror v1.0.0 16:43:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:43:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:43:12 go: finding github.com/hashicorp/go-syslog v1.0.0 16:43:12 go: finding github.com/hashicorp/go-uuid v1.0.1 16:43:12 go: finding github.com/hashicorp/go.net v0.0.1 16:43:12 go: finding github.com/hashicorp/golang-lru v0.5.0 16:43:12 go: finding github.com/hashicorp/logutils v1.0.0 16:43:12 go: finding github.com/hashicorp/mdns v1.0.0 16:43:12 go: finding github.com/hashicorp/memberlist v0.1.3 16:43:12 go: finding github.com/hashicorp/serf v0.8.2 16:43:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:43:12 go: finding github.com/mattn/go-colorable v0.0.9 16:43:12 go: finding github.com/mattn/go-isatty v0.0.3 16:43:12 go: finding github.com/miekg/dns v1.0.14 16:43:12 go: finding github.com/mitchellh/cli v1.0.0 16:43:12 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:43:12 go: finding github.com/mitchellh/copystructure v1.0.0 16:43:12 go: finding github.com/mitchellh/go-homedir v1.0.0 16:43:12 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:43:12 go: finding github.com/mitchellh/gox v0.4.0 16:43:12 go: finding github.com/mitchellh/iochan v1.0.0 16:43:12 go: finding github.com/mitchellh/mapstructure v1.1.2 16:43:12 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:43:12 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:43:12 go: finding github.com/pelletier/go-toml v1.2.0 16:43:12 go: finding github.com/pkg/errors v0.8.1 16:43:12 go: finding github.com/pmezard/go-difflib v1.0.0 16:43:12 go: finding github.com/posener/complete v1.1.1 16:43:12 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:43:12 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:43:12 go: finding github.com/stretchr/objx v0.1.0 16:43:12 go: finding github.com/stretchr/testify v1.5.1 16:43:12 go: finding github.com/ugorji/go v1.1.4 16:43:12 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:43:12 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:43:12 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:43:13 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:43:13 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:43:13 go: finding gopkg.in/yaml.v2 v2.2.8 16:43:19 Removing intermediate container 1292404817e9 16:43:19 ---> 2bdb59e6a4aa 16:43:19 Successfully built 2bdb59e6a4aa 16:43:19 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) 16:43:19 Removing intermediate container 8a6ca6d52021 16:43:19 ---> 75e09ff9e11d 16:43:19 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] } 16:43:19 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 16:43:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:43:22 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:43:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:43:22 16:43:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:43:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:43:23 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:43:23 cbdbe7a5bc2a: Pulling fs layer 16:43:23 408f87550127: Pulling fs layer 16:43:23 fe522b08c979: Pulling fs layer 16:43:23 221eaa008020: Pulling fs layer 16:43:23 2a4607e5d6b9: Pulling fs layer 16:43:23 8f79b27c4fd2: Pulling fs layer 16:43:23 e5c8dbe1645b: Pulling fs layer 16:43:23 23e8b3b47431: Pulling fs layer 16:43:23 5c568d65a230: Pulling fs layer 16:43:23 8f79b27c4fd2: Waiting 16:43:23 e5c8dbe1645b: Waiting 16:43:23 221eaa008020: Waiting 16:43:23 23e8b3b47431: Waiting 16:43:23 5c568d65a230: Waiting 16:43:23 2a4607e5d6b9: Waiting 16:43:23 fe522b08c979: Verifying Checksum 16:43:23 fe522b08c979: Download complete 16:43:23 408f87550127: Download complete 16:43:23 2a4607e5d6b9: Verifying Checksum 16:43:23 2a4607e5d6b9: Download complete 16:43:23 8f79b27c4fd2: Download complete 16:43:23 cbdbe7a5bc2a: Download complete 16:43:23 cbdbe7a5bc2a: Pull complete 16:43:23 e5c8dbe1645b: Verifying Checksum 16:43:23 e5c8dbe1645b: Download complete 16:43:23 408f87550127: Pull complete 16:43:24 fe522b08c979: Pull complete 16:43:24 5c568d65a230: Verifying Checksum 16:43:24 5c568d65a230: Download complete 16:43:24 23e8b3b47431: Download complete 16:43:24 221eaa008020: Verifying Checksum 16:43:24 221eaa008020: Download complete 16:43:30 221eaa008020: Pull complete 16:43:30 2a4607e5d6b9: Pull complete 16:43:30 8f79b27c4fd2: Pull complete 16:43:32 e5c8dbe1645b: Pull complete 16:43:35 23e8b3b47431: Pull complete 16:43:36 5c568d65a230: Pull complete 16:43:36 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:43:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:43:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:43:36 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:43:36 $ 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 16:43:37 $ docker top 8354c396144ae301faec0811c20424b13b34d7c26d74ecfaed6b8ec5421c1082 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:38 + snyk monitor '--org=edgex-jenkins' 16:43:42 16:43:42 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 16:43:42 16:43:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b5bd585e-43e1-4a4c-b247-52b759d272b2 16:43:42 16:43:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:43:42 16:43:42 16:43:42 Snyk CLI supports Node.js 8 and higher. 16:43:42 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:43:42 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:43:42 16:43:42 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:43:42 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:43:42 $ docker stop --time=1 8354c396144ae301faec0811c20424b13b34d7c26d74ecfaed6b8ec5421c1082 16:43:44 $ 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 16:43:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:45 . [Pipeline] withDockerContainer 16:43:45 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:43:45 $ 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 16:43:46 $ docker top 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:46 [ssh-agent] Looking for ssh-agent implementation... 16:43:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:47 $ docker exec 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a ssh-agent 16:43:47 SSH_AUTH_SOCK=/tmp/ssh-eaTNyU7UfwUU/agent.12 16:43:47 SSH_AGENT_PID=17 16:43:47 Running ssh-add (command line suppressed) 16:43:47 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) 16:43:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:47 + git semver tag 16:43:47 # -> Open(): unable to determine branch for HEAD 16:43:47 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:43:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:43:47 # $SEMVER_REMOTE_NAME = origin 16:43:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:43:47 # $SEMVER_USER_NAME = edgex-jenkins 16:43:47 # $SEMVER_BRANCH = master 16:43:47 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:43:47 # 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a HEAD 16:43:47 # -> Force: false 16:43:47 # 9ff69a8f34be69277dc8c8f4ee65ecafda225c54 refs/tags/v0.0.37 [Pipeline] } 16:43:47 $ docker exec --env ******** --env ******** 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a ssh-agent -k 16:43:48 unset SSH_AUTH_SOCK; 16:43:48 unset SSH_AGENT_PID; 16:43:48 echo Agent pid 17 killed; 16:43:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:48 + git semver [Pipeline] } 16:43:48 $ docker stop --time=1 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a 16:43:49 $ docker rm -f 9f79609344f812ec085de52f884db4a3b86eeed6ee4bac1d270bbe4593f18e5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:43:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:43:50 16:43:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:43:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:43:50 0.23.1-centos7: Pulling from edgex-lftools 16:43:50 ab5ef0e58194: Pulling fs layer 16:43:50 9712f1f96733: Pulling fs layer 16:43:50 63f879dbbcfc: Pulling fs layer 16:43:50 0d9ebad4ef96: Pulling fs layer 16:43:50 e9a5061849ea: Pulling fs layer 16:43:50 d747dcd14b5f: Pulling fs layer 16:43:50 2de7ff778b66: Pulling fs layer 16:43:50 0d9ebad4ef96: Waiting 16:43:50 e9a5061849ea: Waiting 16:43:50 d747dcd14b5f: Waiting 16:43:50 2de7ff778b66: Waiting 16:43:50 9712f1f96733: Download complete 16:43:51 63f879dbbcfc: Verifying Checksum 16:43:51 63f879dbbcfc: Download complete 16:43:51 e9a5061849ea: Verifying Checksum 16:43:51 e9a5061849ea: Download complete 16:43:51 d747dcd14b5f: Verifying Checksum 16:43:51 d747dcd14b5f: Download complete 16:43:51 0d9ebad4ef96: Verifying Checksum 16:43:51 0d9ebad4ef96: Download complete 16:43:51 2de7ff778b66: Verifying Checksum 16:43:51 2de7ff778b66: Download complete 16:43:51 ab5ef0e58194: Verifying Checksum 16:43:51 ab5ef0e58194: Download complete 16:43:55 ab5ef0e58194: Pull complete 16:43:56 9712f1f96733: Pull complete 16:43:58 63f879dbbcfc: Pull complete 16:44:05 0d9ebad4ef96: Pull complete 16:44:06 e9a5061849ea: Pull complete 16:44:06 d747dcd14b5f: Pull complete 16:44:10 2de7ff778b66: Pull complete 16:44:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:44:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:44:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:44:10 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:44:10 $ 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 16:44:13 $ docker top 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:44:13 provisioning config files... 16:44:13 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5446993318319757697tmp 16:44:13 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3251476870248625806tmp 16:44:13 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5916189298040599779tmp [Pipeline] { [Pipeline] echo 16:44:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:44:14 ---> sigul-configuration.sh 16:44:14 gpg: directory `/root/.gnupg' created 16:44:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:44:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:44:14 gpg: keyring `/root/.gnupg/secring.gpg' created 16:44:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:44:14 gpg: CAST5 encrypted data 16:44:14 gpg: encrypted with 1 passphrase 16:44:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:44:14 + mkdir /home/jenkins 16:44:14 + mkdir /home/jenkins/sigul [Pipeline] sh 16:44:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:44:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:44:15 ---> sigul-install.sh 16:44:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:44:21 + git tag --list 16:44:21 v0.0.37 [Pipeline] sh 16:44:21 + lftools sign git-tag v0.0.37 16:44:22 Signing Git tag with Sigul... 16:44:22 Signing v0.0.37 [Pipeline] echo 16:44:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:44:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:44:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:44:24 $ docker stop --time=1 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d 16:44:26 $ docker rm -f 9fdd97ac00a8f33cb749a8a9079a6ea1485c1477765ea789b02d8287f3cd0e5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:44:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:44:26 . [Pipeline] withDockerContainer 16:44:26 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:44:26 $ 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 16:44:27 $ docker top 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:44:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:44:27 [ssh-agent] Looking for ssh-agent implementation... 16:44:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:44:28 $ docker exec 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a ssh-agent 16:44:28 SSH_AUTH_SOCK=/tmp/ssh-GA8AQ6pYoTEO/agent.11 16:44:28 SSH_AGENT_PID=16 16:44:28 Running ssh-add (command line suppressed) 16:44:28 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) 16:44:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:44:28 + git semver bump patch 16:44:28 # -> Open(): unable to determine branch for HEAD 16:44:28 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:44:28 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:44:28 # $SEMVER_REMOTE_NAME = origin 16:44:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:44:28 # $SEMVER_USER_NAME = edgex-jenkins 16:44:28 # $SEMVER_BRANCH = master 16:44:28 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:44:28 0.0.38 [Pipeline] } 16:44:28 $ docker exec --env ******** --env ******** 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a ssh-agent -k 16:44:28 unset SSH_AUTH_SOCK; 16:44:28 unset SSH_AGENT_PID; 16:44:28 echo Agent pid 16 killed; 16:44:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:44:29 + git semver [Pipeline] } 16:44:29 $ docker stop --time=1 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a 16:44:30 $ docker rm -f 0c07b6eeb812257e6c8720b5cef934729abf98d9f44b595024c4fbb47d46609a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:44:31 . [Pipeline] withDockerContainer 16:44:31 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:44:31 $ 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 16:44:32 $ docker top 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:44:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:44:32 [ssh-agent] Looking for ssh-agent implementation... 16:44:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:44:32 $ docker exec 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b ssh-agent 16:44:32 SSH_AUTH_SOCK=/tmp/ssh-w08NzpYHBn9l/agent.12 16:44:32 SSH_AGENT_PID=17 16:44:32 Running ssh-add (command line suppressed) 16:44:32 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) 16:44:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:44:33 + git semver push 16:44:33 # -> Open(): unable to determine branch for HEAD 16:44:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:44:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:44:33 # $SEMVER_REMOTE_NAME = origin 16:44:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:44:33 # $SEMVER_USER_NAME = edgex-jenkins 16:44:33 # $SEMVER_BRANCH = master 16:44:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:44:39 $ docker exec --env ******** --env ******** 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b ssh-agent -k 16:44:39 unset SSH_AUTH_SOCK; 16:44:39 unset SSH_AGENT_PID; 16:44:39 echo Agent pid 17 killed; 16:44:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:44:40 + git semver [Pipeline] } 16:44:40 $ docker stop --time=1 32315d5fb8063ec19adc535930085a9476926cf4fdb5e85902f1a9223b56f61b 16:44:41 $ 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 16:44:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:44:43 ---> package-listing.sh 16:44:43 ++ facter osfamily 16:44:43 ++ tr '[:upper:]' '[:lower:]' 16:44:43 + OS_FAMILY=redhat 16:44:43 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:44:43 + START_PACKAGES=/tmp/packages_start.txt 16:44:43 + END_PACKAGES=/tmp/packages_end.txt 16:44:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:44:43 + PACKAGES=/tmp/packages_start.txt 16:44:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:44:43 + PACKAGES=/tmp/packages_end.txt 16:44:43 + case "${OS_FAMILY}" in 16:44:43 + rpm -qa 16:44:43 + sort 16:44:47 + '[' -f /tmp/packages_start.txt ']' 16:44:47 + '[' -f /tmp/packages_end.txt ']' 16:44:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:44:47 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:44:47 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:44:47 + 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 16:44:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:48 16:44:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:44:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:48 alpine: Pulling from edgex-lftools-log-publisher 16:44:48 c9b1b535fdd9: Pulling fs layer 16:44:48 2cc5ad85d9ab: Pulling fs layer 16:44:48 756a868c4378: Pulling fs layer 16:44:48 444b2fc9a129: Pulling fs layer 16:44:48 ea15f1150254: Pulling fs layer 16:44:48 41b27a9f41bf: Pulling fs layer 16:44:48 28c525ee5125: Pulling fs layer 16:44:48 094b1ea09ed8: Pulling fs layer 16:44:48 138eaada9080: Pulling fs layer 16:44:48 0622d0fa9048: Pulling fs layer 16:44:48 41b27a9f41bf: Waiting 16:44:48 138eaada9080: Waiting 16:44:48 0622d0fa9048: Waiting 16:44:48 28c525ee5125: Waiting 16:44:48 094b1ea09ed8: Waiting 16:44:48 444b2fc9a129: Waiting 16:44:48 ea15f1150254: Waiting 16:44:48 2cc5ad85d9ab: Download complete 16:44:48 444b2fc9a129: Verifying Checksum 16:44:48 444b2fc9a129: Download complete 16:44:48 c9b1b535fdd9: Verifying Checksum 16:44:48 c9b1b535fdd9: Download complete 16:44:48 ea15f1150254: Verifying Checksum 16:44:48 ea15f1150254: Download complete 16:44:48 28c525ee5125: Verifying Checksum 16:44:48 28c525ee5125: Download complete 16:44:49 756a868c4378: Download complete 16:44:49 c9b1b535fdd9: Pull complete 16:44:49 138eaada9080: Verifying Checksum 16:44:49 138eaada9080: Download complete 16:44:49 0622d0fa9048: Verifying Checksum 16:44:49 0622d0fa9048: Download complete 16:44:49 094b1ea09ed8: Verifying Checksum 16:44:49 094b1ea09ed8: Download complete 16:44:49 2cc5ad85d9ab: Pull complete 16:44:49 41b27a9f41bf: Verifying Checksum 16:44:49 41b27a9f41bf: Download complete 16:44:51 756a868c4378: Pull complete 16:44:51 444b2fc9a129: Pull complete 16:44:51 ea15f1150254: Pull complete 16:44:54 41b27a9f41bf: Pull complete 16:44:54 28c525ee5125: Pull complete 16:44:56 094b1ea09ed8: Pull complete 16:44:57 138eaada9080: Pull complete 16:44:57 0622d0fa9048: Pull complete 16:44:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:44:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:44:57 prd-centos7-docker-4c-2g-1576 does not seem to be running inside a container 16:44:57 $ 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 16:45:00 $ docker top b8071ae0cfd65124792c91ff5360cf52128a5db195cac58bd69f4310bfe692c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:45:00 provisioning config files... 16:45:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8345956588472233307tmp [Pipeline] { [Pipeline] echo 16:45:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:45:01 ---> create-netrc.sh [Pipeline] echo 16:45:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:45:01 ---> logs-deploy.sh 16:45:01 + ARCHIVE_ARTIFACTS= 16:45:01 + LOGS_SERVER=https://logs.edgexfoundry.org 16:45:01 + '[' https://logs.edgexfoundry.org == None ']' 16:45:01 + NEXUS_URL=https://nexus.edgexfoundry.org 16:45:01 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/39 16:45:01 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/39/ 16:45:01 + 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 16:45:02 Archives upload complete. 16:45:02 + 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/