Pull request #86 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 lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from bdaf089e011809656c69d4eb2d53fd707bdb2700+39a3e63c7cfe59864ec1c67530e80d43079dc213 (d98223250668b2403e186f022464d16dafea5e4f) 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-846 in /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/exfoundry_go-mod-bootstrap_PR-86 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 Fetching without tags Merging remotes/origin/master commit 39a3e63c7cfe59864ec1c67530e80d43079dc213 into PR head commit bdaf089e011809656c69d4eb2d53fd707bdb2700 Merge succeeded, producing bdaf089e011809656c69d4eb2d53fd707bdb2700 Checking out Revision bdaf089e011809656c69d4eb2d53fd707bdb2700 (PR-86) 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/86/head:refs/remotes/origin/PR-86 +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/86/head:refs/remotes/origin/PR-86 # 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/86/head:refs/remotes/origin/PR-86 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # 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 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 Commit message: "fix: Startup Duration and Interval never updated from default values" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:33:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:33:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:33:45 ========================================================= 15:33:45 EdgeX Global Pipelines Version Info 15:33:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bc012b554ff274fbe9b05f02832a60b0562da80e # timeout=10 15:33:46 ------------------- 15:33:46 stable info: 15:33:46 ------------------- 15:33:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:33:46 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 15:33:46 Message: update stable to v1.0.105 15:33:47 ------------------- 15:33:47 experimental info: 15:33:47 ------------------- 15:33:47 Commited By: **** collab-it+edgex@linuxfoundation.org 15:33:47 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 15:33:47 Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:49 + git log --format=format:%s -1 bdaf089e011809656c69d4eb2d53fd707bdb2700 [Pipeline] echo 15:33:49 GIT_COMMIT: bdaf089e011809656c69d4eb2d53fd707bdb2700, Commit Message: fix: Startup Duration and Interval never updated from default values [Pipeline] echo 15:33:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:50 15:33:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:33:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:51 latest: Pulling from edgex-devops/git-semver 15:33:51 31603596830f: Pulling fs layer 15:33:51 2a8b12db71e7: Pulling fs layer 15:33:51 6ca5941a6612: Pulling fs layer 15:33:51 ecc8261a40a4: Pulling fs layer 15:33:51 ecc8261a40a4: Waiting 15:33:51 2a8b12db71e7: Download complete 15:33:51 31603596830f: Verifying Checksum 15:33:51 31603596830f: Download complete 15:33:51 ecc8261a40a4: Verifying Checksum 15:33:51 ecc8261a40a4: Download complete 15:33:51 6ca5941a6612: Verifying Checksum 15:33:51 6ca5941a6612: Download complete 15:33:51 31603596830f: Pull complete 15:33:51 2a8b12db71e7: Pull complete 15:33:52 6ca5941a6612: Pull complete 15:33:52 ecc8261a40a4: Pull complete 15:33:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:33:52 prd-centos7-docker-4c-2g-846 does not seem to be running inside a container 15:33:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-bootstrap_PR-86 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-86:/w/workspace/exfoundry_go-mod-bootstrap_PR-86:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:33:54 $ docker top 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:55 [ssh-agent] Looking for ssh-agent implementation... 15:33:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:55 $ docker exec 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent 15:33:55 SSH_AUTH_SOCK=/tmp/ssh-M9Zo4pcDQh3l/agent.12 15:33:55 SSH_AGENT_PID=17 15:33:55 Running ssh-add (command line suppressed) 15:33:55 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/private_key_4235122741645127043.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/private_key_4235122741645127043.key) 15:33:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:56 + git describe --exact-match --tags HEAD 15:33:56 fatal: No names found, cannot describe anything. [Pipeline] } 15:33:56 $ docker exec --env ******** --env ******** 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent -k 15:33:56 unset SSH_AUTH_SOCK; 15:33:56 unset SSH_AGENT_PID; 15:33:56 echo Agent pid 17 killed; 15:33:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:33:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:33:56 This usually means this commit has not been tagged. [Pipeline] sshagent 15:33:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:56 [ssh-agent] Looking for ssh-agent implementation... 15:33:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:56 $ docker exec 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent 15:33:56 SSH_AUTH_SOCK=/tmp/ssh-CMx2esVvQT3O/agent.46 15:33:56 SSH_AGENT_PID=51 15:33:56 Running ssh-add (command line suppressed) 15:33:56 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/private_key_1471257166498564539.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/private_key_1471257166498564539.key) 15:33:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:57 + git semver init 15:33:57 # -> Open(): unable to determine branch for HEAD 15:33:57 # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-86/.git 15:33:57 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-86 15:33:57 # $SEMVER_REMOTE_NAME = origin 15:33:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:33:57 # $SEMVER_USER_NAME = edgex-jenkins 15:33:57 # $SEMVER_BRANCH = PR-86 15:33:57 # $SEMVER_TEMP = /tmp/semver-844646095 15:33:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:33:57 # '/tmp/semver-844646095' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-86/.semver' 15:33:57 # -> Force: false 15:33:57 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-86/.semver [Pipeline] } 15:33:57 $ docker exec --env ******** --env ******** 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent -k 15:33:57 unset SSH_AUTH_SOCK; 15:33:57 unset SSH_AGENT_PID; 15:33:57 echo Agent pid 51 killed; 15:33:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:58 + git semver [Pipeline] } 15:33:58 $ docker stop --time=1 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b 15:33:59 $ docker rm -f 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:34:00 Stashed 49 file(s) [Pipeline] echo 15:34:00 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 15:34:00 Archived original version: [0.0.0] [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 15:34:16 Still waiting to schedule task 15:34:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:34:16 Still waiting to schedule task 15:34:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:35:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-847 in /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [Pipeline] { [Pipeline] ws 15:35:57 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 15:36:02 using credential edgex-jenkins-ssh 15:36:02 Cloning the remote Git repository 15:36:02 Cloning with configured refspecs honoured and without tags 15:36:02 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:02 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 15:36:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:02 > git --version # timeout=10 15:36:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/86/head:refs/remotes/origin/PR-86 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:04 Fetching without tags 15:36:04 Merging remotes/origin/master commit 39a3e63c7cfe59864ec1c67530e80d43079dc213 into PR head commit bdaf089e011809656c69d4eb2d53fd707bdb2700 15:36:04 Merge succeeded, producing bdaf089e011809656c69d4eb2d53fd707bdb2700 15:36:04 Checking out Revision bdaf089e011809656c69d4eb2d53fd707bdb2700 (PR-86) 15:36:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:04 > git config --add remote.origin.fetch +refs/pull/86/head:refs/remotes/origin/PR-86 # timeout=10 15:36:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/86/head:refs/remotes/origin/PR-86 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:04 > git config core.sparsecheckout # timeout=10 15:36:04 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 15:36:04 > git remote # timeout=10 15:36:04 > git config --get remote.origin.url # timeout=10 15:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:04 > git merge 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 15:36:04 > git rev-parse HEAD^{commit} # timeout=10 15:36:04 > git config core.sparsecheckout # timeout=10 15:36:04 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 15:36:09 Commit message: "fix: Startup Duration and Interval never updated from default values" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:36:10 ========================================================= 15:36:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:36:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:11 + 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 . 15:36:12 Sending build context to Docker daemon 633.9kB 15:36:12 Step 1/8 : ARG BASE=golang:1.13-alpine 15:36:12 Step 2/8 : FROM ${BASE} 15:36:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:12 b538f80385f9: Pulling fs layer 15:36:12 74f711af9a0d: Pulling fs layer 15:36:12 99f96fe45779: Pulling fs layer 15:36:12 fd7a069fd194: Pulling fs layer 15:36:12 66aa3694b03b: Pulling fs layer 15:36:12 170f70906a0f: Pulling fs layer 15:36:12 ad7c5574e4b9: Pulling fs layer 15:36:12 e772456be8f7: Pulling fs layer 15:36:12 c890913d741a: Pulling fs layer 15:36:12 2480fcc9aa5a: Pulling fs layer 15:36:12 09adf4765672: Pulling fs layer 15:36:12 fd7a069fd194: Waiting 15:36:12 66aa3694b03b: Waiting 15:36:12 170f70906a0f: Waiting 15:36:12 ad7c5574e4b9: Waiting 15:36:12 e772456be8f7: Waiting 15:36:12 c890913d741a: Waiting 15:36:12 2480fcc9aa5a: Waiting 15:36:12 09adf4765672: Waiting 15:36:12 99f96fe45779: Verifying Checksum 15:36:12 99f96fe45779: Download complete 15:36:12 74f711af9a0d: Verifying Checksum 15:36:12 74f711af9a0d: Download complete 15:36:12 66aa3694b03b: Verifying Checksum 15:36:12 66aa3694b03b: Download complete 15:36:12 170f70906a0f: Verifying Checksum 15:36:12 170f70906a0f: Download complete 15:36:12 b538f80385f9: Verifying Checksum 15:36:12 b538f80385f9: Download complete 15:36:13 b538f80385f9: Pull complete 15:36:14 74f711af9a0d: Pull complete 15:36:14 99f96fe45779: Pull complete 15:36:15 ad7c5574e4b9: Verifying Checksum 15:36:15 ad7c5574e4b9: Download complete 15:36:15 c890913d741a: Verifying Checksum 15:36:15 c890913d741a: Download complete 15:36:17 2480fcc9aa5a: Verifying Checksum 15:36:17 2480fcc9aa5a: Download complete 15:36:17 09adf4765672: Verifying Checksum 15:36:17 09adf4765672: Download complete 15:36:17 e772456be8f7: Verifying Checksum 15:36:17 e772456be8f7: Download complete 15:36:18 fd7a069fd194: Verifying Checksum 15:36:18 fd7a069fd194: Download complete 15:36:30 fd7a069fd194: Pull complete 15:36:30 66aa3694b03b: Pull complete 15:36:30 170f70906a0f: Pull complete 15:36:33 ad7c5574e4b9: Pull complete 15:36:38 e772456be8f7: Pull complete 15:36:38 c890913d741a: Pull complete 15:36:39 Running on prd-centos7-docker-4c-2g-848 in /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [Pipeline] { [Pipeline] ws 15:36:39 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 15:36:41 2480fcc9aa5a: Pull complete 15:36:41 09adf4765672: Pull complete 15:36:41 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:36:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:36:41 ---> 2248a725d1cf 15:36:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:36:41 using credential edgex-jenkins-ssh 15:36:41 Cloning the remote Git repository 15:36:41 Cloning with configured refspecs honoured and without tags 15:36:41 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:41 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 15:36:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:42 > git --version # timeout=10 15:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/86/head:refs/remotes/origin/PR-86 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:42 Fetching without tags 15:36:42 Merging remotes/origin/master commit 39a3e63c7cfe59864ec1c67530e80d43079dc213 into PR head commit bdaf089e011809656c69d4eb2d53fd707bdb2700 15:36:43 Merge succeeded, producing bdaf089e011809656c69d4eb2d53fd707bdb2700 15:36:43 Checking out Revision bdaf089e011809656c69d4eb2d53fd707bdb2700 (PR-86) 15:36:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:42 > git config --add remote.origin.fetch +refs/pull/86/head:refs/remotes/origin/PR-86 # timeout=10 15:36:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/86/head:refs/remotes/origin/PR-86 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:42 > git config core.sparsecheckout # timeout=10 15:36:42 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 15:36:42 > git remote # timeout=10 15:36:42 > git config --get remote.origin.url # timeout=10 15:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:42 > git merge 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 15:36:43 > git rev-parse HEAD^{commit} # timeout=10 15:36:43 > git config core.sparsecheckout # timeout=10 15:36:43 > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 15:36:46 Commit message: "fix: Startup Duration and Interval never updated from default values" 15:36:46 ---> Running in b289848d5d7a 15:36:46 Removing intermediate container b289848d5d7a 15:36:46 ---> f217e2f0c685 15:36:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:46 ---> Running in b0434dbe769a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:36:47 ========================================================= 15:36:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:36:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36: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 . 15:36:48 Sending build context to Docker daemon 633.9kB 15:36:48 Step 1/8 : ARG BASE=golang:1.13-alpine 15:36:48 Step 2/8 : FROM ${BASE} 15:36:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:36:48 df20fa9351a1: Pulling fs layer 15:36:48 ed8968b2872e: Pulling fs layer 15:36:48 a92cc7c5fd73: Pulling fs layer 15:36:48 2dd03ba5bac4: Pulling fs layer 15:36:48 1e091d79d1de: Pulling fs layer 15:36:48 481702a1767f: Pulling fs layer 15:36:48 f64a6f60c768: Pulling fs layer 15:36:48 e78d2573fc39: Pulling fs layer 15:36:48 e876d2f968b6: Pulling fs layer 15:36:48 ce8a83651883: Pulling fs layer 15:36:48 07967f4d0e4b: Pulling fs layer 15:36:48 ce8a83651883: Waiting 15:36:48 e78d2573fc39: Waiting 15:36:48 07967f4d0e4b: Waiting 15:36:48 e876d2f968b6: Waiting 15:36:48 481702a1767f: Waiting 15:36:48 1e091d79d1de: Waiting 15:36:48 2dd03ba5bac4: Waiting 15:36:48 a92cc7c5fd73: Verifying Checksum 15:36:48 a92cc7c5fd73: Download complete 15:36:48 ed8968b2872e: Download complete 15:36:48 1e091d79d1de: Verifying Checksum 15:36:48 1e091d79d1de: Download complete 15:36:48 481702a1767f: Verifying Checksum 15:36:48 481702a1767f: Download complete 15:36:48 df20fa9351a1: Verifying Checksum 15:36:48 df20fa9351a1: Download complete 15:36:48 df20fa9351a1: Pull complete 15:36:49 f64a6f60c768: Verifying Checksum 15:36:49 f64a6f60c768: Download complete 15:36:49 e876d2f968b6: Verifying Checksum 15:36:49 e876d2f968b6: Download complete 15:36:49 Removing intermediate container b0434dbe769a 15:36:49 ---> 391d0d1f97cb 15:36:49 Step 5/8 : RUN apk add --update --no-cache git make 15:36:49 ---> Running in 79a759a7e1de 15:36:49 ce8a83651883: Verifying Checksum 15:36:49 ce8a83651883: Download complete 15:36:49 2dd03ba5bac4: Verifying Checksum 15:36:49 2dd03ba5bac4: Download complete 15:36:49 07967f4d0e4b: Verifying Checksum 15:36:49 07967f4d0e4b: Download complete 15:36:49 e78d2573fc39: Verifying Checksum 15:36:49 e78d2573fc39: Download complete 15:36:50 ed8968b2872e: Pull complete 15:36:50 a92cc7c5fd73: Pull complete 15:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:54 OK: 142 MiB in 39 packages 15:36:55 2dd03ba5bac4: Pull complete 15:36:55 1e091d79d1de: Pull complete 15:36:55 481702a1767f: Pull complete 15:36:55 Removing intermediate container 79a759a7e1de 15:36:55 ---> 13597082ecfb 15:36:55 Step 6/8 : WORKDIR /build 15:36:55 ---> Running in 8c9dce798229 15:36:56 Removing intermediate container 8c9dce798229 15:36:56 ---> f1be8e66850b 15:36:56 Step 7/8 : COPY go.mod . 15:36:57 ---> 3bcf57b39966 15:36:57 Step 8/8 : RUN go mod download 15:36:57 ---> Running in a747ed2aa4ea 15:36:59 go: finding github.com/BurntSushi/toml v0.3.1 15:36:59 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:36:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:36:59 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:36:59 go: finding github.com/bgentry/speakeasy v0.1.0 15:36:59 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:36:59 go: finding github.com/davecgh/go-spew v1.1.1 15:36:59 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:36:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 15:36:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:36:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:36:59 go: finding github.com/fatih/color v1.7.0 15:36:59 go: finding github.com/go-kit/kit v0.8.0 15:36:59 go: finding github.com/go-logfmt/logfmt v0.4.0 15:36:59 go: finding github.com/go-stack/stack v1.8.0 15:36:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:36:59 go: finding github.com/google/uuid v1.1.0 15:36:59 go: finding github.com/gorilla/mux v1.7.1 15:36:59 go: finding github.com/hashicorp/consul/api v1.1.0 15:36:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:36:59 go: finding github.com/hashicorp/errwrap v1.0.0 15:36:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:37:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:37:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:37:00 go: finding github.com/hashicorp/go-multierror v1.0.0 15:37:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:37:00 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:37:00 go: finding github.com/hashicorp/go-syslog v1.0.0 15:37:00 go: finding github.com/hashicorp/go-uuid v1.0.1 15:37:00 go: finding github.com/hashicorp/go.net v0.0.1 15:37:00 go: finding github.com/hashicorp/golang-lru v0.5.0 15:37:00 go: finding github.com/hashicorp/logutils v1.0.0 15:37:00 go: finding github.com/hashicorp/mdns v1.0.0 15:37:00 go: finding github.com/hashicorp/memberlist v0.1.3 15:37:00 go: finding github.com/hashicorp/serf v0.8.2 15:37:00 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:37:00 go: finding github.com/mattn/go-colorable v0.0.9 15:37:00 go: finding github.com/mattn/go-isatty v0.0.3 15:37:00 go: finding github.com/miekg/dns v1.0.14 15:37:00 go: finding github.com/mitchellh/cli v1.0.0 15:37:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:37:00 go: finding github.com/mitchellh/copystructure v1.0.0 15:37:00 go: finding github.com/mitchellh/go-homedir v1.0.0 15:37:00 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:37:00 go: finding github.com/mitchellh/gox v0.4.0 15:37:00 go: finding github.com/mitchellh/iochan v1.0.0 15:37:00 go: finding github.com/mitchellh/mapstructure v1.1.2 15:37:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:37:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:37:00 go: finding github.com/pelletier/go-toml v1.2.0 15:37:00 go: finding github.com/pkg/errors v0.8.1 15:37:00 go: finding github.com/pmezard/go-difflib v1.0.0 15:37:00 go: finding github.com/posener/complete v1.1.1 15:37:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:37:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:37:00 go: finding github.com/stretchr/objx v0.1.0 15:37:00 go: finding github.com/stretchr/testify v1.5.1 15:37:01 go: finding github.com/ugorji/go v1.1.4 15:37:01 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 15:37:01 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 15:37:01 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:37:01 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 15:37:01 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:37:01 go: finding gopkg.in/yaml.v2 v2.2.8 15:37:02 f64a6f60c768: Pull complete 15:37:04 e78d2573fc39: Pull complete 15:37:04 e876d2f968b6: Pull complete 15:37:05 ce8a83651883: Pull complete 15:37:05 07967f4d0e4b: Pull complete 15:37:05 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:37:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:37:05 ---> 5d7c900382c6 15:37:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:07 ---> Running in 051e754d421a 15:37:07 Removing intermediate container 051e754d421a 15:37:07 ---> f9b178ea807e 15:37:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:07 ---> Running in 35bc029f04b3 15:37:08 Removing intermediate container 35bc029f04b3 15:37:08 ---> 1c901da3348f 15:37:08 Step 5/8 : RUN apk add --update --no-cache git make 15:37:08 ---> Running in 6967585f1bb8 15:37:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:10 OK: 166 MiB in 39 packages 15:37:11 Removing intermediate container a747ed2aa4ea 15:37:11 ---> 8fc55d366b51 15:37:11 Successfully built 8fc55d366b51 15:37:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script 15:37:11 Removing intermediate container 6967585f1bb8 15:37:11 ---> 647f313492ca 15:37:11 Step 6/8 : WORKDIR /build 15:37:11 ---> Running in 396bb66c7ab6 15:37:11 Removing intermediate container 396bb66c7ab6 15:37:11 ---> 760735835c00 15:37:11 Step 7/8 : COPY go.mod . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:11 ---> f738b1eaa179 15:37:11 Step 8/8 : RUN go mod download 15:37:11 ---> Running in e3bc9dcf2e5e 15:37:11 + docker inspect -f . ci-base-image-arm64 15:37:11 . [Pipeline] withDockerContainer 15:37:12 prd-ubuntu18.04-docker-arm64-4c-16g-847 does not seem to be running inside a container 15:37:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:37:13 go: finding github.com/BurntSushi/toml v0.3.1 15:37:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:37:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:37:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:37:13 go: finding github.com/bgentry/speakeasy v0.1.0 15:37:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:37:13 go: finding github.com/davecgh/go-spew v1.1.1 15:37:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:37:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 15:37:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:37:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:37:13 go: finding github.com/fatih/color v1.7.0 15:37:13 go: finding github.com/go-kit/kit v0.8.0 15:37:13 go: finding github.com/go-logfmt/logfmt v0.4.0 15:37:13 go: finding github.com/go-stack/stack v1.8.0 15:37:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:37:13 go: finding github.com/google/uuid v1.1.0 15:37:13 go: finding github.com/gorilla/mux v1.7.1 15:37:13 go: finding github.com/hashicorp/consul/api v1.1.0 15:37:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:37:13 go: finding github.com/hashicorp/errwrap v1.0.0 15:37:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:37:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:37:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:37:13 go: finding github.com/hashicorp/go-multierror v1.0.0 15:37:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:37:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:37:13 go: finding github.com/hashicorp/go-syslog v1.0.0 15:37:13 go: finding github.com/hashicorp/go-uuid v1.0.1 15:37:13 go: finding github.com/hashicorp/go.net v0.0.1 15:37:13 go: finding github.com/hashicorp/golang-lru v0.5.0 15:37:13 go: finding github.com/hashicorp/logutils v1.0.0 15:37:13 go: finding github.com/hashicorp/mdns v1.0.0 15:37:14 $ docker top fe7297ee8d89423454a4d831628172c5c52a600cab36e90ad13a52475471610e -eo pid,comm 15:37:14 go: finding github.com/hashicorp/memberlist v0.1.3 15:37:14 go: finding github.com/hashicorp/serf v0.8.2 15:37:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:37:14 go: finding github.com/mattn/go-colorable v0.0.9 15:37:14 go: finding github.com/mattn/go-isatty v0.0.3 15:37:14 go: finding github.com/miekg/dns v1.0.14 15:37:14 go: finding github.com/mitchellh/cli v1.0.0 15:37:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:37:14 go: finding github.com/mitchellh/copystructure v1.0.0 15:37:14 go: finding github.com/mitchellh/go-homedir v1.0.0 15:37:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:37:14 go: finding github.com/mitchellh/gox v0.4.0 15:37:14 go: finding github.com/mitchellh/iochan v1.0.0 15:37:14 go: finding github.com/mitchellh/mapstructure v1.1.2 15:37:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:37:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:37:14 go: finding github.com/pelletier/go-toml v1.2.0 15:37:14 go: finding github.com/pkg/errors v0.8.1 15:37:14 go: finding github.com/pmezard/go-difflib v1.0.0 15:37:14 go: finding github.com/posener/complete v1.1.1 [Pipeline] { [Pipeline] sh 15:37:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:37:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:37:14 go: finding github.com/stretchr/objx v0.1.0 15:37:14 go: finding github.com/stretchr/testify v1.5.1 15:37:14 go: finding github.com/ugorji/go v1.1.4 15:37:14 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 15:37:14 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 15:37:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:37:14 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 15:37:14 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:37:14 go: finding gopkg.in/yaml.v2 v2.2.8 15:37:15 + go version 15:37:15 go version go1.13.13 linux/arm64 [Pipeline] sh 15:37:16 + make test 15:37:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:37:22 Removing intermediate container e3bc9dcf2e5e 15:37:22 ---> dab590458b77 15:37:22 Successfully built dab590458b77 15:37:22 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 15:37:23 + docker inspect -f . ci-base-image-x86_64 15:37:23 . [Pipeline] withDockerContainer 15:37:23 prd-centos7-docker-4c-2g-848 does not seem to be running inside a container 15:37:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:37:25 $ docker top ee07161af284af637bce860ee2205a6beb23adfbcf6b81d4d545579d2c8ad3c9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:25 + go version 15:37:25 go version go1.13.13 linux/amd64 [Pipeline] sh 15:37:25 + make test 15:37:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:37:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:37:40 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.008s coverage: 9.0% of statements 15:37:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:37:40 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements 15:37:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:37:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:37:40 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:37:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.027s coverage: 100.0% of statements 15:37:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:37:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:37:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:37:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements 15:37:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:37:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/variables 0.010s coverage: 95.8% of statements 15:37:46 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:37:46 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 15:37:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:37:48 gofmt -l . 15:37:48 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:37:48 Stashed 1 file(s) [Pipeline] } 15:37:48 $ docker stop --time=1 ee07161af284af637bce860ee2205a6beb23adfbcf6b81d4d545579d2c8ad3c9 15:37:51 $ docker rm -f ee07161af284af637bce860ee2205a6beb23adfbcf6b81d4d545579d2c8ad3c9 [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] } 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.032s coverage: 9.0% of statements 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.048s coverage: 84.2% of statements 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.041s coverage: 100.0% of statements 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.029s coverage: 48.9% of statements 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/variables 0.034s coverage: 95.8% of statements 15:38:03 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:38:03 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.050s coverage: 91.3% of statements 15:38:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:38:10 gofmt -l . 15:38:10 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:38:10 Warning: overwriting stash ‘coverage-report’ 15:38:11 Stashed 1 file(s) [Pipeline] } 15:38:11 $ docker stop --time=1 fe7297ee8d89423454a4d831628172c5c52a600cab36e90ad13a52475471610e 15:38:13 $ docker rm -f fe7297ee8d89423454a4d831628172c5c52a600cab36e90ad13a52475471610e [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 15:38:15 provisioning config files... 15:38:15 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config2595924915412416978tmp [Pipeline] { [Pipeline] sh 15:38:16 + curl -s https://codecov.io/bash 15:38:16 + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config2595924915412416978tmp [Pipeline] } 15:38:16 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 15:38:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:38:18 ---> package-listing.sh 15:38:18 ++ facter osfamily 15:38:18 ++ tr '[:upper:]' '[:lower:]' 15:38:18 + OS_FAMILY=redhat 15:38:18 + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-86 15:38:18 + START_PACKAGES=/tmp/packages_start.txt 15:38:18 + END_PACKAGES=/tmp/packages_end.txt 15:38:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:38:18 + PACKAGES=/tmp/packages_start.txt 15:38:18 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-86 ']' 15:38:18 + PACKAGES=/tmp/packages_end.txt 15:38:18 + case "${OS_FAMILY}" in 15:38:18 + rpm -qa 15:38:18 + sort 15:38:22 + '[' -f /tmp/packages_start.txt ']' 15:38:22 + '[' -f /tmp/packages_end.txt ']' 15:38:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:38:22 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-86 ']' 15:38:22 + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-86/archives/ 15:38:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-bootstrap_PR-86/archives/ [Pipeline] isUnix [Pipeline] sh 15:38:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:38:23 15:38:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:38:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:38:23 alpine: Pulling from edgex-lftools-log-publisher 15:38:23 c9b1b535fdd9: Pulling fs layer 15:38:23 2cc5ad85d9ab: Pulling fs layer 15:38:23 756a868c4378: Pulling fs layer 15:38:23 444b2fc9a129: Pulling fs layer 15:38:23 ea15f1150254: Pulling fs layer 15:38:23 41b27a9f41bf: Pulling fs layer 15:38:23 28c525ee5125: Pulling fs layer 15:38:23 094b1ea09ed8: Pulling fs layer 15:38:23 138eaada9080: Pulling fs layer 15:38:23 0622d0fa9048: Pulling fs layer 15:38:23 444b2fc9a129: Waiting 15:38:23 ea15f1150254: Waiting 15:38:23 41b27a9f41bf: Waiting 15:38:23 28c525ee5125: Waiting 15:38:23 0622d0fa9048: Waiting 15:38:23 094b1ea09ed8: Waiting 15:38:23 138eaada9080: Waiting 15:38:23 2cc5ad85d9ab: Verifying Checksum 15:38:23 2cc5ad85d9ab: Download complete 15:38:23 444b2fc9a129: Verifying Checksum 15:38:23 444b2fc9a129: Download complete 15:38:23 c9b1b535fdd9: Verifying Checksum 15:38:23 c9b1b535fdd9: Download complete 15:38:23 ea15f1150254: Verifying Checksum 15:38:23 ea15f1150254: Download complete 15:38:23 28c525ee5125: Verifying Checksum 15:38:23 28c525ee5125: Download complete 15:38:24 756a868c4378: Verifying Checksum 15:38:24 756a868c4378: Download complete 15:38:24 c9b1b535fdd9: Pull complete 15:38:24 138eaada9080: Verifying Checksum 15:38:24 138eaada9080: Download complete 15:38:24 094b1ea09ed8: Verifying Checksum 15:38:24 094b1ea09ed8: Download complete 15:38:24 0622d0fa9048: Verifying Checksum 15:38:24 0622d0fa9048: Download complete 15:38:24 2cc5ad85d9ab: Pull complete 15:38:24 41b27a9f41bf: Verifying Checksum 15:38:24 41b27a9f41bf: Download complete 15:38:25 756a868c4378: Pull complete 15:38:26 444b2fc9a129: Pull complete 15:38:26 ea15f1150254: Pull complete 15:38:30 41b27a9f41bf: Pull complete 15:38:30 28c525ee5125: Pull complete 15:38:33 094b1ea09ed8: Pull complete 15:38:33 138eaada9080: Pull complete 15:38:33 0622d0fa9048: Pull complete 15:38:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:38:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:38:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:38:33 prd-centos7-docker-4c-2g-846 does not seem to be running inside a container 15:38:33 $ 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-86 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-86:/w/workspace/exfoundry_go-mod-bootstrap_PR-86:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:38:37 $ docker top e593e20ddbcddda115cc8546faebafdff8e71abed34399ac5fbfb43c452d7c2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:38:37 provisioning config files... 15:38:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config757738805596704829tmp [Pipeline] { [Pipeline] echo 15:38:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:38:37 ---> create-netrc.sh [Pipeline] echo 15:38:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:38:38 ---> logs-deploy.sh 15:38:38 + ARCHIVE_ARTIFACTS= 15:38:38 + LOGS_SERVER=https://logs.edgexfoundry.org 15:38:38 + '[' https://logs.edgexfoundry.org == None ']' 15:38:38 + NEXUS_URL=https://nexus.edgexfoundry.org 15:38:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-86/2 15:38:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/PR-86/2/ 15:38:38 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-86/2 /w/workspace/exfoundry_go-mod-bootstrap_PR-86 15:38:39 Archives upload complete. 15:38:39 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-86/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/PR-86/2/