Branch indexing 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 rsdmike for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from f29a27d878985b98e7b657acb1e0d1e11ee4e870+3c5d90b444acaacd451f7b7ebdf2088530767d3b (e4645f8443433d35e5817fd533954d9651b6bd2c) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-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:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-651 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # 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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 50bfa4a1d2e1ed30adbf7042181d28312ac73248 Checking out Revision 50bfa4a1d2e1ed30adbf7042181d28312ac73248 (PR-387) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50bfa4a1d2e1ed30adbf7042181d28312ac73248 # timeout=10 Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T23:45:34.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T23:45:34.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T23:45:34.517Z] ========================================================= [2020-07-22T23:45:34.517Z] EdgeX Global Pipelines Version Info [2020-07-22T23:45:34.518Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T23:45:35.954Z] ------------------- [2020-07-22T23:45:35.954Z] stable info: [2020-07-22T23:45:35.954Z] ------------------- [2020-07-22T23:45:35.954Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T23:45:35.954Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-22T23:45:35.954Z] Message: update stable to v1.0.103 [2020-07-22T23:45:36.900Z] ------------------- [2020-07-22T23:45:36.900Z] experimental info: [2020-07-22T23:45:36.900Z] ------------------- [2020-07-22T23:45:36.900Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T23:45:36.900Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-22T23:45:36.900Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T23:45:38.935Z] + git log --format=format:%s -1 50bfa4a1d2e1ed30adbf7042181d28312ac73248 [Pipeline] echo [2020-07-22T23:45:38.994Z] GIT_COMMIT: 50bfa4a1d2e1ed30adbf7042181d28312ac73248, Commit Message: Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD [Pipeline] echo [2020-07-22T23:45:39.052Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:45:39.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T23:45:40.098Z] [2020-07-22T23:45:40.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:45:40.466Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T23:45:40.466Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T23:45:40.466Z] 31603596830f: Pulling fs layer [2020-07-22T23:45:40.466Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T23:45:40.466Z] 6ca5941a6612: Pulling fs layer [2020-07-22T23:45:40.466Z] ecc8261a40a4: Pulling fs layer [2020-07-22T23:45:40.466Z] ecc8261a40a4: Waiting [2020-07-22T23:45:40.466Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T23:45:40.466Z] 2a8b12db71e7: Download complete [2020-07-22T23:45:40.740Z] 31603596830f: Download complete [2020-07-22T23:45:40.740Z] ecc8261a40a4: Verifying Checksum [2020-07-22T23:45:40.740Z] ecc8261a40a4: Download complete [2020-07-22T23:45:40.740Z] 6ca5941a6612: Verifying Checksum [2020-07-22T23:45:40.740Z] 6ca5941a6612: Download complete [2020-07-22T23:45:41.017Z] 31603596830f: Pull complete [2020-07-22T23:45:41.279Z] 2a8b12db71e7: Pull complete [2020-07-22T23:45:41.857Z] 6ca5941a6612: Pull complete [2020-07-22T23:45:42.125Z] ecc8261a40a4: Pull complete [2020-07-22T23:45:42.126Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T23:45:42.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T23:45:42.126Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T23:45:42.226Z] prd-centos7-docker-4c-2g-651 does not seem to be running inside a container [2020-07-22T23:45:42.277Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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-22T23:45:44.522Z] $ docker top bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T23:45:44.828Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T23:45:44.828Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T23:45:45.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T23:45:45.029Z] $ docker exec bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent [2020-07-22T23:45:45.194Z] SSH_AUTH_SOCK=/tmp/ssh-SpUE5SsC38s9/agent.12 [2020-07-22T23:45:45.194Z] SSH_AGENT_PID=17 [2020-07-22T23:45:45.204Z] Running ssh-add (command line suppressed) [2020-07-22T23:45:45.315Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4257591361636535242.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4257591361636535242.key) [2020-07-22T23:45:45.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T23:45:45.706Z] + git describe --exact-match --tags HEAD [2020-07-22T23:45:45.706Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T23:45:45.721Z] $ docker exec --env ******** --env ******** bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent -k [2020-07-22T23:45:45.831Z] unset SSH_AUTH_SOCK; [2020-07-22T23:45:45.831Z] unset SSH_AGENT_PID; [2020-07-22T23:45:45.831Z] echo Agent pid 17 killed; [2020-07-22T23:45:45.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T23:45:46.025Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T23:45:46.025Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T23:45:46.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T23:45:46.112Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T23:45:46.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T23:45:46.272Z] $ docker exec bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent [2020-07-22T23:45:46.432Z] SSH_AUTH_SOCK=/tmp/ssh-8uhwrtBT8moq/agent.47 [2020-07-22T23:45:46.432Z] SSH_AGENT_PID=53 [2020-07-22T23:45:46.438Z] Running ssh-add (command line suppressed) [2020-07-22T23:45:46.549Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5678183909915370149.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5678183909915370149.key) [2020-07-22T23:45:46.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T23:45:46.934Z] + git semver init [2020-07-22T23:45:46.934Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T23:45:46.934Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git [2020-07-22T23:45:46.934Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-22T23:45:46.934Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T23:45:46.934Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T23:45:46.934Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T23:45:46.934Z] # $SEMVER_BRANCH = PR-387 [2020-07-22T23:45:46.934Z] # $SEMVER_TEMP = /tmp/semver-118512605 [2020-07-22T23:45:46.934Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-22T23:45:49.481Z] # '/tmp/semver-118512605' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' [2020-07-22T23:45:49.481Z] # -> Force: false [2020-07-22T23:45:49.481Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } [2020-07-22T23:45:49.488Z] $ docker exec --env ******** --env ******** bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent -k [2020-07-22T23:45:49.608Z] unset SSH_AUTH_SOCK; [2020-07-22T23:45:49.608Z] unset SSH_AGENT_PID; [2020-07-22T23:45:49.608Z] echo Agent pid 53 killed; [2020-07-22T23:45:49.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T23:45:50.130Z] + git semver [Pipeline] } [2020-07-22T23:45:50.140Z] $ docker stop --time=1 bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 [2020-07-22T23:45:51.532Z] $ docker rm -f bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T23:45:53.878Z] Stashed 29 file(s) [Pipeline] echo [2020-07-22T23:45:53.880Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-22T23:45:53.981Z] 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-22T23:46:09.363Z] Still waiting to schedule task [2020-07-22T23:46:09.363Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-651’ [2020-07-22T23:46:09.365Z] Still waiting to schedule task [2020-07-22T23:46:09.365Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-22T23:47:46.279Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-652 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-22T23:47:46.321Z] Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout [2020-07-22T23:47:51.144Z] using credential edgex-jenkins-ssh [2020-07-22T23:47:51.195Z] Cloning the remote Git repository [2020-07-22T23:47:51.195Z] Cloning with configured refspecs honoured and without tags [2020-07-22T23:47:51.245Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:47:51.525Z] > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 [2020-07-22T23:47:51.634Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:47:51.635Z] > git --version # timeout=10 [2020-07-22T23:47:51.655Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:47:51.735Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:47:56.183Z] Fetching without tags [2020-07-22T23:47:56.093Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-22T23:47:56.111Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-22T23:47:56.126Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:47:56.152Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-22T23:47:56.191Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:47:56.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:47:56.209Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:47:56.755Z] Merging remotes/origin/master commit 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-22T23:47:57.199Z] Merge succeeded, producing eca17b18c85473728521d844db69209ce6448db2 [2020-07-22T23:47:57.200Z] Checking out Revision eca17b18c85473728521d844db69209ce6448db2 (PR-387) [2020-07-22T23:47:56.771Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T23:47:56.787Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-22T23:47:56.945Z] > git remote # timeout=10 [2020-07-22T23:47:57.008Z] > git config --get remote.origin.url # timeout=10 [2020-07-22T23:47:57.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:47:57.035Z] > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 [2020-07-22T23:47:57.140Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-22T23:47:57.203Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T23:47:57.238Z] > git checkout -f eca17b18c85473728521d844db69209ce6448db2 # timeout=10 [2020-07-22T23:48:01.459Z] Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" [2020-07-22T23:48:01.483Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-22T23:48:01.462Z] > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] echo [2020-07-22T23:48:05.328Z] ========================================================= [2020-07-22T23:48:05.328Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T23:48:05.328Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:48:06.344Z] + 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-22T23:48:07.781Z] Sending build context to Docker daemon 36.9MB [2020-07-22T23:48:07.781Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T23:48:07.781Z] Step 2/8 : FROM ${BASE} [2020-07-22T23:48:08.056Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T23:48:08.056Z] b538f80385f9: Pulling fs layer [2020-07-22T23:48:08.056Z] 74f711af9a0d: Pulling fs layer [2020-07-22T23:48:08.056Z] 99f96fe45779: Pulling fs layer [2020-07-22T23:48:08.056Z] fd7a069fd194: Pulling fs layer [2020-07-22T23:48:08.056Z] 66aa3694b03b: Pulling fs layer [2020-07-22T23:48:08.056Z] 170f70906a0f: Pulling fs layer [2020-07-22T23:48:08.056Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T23:48:08.056Z] e772456be8f7: Pulling fs layer [2020-07-22T23:48:08.056Z] c890913d741a: Pulling fs layer [2020-07-22T23:48:08.056Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T23:48:08.056Z] 09adf4765672: Pulling fs layer [2020-07-22T23:48:08.056Z] ad7c5574e4b9: Waiting [2020-07-22T23:48:08.056Z] e772456be8f7: Waiting [2020-07-22T23:48:08.056Z] c890913d741a: Waiting [2020-07-22T23:48:08.056Z] 2480fcc9aa5a: Waiting [2020-07-22T23:48:08.056Z] 09adf4765672: Waiting [2020-07-22T23:48:08.056Z] 66aa3694b03b: Waiting [2020-07-22T23:48:08.056Z] fd7a069fd194: Waiting [2020-07-22T23:48:08.056Z] 170f70906a0f: Waiting [2020-07-22T23:48:08.056Z] 99f96fe45779: Verifying Checksum [2020-07-22T23:48:08.056Z] 99f96fe45779: Download complete [2020-07-22T23:48:08.056Z] 74f711af9a0d: Verifying Checksum [2020-07-22T23:48:08.056Z] 74f711af9a0d: Download complete [2020-07-22T23:48:08.056Z] 66aa3694b03b: Verifying Checksum [2020-07-22T23:48:08.056Z] 66aa3694b03b: Download complete [2020-07-22T23:48:08.056Z] 170f70906a0f: Verifying Checksum [2020-07-22T23:48:08.056Z] 170f70906a0f: Download complete [2020-07-22T23:48:08.056Z] b538f80385f9: Verifying Checksum [2020-07-22T23:48:08.056Z] b538f80385f9: Download complete [2020-07-22T23:48:09.050Z] b538f80385f9: Pull complete [2020-07-22T23:48:09.324Z] 74f711af9a0d: Pull complete [2020-07-22T23:48:09.931Z] 99f96fe45779: Pull complete [2020-07-22T23:48:10.916Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T23:48:10.916Z] ad7c5574e4b9: Download complete [2020-07-22T23:48:10.916Z] c890913d741a: Verifying Checksum [2020-07-22T23:48:10.916Z] c890913d741a: Download complete [2020-07-22T23:48:12.360Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T23:48:12.360Z] 2480fcc9aa5a: Download complete [2020-07-22T23:48:12.360Z] 09adf4765672: Verifying Checksum [2020-07-22T23:48:12.360Z] 09adf4765672: Download complete [2020-07-22T23:48:12.950Z] e772456be8f7: Download complete [2020-07-22T23:48:13.542Z] fd7a069fd194: Download complete [2020-07-22T23:48:25.942Z] fd7a069fd194: Pull complete [2020-07-22T23:48:25.942Z] 66aa3694b03b: Pull complete [2020-07-22T23:48:25.942Z] 170f70906a0f: Pull complete [2020-07-22T23:48:29.326Z] ad7c5574e4b9: Pull complete [2020-07-22T23:48:33.639Z] e772456be8f7: Pull complete [2020-07-22T23:48:33.639Z] c890913d741a: Pull complete [2020-07-22T23:48:36.300Z] 2480fcc9aa5a: Pull complete [2020-07-22T23:48:36.582Z] 09adf4765672: Pull complete [2020-07-22T23:48:36.582Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T23:48:36.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T23:48:36.582Z] ---> 2248a725d1cf [2020-07-22T23:48:36.582Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T23:48:37.176Z] latest: Pulling from library/docker [2020-07-22T23:48:37.176Z] b538f80385f9: Already exists [2020-07-22T23:48:37.176Z] 259a493cd78d: Pulling fs layer [2020-07-22T23:48:37.176Z] b8e66b5100f5: Pulling fs layer [2020-07-22T23:48:37.176Z] 39dc9c94d07c: Pulling fs layer [2020-07-22T23:48:37.176Z] 551b823b3b82: Pulling fs layer [2020-07-22T23:48:37.176Z] 3c52a74df98c: Pulling fs layer [2020-07-22T23:48:37.176Z] 6c9b121b6998: Pulling fs layer [2020-07-22T23:48:37.176Z] 551b823b3b82: Waiting [2020-07-22T23:48:37.176Z] 3c52a74df98c: Waiting [2020-07-22T23:48:37.176Z] 6c9b121b6998: Waiting [2020-07-22T23:48:37.450Z] b8e66b5100f5: Verifying Checksum [2020-07-22T23:48:37.450Z] b8e66b5100f5: Download complete [2020-07-22T23:48:37.740Z] 259a493cd78d: Verifying Checksum [2020-07-22T23:48:37.740Z] 259a493cd78d: Download complete [2020-07-22T23:48:37.740Z] 551b823b3b82: Verifying Checksum [2020-07-22T23:48:37.740Z] 551b823b3b82: Download complete [2020-07-22T23:48:37.740Z] 3c52a74df98c: Download complete [2020-07-22T23:48:37.740Z] 6c9b121b6998: Verifying Checksum [2020-07-22T23:48:37.740Z] 6c9b121b6998: Download complete [2020-07-22T23:48:38.342Z] 259a493cd78d: Pull complete [2020-07-22T23:48:38.620Z] b8e66b5100f5: Pull complete [2020-07-22T23:48:38.902Z] 39dc9c94d07c: Verifying Checksum [2020-07-22T23:48:38.902Z] 39dc9c94d07c: Download complete [2020-07-22T23:48:42.286Z] 39dc9c94d07c: Pull complete [2020-07-22T23:48:42.559Z] 551b823b3b82: Pull complete [2020-07-22T23:48:43.152Z] 3c52a74df98c: Pull complete [2020-07-22T23:48:43.424Z] 6c9b121b6998: Pull complete [2020-07-22T23:48:43.424Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T23:48:43.424Z] Status: Downloaded newer image for docker:latest [2020-07-22T23:48:51.707Z] ---> 88c98a06c30e [2020-07-22T23:48:51.707Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T23:48:51.707Z] ---> Running in 45546e7229a8 [2020-07-22T23:48:51.707Z] Removing intermediate container 45546e7229a8 [2020-07-22T23:48:51.707Z] ---> 8dc2ae7602b6 [2020-07-22T23:48:51.707Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-22T23:48:51.707Z] ---> Running in b41d1e32c304 [2020-07-22T23:48:53.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T23:48:54.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T23:48:54.536Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-22T23:48:54.808Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-22T23:48:54.808Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-07-22T23:48:54.808Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-22T23:48:55.081Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-22T23:48:55.081Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T23:48:55.081Z] OK: 143 MiB in 44 packages [2020-07-22T23:48:56.509Z] Removing intermediate container b41d1e32c304 [2020-07-22T23:48:56.509Z] ---> e4d931229cea [2020-07-22T23:48:56.509Z] Step 6/8 : WORKDIR /build [2020-07-22T23:48:56.509Z] ---> Running in 1e6ef5b615ab [2020-07-22T23:48:57.102Z] Removing intermediate container 1e6ef5b615ab [2020-07-22T23:48:57.102Z] ---> 0b664c471ecf [2020-07-22T23:48:57.102Z] Step 7/8 : COPY go.mod . [2020-07-22T23:48:58.075Z] ---> f25768579cff [2020-07-22T23:48:58.075Z] Step 8/8 : RUN go mod download [2020-07-22T23:48:58.075Z] ---> Running in f1b090e22fba [2020-07-22T23:49:01.513Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-07-22T23:49:01.513Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T23:49:02.713Z] Failed in branch arm64 [2020-07-22T23:49:25.299Z] Running on prd-centos7-docker-4c-2g-653 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-22T23:49:25.371Z] Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout [2020-07-22T23:49:31.695Z] using credential edgex-jenkins-ssh [2020-07-22T23:49:31.778Z] Cloning the remote Git repository [2020-07-22T23:49:31.779Z] Cloning with configured refspecs honoured and without tags [2020-07-22T23:49:31.826Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:49:32.079Z] > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 [2020-07-22T23:49:32.259Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:49:32.260Z] > git --version # timeout=10 [2020-07-22T23:49:32.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:49:32.498Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:49:34.628Z] Fetching without tags [2020-07-22T23:49:34.472Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-22T23:49:34.502Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-22T23:49:34.529Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:49:34.568Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-22T23:49:34.629Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-22T23:49:34.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:49:34.649Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T23:49:35.069Z] Merging remotes/origin/master commit 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-22T23:49:35.446Z] Merge succeeded, producing 7c6c31e3fe0611bcdf037e7404857d8436f9b229 [2020-07-22T23:49:35.446Z] Checking out Revision 7c6c31e3fe0611bcdf037e7404857d8436f9b229 (PR-387) [2020-07-22T23:49:35.075Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T23:49:35.105Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-22T23:49:35.250Z] > git remote # timeout=10 [2020-07-22T23:49:35.299Z] > git config --get remote.origin.url # timeout=10 [2020-07-22T23:49:35.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T23:49:35.325Z] > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 [2020-07-22T23:49:35.396Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-22T23:49:35.449Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T23:49:35.477Z] > git checkout -f 7c6c31e3fe0611bcdf037e7404857d8436f9b229 # timeout=10 [2020-07-22T23:49:39.633Z] Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" [2020-07-22T23:49:39.685Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-22T23:49:39.667Z] > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] echo [2020-07-22T23:49:44.178Z] ========================================================= [2020-07-22T23:49:44.178Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T23:49:44.178Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:49:45.366Z] + 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-22T23:49:46.906Z] Sending build context to Docker daemon 36.9MB [2020-07-22T23:49:46.906Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T23:49:46.906Z] Step 2/8 : FROM ${BASE} [2020-07-22T23:49:47.198Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T23:49:47.198Z] df20fa9351a1: Pulling fs layer [2020-07-22T23:49:47.198Z] ed8968b2872e: Pulling fs layer [2020-07-22T23:49:47.198Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T23:49:47.198Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T23:49:47.198Z] 1e091d79d1de: Pulling fs layer [2020-07-22T23:49:47.198Z] 481702a1767f: Pulling fs layer [2020-07-22T23:49:47.198Z] f64a6f60c768: Pulling fs layer [2020-07-22T23:49:47.198Z] e78d2573fc39: Pulling fs layer [2020-07-22T23:49:47.198Z] e876d2f968b6: Pulling fs layer [2020-07-22T23:49:47.198Z] ce8a83651883: Pulling fs layer [2020-07-22T23:49:47.198Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T23:49:47.198Z] f64a6f60c768: Waiting [2020-07-22T23:49:47.198Z] e78d2573fc39: Waiting [2020-07-22T23:49:47.198Z] e876d2f968b6: Waiting [2020-07-22T23:49:47.198Z] ce8a83651883: Waiting [2020-07-22T23:49:47.198Z] 07967f4d0e4b: Waiting [2020-07-22T23:49:47.198Z] 2dd03ba5bac4: Waiting [2020-07-22T23:49:47.198Z] 1e091d79d1de: Waiting [2020-07-22T23:49:47.198Z] 481702a1767f: Waiting [2020-07-22T23:49:47.198Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T23:49:47.198Z] a92cc7c5fd73: Download complete [2020-07-22T23:49:47.198Z] ed8968b2872e: Verifying Checksum [2020-07-22T23:49:47.198Z] ed8968b2872e: Download complete [2020-07-22T23:49:47.198Z] 1e091d79d1de: Verifying Checksum [2020-07-22T23:49:47.198Z] 1e091d79d1de: Download complete [2020-07-22T23:49:47.198Z] 481702a1767f: Verifying Checksum [2020-07-22T23:49:47.198Z] 481702a1767f: Download complete [2020-07-22T23:49:47.198Z] df20fa9351a1: Verifying Checksum [2020-07-22T23:49:47.198Z] df20fa9351a1: Download complete [2020-07-22T23:49:49.700Z] df20fa9351a1: Pull complete [2020-07-22T23:49:49.969Z] f64a6f60c768: Download complete [2020-07-22T23:49:49.969Z] e876d2f968b6: Download complete [2020-07-22T23:49:50.355Z] ed8968b2872e: Pull complete [2020-07-22T23:49:50.790Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T23:49:50.790Z] 2dd03ba5bac4: Download complete [2020-07-22T23:49:50.790Z] a92cc7c5fd73: Pull complete [2020-07-22T23:49:51.112Z] e78d2573fc39: Verifying Checksum [2020-07-22T23:49:51.112Z] e78d2573fc39: Download complete [2020-07-22T23:49:51.112Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T23:49:51.112Z] 07967f4d0e4b: Download complete [2020-07-22T23:49:51.447Z] ce8a83651883: Verifying Checksum [2020-07-22T23:49:51.447Z] ce8a83651883: Download complete [2020-07-22T23:50:04.245Z] 2dd03ba5bac4: Pull complete [2020-07-22T23:50:04.245Z] 1e091d79d1de: Pull complete [2020-07-22T23:50:04.245Z] 481702a1767f: Pull complete [2020-07-22T23:50:11.235Z] f64a6f60c768: Pull complete [2020-07-22T23:50:18.147Z] e78d2573fc39: Pull complete [2020-07-22T23:50:18.147Z] e876d2f968b6: Pull complete [2020-07-22T23:50:19.595Z] ce8a83651883: Pull complete [2020-07-22T23:50:19.874Z] 07967f4d0e4b: Pull complete [2020-07-22T23:50:19.874Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T23:50:19.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T23:50:20.145Z] ---> 5d7c900382c6 [2020-07-22T23:50:20.145Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T23:50:20.473Z] latest: Pulling from library/docker [2020-07-22T23:50:20.473Z] df20fa9351a1: Already exists [2020-07-22T23:50:20.473Z] 25ad7478873d: Pulling fs layer [2020-07-22T23:50:20.473Z] 4684f6177b5d: Pulling fs layer [2020-07-22T23:50:20.473Z] 46e300cec669: Pulling fs layer [2020-07-22T23:50:20.474Z] 63038576ad94: Pulling fs layer [2020-07-22T23:50:20.474Z] 0fdb76c4706c: Pulling fs layer [2020-07-22T23:50:20.474Z] cb7edeffdfd5: Pulling fs layer [2020-07-22T23:50:20.474Z] 63038576ad94: Waiting [2020-07-22T23:50:20.474Z] 0fdb76c4706c: Waiting [2020-07-22T23:50:20.474Z] cb7edeffdfd5: Waiting [2020-07-22T23:50:21.024Z] 4684f6177b5d: Verifying Checksum [2020-07-22T23:50:21.024Z] 4684f6177b5d: Download complete [2020-07-22T23:50:21.321Z] 25ad7478873d: Verifying Checksum [2020-07-22T23:50:21.321Z] 25ad7478873d: Download complete [2020-07-22T23:50:21.321Z] 63038576ad94: Verifying Checksum [2020-07-22T23:50:21.321Z] 63038576ad94: Download complete [2020-07-22T23:50:21.321Z] 0fdb76c4706c: Verifying Checksum [2020-07-22T23:50:21.321Z] 0fdb76c4706c: Download complete [2020-07-22T23:50:21.640Z] cb7edeffdfd5: Verifying Checksum [2020-07-22T23:50:21.640Z] cb7edeffdfd5: Download complete [2020-07-22T23:50:22.742Z] 46e300cec669: Verifying Checksum [2020-07-22T23:50:22.742Z] 46e300cec669: Download complete [2020-07-22T23:50:23.017Z] 25ad7478873d: Pull complete [2020-07-22T23:50:23.311Z] 4684f6177b5d: Pull complete [2020-07-22T23:50:27.749Z] 46e300cec669: Pull complete [2020-07-22T23:50:28.020Z] 63038576ad94: Pull complete [2020-07-22T23:50:28.302Z] 0fdb76c4706c: Pull complete [2020-07-22T23:50:28.302Z] cb7edeffdfd5: Pull complete [2020-07-22T23:50:28.302Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T23:50:28.302Z] Status: Downloaded newer image for docker:latest [2020-07-22T23:50:31.455Z] ---> 7f914274d5d6 [2020-07-22T23:50:31.456Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-22T23:50:31.456Z] ---> Running in b45ea51189c4 [2020-07-22T23:50:31.860Z] Removing intermediate container b45ea51189c4 [2020-07-22T23:50:31.860Z] ---> cac2619b3186 [2020-07-22T23:50:31.860Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-22T23:50:31.860Z] ---> Running in c6974423acd5 [2020-07-22T23:50:32.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T23:50:33.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T23:50:34.131Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-22T23:50:34.131Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-22T23:50:34.131Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-07-22T23:50:34.400Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-22T23:50:34.400Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-22T23:50:34.400Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T23:50:34.400Z] OK: 167 MiB in 44 packages [2020-07-22T23:50:35.367Z] Removing intermediate container c6974423acd5 [2020-07-22T23:50:35.367Z] ---> f7b307e001e4 [2020-07-22T23:50:35.367Z] Step 6/8 : WORKDIR /build [2020-07-22T23:50:35.367Z] ---> Running in b82d4f002b24 [2020-07-22T23:50:35.633Z] Removing intermediate container b82d4f002b24 [2020-07-22T23:50:35.633Z] ---> 81b284f1eacb [2020-07-22T23:50:35.633Z] Step 7/8 : COPY go.mod . [2020-07-22T23:50:35.900Z] ---> cf0a11bafdfb [2020-07-22T23:50:35.900Z] Step 8/8 : RUN go mod download [2020-07-22T23:50:35.900Z] ---> Running in b9820b9fe3f8 [2020-07-22T23:50:39.323Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-07-22T23:50:39.904Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T23:50:41.328Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-22T23:50:43.187Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T23:50:43.751Z] ---> package-listing.sh [2020-07-22T23:50:43.751Z] ++ facter osfamily [2020-07-22T23:50:43.751Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T23:50:43.751Z] + OS_FAMILY=redhat [2020-07-22T23:50:43.751Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-22T23:50:43.751Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T23:50:43.751Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T23:50:43.751Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T23:50:43.751Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T23:50:43.751Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-22T23:50:43.751Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T23:50:43.751Z] + case "${OS_FAMILY}" in [2020-07-22T23:50:43.751Z] + rpm -qa [2020-07-22T23:50:43.751Z] + sort [2020-07-22T23:50:47.975Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T23:50:47.975Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T23:50:47.975Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T23:50:47.975Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-22T23:50:47.975Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [2020-07-22T23:50:47.975Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:50:48.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T23:50:48.572Z] [2020-07-22T23:50:48.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T23:50:48.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T23:50:48.929Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T23:50:48.929Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T23:50:48.929Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T23:50:48.929Z] 756a868c4378: Pulling fs layer [2020-07-22T23:50:48.929Z] 444b2fc9a129: Pulling fs layer [2020-07-22T23:50:48.929Z] ea15f1150254: Pulling fs layer [2020-07-22T23:50:48.929Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T23:50:48.929Z] 28c525ee5125: Pulling fs layer [2020-07-22T23:50:48.929Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T23:50:48.929Z] 138eaada9080: Pulling fs layer [2020-07-22T23:50:48.929Z] 0622d0fa9048: Pulling fs layer [2020-07-22T23:50:48.929Z] 28c525ee5125: Waiting [2020-07-22T23:50:48.929Z] 094b1ea09ed8: Waiting [2020-07-22T23:50:48.929Z] 138eaada9080: Waiting [2020-07-22T23:50:48.929Z] 0622d0fa9048: Waiting [2020-07-22T23:50:48.929Z] 444b2fc9a129: Waiting [2020-07-22T23:50:48.929Z] ea15f1150254: Waiting [2020-07-22T23:50:48.929Z] 41b27a9f41bf: Waiting [2020-07-22T23:50:48.929Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T23:50:48.929Z] 2cc5ad85d9ab: Download complete [2020-07-22T23:50:48.929Z] 444b2fc9a129: Download complete [2020-07-22T23:50:48.929Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T23:50:48.929Z] c9b1b535fdd9: Download complete [2020-07-22T23:50:48.929Z] ea15f1150254: Verifying Checksum [2020-07-22T23:50:48.929Z] ea15f1150254: Download complete [2020-07-22T23:50:49.200Z] 28c525ee5125: Verifying Checksum [2020-07-22T23:50:49.200Z] 28c525ee5125: Download complete [2020-07-22T23:50:49.471Z] c9b1b535fdd9: Pull complete [2020-07-22T23:50:49.471Z] 756a868c4378: Verifying Checksum [2020-07-22T23:50:49.471Z] 756a868c4378: Download complete [2020-07-22T23:50:49.471Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T23:50:49.471Z] 094b1ea09ed8: Download complete [2020-07-22T23:50:49.738Z] 138eaada9080: Verifying Checksum [2020-07-22T23:50:49.738Z] 138eaada9080: Download complete [2020-07-22T23:50:49.738Z] 0622d0fa9048: Verifying Checksum [2020-07-22T23:50:49.738Z] 0622d0fa9048: Download complete [2020-07-22T23:50:49.738Z] 2cc5ad85d9ab: Pull complete [2020-07-22T23:50:50.011Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T23:50:50.011Z] 41b27a9f41bf: Download complete [2020-07-22T23:50:50.961Z] 756a868c4378: Pull complete [2020-07-22T23:50:51.227Z] 444b2fc9a129: Pull complete [2020-07-22T23:50:51.489Z] ea15f1150254: Pull complete [2020-07-22T23:50:55.725Z] 41b27a9f41bf: Pull complete [2020-07-22T23:50:55.725Z] 28c525ee5125: Pull complete [2020-07-22T23:50:58.284Z] 094b1ea09ed8: Pull complete [2020-07-22T23:50:58.284Z] 138eaada9080: Pull complete [2020-07-22T23:50:58.545Z] 0622d0fa9048: Pull complete [2020-07-22T23:50:58.545Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T23:50:58.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T23:50:58.545Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T23:50:58.692Z] prd-centos7-docker-4c-2g-651 does not seem to be running inside a container [2020-07-22T23:50:58.728Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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-22T23:51:01.774Z] $ docker top 1bbabf1e9c282ad7fe8a3ab274bf4e26b46187ae7e957d6e591a7f513b476256 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T23:51:02.034Z] provisioning config files... [2020-07-22T23:51:02.051Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config6738535055200595572tmp [Pipeline] { [Pipeline] echo [2020-07-22T23:51:02.136Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T23:51:02.433Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T23:51:02.443Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T23:51:02.734Z] ---> logs-deploy.sh [2020-07-22T23:51:02.734Z] + ARCHIVE_ARTIFACTS= [2020-07-22T23:51:02.734Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T23:51:02.734Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T23:51:02.734Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T23:51:02.734Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 [2020-07-22T23:51:02.734Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/11/ [2020-07-22T23:51:02.734Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-22T23:51:04.121Z] Archives upload complete. [2020-07-22T23:51:04.121Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/11/