Pull request #84 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of charles-knox-intel for edgexfoundry/go-mod-bootstrap Loading trusted files from base branch master at 4797aad57e7c6cfe306703c550a125a3a1cab149 rather than 90920f22e5d0363915e2366c4625eb4eecf48eb1 Obtained Jenkinsfile from 4797aad57e7c6cfe306703c550a125a3a1cab149 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 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 SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-234 in /w/workspace/exfoundry_go-mod-bootstrap_PR-84 [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/exfoundry_go-mod-bootstrap_PR-84 # 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/pull/84/head:refs/remotes/origin/PR-84 +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/pull/84/head:refs/remotes/origin/PR-84 # 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/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4797aad57e7c6cfe306703c550a125a3a1cab149 into PR head commit 90920f22e5d0363915e2366c4625eb4eecf48eb1 Merge succeeded, producing 90920f22e5d0363915e2366c4625eb4eecf48eb1 Checking out Revision 90920f22e5d0363915e2366c4625eb4eecf48eb1 (PR-84) > git config core.sparsecheckout # timeout=10 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 Commit message: "fix: configurable ip address for ListenAndServe, fixes #83" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:59:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:59:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:59:46 ========================================================= 21:59:46 EdgeX Global Pipelines Version Info 21:59:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:59:48 ------------------- 21:59:48 stable info: 21:59:48 ------------------- 21:59:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:59:48 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:59:48 Message: update stable to v1.0.89 21:59:48 ------------------- 21:59:48 experimental info: 21:59:48 ------------------- 21:59:48 Commited By: **** collab-it+edgex@linuxfoundation.org 21:59:48 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 21:59:48 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:59:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:50 21:59:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:59:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:51 latest: Pulling from edgex-devops/git-semver 21:59:51 9123ac7c32f7: Pulling fs layer 21:59:51 b8cc5d1170e3: Pulling fs layer 21:59:51 2924cbbf6a41: Pulling fs layer 21:59:51 93b08a4f1073: Pulling fs layer 21:59:51 93b08a4f1073: Waiting 21:59:51 b8cc5d1170e3: Verifying Checksum 21:59:51 b8cc5d1170e3: Download complete 21:59:51 9123ac7c32f7: Verifying Checksum 21:59:51 9123ac7c32f7: Download complete 21:59:51 93b08a4f1073: Verifying Checksum 21:59:51 93b08a4f1073: Download complete 21:59:51 2924cbbf6a41: Verifying Checksum 21:59:51 2924cbbf6a41: Download complete 21:59:51 9123ac7c32f7: Pull complete 21:59:51 b8cc5d1170e3: Pull complete 21:59:52 2924cbbf6a41: Pull complete 21:59:52 93b08a4f1073: Pull complete 21:59:52 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:59:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:59:52 prd-centos7-docker-4c-2g-234 does not seem to be running inside a container 21:59:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-bootstrap_PR-84 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-84:/w/workspace/exfoundry_go-mod-bootstrap_PR-84:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:59:54 $ docker top cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:59:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:55 [ssh-agent] Looking for ssh-agent implementation... 21:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:55 $ docker exec cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb ssh-agent 21:59:55 SSH_AUTH_SOCK=/tmp/ssh-Uqyj5s9h77Oo/agent.11 21:59:55 SSH_AGENT_PID=16 21:59:55 Running ssh-add (command line suppressed) 21:59:55 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/private_key_134394332579642111.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/private_key_134394332579642111.key) 21:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:56 + git describe --exact-match --tags HEAD 21:59:56 fatal: No names found, cannot describe anything. [Pipeline] } 21:59:56 $ docker exec --env ******** --env ******** cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb ssh-agent -k 21:59:56 unset SSH_AUTH_SOCK; 21:59:56 unset SSH_AGENT_PID; 21:59:56 echo Agent pid 16 killed; 21:59:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:59:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:59:56 This usually means this commit has not been tagged. [Pipeline] sshagent 21:59:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:56 [ssh-agent] Looking for ssh-agent implementation... 21:59:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:56 $ docker exec cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb ssh-agent 21:59:56 SSH_AUTH_SOCK=/tmp/ssh-DcM1pSPrHinP/agent.44 21:59:56 SSH_AGENT_PID=49 21:59:56 Running ssh-add (command line suppressed) 21:59:56 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/private_key_491131080148142287.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/private_key_491131080148142287.key) 21:59:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:57 + git semver init 21:59:57 # -> Open(): unable to determine branch for HEAD 21:59:57 # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-84/.git 21:59:57 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-84 21:59:57 # $SEMVER_REMOTE_NAME = origin 21:59:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:59:57 # $SEMVER_USER_NAME = edgex-jenkins 21:59:57 # $SEMVER_BRANCH = PR-84 21:59:57 # $SEMVER_TEMP = /tmp/semver-284899685 21:59:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 21:59:57 # '/tmp/semver-284899685' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-84/.semver' 21:59:57 # -> Force: false 21:59:57 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-84/.semver [Pipeline] } 21:59:57 $ docker exec --env ******** --env ******** cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb ssh-agent -k 21:59:57 unset SSH_AUTH_SOCK; 21:59:57 unset SSH_AGENT_PID; 21:59:57 echo Agent pid 49 killed; 21:59:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:59:58 + git semver [Pipeline] } 21:59:58 $ docker stop --time=1 cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb 21:59:59 $ docker rm -f cad9f5c943a694279628b2f7b5815fd5d2fead64321c9953dadc674d413cffcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:00:00 Stashed 48 file(s) [Pipeline] echo 22:00:00 [edgeXSemver] initialized semver on version 0.0.0 [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 22:00:15 Still waiting to schedule task 22:00:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:00:15 Still waiting to schedule task 22:00:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 22:01:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-235 in /w/workspace/exfoundry_go-mod-bootstrap_PR-84 [Pipeline] { [Pipeline] ws 22:01:55 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 22:01:56 Running on prd-centos7-docker-4c-2g-236 in /w/workspace/exfoundry_go-mod-bootstrap_PR-84 [Pipeline] { [Pipeline] ws 22:01:56 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 22:01:58 using credential edgex-jenkins-ssh 22:01:58 Cloning the remote Git repository 22:01:58 Cloning with configured refspecs honoured and without tags 22:01:58 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:01:58 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 22:01:59 Fetching without tags 22:01:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:01:58 > git --version # timeout=10 22:01:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:01:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:01:59 > git config --add remote.origin.fetch +refs/pull/84/head:refs/remotes/origin/PR-84 # timeout=10 22:01:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:01:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:01:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:01:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:01:59 Merging remotes/origin/master commit 4797aad57e7c6cfe306703c550a125a3a1cab149 into PR head commit 90920f22e5d0363915e2366c4625eb4eecf48eb1 22:01:59 Merge succeeded, producing 90920f22e5d0363915e2366c4625eb4eecf48eb1 22:01:59 Checking out Revision 90920f22e5d0363915e2366c4625eb4eecf48eb1 (PR-84) 22:02:00 using credential edgex-jenkins-ssh 22:01:59 > git config core.sparsecheckout # timeout=10 22:01:59 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 22:01:59 > git remote # timeout=10 22:01:59 > git config --get remote.origin.url # timeout=10 22:01:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:59 > git merge 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 22:01:59 > git rev-parse HEAD^{commit} # timeout=10 22:01:59 > git config core.sparsecheckout # timeout=10 22:01:59 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 22:02:00 Cloning the remote Git repository 22:02:00 Cloning with configured refspecs honoured and without tags 22:02:01 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:02:01 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 22:02:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:02:01 > git --version # timeout=10 22:02:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:02:02 Fetching without tags 22:02:03 Merging remotes/origin/master commit 4797aad57e7c6cfe306703c550a125a3a1cab149 into PR head commit 90920f22e5d0363915e2366c4625eb4eecf48eb1 22:02:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:02:02 > git config --add remote.origin.fetch +refs/pull/84/head:refs/remotes/origin/PR-84 # timeout=10 22:02:02 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:02:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:02:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:02:02 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:02:03 > git config core.sparsecheckout # timeout=10 22:02:03 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 22:02:03 > git remote # timeout=10 22:02:03 > git config --get remote.origin.url # timeout=10 22:02:03 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:03 > git merge 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 22:02:03 Merge succeeded, producing 90920f22e5d0363915e2366c4625eb4eecf48eb1 22:02:03 Checking out Revision 90920f22e5d0363915e2366c4625eb4eecf48eb1 (PR-84) 22:02:03 Commit message: "fix: configurable ip address for ListenAndServe, fixes #83" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:02:04 ========================================================= 22:02:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:02:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:02:03 > git rev-parse HEAD^{commit} # timeout=10 22:02:03 > git config core.sparsecheckout # timeout=10 22:02:03 > git checkout -f 90920f22e5d0363915e2366c4625eb4eecf48eb1 # timeout=10 22:02:05 + 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 . 22:02:05 Sending build context to Docker daemon 609.8kB 22:02:05 Step 1/8 : ARG BASE=golang:1.13-alpine 22:02:05 Step 2/8 : FROM ${BASE} 22:02:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:02:05 e6b0cf9c0882: Pulling fs layer 22:02:05 2848faf0eed1: Pulling fs layer 22:02:05 0f37312ad70f: Pulling fs layer 22:02:05 5788d62ee057: Pulling fs layer 22:02:05 0e6b1d234666: Pulling fs layer 22:02:05 bf5d7aec512f: Pulling fs layer 22:02:05 34c802a77dc8: Pulling fs layer 22:02:05 9eb99e56ec68: Pulling fs layer 22:02:05 27c7a5d97fbd: Pulling fs layer 22:02:05 5c102a31e300: Pulling fs layer 22:02:05 dcfb455df0a1: Pulling fs layer 22:02:05 5788d62ee057: Waiting 22:02:05 0e6b1d234666: Waiting 22:02:05 bf5d7aec512f: Waiting 22:02:05 34c802a77dc8: Waiting 22:02:05 9eb99e56ec68: Waiting 22:02:05 27c7a5d97fbd: Waiting 22:02:05 5c102a31e300: Waiting 22:02:05 dcfb455df0a1: Waiting 22:02:05 0f37312ad70f: Verifying Checksum 22:02:05 0f37312ad70f: Download complete 22:02:05 2848faf0eed1: Verifying Checksum 22:02:05 2848faf0eed1: Download complete 22:02:05 0e6b1d234666: Verifying Checksum 22:02:05 0e6b1d234666: Download complete 22:02:05 bf5d7aec512f: Verifying Checksum 22:02:05 bf5d7aec512f: Download complete 22:02:05 e6b0cf9c0882: Verifying Checksum 22:02:05 e6b0cf9c0882: Download complete 22:02:06 34c802a77dc8: Verifying Checksum 22:02:06 34c802a77dc8: Download complete 22:02:06 27c7a5d97fbd: Verifying Checksum 22:02:06 27c7a5d97fbd: Download complete 22:02:07 5c102a31e300: Verifying Checksum 22:02:07 5c102a31e300: Download complete 22:02:07 9eb99e56ec68: Verifying Checksum 22:02:07 9eb99e56ec68: Download complete 22:02:07 5788d62ee057: Verifying Checksum 22:02:07 5788d62ee057: Download complete 22:02:07 dcfb455df0a1: Verifying Checksum 22:02:07 dcfb455df0a1: Download complete 22:02:07 Commit message: "fix: configurable ip address for ListenAndServe, fixes #83" 22:02:08 e6b0cf9c0882: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 22:02:08 2848faf0eed1: Pull complete [Pipeline] script [Pipeline] { [Pipeline] unstash 22:02:08 0f37312ad70f: Pull complete [Pipeline] echo 22:02:08 ========================================================= 22:02:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:02:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:02:09 + 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 . 22:02:10 Sending build context to Docker daemon 609.8kB 22:02:10 Step 1/8 : ARG BASE=golang:1.13-alpine 22:02:10 Step 2/8 : FROM ${BASE} 22:02:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:02:11 cde5963f3b93: Pulling fs layer 22:02:11 2a23fa8c16f7: Pulling fs layer 22:02:11 777b28850792: Pulling fs layer 22:02:11 8a11ddd9e578: Pulling fs layer 22:02:11 4cf88f913ddb: Pulling fs layer 22:02:11 1df406cf5192: Pulling fs layer 22:02:11 cd6300453558: Pulling fs layer 22:02:11 b9c365052c96: Pulling fs layer 22:02:11 a2d8cc88f415: Pulling fs layer 22:02:11 ea1d1ca13537: Pulling fs layer 22:02:11 3750a50a1c5e: Pulling fs layer 22:02:11 8a11ddd9e578: Waiting 22:02:11 4cf88f913ddb: Waiting 22:02:11 1df406cf5192: Waiting 22:02:11 cd6300453558: Waiting 22:02:11 b9c365052c96: Waiting 22:02:11 a2d8cc88f415: Waiting 22:02:11 ea1d1ca13537: Waiting 22:02:11 3750a50a1c5e: Waiting 22:02:11 777b28850792: Verifying Checksum 22:02:11 777b28850792: Download complete 22:02:11 2a23fa8c16f7: Verifying Checksum 22:02:11 2a23fa8c16f7: Download complete 22:02:11 cde5963f3b93: Verifying Checksum 22:02:11 1df406cf5192: Verifying Checksum 22:02:11 1df406cf5192: Download complete 22:02:11 4cf88f913ddb: Download complete 22:02:12 cde5963f3b93: Pull complete 22:02:12 2a23fa8c16f7: Pull complete 22:02:13 777b28850792: Pull complete 22:02:13 cd6300453558: Verifying Checksum 22:02:13 cd6300453558: Download complete 22:02:13 a2d8cc88f415: Download complete 22:02:15 5788d62ee057: Pull complete 22:02:15 0e6b1d234666: Pull complete 22:02:15 bf5d7aec512f: Pull complete 22:02:15 b9c365052c96: Verifying Checksum 22:02:15 b9c365052c96: Download complete 22:02:15 ea1d1ca13537: Verifying Checksum 22:02:15 ea1d1ca13537: Download complete 22:02:15 3750a50a1c5e: Download complete 22:02:16 8a11ddd9e578: Verifying Checksum 22:02:16 8a11ddd9e578: Download complete 22:02:19 34c802a77dc8: Pull complete 22:02:22 9eb99e56ec68: Pull complete 22:02:22 27c7a5d97fbd: Pull complete 22:02:23 5c102a31e300: Pull complete 22:02:23 dcfb455df0a1: Pull complete 22:02:23 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 22:02:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:02:23 ---> 7c70fe431013 22:02:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:02:25 ---> Running in e71be30099d8 22:02:25 Removing intermediate container e71be30099d8 22:02:25 ---> 48389e68e68f 22:02:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:25 ---> Running in 680b05b6a177 22:02:26 Removing intermediate container 680b05b6a177 22:02:26 ---> 765148102e7c 22:02:26 Step 5/8 : RUN apk add --update --no-cache git make 22:02:26 ---> Running in d4e94b65d0fa 22:02:26 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 22:02:27 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 22:02:28 8a11ddd9e578: Pull complete 22:02:28 4cf88f913ddb: Pull complete 22:02:28 1df406cf5192: Pull complete 22:02:29 OK: 143 MiB in 39 packages 22:02:29 Removing intermediate container d4e94b65d0fa 22:02:29 ---> bf0cafa3edbe 22:02:29 Step 6/8 : WORKDIR /build 22:02:29 ---> Running in 99134e556c9e 22:02:29 Removing intermediate container 99134e556c9e 22:02:29 ---> 689364b770b2 22:02:29 Step 7/8 : COPY go.mod . 22:02:29 ---> ac713790cff9 22:02:29 Step 8/8 : RUN go mod download 22:02:30 ---> Running in 21739d9a422c 22:02:31 go: finding github.com/BurntSushi/toml v0.3.1 22:02:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:02:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:02:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:02:31 go: finding github.com/bgentry/speakeasy v0.1.0 22:02:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:02:31 go: finding github.com/davecgh/go-spew v1.1.1 22:02:31 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:02:31 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 22:02:31 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 22:02:31 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:02:31 go: finding github.com/fatih/color v1.7.0 22:02:31 go: finding github.com/go-kit/kit v0.8.0 22:02:31 go: finding github.com/go-logfmt/logfmt v0.4.0 22:02:31 go: finding github.com/go-stack/stack v1.8.0 22:02:31 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:02:31 go: finding github.com/google/uuid v1.1.0 22:02:31 go: finding github.com/gorilla/mux v1.7.1 22:02:31 go: finding github.com/hashicorp/consul/api v1.1.0 22:02:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:02:31 go: finding github.com/hashicorp/errwrap v1.0.0 22:02:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:02:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:02:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:02:31 go: finding github.com/hashicorp/go-multierror v1.0.0 22:02:32 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:02:32 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:02:32 go: finding github.com/hashicorp/go-syslog v1.0.0 22:02:32 go: finding github.com/hashicorp/go-uuid v1.0.1 22:02:32 go: finding github.com/hashicorp/go.net v0.0.1 22:02:32 go: finding github.com/hashicorp/golang-lru v0.5.0 22:02:32 go: finding github.com/hashicorp/logutils v1.0.0 22:02:32 go: finding github.com/hashicorp/mdns v1.0.0 22:02:32 go: finding github.com/hashicorp/memberlist v0.1.3 22:02:32 go: finding github.com/hashicorp/serf v0.8.2 22:02:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:02:32 go: finding github.com/mattn/go-colorable v0.0.9 22:02:32 go: finding github.com/mattn/go-isatty v0.0.3 22:02:32 go: finding github.com/miekg/dns v1.0.14 22:02:32 go: finding github.com/mitchellh/cli v1.0.0 22:02:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:02:32 go: finding github.com/mitchellh/copystructure v1.0.0 22:02:32 go: finding github.com/mitchellh/go-homedir v1.0.0 22:02:32 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:02:32 go: finding github.com/mitchellh/gox v0.4.0 22:02:32 go: finding github.com/mitchellh/iochan v1.0.0 22:02:32 go: finding github.com/mitchellh/mapstructure v1.1.2 22:02:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:02:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:02:32 go: finding github.com/pelletier/go-toml v1.2.0 22:02:32 go: finding github.com/pkg/errors v0.8.1 22:02:32 go: finding github.com/pmezard/go-difflib v1.0.0 22:02:32 go: finding github.com/posener/complete v1.1.1 22:02:32 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:02:32 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:02:32 go: finding github.com/stretchr/objx v0.1.0 22:02:32 go: finding github.com/stretchr/testify v1.5.1 22:02:32 go: finding github.com/ugorji/go v1.1.4 22:02:32 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 22:02:32 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 22:02:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:02:32 cd6300453558: Pull complete 22:02:32 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 22:02:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:02:32 go: finding gopkg.in/yaml.v2 v2.2.8 22:02:37 b9c365052c96: Pull complete 22:02:37 a2d8cc88f415: Pull complete 22:02:39 ea1d1ca13537: Pull complete 22:02:39 Removing intermediate container 21739d9a422c 22:02:39 ---> be4ca41a36d2 22:02:39 3750a50a1c5e: Pull complete 22:02:39 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 22:02:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:02:39 ---> 78745c68409d 22:02:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:02:39 Successfully built be4ca41a36d2 22:02:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:02:40 + docker inspect -f . ci-base-image-x86_64 22:02:40 . [Pipeline] withDockerContainer 22:02:40 prd-centos7-docker-4c-2g-236 does not seem to be running inside a container 22:02:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 ******** ci-base-image-x86_64 cat 22:02:41 $ docker top 835d60292cfcfd5400b34cc1fff7844d2a35016c3abb6222a687c3c91d5234c5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:02:42 + go version 22:02:42 go version go1.13.5 linux/amd64 [Pipeline] sh 22:02:42 + make test 22:02:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:02:45 ---> Running in 1ba5bd66f432 22:02:45 Removing intermediate container 1ba5bd66f432 22:02:45 ---> 8b5ab75029b9 22:02:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:45 ---> Running in 688b84139e7f 22:02:47 Removing intermediate container 688b84139e7f 22:02:47 ---> c4f2f486d9f4 22:02:47 Step 5/8 : RUN apk add --update --no-cache git make 22:02:47 ---> Running in b214fe4d1314 22:02:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 22:02:50 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 22:02:51 OK: 125 MiB in 39 packages 22:02:52 Removing intermediate container b214fe4d1314 22:02:52 ---> 81fc39cec150 22:02:52 Step 6/8 : WORKDIR /build 22:02:52 ---> Running in c0a8767257aa 22:02:53 Removing intermediate container c0a8767257aa 22:02:53 ---> 53a2656de1b1 22:02:53 Step 7/8 : COPY go.mod . 22:02:54 ---> 91fc5c0cfe35 22:02:54 Step 8/8 : RUN go mod download 22:02:54 ---> Running in 19e151fb4814 22:02:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 22:02:56 go: finding github.com/BurntSushi/toml v0.3.1 22:02:56 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:02:56 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:02:56 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:02:56 go: finding github.com/bgentry/speakeasy v0.1.0 22:02:56 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:02:56 go: finding github.com/davecgh/go-spew v1.1.1 22:02:56 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:02:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 22:02:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 22:02:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:02:56 go: finding github.com/fatih/color v1.7.0 22:02:56 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.010s coverage: 50.4% of statements 22:02:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 22:02:56 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.048s coverage: 84.2% of statements 22:02:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 22:02:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 22:02:56 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 22:02:56 go: finding github.com/go-kit/kit v0.8.0 22:02:56 go: finding github.com/go-logfmt/logfmt v0.4.0 22:02:56 go: finding github.com/go-stack/stack v1.8.0 22:02:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:02:56 go: finding github.com/google/uuid v1.1.0 22:02:56 go: finding github.com/gorilla/mux v1.7.1 22:02:56 go: finding github.com/hashicorp/consul/api v1.1.0 22:02:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:02:56 go: finding github.com/hashicorp/errwrap v1.0.0 22:02:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:02:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:02:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:02:57 go: finding github.com/hashicorp/go-multierror v1.0.0 22:02:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:02:57 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:02:57 go: finding github.com/hashicorp/go-syslog v1.0.0 22:02:57 go: finding github.com/hashicorp/go-uuid v1.0.1 22:02:57 go: finding github.com/hashicorp/go.net v0.0.1 22:02:57 go: finding github.com/hashicorp/golang-lru v0.5.0 22:02:57 go: finding github.com/hashicorp/logutils v1.0.0 22:02:57 go: finding github.com/hashicorp/mdns v1.0.0 22:02:57 go: finding github.com/hashicorp/memberlist v0.1.3 22:02:57 go: finding github.com/hashicorp/serf v0.8.2 22:02:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:02:57 go: finding github.com/mattn/go-colorable v0.0.9 22:02:57 go: finding github.com/mattn/go-isatty v0.0.3 22:02:57 go: finding github.com/miekg/dns v1.0.14 22:02:57 go: finding github.com/mitchellh/cli v1.0.0 22:02:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:02:57 go: finding github.com/mitchellh/copystructure v1.0.0 22:02:57 go: finding github.com/mitchellh/go-homedir v1.0.0 22:02:57 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:02:57 go: finding github.com/mitchellh/gox v0.4.0 22:02:57 go: finding github.com/mitchellh/iochan v1.0.0 22:02:57 go: finding github.com/mitchellh/mapstructure v1.1.2 22:02:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:02:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:02:57 go: finding github.com/pelletier/go-toml v1.2.0 22:02:57 go: finding github.com/pkg/errors v0.8.1 22:02:57 go: finding github.com/pmezard/go-difflib v1.0.0 22:02:57 go: finding github.com/posener/complete v1.1.1 22:02:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:02:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:02:58 go: finding github.com/stretchr/objx v0.1.0 22:02:58 go: finding github.com/stretchr/testify v1.5.1 22:02:58 go: finding github.com/ugorji/go v1.1.4 22:02:58 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 22:02:58 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 22:02:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:02:58 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 22:02:58 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:02:58 go: finding gopkg.in/yaml.v2 v2.2.8 22:03:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.017s coverage: 100.0% of statements 22:03:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 22:03:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 22:03:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 22:03:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.007s coverage: 48.9% of statements 22:03:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 22:03:05 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 22:03:05 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.036s coverage: 91.3% of statements 22:03:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:03:06 gofmt -l . 22:03:06 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:03:06 Stashed 1 file(s) [Pipeline] } 22:03:06 $ docker stop --time=1 835d60292cfcfd5400b34cc1fff7844d2a35016c3abb6222a687c3c91d5234c5 22:03:07 $ docker rm -f 835d60292cfcfd5400b34cc1fff7844d2a35016c3abb6222a687c3c91d5234c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 22:03:08 Removing intermediate container 19e151fb4814 22:03:08 ---> fc88cd36ac62 22:03:08 Successfully built fc88cd36ac62 22:03:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] stage [Pipeline] { (Build) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 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] } 22:03:09 + docker inspect -f . ci-base-image-arm64 22:03:09 . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 22:03:09 prd-ubuntu18.04-docker-arm64-4c-16g-235 does not seem to be running inside a container 22:03:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 ******** ci-base-image-arm64 cat 22:03:11 $ docker top e0123bc8c271fc176365998fa5d0b7fbf88b272ba357ea4c87e3d49e001b772c -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:03:12 + go version 22:03:12 go version go1.13.5 linux/arm64 [Pipeline] sh 22:03:13 + make test 22:03:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 22:04:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.041s coverage: 50.4% of statements 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 22:04:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.038s coverage: 84.2% of statements 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 22:04:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.056s coverage: 100.0% of statements 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 22:04:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.066s coverage: 48.9% of statements 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 22:04:00 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 22:04:00 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.025s coverage: 91.3% of statements 22:04:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:04:08 gofmt -l . 22:04:08 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:04:08 Warning: overwriting stash ‘coverage-report’ 22:04:08 Stashed 1 file(s) [Pipeline] } 22:04:08 $ docker stop --time=1 e0123bc8c271fc176365998fa5d0b7fbf88b272ba357ea4c87e3d49e001b772c 22:04:10 $ docker rm -f e0123bc8c271fc176365998fa5d0b7fbf88b272ba357ea4c87e3d49e001b772c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap 22:04:12 provisioning config files... 22:04:13 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/config3276606225809964777tmp [Pipeline] { [Pipeline] sh 22:04:13 + curl -s https://codecov.io/bash 22:04:13 + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/config3276606225809964777tmp [Pipeline] } 22:04:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" 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 22:04:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:04:15 ---> package-listing.sh 22:04:15 ++ facter osfamily 22:04:15 ++ tr '[:upper:]' '[:lower:]' 22:04:15 + OS_FAMILY=redhat 22:04:15 + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-84 22:04:15 + START_PACKAGES=/tmp/packages_start.txt 22:04:15 + END_PACKAGES=/tmp/packages_end.txt 22:04:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:04:15 + PACKAGES=/tmp/packages_start.txt 22:04:15 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-84 ']' 22:04:15 + PACKAGES=/tmp/packages_end.txt 22:04:15 + case "${OS_FAMILY}" in 22:04:15 + rpm -qa 22:04:15 + sort 22:04:19 + '[' -f /tmp/packages_start.txt ']' 22:04:19 + '[' -f /tmp/packages_end.txt ']' 22:04:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:04:19 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-84 ']' 22:04:19 + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-84/archives/ 22:04:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-bootstrap_PR-84/archives/ [Pipeline] isUnix [Pipeline] sh 22:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:20 22:04:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:04:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:20 alpine: Pulling from edgex-lftools-log-publisher 22:04:20 c9b1b535fdd9: Pulling fs layer 22:04:20 2cc5ad85d9ab: Pulling fs layer 22:04:20 756a868c4378: Pulling fs layer 22:04:20 444b2fc9a129: Pulling fs layer 22:04:20 ea15f1150254: Pulling fs layer 22:04:20 41b27a9f41bf: Pulling fs layer 22:04:20 28c525ee5125: Pulling fs layer 22:04:20 094b1ea09ed8: Pulling fs layer 22:04:20 138eaada9080: Pulling fs layer 22:04:20 0622d0fa9048: Pulling fs layer 22:04:20 444b2fc9a129: Waiting 22:04:20 ea15f1150254: Waiting 22:04:20 41b27a9f41bf: Waiting 22:04:20 28c525ee5125: Waiting 22:04:20 094b1ea09ed8: Waiting 22:04:20 138eaada9080: Waiting 22:04:20 0622d0fa9048: Waiting 22:04:20 2cc5ad85d9ab: Download complete 22:04:20 444b2fc9a129: Verifying Checksum 22:04:20 444b2fc9a129: Download complete 22:04:20 c9b1b535fdd9: Verifying Checksum 22:04:20 c9b1b535fdd9: Download complete 22:04:20 ea15f1150254: Verifying Checksum 22:04:20 ea15f1150254: Download complete 22:04:20 28c525ee5125: Verifying Checksum 22:04:20 28c525ee5125: Download complete 22:04:21 756a868c4378: Verifying Checksum 22:04:21 756a868c4378: Download complete 22:04:21 c9b1b535fdd9: Pull complete 22:04:21 138eaada9080: Verifying Checksum 22:04:21 138eaada9080: Download complete 22:04:21 0622d0fa9048: Verifying Checksum 22:04:21 0622d0fa9048: Download complete 22:04:21 094b1ea09ed8: Verifying Checksum 22:04:21 094b1ea09ed8: Download complete 22:04:21 2cc5ad85d9ab: Pull complete 22:04:21 41b27a9f41bf: Verifying Checksum 22:04:21 41b27a9f41bf: Download complete 22:04:22 756a868c4378: Pull complete 22:04:23 444b2fc9a129: Pull complete 22:04:23 ea15f1150254: Pull complete 22:04:27 41b27a9f41bf: Pull complete 22:04:27 28c525ee5125: Pull complete 22:04:30 094b1ea09ed8: Pull complete 22:04:30 138eaada9080: Pull complete 22:04:31 0622d0fa9048: Pull complete 22:04:31 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:04:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:04:31 prd-centos7-docker-4c-2g-234 does not seem to be running inside a container 22:04:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-bootstrap_PR-84 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-84:/w/workspace/exfoundry_go-mod-bootstrap_PR-84:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-84@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:10003/edgex-lftools-log-publisher:alpine cat 22:04:34 $ docker top 296c816777686cc2e9d4efcd4803d6ed1c23099b1161984f72966da2e26b2cf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:04:34 provisioning config files... 22:04:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-84@tmp/config5712795405018132742tmp [Pipeline] { [Pipeline] echo 22:04:34 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:04:34 ---> create-netrc.sh [Pipeline] echo 22:04:34 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:04:34 ---> logs-deploy.sh 22:04:34 + ARCHIVE_ARTIFACTS= 22:04:34 + LOGS_SERVER=https://logs.edgexfoundry.org 22:04:34 + '[' https://logs.edgexfoundry.org == None ']' 22:04:34 + NEXUS_URL=https://nexus.edgexfoundry.org 22:04:34 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-84/3 22:04:34 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/PR-84/3/ 22:04:34 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-84/3 /w/workspace/exfoundry_go-mod-bootstrap_PR-84 22:04:36 Archives upload complete. 22:04:36 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-84/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/PR-84/3/