Pull request #11 opened 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 jamesrgregg for edgexfoundry/go-mod-configuration Obtained Jenkinsfile from 98d848c5c88603d8eb3fbd47ec2adcfc49683651+c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 (744322cbd26a7e5c3d9cadaebc488889b9c732db) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-11/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3562’ is offline Running on prd-centos7-docker-4c-2g-3564 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # 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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) > git config core.sparsecheckout # timeout=10 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # 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 c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 Commit message: "docs: Update PR template to add dependencies question" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-18T13:42:32.900Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-18T13:42:33.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-18T13:42:33.223Z] ========================================================= [2020-06-18T13:42:33.223Z] EdgeX Global Pipelines Version Info [2020-06-18T13:42:33.223Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-18T13:42:35.136Z] ------------------- [2020-06-18T13:42:35.136Z] stable info: [2020-06-18T13:42:35.136Z] ------------------- [2020-06-18T13:42:35.136Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-18T13:42:35.136Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T13:42:35.136Z] Message: update stable to v1.0.89 [2020-06-18T13:42:35.708Z] ------------------- [2020-06-18T13:42:35.708Z] experimental info: [2020-06-18T13:42:35.708Z] ------------------- [2020-06-18T13:42:35.708Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-18T13:42:35.708Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T13:42:35.708Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:42:37.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T13:42:37.527Z] [2020-06-18T13:42:37.527Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:42:38.154Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T13:42:38.154Z] latest: Pulling from edgex-devops/git-semver [2020-06-18T13:42:38.154Z] 9123ac7c32f7: Pulling fs layer [2020-06-18T13:42:38.154Z] b8cc5d1170e3: Pulling fs layer [2020-06-18T13:42:38.154Z] 2924cbbf6a41: Pulling fs layer [2020-06-18T13:42:38.154Z] 93b08a4f1073: Pulling fs layer [2020-06-18T13:42:38.154Z] 93b08a4f1073: Waiting [2020-06-18T13:42:38.154Z] b8cc5d1170e3: Verifying Checksum [2020-06-18T13:42:38.154Z] b8cc5d1170e3: Download complete [2020-06-18T13:42:38.154Z] 9123ac7c32f7: Verifying Checksum [2020-06-18T13:42:38.154Z] 9123ac7c32f7: Download complete [2020-06-18T13:42:38.415Z] 93b08a4f1073: Verifying Checksum [2020-06-18T13:42:38.415Z] 93b08a4f1073: Download complete [2020-06-18T13:42:38.415Z] 2924cbbf6a41: Download complete [2020-06-18T13:42:38.677Z] 9123ac7c32f7: Pull complete [2020-06-18T13:42:38.677Z] b8cc5d1170e3: Pull complete [2020-06-18T13:42:39.622Z] 2924cbbf6a41: Pull complete [2020-06-18T13:42:39.622Z] 93b08a4f1073: Pull complete [2020-06-18T13:42:39.622Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-18T13:42:39.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T13:42:39.623Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-18T13:42:39.746Z] prd-centos7-docker-4c-2g-3564 does not seem to be running inside a container [2020-06-18T13:42:39.795Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-11 -v /w/workspace/undry_go-mod-configuration_PR-11:/w/workspace/undry_go-mod-configuration_PR-11:rw,z -v /w/workspace/undry_go-mod-configuration_PR-11@tmp:/w/workspace/undry_go-mod-configuration_PR-11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-18T13:42:41.723Z] $ docker top beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T13:42:41.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T13:42:41.979Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T13:42:42.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T13:42:42.206Z] $ docker exec beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent [2020-06-18T13:42:42.374Z] SSH_AUTH_SOCK=/tmp/ssh-FPL5Eiggv1Tn/agent.13 [2020-06-18T13:42:42.374Z] SSH_AGENT_PID=19 [2020-06-18T13:42:42.384Z] Running ssh-add (command line suppressed) [2020-06-18T13:42:42.522Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_5361740643528594303.key (/w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_5361740643528594303.key) [2020-06-18T13:42:42.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T13:42:42.918Z] + git describe --exact-match --tags HEAD [2020-06-18T13:42:42.918Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-18T13:42:43.108Z] $ docker exec --env ******** --env ******** beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent -k [2020-06-18T13:42:43.223Z] unset SSH_AUTH_SOCK; [2020-06-18T13:42:43.224Z] unset SSH_AGENT_PID; [2020-06-18T13:42:43.224Z] echo Agent pid 19 killed; [2020-06-18T13:42:43.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-18T13:42:43.364Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-18T13:42:43.364Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-18T13:42:43.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T13:42:43.428Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T13:42:43.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T13:42:43.604Z] $ docker exec beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent [2020-06-18T13:42:43.784Z] SSH_AUTH_SOCK=/tmp/ssh-yagMbsUwthnJ/agent.47 [2020-06-18T13:42:43.784Z] SSH_AGENT_PID=52 [2020-06-18T13:42:43.790Z] Running ssh-add (command line suppressed) [2020-06-18T13:42:43.914Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_2073973569802637460.key (/w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_2073973569802637460.key) [2020-06-18T13:42:43.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T13:42:44.303Z] + git semver init [2020-06-18T13:42:44.303Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T13:42:44.303Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-11/.git [2020-06-18T13:42:44.303Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-11 [2020-06-18T13:42:44.303Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T13:42:44.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T13:42:44.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T13:42:44.303Z] # $SEMVER_BRANCH = PR-11 [2020-06-18T13:42:44.303Z] # $SEMVER_TEMP = /tmp/semver-830934709 [2020-06-18T13:42:44.303Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-06-18T13:42:44.563Z] # '/tmp/semver-830934709' -> '/w/workspace/undry_go-mod-configuration_PR-11/.semver' [2020-06-18T13:42:44.563Z] # -> Force: false [2020-06-18T13:42:44.563Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-11/.semver [Pipeline] } [2020-06-18T13:42:44.585Z] $ docker exec --env ******** --env ******** beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent -k [2020-06-18T13:42:44.713Z] unset SSH_AUTH_SOCK; [2020-06-18T13:42:44.714Z] unset SSH_AGENT_PID; [2020-06-18T13:42:44.714Z] echo Agent pid 52 killed; [2020-06-18T13:42:44.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T13:42:45.208Z] + git semver [Pipeline] } [2020-06-18T13:42:45.238Z] $ docker stop --time=1 beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 [2020-06-18T13:42:46.569Z] $ docker rm -f beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-18T13:42:47.094Z] Stashed 17 file(s) [Pipeline] echo [2020-06-18T13:42:47.110Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-18T13:43:02.466Z] Still waiting to schedule task [2020-06-18T13:43:02.467Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-18T13:43:02.488Z] Still waiting to schedule task [2020-06-18T13:43:02.488Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-18T13:44:35.416Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3565 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] ws [2020-06-18T13:44:35.466Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-06-18T13:44:40.870Z] using credential edgex-jenkins-ssh [2020-06-18T13:44:40.907Z] Cloning the remote Git repository [2020-06-18T13:44:40.907Z] Cloning with configured refspecs honoured and without tags [2020-06-18T13:44:40.943Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:44:41.065Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-06-18T13:44:41.142Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:44:41.143Z] > git --version # timeout=10 [2020-06-18T13:44:41.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:44:41.248Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:44:41.894Z] Fetching without tags [2020-06-18T13:44:42.433Z] Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 [2020-06-18T13:44:42.663Z] Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 [2020-06-18T13:44:42.663Z] Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) [2020-06-18T13:44:41.775Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T13:44:41.796Z] > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # timeout=10 [2020-06-18T13:44:41.817Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:44:41.852Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T13:44:41.884Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:44:41.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:44:41.898Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:44:42.432Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T13:44:42.455Z] > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 [2020-06-18T13:44:42.539Z] > git remote # timeout=10 [2020-06-18T13:44:42.571Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T13:44:42.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:44:42.602Z] > git merge c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 [2020-06-18T13:44:42.624Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T13:44:42.647Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T13:44:42.672Z] > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 [2020-06-18T13:44:47.121Z] Commit message: "docs: Update PR template to add dependencies question" [2020-06-18T13:44:47.159Z] > git --version # timeout=10 [2020-06-18T13:44:47.191Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T13:44:48.311Z] ========================================================= [2020-06-18T13:44:48.311Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-18T13:44:48.311Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:44:49.349Z] + 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-06-18T13:44:50.333Z] Sending build context to Docker daemon 292.9kB [2020-06-18T13:44:50.333Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-18T13:44:50.334Z] Step 2/7 : FROM ${BASE} [2020-06-18T13:44:50.617Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-18T13:44:50.617Z] cde5963f3b93: Pulling fs layer [2020-06-18T13:44:50.617Z] 2a23fa8c16f7: Pulling fs layer [2020-06-18T13:44:50.617Z] 777b28850792: Pulling fs layer [2020-06-18T13:44:50.617Z] 8a11ddd9e578: Pulling fs layer [2020-06-18T13:44:50.617Z] 4cf88f913ddb: Pulling fs layer [2020-06-18T13:44:50.617Z] 1df406cf5192: Pulling fs layer [2020-06-18T13:44:50.617Z] cd6300453558: Pulling fs layer [2020-06-18T13:44:50.617Z] b9c365052c96: Pulling fs layer [2020-06-18T13:44:50.617Z] a2d8cc88f415: Pulling fs layer [2020-06-18T13:44:50.617Z] ea1d1ca13537: Pulling fs layer [2020-06-18T13:44:50.617Z] 3750a50a1c5e: Pulling fs layer [2020-06-18T13:44:50.617Z] b9c365052c96: Waiting [2020-06-18T13:44:50.617Z] a2d8cc88f415: Waiting [2020-06-18T13:44:50.617Z] ea1d1ca13537: Waiting [2020-06-18T13:44:50.617Z] 3750a50a1c5e: Waiting [2020-06-18T13:44:50.617Z] 1df406cf5192: Waiting [2020-06-18T13:44:50.617Z] 4cf88f913ddb: Waiting [2020-06-18T13:44:50.617Z] cd6300453558: Waiting [2020-06-18T13:44:50.617Z] 777b28850792: Download complete [2020-06-18T13:44:50.617Z] 2a23fa8c16f7: Verifying Checksum [2020-06-18T13:44:50.617Z] 2a23fa8c16f7: Download complete [2020-06-18T13:44:50.617Z] 4cf88f913ddb: Download complete [2020-06-18T13:44:50.617Z] 1df406cf5192: Verifying Checksum [2020-06-18T13:44:50.617Z] 1df406cf5192: Download complete [2020-06-18T13:44:50.617Z] cde5963f3b93: Verifying Checksum [2020-06-18T13:44:50.617Z] cde5963f3b93: Download complete [2020-06-18T13:44:51.253Z] cde5963f3b93: Pull complete [2020-06-18T13:44:51.887Z] 2a23fa8c16f7: Pull complete [2020-06-18T13:44:52.495Z] 777b28850792: Pull complete [2020-06-18T13:44:53.505Z] cd6300453558: Verifying Checksum [2020-06-18T13:44:53.505Z] cd6300453558: Download complete [2020-06-18T13:44:53.505Z] a2d8cc88f415: Verifying Checksum [2020-06-18T13:44:53.505Z] a2d8cc88f415: Download complete [2020-06-18T13:44:54.956Z] ea1d1ca13537: Verifying Checksum [2020-06-18T13:44:54.956Z] ea1d1ca13537: Download complete [2020-06-18T13:44:55.559Z] 3750a50a1c5e: Verifying Checksum [2020-06-18T13:44:55.559Z] 3750a50a1c5e: Download complete [2020-06-18T13:44:56.555Z] b9c365052c96: Verifying Checksum [2020-06-18T13:44:56.555Z] b9c365052c96: Download complete [2020-06-18T13:44:56.555Z] 8a11ddd9e578: Verifying Checksum [2020-06-18T13:44:56.555Z] 8a11ddd9e578: Download complete [2020-06-18T13:45:09.096Z] 8a11ddd9e578: Pull complete [2020-06-18T13:45:09.096Z] 4cf88f913ddb: Pull complete [2020-06-18T13:45:09.096Z] 1df406cf5192: Pull complete [2020-06-18T13:45:13.466Z] cd6300453558: Pull complete [2020-06-18T13:45:17.805Z] b9c365052c96: Pull complete [2020-06-18T13:45:17.805Z] a2d8cc88f415: Pull complete [2020-06-18T13:45:19.807Z] ea1d1ca13537: Pull complete [2020-06-18T13:45:20.405Z] 3750a50a1c5e: Pull complete [2020-06-18T13:45:20.405Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-18T13:45:20.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-18T13:45:20.405Z] ---> 78745c68409d [2020-06-18T13:45:20.405Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-18T13:45:24.740Z] ---> Running in a65953fa559a [2020-06-18T13:45:25.331Z] Removing intermediate container a65953fa559a [2020-06-18T13:45:25.331Z] ---> eac08e3080e4 [2020-06-18T13:45:25.331Z] Step 4/7 : RUN apk add --update bash [2020-06-18T13:45:25.604Z] ---> Running in 37b8b29ab8c7 [2020-06-18T13:45:27.589Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T13:45:28.188Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T13:45:29.176Z] OK: 125 MiB in 39 packages [2020-06-18T13:45:30.200Z] Removing intermediate container 37b8b29ab8c7 [2020-06-18T13:45:30.200Z] ---> c715570bc159 [2020-06-18T13:45:30.200Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-18T13:45:30.200Z] ---> Running in 5bce5282625e [2020-06-18T13:45:30.800Z] Removing intermediate container 5bce5282625e [2020-06-18T13:45:30.800Z] ---> 39134fdc9f2c [2020-06-18T13:45:30.800Z] Step 6/7 : COPY go.mod . [2020-06-18T13:45:31.396Z] ---> f88476cdf3b2 [2020-06-18T13:45:31.396Z] Step 7/7 : RUN go mod download [2020-06-18T13:45:31.670Z] ---> Running in b132531829b1 [2020-06-18T13:45:34.286Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T13:45:34.286Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T13:45:34.286Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T13:45:34.286Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T13:45:34.286Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T13:45:34.286Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T13:45:34.286Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T13:45:34.286Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T13:45:34.286Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T13:45:34.286Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T13:45:34.286Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T13:45:34.286Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T13:45:34.557Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T13:45:34.557Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T13:45:34.557Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T13:45:34.557Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T13:45:34.557Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T13:45:34.680Z] Running on prd-centos7-docker-4c-2g-3566 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] ws [2020-06-18T13:45:34.733Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-06-18T13:45:34.832Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T13:45:34.832Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T13:45:34.832Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T13:45:34.832Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T13:45:34.832Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T13:45:34.832Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T13:45:34.832Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T13:45:34.832Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T13:45:34.832Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T13:45:34.832Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T13:45:35.105Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-18T13:45:37.131Z] using credential edgex-jenkins-ssh [2020-06-18T13:45:37.174Z] Cloning the remote Git repository [2020-06-18T13:45:37.174Z] Cloning with configured refspecs honoured and without tags [2020-06-18T13:45:37.792Z] Fetching without tags [2020-06-18T13:45:37.087Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:45:37.155Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-06-18T13:45:37.199Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:45:37.199Z] > git --version # timeout=10 [2020-06-18T13:45:37.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:45:37.235Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:45:37.697Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T13:45:37.706Z] > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # timeout=10 [2020-06-18T13:45:37.713Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:45:37.723Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-06-18T13:45:37.735Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-06-18T13:45:37.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:45:37.740Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T13:45:38.209Z] Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 [2020-06-18T13:45:38.301Z] Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 [2020-06-18T13:45:38.301Z] Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) [2020-06-18T13:45:38.196Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T13:45:38.205Z] > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 [2020-06-18T13:45:38.240Z] > git remote # timeout=10 [2020-06-18T13:45:38.249Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T13:45:38.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T13:45:38.262Z] > git merge c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 [2020-06-18T13:45:38.273Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T13:45:38.285Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T13:45:38.291Z] > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 [2020-06-18T13:45:41.837Z] Removing intermediate container b132531829b1 [2020-06-18T13:45:41.837Z] ---> cb7750d59421 [2020-06-18T13:45:41.837Z] Successfully built cb7750d59421 [2020-06-18T13:45:41.837Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-06-18T13:45:41.999Z] Commit message: "docs: Update PR template to add dependencies question" [Pipeline] } [2020-06-18T13:45:42.024Z] > git --version # timeout=10 [2020-06-18T13:45:42.033Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-06-18T13:45:42.566Z] + docker inspect -f . ci-base-image-arm64 [2020-06-18T13:45:42.566Z] . [Pipeline] script [Pipeline] { [Pipeline] withDockerContainer [2020-06-18T13:45:42.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-3565 does not seem to be running inside a container [2020-06-18T13:45:42.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-18T13:45:44.811Z] $ docker top 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2020-06-18T13:45:45.305Z] ========================================================= [2020-06-18T13:45:45.305Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-18T13:45:45.305Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:45:46.010Z] + 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-06-18T13:45:46.010Z] Sending build context to Docker daemon 292.9kB [2020-06-18T13:45:46.010Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-18T13:45:46.010Z] Step 2/7 : FROM ${BASE} [2020-06-18T13:45:46.240Z] + go version [2020-06-18T13:45:46.240Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-18T13:45:46.295Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-18T13:45:46.295Z] e6b0cf9c0882: Pulling fs layer [2020-06-18T13:45:46.295Z] 2848faf0eed1: Pulling fs layer [2020-06-18T13:45:46.295Z] 0f37312ad70f: Pulling fs layer [2020-06-18T13:45:46.295Z] 5788d62ee057: Pulling fs layer [2020-06-18T13:45:46.295Z] 0e6b1d234666: Pulling fs layer [2020-06-18T13:45:46.295Z] bf5d7aec512f: Pulling fs layer [2020-06-18T13:45:46.295Z] 34c802a77dc8: Pulling fs layer [2020-06-18T13:45:46.295Z] 9eb99e56ec68: Pulling fs layer [2020-06-18T13:45:46.295Z] 27c7a5d97fbd: Pulling fs layer [2020-06-18T13:45:46.295Z] 5c102a31e300: Pulling fs layer [2020-06-18T13:45:46.295Z] dcfb455df0a1: Pulling fs layer [2020-06-18T13:45:46.295Z] 0e6b1d234666: Waiting [2020-06-18T13:45:46.295Z] bf5d7aec512f: Waiting [2020-06-18T13:45:46.295Z] 34c802a77dc8: Waiting [2020-06-18T13:45:46.295Z] 9eb99e56ec68: Waiting [2020-06-18T13:45:46.295Z] 27c7a5d97fbd: Waiting [2020-06-18T13:45:46.295Z] 5c102a31e300: Waiting [2020-06-18T13:45:46.295Z] dcfb455df0a1: Waiting [2020-06-18T13:45:46.295Z] 5788d62ee057: Waiting [2020-06-18T13:45:46.295Z] 0f37312ad70f: Verifying Checksum [2020-06-18T13:45:46.295Z] 0f37312ad70f: Download complete [2020-06-18T13:45:46.295Z] 2848faf0eed1: Verifying Checksum [2020-06-18T13:45:46.295Z] 2848faf0eed1: Download complete [2020-06-18T13:45:46.295Z] 0e6b1d234666: Download complete [2020-06-18T13:45:46.295Z] bf5d7aec512f: Verifying Checksum [2020-06-18T13:45:46.295Z] bf5d7aec512f: Download complete [2020-06-18T13:45:46.295Z] e6b0cf9c0882: Verifying Checksum [2020-06-18T13:45:46.295Z] e6b0cf9c0882: Download complete [2020-06-18T13:45:46.578Z] e6b0cf9c0882: Pull complete [2020-06-18T13:45:46.851Z] 2848faf0eed1: Pull complete [2020-06-18T13:45:47.118Z] 0f37312ad70f: Pull complete [2020-06-18T13:45:47.400Z] 34c802a77dc8: Verifying Checksum [2020-06-18T13:45:47.400Z] 34c802a77dc8: Download complete [2020-06-18T13:45:47.400Z] 27c7a5d97fbd: Verifying Checksum [2020-06-18T13:45:47.400Z] 27c7a5d97fbd: Download complete [2020-06-18T13:45:47.792Z] + make test [2020-06-18T13:45:47.792Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-18T13:45:48.079Z] 5c102a31e300: Verifying Checksum [2020-06-18T13:45:48.079Z] 5c102a31e300: Download complete [2020-06-18T13:45:48.079Z] 9eb99e56ec68: Verifying Checksum [2020-06-18T13:45:48.079Z] 9eb99e56ec68: Download complete [2020-06-18T13:45:48.079Z] dcfb455df0a1: Verifying Checksum [2020-06-18T13:45:48.079Z] dcfb455df0a1: Download complete [2020-06-18T13:45:48.079Z] 5788d62ee057: Verifying Checksum [2020-06-18T13:45:54.787Z] 5788d62ee057: Pull complete [2020-06-18T13:45:54.787Z] 0e6b1d234666: Pull complete [2020-06-18T13:45:55.060Z] bf5d7aec512f: Pull complete [2020-06-18T13:46:00.418Z] 34c802a77dc8: Pull complete [2020-06-18T13:46:03.054Z] 9eb99e56ec68: Pull complete [2020-06-18T13:46:03.054Z] 27c7a5d97fbd: Pull complete [2020-06-18T13:46:03.662Z] 5c102a31e300: Pull complete [2020-06-18T13:46:03.662Z] dcfb455df0a1: Pull complete [2020-06-18T13:46:03.936Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-18T13:46:03.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-18T13:46:03.936Z] ---> 7c70fe431013 [2020-06-18T13:46:03.936Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-18T13:46:05.902Z] ---> Running in 714f7fa4ad7a [2020-06-18T13:46:05.902Z] Removing intermediate container 714f7fa4ad7a [2020-06-18T13:46:05.902Z] ---> 238a5e0f8a68 [2020-06-18T13:46:05.902Z] Step 4/7 : RUN apk add --update bash [2020-06-18T13:46:05.902Z] ---> Running in 073156915ce5 [2020-06-18T13:46:06.481Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T13:46:07.425Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T13:46:08.010Z] OK: 143 MiB in 39 packages [2020-06-18T13:46:08.584Z] Removing intermediate container 073156915ce5 [2020-06-18T13:46:08.584Z] ---> edd037752aaf [2020-06-18T13:46:08.584Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-18T13:46:08.584Z] ---> Running in 77d66d314565 [2020-06-18T13:46:08.584Z] Removing intermediate container 77d66d314565 [2020-06-18T13:46:08.584Z] ---> bc4261e0202c [2020-06-18T13:46:08.584Z] Step 6/7 : COPY go.mod . [2020-06-18T13:46:08.849Z] ---> 5cf09fb23d5a [2020-06-18T13:46:08.849Z] Step 7/7 : RUN go mod download [2020-06-18T13:46:08.849Z] ---> Running in 9ca9cbc3b03d [2020-06-18T13:46:10.102Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.027s coverage: 85.7% of statements [2020-06-18T13:46:10.783Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T13:46:10.783Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T13:46:10.783Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T13:46:10.783Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T13:46:10.783Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T13:46:10.783Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T13:46:10.783Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T13:46:10.783Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T13:46:10.783Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T13:46:10.783Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T13:46:10.783Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T13:46:10.783Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T13:46:10.783Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T13:46:10.783Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T13:46:11.051Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T13:46:11.051Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T13:46:11.051Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T13:46:11.051Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T13:46:11.051Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T13:46:11.051Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T13:46:11.051Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T13:46:11.051Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T13:46:11.051Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T13:46:11.051Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-18T13:46:11.051Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T13:46:11.051Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T13:46:11.051Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T13:46:11.051Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-18T13:46:13.498Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.629s coverage: 86.0% of statements [2020-06-18T13:46:13.498Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.015s coverage: 100.0% of statements [2020-06-18T13:46:13.498Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T13:46:16.138Z] gofmt -l . [2020-06-18T13:46:16.138Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-18T13:46:16.691Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T13:46:16.686Z] $ docker stop --time=1 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa [2020-06-18T13:46:17.701Z] Removing intermediate container 9ca9cbc3b03d [2020-06-18T13:46:17.701Z] ---> 042a73fb1f19 [2020-06-18T13:46:17.701Z] Successfully built 042a73fb1f19 [2020-06-18T13:46:17.701Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-18T13:46:18.742Z] $ docker rm -f 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-06-18T13:46:20.150Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-18T13:46:20.150Z] . [Pipeline] // stage [Pipeline] } [Pipeline] withDockerContainer [2020-06-18T13:46:20.347Z] prd-centos7-docker-4c-2g-3566 does not seem to be running inside a container [2020-06-18T13:46:20.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** ci-base-image-x86_64 cat [2020-06-18T13:46:21.460Z] $ docker top 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-18T13:46:22.270Z] + go version [2020-06-18T13:46:22.270Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-18T13:46:22.616Z] + make test [2020-06-18T13:46:22.616Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-18T13:46:30.954Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.006s coverage: 85.7% of statements [2020-06-18T13:46:35.254Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 3.549s coverage: 85.0% of statements [2020-06-18T13:46:35.254Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.004s coverage: 100.0% of statements [2020-06-18T13:46:35.254Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T13:46:35.524Z] gofmt -l . [2020-06-18T13:46:35.524Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-18T13:46:35.824Z] Warning: overwriting stash ‘coverage-report’ [2020-06-18T13:46:36.124Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T13:46:36.141Z] $ docker stop --time=1 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 [2020-06-18T13:46:38.209Z] $ docker rm -f 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 [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-06-18T13:46:40.113Z] provisioning config files... [2020-06-18T13:46:40.127Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-11@tmp/config372662894995421567tmp [Pipeline] { [Pipeline] sh [2020-06-18T13:46:40.491Z] + curl -s https://codecov.io/bash [2020-06-18T13:46:40.491Z] + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-11@tmp/config372662894995421567tmp [2020-06-18T13:46:40.759Z] [2020-06-18T13:46:40.759Z] _____ _ [2020-06-18T13:46:40.759Z] / ____| | | [2020-06-18T13:46:40.759Z] | | ___ __| | ___ ___ _____ __ [2020-06-18T13:46:40.759Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-18T13:46:40.759Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-18T13:46:40.759Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-18T13:46:40.759Z] Bash-20200602-f809a24 [2020-06-18T13:46:40.759Z] [2020-06-18T13:46:40.759Z] [2020-06-18T13:46:40.759Z] ==> Jenkins CI detected. [2020-06-18T13:46:40.759Z] project root: . [2020-06-18T13:46:40.759Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-18T13:46:40.759Z] ==> Running gcov in . (disable via -X gcov) [2020-06-18T13:46:40.759Z] ==> Python coveragepy not found [2020-06-18T13:46:40.759Z] ==> Searching for coverage reports in: [2020-06-18T13:46:40.759Z] + . [2020-06-18T13:46:40.759Z] -> Found 1 reports [2020-06-18T13:46:40.759Z] ==> Detecting git/mercurial file structure [2020-06-18T13:46:40.759Z] ==> Reading reports [2020-06-18T13:46:40.759Z] + ./coverage.out bytes=13052 [2020-06-18T13:46:40.759Z] ==> Appending adjustments [2020-06-18T13:46:40.759Z] https://docs.codecov.io/docs/fixing-reports [2020-06-18T13:46:40.759Z] + Found adjustments [2020-06-18T13:46:40.759Z] ==> Gzipping contents [2020-06-18T13:46:40.759Z] ==> Uploading reports [2020-06-18T13:46:40.759Z] url: https://codecov.io [2020-06-18T13:46:40.759Z] query: branch=PR-11&commit=98d848c5c88603d8eb3fbd47ec2adcfc49683651&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-11%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=11&job= [2020-06-18T13:46:41.021Z] -> Pinging Codecov [2020-06-18T13:46:41.021Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-11&commit=98d848c5c88603d8eb3fbd47ec2adcfc49683651&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-11%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=11&job= [2020-06-18T13:46:41.596Z] -> Uploading [2020-06-18T13:46:42.169Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/98d848c5c88603d8eb3fbd47ec2adcfc49683651 [Pipeline] } [2020-06-18T13:46:42.191Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-18T13:46:43.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T13:46:44.116Z] ---> package-listing.sh [2020-06-18T13:46:44.116Z] ++ facter osfamily [2020-06-18T13:46:44.116Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-18T13:46:44.116Z] + OS_FAMILY=redhat [2020-06-18T13:46:44.116Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-11 [2020-06-18T13:46:44.116Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-18T13:46:44.116Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-18T13:46:44.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-18T13:46:44.116Z] + PACKAGES=/tmp/packages_start.txt [2020-06-18T13:46:44.116Z] + '[' /w/workspace/undry_go-mod-configuration_PR-11 ']' [2020-06-18T13:46:44.116Z] + PACKAGES=/tmp/packages_end.txt [2020-06-18T13:46:44.116Z] + case "${OS_FAMILY}" in [2020-06-18T13:46:44.116Z] + rpm -qa [2020-06-18T13:46:44.116Z] + sort [2020-06-18T13:46:49.407Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-18T13:46:49.408Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-18T13:46:49.408Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-18T13:46:49.408Z] + '[' /w/workspace/undry_go-mod-configuration_PR-11 ']' [2020-06-18T13:46:49.408Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-11/archives/ [2020-06-18T13:46:49.408Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-11/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:46:49.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T13:46:49.811Z] [2020-06-18T13:46:49.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-18T13:46:50.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T13:46:50.172Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-18T13:46:50.172Z] c9b1b535fdd9: Pulling fs layer [2020-06-18T13:46:50.172Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-18T13:46:50.172Z] 756a868c4378: Pulling fs layer [2020-06-18T13:46:50.172Z] 444b2fc9a129: Pulling fs layer [2020-06-18T13:46:50.172Z] ea15f1150254: Pulling fs layer [2020-06-18T13:46:50.172Z] 41b27a9f41bf: Pulling fs layer [2020-06-18T13:46:50.172Z] 28c525ee5125: Pulling fs layer [2020-06-18T13:46:50.172Z] 094b1ea09ed8: Pulling fs layer [2020-06-18T13:46:50.172Z] 138eaada9080: Pulling fs layer [2020-06-18T13:46:50.172Z] 0622d0fa9048: Pulling fs layer [2020-06-18T13:46:50.172Z] 28c525ee5125: Waiting [2020-06-18T13:46:50.172Z] 444b2fc9a129: Waiting [2020-06-18T13:46:50.172Z] 094b1ea09ed8: Waiting [2020-06-18T13:46:50.172Z] 138eaada9080: Waiting [2020-06-18T13:46:50.172Z] 41b27a9f41bf: Waiting [2020-06-18T13:46:50.172Z] ea15f1150254: Waiting [2020-06-18T13:46:50.172Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-18T13:46:50.172Z] 2cc5ad85d9ab: Download complete [2020-06-18T13:46:50.172Z] 444b2fc9a129: Verifying Checksum [2020-06-18T13:46:50.172Z] 444b2fc9a129: Download complete [2020-06-18T13:46:50.172Z] c9b1b535fdd9: Verifying Checksum [2020-06-18T13:46:50.172Z] c9b1b535fdd9: Download complete [2020-06-18T13:46:50.172Z] ea15f1150254: Verifying Checksum [2020-06-18T13:46:50.172Z] ea15f1150254: Download complete [2020-06-18T13:46:50.462Z] 28c525ee5125: Verifying Checksum [2020-06-18T13:46:50.462Z] 28c525ee5125: Download complete [2020-06-18T13:46:50.758Z] 756a868c4378: Verifying Checksum [2020-06-18T13:46:50.758Z] 756a868c4378: Download complete [2020-06-18T13:46:50.758Z] c9b1b535fdd9: Pull complete [2020-06-18T13:46:50.758Z] 138eaada9080: Verifying Checksum [2020-06-18T13:46:50.758Z] 138eaada9080: Download complete [2020-06-18T13:46:51.028Z] 0622d0fa9048: Verifying Checksum [2020-06-18T13:46:51.028Z] 0622d0fa9048: Download complete [2020-06-18T13:46:51.028Z] 094b1ea09ed8: Verifying Checksum [2020-06-18T13:46:51.028Z] 094b1ea09ed8: Download complete [2020-06-18T13:46:51.293Z] 2cc5ad85d9ab: Pull complete [2020-06-18T13:46:51.555Z] 41b27a9f41bf: Verifying Checksum [2020-06-18T13:46:51.555Z] 41b27a9f41bf: Download complete [2020-06-18T13:46:52.961Z] 756a868c4378: Pull complete [2020-06-18T13:46:52.961Z] 444b2fc9a129: Pull complete [2020-06-18T13:46:53.225Z] ea15f1150254: Pull complete [2020-06-18T13:46:57.443Z] 41b27a9f41bf: Pull complete [2020-06-18T13:46:57.706Z] 28c525ee5125: Pull complete [2020-06-18T13:47:01.030Z] 094b1ea09ed8: Pull complete [2020-06-18T13:47:01.030Z] 138eaada9080: Pull complete [2020-06-18T13:47:01.302Z] 0622d0fa9048: Pull complete [2020-06-18T13:47:01.302Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-18T13:47:01.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T13:47:01.302Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-18T13:47:01.504Z] prd-centos7-docker-4c-2g-3564 does not seem to be running inside a container [2020-06-18T13:47:01.556Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/undry_go-mod-configuration_PR-11 -v /w/workspace/undry_go-mod-configuration_PR-11:/w/workspace/undry_go-mod-configuration_PR-11:rw,z -v /w/workspace/undry_go-mod-configuration_PR-11@tmp:/w/workspace/undry_go-mod-configuration_PR-11@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-18T13:47:04.922Z] $ docker top 2637b7af55b8641a2098464f03aaf51a0f0c5a9eb76daa48b077d60e93f31b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T13:47:05.153Z] provisioning config files... [2020-06-18T13:47:05.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-11@tmp/config4587329162063169472tmp [Pipeline] { [Pipeline] echo [2020-06-18T13:47:05.234Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T13:47:05.564Z] ---> create-netrc.sh [Pipeline] echo [2020-06-18T13:47:05.591Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T13:47:05.914Z] ---> logs-deploy.sh [2020-06-18T13:47:05.914Z] + ARCHIVE_ARTIFACTS= [2020-06-18T13:47:05.914Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-18T13:47:05.914Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-18T13:47:05.914Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-18T13:47:05.914Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 [2020-06-18T13:47:05.914Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/PR-11/1/ [2020-06-18T13:47:05.914Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 /w/workspace/undry_go-mod-configuration_PR-11 [2020-06-18T13:47:07.309Z] Archives upload complete. [2020-06-18T13:47:07.309Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/PR-11/1/