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 [2020-07-24T15:33:44.829Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-24T15:33:45.140Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-24T15:33:45.225Z] ========================================================= [2020-07-24T15:33:45.225Z] EdgeX Global Pipelines Version Info [2020-07-24T15:33:45.225Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bc012b554ff274fbe9b05f02832a60b0562da80e # timeout=10 [2020-07-24T15:33:46.667Z] ------------------- [2020-07-24T15:33:46.667Z] stable info: [2020-07-24T15:33:46.667Z] ------------------- [2020-07-24T15:33:46.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-24T15:33:46.667Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T15:33:46.667Z] Message: update stable to v1.0.105 [2020-07-24T15:33:47.609Z] ------------------- [2020-07-24T15:33:47.609Z] experimental info: [2020-07-24T15:33:47.609Z] ------------------- [2020-07-24T15:33:47.609Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-24T15:33:47.609Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T15:33:47.609Z] 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 [2020-07-24T15:33:49.656Z] + git log --format=format:%s -1 bdaf089e011809656c69d4eb2d53fd707bdb2700 [Pipeline] echo [2020-07-24T15:33:49.711Z] GIT_COMMIT: bdaf089e011809656c69d4eb2d53fd707bdb2700, Commit Message: fix: Startup Duration and Interval never updated from default values [Pipeline] echo [2020-07-24T15:33:49.752Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:33:50.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T15:33:50.761Z] [2020-07-24T15:33:50.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:33:51.099Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T15:33:51.100Z] latest: Pulling from edgex-devops/git-semver [2020-07-24T15:33:51.100Z] 31603596830f: Pulling fs layer [2020-07-24T15:33:51.100Z] 2a8b12db71e7: Pulling fs layer [2020-07-24T15:33:51.100Z] 6ca5941a6612: Pulling fs layer [2020-07-24T15:33:51.100Z] ecc8261a40a4: Pulling fs layer [2020-07-24T15:33:51.100Z] ecc8261a40a4: Waiting [2020-07-24T15:33:51.100Z] 2a8b12db71e7: Download complete [2020-07-24T15:33:51.364Z] 31603596830f: Verifying Checksum [2020-07-24T15:33:51.364Z] 31603596830f: Download complete [2020-07-24T15:33:51.364Z] ecc8261a40a4: Verifying Checksum [2020-07-24T15:33:51.364Z] ecc8261a40a4: Download complete [2020-07-24T15:33:51.364Z] 6ca5941a6612: Verifying Checksum [2020-07-24T15:33:51.364Z] 6ca5941a6612: Download complete [2020-07-24T15:33:51.650Z] 31603596830f: Pull complete [2020-07-24T15:33:51.650Z] 2a8b12db71e7: Pull complete [2020-07-24T15:33:52.613Z] 6ca5941a6612: Pull complete [2020-07-24T15:33:52.613Z] ecc8261a40a4: Pull complete [2020-07-24T15:33:52.613Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-24T15:33:52.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T15:33:52.613Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-24T15:33:52.707Z] prd-centos7-docker-4c-2g-846 does not seem to be running inside a container [2020-07-24T15:33:52.742Z] $ 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 [2020-07-24T15:33:54.918Z] $ docker top 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T15:33:55.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T15:33:55.170Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T15:33:55.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T15:33:55.367Z] $ docker exec 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent [2020-07-24T15:33:55.526Z] SSH_AUTH_SOCK=/tmp/ssh-M9Zo4pcDQh3l/agent.12 [2020-07-24T15:33:55.526Z] SSH_AGENT_PID=17 [2020-07-24T15:33:55.536Z] Running ssh-add (command line suppressed) [2020-07-24T15:33:55.649Z] 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) [2020-07-24T15:33:55.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T15:33:56.026Z] + git describe --exact-match --tags HEAD [2020-07-24T15:33:56.026Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-24T15:33:56.040Z] $ docker exec --env ******** --env ******** 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent -k [2020-07-24T15:33:56.162Z] unset SSH_AUTH_SOCK; [2020-07-24T15:33:56.162Z] unset SSH_AGENT_PID; [2020-07-24T15:33:56.162Z] echo Agent pid 17 killed; [2020-07-24T15:33:56.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-24T15:33:56.291Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-24T15:33:56.291Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-24T15:33:56.378Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T15:33:56.378Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T15:33:56.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T15:33:56.542Z] $ docker exec 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent [2020-07-24T15:33:56.706Z] SSH_AUTH_SOCK=/tmp/ssh-CMx2esVvQT3O/agent.46 [2020-07-24T15:33:56.706Z] SSH_AGENT_PID=51 [2020-07-24T15:33:56.712Z] Running ssh-add (command line suppressed) [2020-07-24T15:33:56.824Z] 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) [2020-07-24T15:33:56.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T15:33:57.195Z] + git semver init [2020-07-24T15:33:57.195Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T15:33:57.195Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-86/.git [2020-07-24T15:33:57.195Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [2020-07-24T15:33:57.195Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T15:33:57.195Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T15:33:57.195Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T15:33:57.195Z] # $SEMVER_BRANCH = PR-86 [2020-07-24T15:33:57.195Z] # $SEMVER_TEMP = /tmp/semver-844646095 [2020-07-24T15:33:57.195Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-07-24T15:33:57.766Z] # '/tmp/semver-844646095' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-86/.semver' [2020-07-24T15:33:57.766Z] # -> Force: false [2020-07-24T15:33:57.766Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-86/.semver [Pipeline] } [2020-07-24T15:33:57.771Z] $ docker exec --env ******** --env ******** 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b ssh-agent -k [2020-07-24T15:33:57.887Z] unset SSH_AUTH_SOCK; [2020-07-24T15:33:57.887Z] unset SSH_AGENT_PID; [2020-07-24T15:33:57.887Z] echo Agent pid 51 killed; [2020-07-24T15:33:57.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T15:33:58.431Z] + git semver [Pipeline] } [2020-07-24T15:33:58.443Z] $ docker stop --time=1 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b [2020-07-24T15:33:59.987Z] $ docker rm -f 4f3cc131e35148d914fa663e0abe04b7b65ca87235c5160300c79cccfdb4086b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-24T15:34:00.734Z] Stashed 49 file(s) [Pipeline] echo [2020-07-24T15:34:00.736Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-24T15:34:00.833Z] 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 [2020-07-24T15:34:16.153Z] Still waiting to schedule task [2020-07-24T15:34:16.153Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-24T15:34:16.154Z] Still waiting to schedule task [2020-07-24T15:34:16.154Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-24T15:35:57.392Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-847 in /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [Pipeline] { [Pipeline] ws [2020-07-24T15:35:57.439Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-07-24T15:36:02.600Z] using credential edgex-jenkins-ssh [2020-07-24T15:36:02.650Z] Cloning the remote Git repository [2020-07-24T15:36:02.650Z] Cloning with configured refspecs honoured and without tags [2020-07-24T15:36:02.707Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:02.819Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-07-24T15:36:02.891Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:02.891Z] > git --version # timeout=10 [2020-07-24T15:36:02.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:02.947Z] > 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 [2020-07-24T15:36:04.080Z] Fetching without tags [2020-07-24T15:36:04.599Z] Merging remotes/origin/master commit 39a3e63c7cfe59864ec1c67530e80d43079dc213 into PR head commit bdaf089e011809656c69d4eb2d53fd707bdb2700 [2020-07-24T15:36:04.805Z] Merge succeeded, producing bdaf089e011809656c69d4eb2d53fd707bdb2700 [2020-07-24T15:36:04.806Z] Checking out Revision bdaf089e011809656c69d4eb2d53fd707bdb2700 (PR-86) [2020-07-24T15:36:03.985Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-24T15:36:04.007Z] > git config --add remote.origin.fetch +refs/pull/86/head:refs/remotes/origin/PR-86 # timeout=10 [2020-07-24T15:36:04.025Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T15:36:04.048Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-24T15:36:04.095Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:04.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:04.107Z] > 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 [2020-07-24T15:36:04.619Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T15:36:04.643Z] > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 [2020-07-24T15:36:04.721Z] > git remote # timeout=10 [2020-07-24T15:36:04.740Z] > git config --get remote.origin.url # timeout=10 [2020-07-24T15:36:04.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:04.762Z] > git merge 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 [2020-07-24T15:36:04.783Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-24T15:36:04.809Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T15:36:04.825Z] > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 [2020-07-24T15:36:09.195Z] 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 [2020-07-24T15:36:10.219Z] ========================================================= [2020-07-24T15:36:10.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-24T15:36:10.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:36:11.547Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-24T15:36:12.531Z] Sending build context to Docker daemon 633.9kB [2020-07-24T15:36:12.531Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T15:36:12.531Z] Step 2/8 : FROM ${BASE} [2020-07-24T15:36:12.806Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-24T15:36:12.806Z] b538f80385f9: Pulling fs layer [2020-07-24T15:36:12.806Z] 74f711af9a0d: Pulling fs layer [2020-07-24T15:36:12.806Z] 99f96fe45779: Pulling fs layer [2020-07-24T15:36:12.806Z] fd7a069fd194: Pulling fs layer [2020-07-24T15:36:12.806Z] 66aa3694b03b: Pulling fs layer [2020-07-24T15:36:12.806Z] 170f70906a0f: Pulling fs layer [2020-07-24T15:36:12.806Z] ad7c5574e4b9: Pulling fs layer [2020-07-24T15:36:12.806Z] e772456be8f7: Pulling fs layer [2020-07-24T15:36:12.806Z] c890913d741a: Pulling fs layer [2020-07-24T15:36:12.806Z] 2480fcc9aa5a: Pulling fs layer [2020-07-24T15:36:12.806Z] 09adf4765672: Pulling fs layer [2020-07-24T15:36:12.806Z] fd7a069fd194: Waiting [2020-07-24T15:36:12.806Z] 66aa3694b03b: Waiting [2020-07-24T15:36:12.806Z] 170f70906a0f: Waiting [2020-07-24T15:36:12.806Z] ad7c5574e4b9: Waiting [2020-07-24T15:36:12.806Z] e772456be8f7: Waiting [2020-07-24T15:36:12.806Z] c890913d741a: Waiting [2020-07-24T15:36:12.806Z] 2480fcc9aa5a: Waiting [2020-07-24T15:36:12.806Z] 09adf4765672: Waiting [2020-07-24T15:36:12.806Z] 99f96fe45779: Verifying Checksum [2020-07-24T15:36:12.806Z] 99f96fe45779: Download complete [2020-07-24T15:36:12.806Z] 74f711af9a0d: Verifying Checksum [2020-07-24T15:36:12.806Z] 74f711af9a0d: Download complete [2020-07-24T15:36:12.806Z] 66aa3694b03b: Verifying Checksum [2020-07-24T15:36:12.806Z] 66aa3694b03b: Download complete [2020-07-24T15:36:12.806Z] 170f70906a0f: Verifying Checksum [2020-07-24T15:36:12.806Z] 170f70906a0f: Download complete [2020-07-24T15:36:12.806Z] b538f80385f9: Verifying Checksum [2020-07-24T15:36:12.806Z] b538f80385f9: Download complete [2020-07-24T15:36:13.794Z] b538f80385f9: Pull complete [2020-07-24T15:36:14.394Z] 74f711af9a0d: Pull complete [2020-07-24T15:36:14.670Z] 99f96fe45779: Pull complete [2020-07-24T15:36:15.268Z] ad7c5574e4b9: Verifying Checksum [2020-07-24T15:36:15.268Z] ad7c5574e4b9: Download complete [2020-07-24T15:36:15.268Z] c890913d741a: Verifying Checksum [2020-07-24T15:36:15.268Z] c890913d741a: Download complete [2020-07-24T15:36:17.906Z] 2480fcc9aa5a: Verifying Checksum [2020-07-24T15:36:17.906Z] 2480fcc9aa5a: Download complete [2020-07-24T15:36:17.906Z] 09adf4765672: Verifying Checksum [2020-07-24T15:36:17.906Z] 09adf4765672: Download complete [2020-07-24T15:36:17.906Z] e772456be8f7: Verifying Checksum [2020-07-24T15:36:17.906Z] e772456be8f7: Download complete [2020-07-24T15:36:18.178Z] fd7a069fd194: Verifying Checksum [2020-07-24T15:36:18.178Z] fd7a069fd194: Download complete [2020-07-24T15:36:30.595Z] fd7a069fd194: Pull complete [2020-07-24T15:36:30.595Z] 66aa3694b03b: Pull complete [2020-07-24T15:36:30.595Z] 170f70906a0f: Pull complete [2020-07-24T15:36:33.991Z] ad7c5574e4b9: Pull complete [2020-07-24T15:36:38.323Z] e772456be8f7: Pull complete [2020-07-24T15:36:38.595Z] c890913d741a: Pull complete [2020-07-24T15:36:39.547Z] Running on prd-centos7-docker-4c-2g-848 in /w/workspace/exfoundry_go-mod-bootstrap_PR-86 [Pipeline] { [Pipeline] ws [2020-07-24T15:36:39.644Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-07-24T15:36:41.232Z] 2480fcc9aa5a: Pull complete [2020-07-24T15:36:41.232Z] 09adf4765672: Pull complete [2020-07-24T15:36:41.507Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-24T15:36:41.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-24T15:36:41.507Z] ---> 2248a725d1cf [2020-07-24T15:36:41.507Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T15:36:41.860Z] using credential edgex-jenkins-ssh [2020-07-24T15:36:41.901Z] Cloning the remote Git repository [2020-07-24T15:36:41.902Z] Cloning with configured refspecs honoured and without tags [2020-07-24T15:36:41.923Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:41.987Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-07-24T15:36:42.036Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:42.037Z] > git --version # timeout=10 [2020-07-24T15:36:42.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:42.079Z] > 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 [2020-07-24T15:36:42.558Z] Fetching without tags [2020-07-24T15:36:42.941Z] Merging remotes/origin/master commit 39a3e63c7cfe59864ec1c67530e80d43079dc213 into PR head commit bdaf089e011809656c69d4eb2d53fd707bdb2700 [2020-07-24T15:36:43.016Z] Merge succeeded, producing bdaf089e011809656c69d4eb2d53fd707bdb2700 [2020-07-24T15:36:43.016Z] Checking out Revision bdaf089e011809656c69d4eb2d53fd707bdb2700 (PR-86) [2020-07-24T15:36:42.522Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-24T15:36:42.530Z] > git config --add remote.origin.fetch +refs/pull/86/head:refs/remotes/origin/PR-86 # timeout=10 [2020-07-24T15:36:42.535Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T15:36:42.547Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-24T15:36:42.558Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-24T15:36:42.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:42.565Z] > 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 [2020-07-24T15:36:42.944Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T15:36:42.952Z] > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 [2020-07-24T15:36:42.986Z] > git remote # timeout=10 [2020-07-24T15:36:42.990Z] > git config --get remote.origin.url # timeout=10 [2020-07-24T15:36:42.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T15:36:42.998Z] > git merge 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 [2020-07-24T15:36:43.007Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-24T15:36:43.014Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T15:36:43.021Z] > git checkout -f bdaf089e011809656c69d4eb2d53fd707bdb2700 # timeout=10 [2020-07-24T15:36:46.624Z] Commit message: "fix: Startup Duration and Interval never updated from default values" [2020-07-24T15:36:46.912Z] ---> Running in b289848d5d7a [2020-07-24T15:36:46.912Z] Removing intermediate container b289848d5d7a [2020-07-24T15:36:46.912Z] ---> f217e2f0c685 [2020-07-24T15:36:46.912Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T15:36:46.912Z] ---> Running in b0434dbe769a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-24T15:36:47.364Z] ========================================================= [2020-07-24T15:36:47.364Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-24T15:36:47.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:36:47.952Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-24T15:36:48.213Z] Sending build context to Docker daemon 633.9kB [2020-07-24T15:36:48.213Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T15:36:48.213Z] Step 2/8 : FROM ${BASE} [2020-07-24T15:36:48.213Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-24T15:36:48.213Z] df20fa9351a1: Pulling fs layer [2020-07-24T15:36:48.213Z] ed8968b2872e: Pulling fs layer [2020-07-24T15:36:48.213Z] a92cc7c5fd73: Pulling fs layer [2020-07-24T15:36:48.213Z] 2dd03ba5bac4: Pulling fs layer [2020-07-24T15:36:48.213Z] 1e091d79d1de: Pulling fs layer [2020-07-24T15:36:48.213Z] 481702a1767f: Pulling fs layer [2020-07-24T15:36:48.213Z] f64a6f60c768: Pulling fs layer [2020-07-24T15:36:48.213Z] e78d2573fc39: Pulling fs layer [2020-07-24T15:36:48.213Z] e876d2f968b6: Pulling fs layer [2020-07-24T15:36:48.213Z] ce8a83651883: Pulling fs layer [2020-07-24T15:36:48.213Z] 07967f4d0e4b: Pulling fs layer [2020-07-24T15:36:48.213Z] ce8a83651883: Waiting [2020-07-24T15:36:48.213Z] e78d2573fc39: Waiting [2020-07-24T15:36:48.213Z] 07967f4d0e4b: Waiting [2020-07-24T15:36:48.213Z] e876d2f968b6: Waiting [2020-07-24T15:36:48.213Z] 481702a1767f: Waiting [2020-07-24T15:36:48.213Z] 1e091d79d1de: Waiting [2020-07-24T15:36:48.213Z] 2dd03ba5bac4: Waiting [2020-07-24T15:36:48.213Z] a92cc7c5fd73: Verifying Checksum [2020-07-24T15:36:48.213Z] a92cc7c5fd73: Download complete [2020-07-24T15:36:48.213Z] ed8968b2872e: Download complete [2020-07-24T15:36:48.213Z] 1e091d79d1de: Verifying Checksum [2020-07-24T15:36:48.213Z] 1e091d79d1de: Download complete [2020-07-24T15:36:48.481Z] 481702a1767f: Verifying Checksum [2020-07-24T15:36:48.481Z] 481702a1767f: Download complete [2020-07-24T15:36:48.481Z] df20fa9351a1: Verifying Checksum [2020-07-24T15:36:48.481Z] df20fa9351a1: Download complete [2020-07-24T15:36:48.750Z] df20fa9351a1: Pull complete [2020-07-24T15:36:49.345Z] f64a6f60c768: Verifying Checksum [2020-07-24T15:36:49.345Z] f64a6f60c768: Download complete [2020-07-24T15:36:49.345Z] e876d2f968b6: Verifying Checksum [2020-07-24T15:36:49.345Z] e876d2f968b6: Download complete [2020-07-24T15:36:49.563Z] Removing intermediate container b0434dbe769a [2020-07-24T15:36:49.563Z] ---> 391d0d1f97cb [2020-07-24T15:36:49.563Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-24T15:36:49.563Z] ---> Running in 79a759a7e1de [2020-07-24T15:36:49.620Z] ce8a83651883: Verifying Checksum [2020-07-24T15:36:49.620Z] ce8a83651883: Download complete [2020-07-24T15:36:49.884Z] 2dd03ba5bac4: Verifying Checksum [2020-07-24T15:36:49.884Z] 2dd03ba5bac4: Download complete [2020-07-24T15:36:49.884Z] 07967f4d0e4b: Verifying Checksum [2020-07-24T15:36:49.884Z] 07967f4d0e4b: Download complete [2020-07-24T15:36:49.884Z] e78d2573fc39: Verifying Checksum [2020-07-24T15:36:49.884Z] e78d2573fc39: Download complete [2020-07-24T15:36:50.457Z] ed8968b2872e: Pull complete [2020-07-24T15:36:50.457Z] a92cc7c5fd73: Pull complete [2020-07-24T15:36:51.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T15:36:52.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T15:36:54.377Z] OK: 142 MiB in 39 packages [2020-07-24T15:36:55.773Z] 2dd03ba5bac4: Pull complete [2020-07-24T15:36:55.773Z] 1e091d79d1de: Pull complete [2020-07-24T15:36:55.773Z] 481702a1767f: Pull complete [2020-07-24T15:36:55.810Z] Removing intermediate container 79a759a7e1de [2020-07-24T15:36:55.810Z] ---> 13597082ecfb [2020-07-24T15:36:55.810Z] Step 6/8 : WORKDIR /build [2020-07-24T15:36:55.810Z] ---> Running in 8c9dce798229 [2020-07-24T15:36:56.083Z] Removing intermediate container 8c9dce798229 [2020-07-24T15:36:56.083Z] ---> f1be8e66850b [2020-07-24T15:36:56.083Z] Step 7/8 : COPY go.mod . [2020-07-24T15:36:57.062Z] ---> 3bcf57b39966 [2020-07-24T15:36:57.062Z] Step 8/8 : RUN go mod download [2020-07-24T15:36:57.062Z] ---> Running in a747ed2aa4ea [2020-07-24T15:36:59.669Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T15:36:59.669Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T15:36:59.669Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T15:36:59.669Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T15:36:59.669Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T15:36:59.669Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T15:36:59.669Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T15:36:59.669Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T15:36:59.669Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-24T15:36:59.669Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-24T15:36:59.939Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-24T15:36:59.939Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T15:36:59.939Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T15:36:59.939Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T15:36:59.939Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T15:36:59.939Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T15:36:59.939Z] go: finding github.com/google/uuid v1.1.0 [2020-07-24T15:36:59.939Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-24T15:36:59.939Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T15:36:59.939Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T15:36:59.939Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T15:36:59.939Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T15:37:00.210Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T15:37:00.481Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T15:37:00.481Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T15:37:00.481Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T15:37:00.481Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T15:37:00.481Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T15:37:00.481Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T15:37:00.481Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T15:37:00.481Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T15:37:00.481Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T15:37:00.481Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T15:37:00.752Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T15:37:00.752Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T15:37:00.752Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T15:37:00.752Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T15:37:00.752Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T15:37:00.752Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T15:37:00.752Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T15:37:00.752Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T15:37:00.752Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T15:37:00.752Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T15:37:00.752Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T15:37:00.752Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-24T15:37:00.752Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-24T15:37:01.024Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T15:37:01.024Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-24T15:37:01.024Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-24T15:37:01.024Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T15:37:01.024Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-24T15:37:01.024Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-24T15:37:01.024Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T15:37:02.375Z] f64a6f60c768: Pull complete [2020-07-24T15:37:04.292Z] e78d2573fc39: Pull complete [2020-07-24T15:37:04.292Z] e876d2f968b6: Pull complete [2020-07-24T15:37:05.703Z] ce8a83651883: Pull complete [2020-07-24T15:37:05.703Z] 07967f4d0e4b: Pull complete [2020-07-24T15:37:05.703Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-24T15:37:05.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-24T15:37:05.963Z] ---> 5d7c900382c6 [2020-07-24T15:37:05.963Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T15:37:07.348Z] ---> Running in 051e754d421a [2020-07-24T15:37:07.348Z] Removing intermediate container 051e754d421a [2020-07-24T15:37:07.348Z] ---> f9b178ea807e [2020-07-24T15:37:07.348Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T15:37:07.348Z] ---> Running in 35bc029f04b3 [2020-07-24T15:37:08.731Z] Removing intermediate container 35bc029f04b3 [2020-07-24T15:37:08.731Z] ---> 1c901da3348f [2020-07-24T15:37:08.731Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-24T15:37:08.731Z] ---> Running in 6967585f1bb8 [2020-07-24T15:37:09.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T15:37:10.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T15:37:10.818Z] OK: 166 MiB in 39 packages [2020-07-24T15:37:11.188Z] Removing intermediate container a747ed2aa4ea [2020-07-24T15:37:11.188Z] ---> 8fc55d366b51 [2020-07-24T15:37:11.188Z] Successfully built 8fc55d366b51 [2020-07-24T15:37:11.188Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-07-24T15:37:11.390Z] Removing intermediate container 6967585f1bb8 [2020-07-24T15:37:11.390Z] ---> 647f313492ca [2020-07-24T15:37:11.390Z] Step 6/8 : WORKDIR /build [2020-07-24T15:37:11.390Z] ---> Running in 396bb66c7ab6 [2020-07-24T15:37:11.390Z] Removing intermediate container 396bb66c7ab6 [2020-07-24T15:37:11.390Z] ---> 760735835c00 [2020-07-24T15:37:11.390Z] Step 7/8 : COPY go.mod . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:37:11.651Z] ---> f738b1eaa179 [2020-07-24T15:37:11.652Z] Step 8/8 : RUN go mod download [2020-07-24T15:37:11.652Z] ---> Running in e3bc9dcf2e5e [2020-07-24T15:37:11.917Z] + docker inspect -f . ci-base-image-arm64 [2020-07-24T15:37:11.917Z] . [Pipeline] withDockerContainer [2020-07-24T15:37:12.191Z] prd-ubuntu18.04-docker-arm64-4c-16g-847 does not seem to be running inside a container [2020-07-24T15:37:12.277Z] $ 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 [2020-07-24T15:37:13.572Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T15:37:13.572Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T15:37:13.572Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T15:37:13.572Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T15:37:13.572Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T15:37:13.572Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T15:37:13.572Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T15:37:13.572Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T15:37:13.572Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-24T15:37:13.572Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-24T15:37:13.572Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-24T15:37:13.572Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T15:37:13.572Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T15:37:13.572Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T15:37:13.572Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T15:37:13.572Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T15:37:13.572Z] go: finding github.com/google/uuid v1.1.0 [2020-07-24T15:37:13.572Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-24T15:37:13.572Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T15:37:13.572Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T15:37:13.846Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T15:37:14.073Z] $ docker top fe7297ee8d89423454a4d831628172c5c52a600cab36e90ad13a52475471610e -eo pid,comm [2020-07-24T15:37:14.108Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T15:37:14.108Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T15:37:14.108Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T15:37:14.108Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T15:37:14.108Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T15:37:14.108Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T15:37:14.108Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T15:37:14.108Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T15:37:14.108Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T15:37:14.108Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T15:37:14.108Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T15:37:14.368Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T15:37:14.368Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T15:37:14.368Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T15:37:14.368Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T15:37:14.368Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T15:37:14.368Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T15:37:14.368Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T15:37:14.368Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T15:37:14.368Z] go: finding github.com/posener/complete v1.1.1 [Pipeline] { [Pipeline] sh [2020-07-24T15:37:14.629Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T15:37:14.629Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T15:37:14.629Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-24T15:37:14.629Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-24T15:37:14.629Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T15:37:14.629Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-24T15:37:14.629Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-24T15:37:14.629Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T15:37:14.630Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-24T15:37:14.630Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-24T15:37:14.630Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T15:37:15.477Z] + go version [2020-07-24T15:37:15.477Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-24T15:37:16.530Z] + make test [2020-07-24T15:37:16.530Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-24T15:37:22.800Z] Removing intermediate container e3bc9dcf2e5e [2020-07-24T15:37:22.800Z] ---> dab590458b77 [2020-07-24T15:37:22.800Z] Successfully built dab590458b77 [2020-07-24T15:37:22.800Z] 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 [2020-07-24T15:37:23.569Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-24T15:37:23.569Z] . [Pipeline] withDockerContainer [2020-07-24T15:37:23.674Z] prd-centos7-docker-4c-2g-848 does not seem to be running inside a container [2020-07-24T15:37:23.853Z] $ 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 [2020-07-24T15:37:25.021Z] $ docker top ee07161af284af637bce860ee2205a6beb23adfbcf6b81d4d545579d2c8ad3c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T15:37:25.527Z] + go version [2020-07-24T15:37:25.527Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-24T15:37:25.828Z] + make test [2020-07-24T15:37:25.828Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-24T15:37:40.844Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-07-24T15:37:40.844Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.008s coverage: 9.0% of statements [2020-07-24T15:37:40.844Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-07-24T15:37:40.844Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements [2020-07-24T15:37:40.844Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-07-24T15:37:40.844Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-07-24T15:37:40.844Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-07-24T15:37:46.130Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.027s coverage: 100.0% of statements [2020-07-24T15:37:46.130Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-07-24T15:37:46.130Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-07-24T15:37:46.130Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-07-24T15:37:46.130Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements [2020-07-24T15:37:46.130Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-07-24T15:37:46.130Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/variables 0.010s coverage: 95.8% of statements [2020-07-24T15:37:46.130Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-07-24T15:37:46.130Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-07-24T15:37:46.390Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-24T15:37:48.325Z] gofmt -l . [2020-07-24T15:37:48.325Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-24T15:37:48.913Z] Stashed 1 file(s) [Pipeline] } [2020-07-24T15:37:48.915Z] $ docker stop --time=1 ee07161af284af637bce860ee2205a6beb23adfbcf6b81d4d545579d2c8ad3c9 [2020-07-24T15:37:51.236Z] $ 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] } [2020-07-24T15:38:03.570Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-07-24T15:38:03.570Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.032s coverage: 9.0% of statements [2020-07-24T15:38:03.570Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-07-24T15:38:03.570Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.048s coverage: 84.2% of statements [2020-07-24T15:38:03.570Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-07-24T15:38:03.570Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-07-24T15:38:03.570Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-07-24T15:38:03.843Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.041s coverage: 100.0% of statements [2020-07-24T15:38:03.843Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-07-24T15:38:03.843Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-07-24T15:38:03.843Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-07-24T15:38:03.843Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.029s coverage: 48.9% of statements [2020-07-24T15:38:03.843Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-07-24T15:38:03.843Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/variables 0.034s coverage: 95.8% of statements [2020-07-24T15:38:03.843Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-07-24T15:38:03.843Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.050s coverage: 91.3% of statements [2020-07-24T15:38:04.115Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-24T15:38:10.835Z] gofmt -l . [2020-07-24T15:38:10.835Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-24T15:38:10.852Z] Warning: overwriting stash ‘coverage-report’ [2020-07-24T15:38:11.510Z] Stashed 1 file(s) [Pipeline] } [2020-07-24T15:38:11.513Z] $ docker stop --time=1 fe7297ee8d89423454a4d831628172c5c52a600cab36e90ad13a52475471610e [2020-07-24T15:38:13.815Z] $ 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 [2020-07-24T15:38:15.822Z] provisioning config files... [2020-07-24T15:38:15.831Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config2595924915412416978tmp [Pipeline] { [Pipeline] sh [2020-07-24T15:38:16.201Z] + curl -s https://codecov.io/bash [2020-07-24T15:38:16.201Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config2595924915412416978tmp [Pipeline] } [2020-07-24T15:38:16.469Z] 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 [2020-07-24T15:38:18.087Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T15:38:18.639Z] ---> package-listing.sh [2020-07-24T15:38:18.639Z] ++ facter osfamily [2020-07-24T15:38:18.639Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-24T15:38:18.639Z] + OS_FAMILY=redhat [2020-07-24T15:38:18.639Z] + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-86 [2020-07-24T15:38:18.639Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-24T15:38:18.639Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-24T15:38:18.639Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-24T15:38:18.639Z] + PACKAGES=/tmp/packages_start.txt [2020-07-24T15:38:18.639Z] + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-86 ']' [2020-07-24T15:38:18.639Z] + PACKAGES=/tmp/packages_end.txt [2020-07-24T15:38:18.639Z] + case "${OS_FAMILY}" in [2020-07-24T15:38:18.639Z] + rpm -qa [2020-07-24T15:38:18.639Z] + sort [2020-07-24T15:38:22.841Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-24T15:38:22.841Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-24T15:38:22.841Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-24T15:38:22.841Z] + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-86 ']' [2020-07-24T15:38:22.841Z] + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-86/archives/ [2020-07-24T15:38:22.841Z] + 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 [2020-07-24T15:38:23.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T15:38:23.409Z] [2020-07-24T15:38:23.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-24T15:38:23.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T15:38:23.752Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-24T15:38:23.752Z] c9b1b535fdd9: Pulling fs layer [2020-07-24T15:38:23.752Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-24T15:38:23.752Z] 756a868c4378: Pulling fs layer [2020-07-24T15:38:23.752Z] 444b2fc9a129: Pulling fs layer [2020-07-24T15:38:23.752Z] ea15f1150254: Pulling fs layer [2020-07-24T15:38:23.752Z] 41b27a9f41bf: Pulling fs layer [2020-07-24T15:38:23.752Z] 28c525ee5125: Pulling fs layer [2020-07-24T15:38:23.752Z] 094b1ea09ed8: Pulling fs layer [2020-07-24T15:38:23.752Z] 138eaada9080: Pulling fs layer [2020-07-24T15:38:23.752Z] 0622d0fa9048: Pulling fs layer [2020-07-24T15:38:23.752Z] 444b2fc9a129: Waiting [2020-07-24T15:38:23.752Z] ea15f1150254: Waiting [2020-07-24T15:38:23.752Z] 41b27a9f41bf: Waiting [2020-07-24T15:38:23.752Z] 28c525ee5125: Waiting [2020-07-24T15:38:23.752Z] 0622d0fa9048: Waiting [2020-07-24T15:38:23.752Z] 094b1ea09ed8: Waiting [2020-07-24T15:38:23.752Z] 138eaada9080: Waiting [2020-07-24T15:38:23.752Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-24T15:38:23.752Z] 2cc5ad85d9ab: Download complete [2020-07-24T15:38:23.752Z] 444b2fc9a129: Verifying Checksum [2020-07-24T15:38:23.752Z] 444b2fc9a129: Download complete [2020-07-24T15:38:23.752Z] c9b1b535fdd9: Verifying Checksum [2020-07-24T15:38:23.752Z] c9b1b535fdd9: Download complete [2020-07-24T15:38:23.752Z] ea15f1150254: Verifying Checksum [2020-07-24T15:38:23.752Z] ea15f1150254: Download complete [2020-07-24T15:38:23.752Z] 28c525ee5125: Verifying Checksum [2020-07-24T15:38:23.752Z] 28c525ee5125: Download complete [2020-07-24T15:38:24.015Z] 756a868c4378: Verifying Checksum [2020-07-24T15:38:24.015Z] 756a868c4378: Download complete [2020-07-24T15:38:24.275Z] c9b1b535fdd9: Pull complete [2020-07-24T15:38:24.275Z] 138eaada9080: Verifying Checksum [2020-07-24T15:38:24.275Z] 138eaada9080: Download complete [2020-07-24T15:38:24.275Z] 094b1ea09ed8: Verifying Checksum [2020-07-24T15:38:24.275Z] 094b1ea09ed8: Download complete [2020-07-24T15:38:24.275Z] 0622d0fa9048: Verifying Checksum [2020-07-24T15:38:24.275Z] 0622d0fa9048: Download complete [2020-07-24T15:38:24.539Z] 2cc5ad85d9ab: Pull complete [2020-07-24T15:38:24.804Z] 41b27a9f41bf: Verifying Checksum [2020-07-24T15:38:24.804Z] 41b27a9f41bf: Download complete [2020-07-24T15:38:25.749Z] 756a868c4378: Pull complete [2020-07-24T15:38:26.014Z] 444b2fc9a129: Pull complete [2020-07-24T15:38:26.276Z] ea15f1150254: Pull complete [2020-07-24T15:38:30.484Z] 41b27a9f41bf: Pull complete [2020-07-24T15:38:30.484Z] 28c525ee5125: Pull complete [2020-07-24T15:38:33.789Z] 094b1ea09ed8: Pull complete [2020-07-24T15:38:33.789Z] 138eaada9080: Pull complete [2020-07-24T15:38:33.789Z] 0622d0fa9048: Pull complete [2020-07-24T15:38:33.789Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-24T15:38:33.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T15:38:33.789Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-24T15:38:33.917Z] prd-centos7-docker-4c-2g-846 does not seem to be running inside a container [2020-07-24T15:38:33.947Z] $ 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 [2020-07-24T15:38:37.306Z] $ docker top e593e20ddbcddda115cc8546faebafdff8e71abed34399ac5fbfb43c452d7c2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T15:38:37.512Z] provisioning config files... [2020-07-24T15:38:37.526Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-86@tmp/config757738805596704829tmp [Pipeline] { [Pipeline] echo [2020-07-24T15:38:37.588Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T15:38:37.876Z] ---> create-netrc.sh [Pipeline] echo [2020-07-24T15:38:37.884Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T15:38:38.174Z] ---> logs-deploy.sh [2020-07-24T15:38:38.174Z] + ARCHIVE_ARTIFACTS= [2020-07-24T15:38:38.174Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-24T15:38:38.174Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-24T15:38:38.174Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-24T15:38:38.174Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-86/2 [2020-07-24T15:38:38.174Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/PR-86/2/ [2020-07-24T15:38:38.174Z] + 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 [2020-07-24T15:38:39.559Z] Archives upload complete. [2020-07-24T15:38:39.559Z] + 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/