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+8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (c2cffa1833f6216b2127441539b2edb79b2160d2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-307 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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing 0143b8941103e30c9846ecfea34cb9ba72e912d1 Checking out Revision 0143b8941103e30c9846ecfea34cb9ba72e912d1 (PR-387) > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0143b8941103e30c9846ecfea34cb9ba72e912d1 # timeout=10 Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-11T07:45:26.180Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-11T07:45:26.364Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-11T07:45:26.457Z] ========================================================= [2020-07-11T07:45:26.457Z] EdgeX Global Pipelines Version Info [2020-07-11T07:45:26.457Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-11T07:45:27.872Z] ------------------- [2020-07-11T07:45:27.872Z] stable info: [2020-07-11T07:45:27.872Z] ------------------- [2020-07-11T07:45:27.872Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-11T07:45:27.872Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-11T07:45:27.872Z] Message: update stable to v1.0.89 [2020-07-11T07:45:28.822Z] ------------------- [2020-07-11T07:45:28.822Z] experimental info: [2020-07-11T07:45:28.822Z] ------------------- [2020-07-11T07:45:28.822Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-11T07:45:28.822Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-11T07:45:28.822Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-11T07:45:31.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-11T07:45:31.489Z] [2020-07-11T07:45:31.489Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-11T07:45:31.829Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-11T07:45:31.829Z] latest: Pulling from edgex-devops/git-semver [2020-07-11T07:45:31.829Z] 9123ac7c32f7: Pulling fs layer [2020-07-11T07:45:31.829Z] b8cc5d1170e3: Pulling fs layer [2020-07-11T07:45:31.829Z] 2924cbbf6a41: Pulling fs layer [2020-07-11T07:45:31.829Z] 93b08a4f1073: Pulling fs layer [2020-07-11T07:45:31.829Z] 93b08a4f1073: Waiting [2020-07-11T07:45:31.829Z] b8cc5d1170e3: Verifying Checksum [2020-07-11T07:45:31.829Z] b8cc5d1170e3: Download complete [2020-07-11T07:45:32.093Z] 9123ac7c32f7: Verifying Checksum [2020-07-11T07:45:32.093Z] 9123ac7c32f7: Download complete [2020-07-11T07:45:32.093Z] 93b08a4f1073: Verifying Checksum [2020-07-11T07:45:32.093Z] 93b08a4f1073: Download complete [2020-07-11T07:45:32.093Z] 2924cbbf6a41: Verifying Checksum [2020-07-11T07:45:32.093Z] 2924cbbf6a41: Download complete [2020-07-11T07:45:32.355Z] 9123ac7c32f7: Pull complete [2020-07-11T07:45:32.355Z] b8cc5d1170e3: Pull complete [2020-07-11T07:45:33.302Z] 2924cbbf6a41: Pull complete [2020-07-11T07:45:33.302Z] 93b08a4f1073: Pull complete [2020-07-11T07:45:33.563Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-11T07:45:33.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-11T07:45:33.563Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-11T07:45:33.672Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-07-11T07:45:33.716Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-11T07:45:35.671Z] $ docker top 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-11T07:45:36.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-11T07:45:36.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-11T07:45:36.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-11T07:45:36.243Z] $ docker exec 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent [2020-07-11T07:45:36.419Z] SSH_AUTH_SOCK=/tmp/ssh-cKdPnOB19gZf/agent.11 [2020-07-11T07:45:36.419Z] SSH_AGENT_PID=16 [2020-07-11T07:45:36.429Z] Running ssh-add (command line suppressed) [2020-07-11T07:45:36.553Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5099101059068827704.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5099101059068827704.key) [2020-07-11T07:45:36.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-11T07:45:36.942Z] + git describe --exact-match --tags HEAD [2020-07-11T07:45:36.942Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-11T07:45:36.996Z] $ docker exec --env ******** --env ******** 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent -k [2020-07-11T07:45:37.138Z] unset SSH_AUTH_SOCK; [2020-07-11T07:45:37.139Z] unset SSH_AGENT_PID; [2020-07-11T07:45:37.139Z] echo Agent pid 16 killed; [2020-07-11T07:45:37.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-11T07:45:37.273Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-11T07:45:37.273Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-11T07:45:37.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-11T07:45:37.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-11T07:45:37.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-11T07:45:37.551Z] $ docker exec 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent [2020-07-11T07:45:37.718Z] SSH_AUTH_SOCK=/tmp/ssh-ZTD7A0nwA05Y/agent.44 [2020-07-11T07:45:37.718Z] SSH_AGENT_PID=49 [2020-07-11T07:45:37.724Z] Running ssh-add (command line suppressed) [2020-07-11T07:45:37.848Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2847025448853298667.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2847025448853298667.key) [2020-07-11T07:45:37.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-11T07:45:38.220Z] + git semver init [2020-07-11T07:45:38.220Z] # -> Open(): unable to determine branch for HEAD [2020-07-11T07:45:38.220Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git [2020-07-11T07:45:38.220Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-11T07:45:38.220Z] # $SEMVER_REMOTE_NAME = origin [2020-07-11T07:45:38.220Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-11T07:45:38.220Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-11T07:45:38.220Z] # $SEMVER_BRANCH = PR-387 [2020-07-11T07:45:38.220Z] # $SEMVER_TEMP = /tmp/semver-930375973 [2020-07-11T07:45:38.220Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-11T07:45:40.782Z] # '/tmp/semver-930375973' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' [2020-07-11T07:45:41.043Z] # -> Force: false [2020-07-11T07:45:41.043Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } [2020-07-11T07:45:41.054Z] $ docker exec --env ******** --env ******** 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent -k [2020-07-11T07:45:41.183Z] unset SSH_AUTH_SOCK; [2020-07-11T07:45:41.184Z] unset SSH_AGENT_PID; [2020-07-11T07:45:41.184Z] echo Agent pid 49 killed; [2020-07-11T07:45:41.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-11T07:45:41.731Z] + git semver [Pipeline] } [2020-07-11T07:45:41.746Z] $ docker stop --time=1 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 [2020-07-11T07:45:43.259Z] $ docker rm -f 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-11T07:45:45.801Z] Stashed 135 file(s) [Pipeline] echo [2020-07-11T07:45:45.803Z] [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-07-11T07:46:01.103Z] Still waiting to schedule task [2020-07-11T07:46:01.103Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-307’ [2020-07-11T07:46:01.104Z] Still waiting to schedule task [2020-07-11T07:46:01.104Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline [2020-07-11T07:47:38.076Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-308 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-11T07:47:38.130Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-07-11T07:47:42.813Z] using credential edgex-jenkins-ssh [2020-07-11T07:47:42.863Z] Cloning the remote Git repository [2020-07-11T07:47:42.863Z] Cloning with configured refspecs honoured and without tags [2020-07-11T07:47:42.914Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:47:43.010Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2020-07-11T07:47:43.067Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:47:43.068Z] > git --version # timeout=10 [2020-07-11T07:47:43.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:47:43.154Z] > 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-11T07:47:46.073Z] Fetching without tags [2020-07-11T07:47:46.544Z] Merging remotes/origin/master commit 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-11T07:47:46.821Z] Merge succeeded, producing 93b28cd44be7b6262122592dae584d01ce80c8cf [2020-07-11T07:47:46.822Z] Checking out Revision 93b28cd44be7b6262122592dae584d01ce80c8cf (PR-387) [2020-07-11T07:47:45.980Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-11T07:47:46.008Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-11T07:47:46.024Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-11T07:47:46.050Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-11T07:47:46.084Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:47:46.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:47:46.096Z] > 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-11T07:47:46.559Z] > git config core.sparsecheckout # timeout=10 [2020-07-11T07:47:46.575Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-11T07:47:46.674Z] > git remote # timeout=10 [2020-07-11T07:47:46.691Z] > git config --get remote.origin.url # timeout=10 [2020-07-11T07:47:46.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:47:46.715Z] > git merge 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 [2020-07-11T07:47:46.802Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-11T07:47:46.827Z] > git config core.sparsecheckout # timeout=10 [2020-07-11T07:47:46.841Z] > git checkout -f 93b28cd44be7b6262122592dae584d01ce80c8cf # timeout=10 [2020-07-11T07:47:51.109Z] Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" [2020-07-11T07:47:51.135Z] First time build. Skipping changelog. [2020-07-11T07:47:51.114Z] > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-11T07:47:54.275Z] ========================================================= [2020-07-11T07:47:54.275Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-11T07:47:54.275Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-11T07:47:55.220Z] + 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-11T07:47:56.654Z] Sending build context to Docker daemon 37.02MB [2020-07-11T07:47:56.654Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-11T07:47:56.654Z] Step 2/8 : FROM ${BASE} [2020-07-11T07:47:56.928Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-11T07:47:56.928Z] cde5963f3b93: Pulling fs layer [2020-07-11T07:47:56.928Z] 2a23fa8c16f7: Pulling fs layer [2020-07-11T07:47:56.928Z] 777b28850792: Pulling fs layer [2020-07-11T07:47:56.928Z] 8a11ddd9e578: Pulling fs layer [2020-07-11T07:47:56.928Z] 4cf88f913ddb: Pulling fs layer [2020-07-11T07:47:56.928Z] 1df406cf5192: Pulling fs layer [2020-07-11T07:47:56.928Z] cd6300453558: Pulling fs layer [2020-07-11T07:47:56.928Z] b9c365052c96: Pulling fs layer [2020-07-11T07:47:56.928Z] a2d8cc88f415: Pulling fs layer [2020-07-11T07:47:56.928Z] ea1d1ca13537: Pulling fs layer [2020-07-11T07:47:56.928Z] 3750a50a1c5e: Pulling fs layer [2020-07-11T07:47:56.928Z] 8a11ddd9e578: Waiting [2020-07-11T07:47:56.928Z] 4cf88f913ddb: Waiting [2020-07-11T07:47:56.928Z] 1df406cf5192: Waiting [2020-07-11T07:47:56.928Z] cd6300453558: Waiting [2020-07-11T07:47:56.928Z] a2d8cc88f415: Waiting [2020-07-11T07:47:56.928Z] b9c365052c96: Waiting [2020-07-11T07:47:56.928Z] 3750a50a1c5e: Waiting [2020-07-11T07:47:56.928Z] ea1d1ca13537: Waiting [2020-07-11T07:47:56.928Z] 777b28850792: Verifying Checksum [2020-07-11T07:47:56.928Z] 777b28850792: Download complete [2020-07-11T07:47:56.928Z] 2a23fa8c16f7: Verifying Checksum [2020-07-11T07:47:56.928Z] 2a23fa8c16f7: Download complete [2020-07-11T07:47:56.928Z] 4cf88f913ddb: Verifying Checksum [2020-07-11T07:47:56.928Z] 4cf88f913ddb: Download complete [2020-07-11T07:47:56.928Z] 1df406cf5192: Verifying Checksum [2020-07-11T07:47:56.928Z] 1df406cf5192: Download complete [2020-07-11T07:47:56.928Z] cde5963f3b93: Verifying Checksum [2020-07-11T07:47:56.928Z] cde5963f3b93: Download complete [2020-07-11T07:47:57.902Z] cde5963f3b93: Pull complete [2020-07-11T07:47:58.177Z] 2a23fa8c16f7: Pull complete [2020-07-11T07:47:58.777Z] 777b28850792: Pull complete [2020-07-11T07:47:59.765Z] cd6300453558: Verifying Checksum [2020-07-11T07:47:59.765Z] cd6300453558: Download complete [2020-07-11T07:47:59.765Z] a2d8cc88f415: Verifying Checksum [2020-07-11T07:47:59.765Z] a2d8cc88f415: Download complete [2020-07-11T07:48:01.222Z] ea1d1ca13537: Verifying Checksum [2020-07-11T07:48:01.222Z] 3750a50a1c5e: Verifying Checksum [2020-07-11T07:48:01.222Z] 3750a50a1c5e: Download complete [2020-07-11T07:48:01.824Z] 8a11ddd9e578: Verifying Checksum [2020-07-11T07:48:01.824Z] 8a11ddd9e578: Download complete [2020-07-11T07:48:02.099Z] b9c365052c96: Verifying Checksum [2020-07-11T07:48:02.099Z] b9c365052c96: Download complete [2020-07-11T07:48:12.224Z] 8a11ddd9e578: Pull complete [2020-07-11T07:48:12.496Z] 4cf88f913ddb: Pull complete [2020-07-11T07:48:12.768Z] 1df406cf5192: Pull complete [2020-07-11T07:48:17.076Z] cd6300453558: Pull complete [2020-07-11T07:48:22.545Z] b9c365052c96: Pull complete [2020-07-11T07:48:22.545Z] a2d8cc88f415: Pull complete [2020-07-11T07:48:24.535Z] ea1d1ca13537: Pull complete [2020-07-11T07:48:24.535Z] 3750a50a1c5e: Pull complete [2020-07-11T07:48:24.535Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-11T07:48:24.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-11T07:48:24.535Z] ---> 78745c68409d [2020-07-11T07:48:24.535Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-11T07:48:25.135Z] latest: Pulling from library/docker [2020-07-11T07:48:25.135Z] b538f80385f9: Pulling fs layer [2020-07-11T07:48:25.135Z] 259a493cd78d: Pulling fs layer [2020-07-11T07:48:25.135Z] b8e66b5100f5: Pulling fs layer [2020-07-11T07:48:25.135Z] 39dc9c94d07c: Pulling fs layer [2020-07-11T07:48:25.135Z] 551b823b3b82: Pulling fs layer [2020-07-11T07:48:25.135Z] 3c52a74df98c: Pulling fs layer [2020-07-11T07:48:25.135Z] 6c9b121b6998: Pulling fs layer [2020-07-11T07:48:25.135Z] 39dc9c94d07c: Waiting [2020-07-11T07:48:25.135Z] 551b823b3b82: Waiting [2020-07-11T07:48:25.135Z] 3c52a74df98c: Waiting [2020-07-11T07:48:25.135Z] 6c9b121b6998: Waiting [2020-07-11T07:48:25.135Z] b8e66b5100f5: Download complete [2020-07-11T07:48:25.135Z] 259a493cd78d: Verifying Checksum [2020-07-11T07:48:25.135Z] 259a493cd78d: Download complete [2020-07-11T07:48:25.135Z] b538f80385f9: Verifying Checksum [2020-07-11T07:48:25.135Z] b538f80385f9: Download complete [2020-07-11T07:48:25.409Z] 551b823b3b82: Download complete [2020-07-11T07:48:25.409Z] 3c52a74df98c: Download complete [2020-07-11T07:48:25.409Z] 6c9b121b6998: Download complete [2020-07-11T07:48:26.003Z] b538f80385f9: Pull complete [2020-07-11T07:48:26.600Z] 39dc9c94d07c: Download complete [2020-07-11T07:48:26.871Z] 259a493cd78d: Pull complete [2020-07-11T07:48:27.138Z] b8e66b5100f5: Pull complete [2020-07-11T07:48:28.797Z] Running on prd-centos7-docker-4c-2g-309 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-11T07:48:28.836Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-07-11T07:48:30.514Z] 39dc9c94d07c: Pull complete [2020-07-11T07:48:30.514Z] 551b823b3b82: Pull complete [2020-07-11T07:48:30.788Z] 3c52a74df98c: Pull complete [2020-07-11T07:48:31.064Z] 6c9b121b6998: Pull complete [2020-07-11T07:48:31.065Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-11T07:48:31.065Z] Status: Downloaded newer image for docker:latest [2020-07-11T07:48:31.161Z] using credential edgex-jenkins-ssh [2020-07-11T07:48:31.214Z] Cloning the remote Git repository [2020-07-11T07:48:31.214Z] Cloning with configured refspecs honoured and without tags [2020-07-11T07:48:31.026Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:48:31.095Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2020-07-11T07:48:31.204Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:48:31.205Z] > git --version # timeout=10 [2020-07-11T07:48:31.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:48:31.326Z] > 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-11T07:48:32.736Z] Fetching without tags [2020-07-11T07:48:33.121Z] Merging remotes/origin/master commit 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-11T07:48:33.229Z] Merge succeeded, producing 734221939d0b49ac3e6360f36dc595d081e66f25 [2020-07-11T07:48:33.229Z] Checking out Revision 734221939d0b49ac3e6360f36dc595d081e66f25 (PR-387) [2020-07-11T07:48:32.606Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-11T07:48:32.615Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-11T07:48:32.623Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-11T07:48:32.634Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-11T07:48:32.645Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-11T07:48:32.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:48:32.650Z] > 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-11T07:48:33.066Z] > git config core.sparsecheckout # timeout=10 [2020-07-11T07:48:33.073Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-11T07:48:33.118Z] > git remote # timeout=10 [2020-07-11T07:48:33.123Z] > git config --get remote.origin.url # timeout=10 [2020-07-11T07:48:33.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-11T07:48:33.135Z] > git merge 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 [2020-07-11T07:48:33.168Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-11T07:48:33.179Z] > git config core.sparsecheckout # timeout=10 [2020-07-11T07:48:33.183Z] > git checkout -f 734221939d0b49ac3e6360f36dc595d081e66f25 # timeout=10 [2020-07-11T07:48:36.892Z] Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" [2020-07-11T07:48:36.903Z] First time build. Skipping changelog. [2020-07-11T07:48:36.890Z] > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-11T07:48:38.484Z] ========================================================= [2020-07-11T07:48:38.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-11T07:48:38.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-11T07:48:39.205Z] + 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-11T07:48:39.328Z] ---> c693fc32aca5 [2020-07-11T07:48:39.328Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-11T07:48:39.328Z] ---> Running in 44196b12e067 [2020-07-11T07:48:39.328Z] Removing intermediate container 44196b12e067 [2020-07-11T07:48:39.328Z] ---> c2bb579ba9ac [2020-07-11T07:48:39.329Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-11T07:48:39.600Z] ---> Running in 2a95d7ff2f0a [2020-07-11T07:48:39.783Z] Sending build context to Docker daemon 37.02MB [2020-07-11T07:48:39.783Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-11T07:48:39.783Z] Step 2/8 : FROM ${BASE} [2020-07-11T07:48:39.783Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-11T07:48:39.783Z] e6b0cf9c0882: Pulling fs layer [2020-07-11T07:48:39.783Z] 2848faf0eed1: Pulling fs layer [2020-07-11T07:48:39.783Z] 0f37312ad70f: Pulling fs layer [2020-07-11T07:48:39.783Z] 5788d62ee057: Pulling fs layer [2020-07-11T07:48:39.783Z] 0e6b1d234666: Pulling fs layer [2020-07-11T07:48:39.783Z] bf5d7aec512f: Pulling fs layer [2020-07-11T07:48:39.783Z] 34c802a77dc8: Pulling fs layer [2020-07-11T07:48:39.783Z] 9eb99e56ec68: Pulling fs layer [2020-07-11T07:48:39.783Z] 27c7a5d97fbd: Pulling fs layer [2020-07-11T07:48:39.783Z] 5c102a31e300: Pulling fs layer [2020-07-11T07:48:39.783Z] dcfb455df0a1: Pulling fs layer [2020-07-11T07:48:39.783Z] 34c802a77dc8: Waiting [2020-07-11T07:48:39.783Z] 9eb99e56ec68: Waiting [2020-07-11T07:48:39.783Z] 27c7a5d97fbd: Waiting [2020-07-11T07:48:39.783Z] 5c102a31e300: Waiting [2020-07-11T07:48:39.783Z] dcfb455df0a1: Waiting [2020-07-11T07:48:39.783Z] 5788d62ee057: Waiting [2020-07-11T07:48:39.783Z] 0e6b1d234666: Waiting [2020-07-11T07:48:39.783Z] bf5d7aec512f: Waiting [2020-07-11T07:48:39.783Z] 0f37312ad70f: Verifying Checksum [2020-07-11T07:48:39.783Z] 0f37312ad70f: Download complete [2020-07-11T07:48:39.783Z] 2848faf0eed1: Download complete [2020-07-11T07:48:39.783Z] 0e6b1d234666: Verifying Checksum [2020-07-11T07:48:39.783Z] 0e6b1d234666: Download complete [2020-07-11T07:48:39.783Z] bf5d7aec512f: Verifying Checksum [2020-07-11T07:48:39.783Z] bf5d7aec512f: Download complete [2020-07-11T07:48:40.054Z] e6b0cf9c0882: Download complete [2020-07-11T07:48:40.633Z] 34c802a77dc8: Verifying Checksum [2020-07-11T07:48:40.633Z] 34c802a77dc8: Download complete [2020-07-11T07:48:40.633Z] 27c7a5d97fbd: Verifying Checksum [2020-07-11T07:48:40.633Z] 27c7a5d97fbd: Download complete [2020-07-11T07:48:41.029Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-11T07:48:41.215Z] 9eb99e56ec68: Verifying Checksum [2020-07-11T07:48:41.215Z] 9eb99e56ec68: Download complete [2020-07-11T07:48:41.476Z] 5788d62ee057: Verifying Checksum [2020-07-11T07:48:41.476Z] 5788d62ee057: Download complete [2020-07-11T07:48:41.476Z] 5c102a31e300: Verifying Checksum [2020-07-11T07:48:41.476Z] 5c102a31e300: Download complete [2020-07-11T07:48:41.476Z] dcfb455df0a1: Download complete [2020-07-11T07:48:42.001Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-11T07:48:42.048Z] e6b0cf9c0882: Pull complete [2020-07-11T07:48:42.588Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-11T07:48:42.588Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-11T07:48:42.588Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-11T07:48:42.627Z] 2848faf0eed1: Pull complete [2020-07-11T07:48:42.627Z] 0f37312ad70f: Pull complete [2020-07-11T07:48:42.857Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-11T07:48:42.858Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-11T07:48:42.858Z] Executing busybox-1.31.1-r8.trigger [2020-07-11T07:48:43.127Z] OK: 127 MiB in 44 packages [2020-07-11T07:48:44.097Z] Removing intermediate container 2a95d7ff2f0a [2020-07-11T07:48:44.097Z] ---> 53fe6d7a35ce [2020-07-11T07:48:44.097Z] Step 6/8 : WORKDIR /build [2020-07-11T07:48:44.371Z] ---> Running in bb2d89c2b434 [2020-07-11T07:48:44.644Z] Removing intermediate container bb2d89c2b434 [2020-07-11T07:48:44.644Z] ---> b9f4ce420e6b [2020-07-11T07:48:44.644Z] Step 7/8 : COPY go.mod . [2020-07-11T07:48:45.629Z] ---> f09b4b1c0e9b [2020-07-11T07:48:45.629Z] Step 8/8 : RUN go mod download [2020-07-11T07:48:45.629Z] ---> Running in d36c7bd9a22a [2020-07-11T07:48:47.925Z] 5788d62ee057: Pull complete [2020-07-11T07:48:47.925Z] 0e6b1d234666: Pull complete [2020-07-11T07:48:47.925Z] bf5d7aec512f: Pull complete [2020-07-11T07:48:48.243Z] 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-11T07:48:48.830Z] 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-11T07:48:50.113Z] Failed in branch arm64 [2020-07-11T07:48:54.840Z] 34c802a77dc8: Pull complete [2020-07-11T07:48:58.157Z] 9eb99e56ec68: Pull complete [2020-07-11T07:48:58.157Z] 27c7a5d97fbd: Pull complete [2020-07-11T07:48:58.730Z] 5c102a31e300: Pull complete [2020-07-11T07:48:58.990Z] dcfb455df0a1: Pull complete [2020-07-11T07:48:58.990Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-11T07:48:58.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-11T07:48:58.990Z] ---> 7c70fe431013 [2020-07-11T07:48:58.990Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-11T07:48:59.255Z] latest: Pulling from library/docker [2020-07-11T07:48:59.522Z] df20fa9351a1: Pulling fs layer [2020-07-11T07:48:59.522Z] 25ad7478873d: Pulling fs layer [2020-07-11T07:48:59.522Z] 4684f6177b5d: Pulling fs layer [2020-07-11T07:48:59.522Z] 46e300cec669: Pulling fs layer [2020-07-11T07:48:59.522Z] 63038576ad94: Pulling fs layer [2020-07-11T07:48:59.522Z] 0fdb76c4706c: Pulling fs layer [2020-07-11T07:48:59.522Z] cb7edeffdfd5: Pulling fs layer [2020-07-11T07:48:59.522Z] 63038576ad94: Waiting [2020-07-11T07:48:59.522Z] 0fdb76c4706c: Waiting [2020-07-11T07:48:59.522Z] cb7edeffdfd5: Waiting [2020-07-11T07:48:59.522Z] 46e300cec669: Waiting [2020-07-11T07:48:59.522Z] 4684f6177b5d: Verifying Checksum [2020-07-11T07:48:59.522Z] 4684f6177b5d: Download complete [2020-07-11T07:48:59.522Z] 25ad7478873d: Download complete [2020-07-11T07:48:59.522Z] df20fa9351a1: Verifying Checksum [2020-07-11T07:48:59.522Z] df20fa9351a1: Download complete [2020-07-11T07:48:59.783Z] 63038576ad94: Verifying Checksum [2020-07-11T07:48:59.783Z] 63038576ad94: Download complete [2020-07-11T07:48:59.783Z] 0fdb76c4706c: Verifying Checksum [2020-07-11T07:48:59.783Z] 0fdb76c4706c: Download complete [2020-07-11T07:48:59.783Z] cb7edeffdfd5: Verifying Checksum [2020-07-11T07:48:59.783Z] cb7edeffdfd5: Download complete [2020-07-11T07:48:59.783Z] df20fa9351a1: Pull complete [2020-07-11T07:49:00.044Z] 25ad7478873d: Pull complete [2020-07-11T07:49:00.307Z] 4684f6177b5d: Pull complete [2020-07-11T07:49:00.567Z] 46e300cec669: Verifying Checksum [2020-07-11T07:49:00.567Z] 46e300cec669: Download complete [2020-07-11T07:49:03.893Z] 46e300cec669: Pull complete [2020-07-11T07:49:03.893Z] 63038576ad94: Pull complete [2020-07-11T07:49:03.893Z] 0fdb76c4706c: Pull complete [2020-07-11T07:49:03.893Z] cb7edeffdfd5: Pull complete [2020-07-11T07:49:03.893Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-11T07:49:03.893Z] Status: Downloaded newer image for docker:latest [2020-07-11T07:49:05.811Z] ---> 2f224b50ba93 [2020-07-11T07:49:05.811Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-11T07:49:05.811Z] ---> Running in 9472f8027011 [2020-07-11T07:49:05.811Z] Removing intermediate container 9472f8027011 [2020-07-11T07:49:05.811Z] ---> 47fba10e7d4e [2020-07-11T07:49:05.811Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-11T07:49:05.811Z] ---> Running in c0c8b68e16d9 [2020-07-11T07:49:06.382Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-11T07:49:07.324Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-11T07:49:07.324Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-11T07:49:07.324Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-11T07:49:07.585Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-11T07:49:07.585Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-11T07:49:07.852Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-11T07:49:07.852Z] Executing busybox-1.31.1-r8.trigger [2020-07-11T07:49:07.852Z] OK: 145 MiB in 44 packages [2020-07-11T07:49:08.422Z] Removing intermediate container c0c8b68e16d9 [2020-07-11T07:49:08.422Z] ---> 615dbff7b071 [2020-07-11T07:49:08.422Z] Step 6/8 : WORKDIR /build [2020-07-11T07:49:08.422Z] ---> Running in 1de71c092283 [2020-07-11T07:49:08.682Z] Removing intermediate container 1de71c092283 [2020-07-11T07:49:08.682Z] ---> e7ad22a5a2f7 [2020-07-11T07:49:08.682Z] Step 7/8 : COPY go.mod . [2020-07-11T07:49:08.682Z] ---> ca03ee98dadf [2020-07-11T07:49:08.682Z] Step 8/8 : RUN go mod download [2020-07-11T07:49:08.943Z] ---> Running in 707e2a9e5b60 [2020-07-11T07:49:10.883Z] 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-11T07:49:11.828Z] 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-11T07:49:12.987Z] 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-11T07:49:14.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-11T07:49:15.019Z] ---> package-listing.sh [2020-07-11T07:49:15.019Z] ++ facter osfamily [2020-07-11T07:49:15.019Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-11T07:49:15.019Z] + OS_FAMILY=redhat [2020-07-11T07:49:15.019Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-11T07:49:15.019Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-11T07:49:15.019Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-11T07:49:15.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-11T07:49:15.019Z] + PACKAGES=/tmp/packages_start.txt [2020-07-11T07:49:15.019Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-11T07:49:15.019Z] + PACKAGES=/tmp/packages_end.txt [2020-07-11T07:49:15.019Z] + case "${OS_FAMILY}" in [2020-07-11T07:49:15.019Z] + rpm -qa [2020-07-11T07:49:15.019Z] + sort [2020-07-11T07:49:19.245Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-11T07:49:19.245Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-11T07:49:19.245Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-11T07:49:19.245Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-11T07:49:19.245Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [2020-07-11T07:49:19.245Z] + 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-11T07:49:19.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-11T07:49:19.835Z] [2020-07-11T07:49:19.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-11T07:49:20.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-11T07:49:20.189Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-11T07:49:20.189Z] c9b1b535fdd9: Pulling fs layer [2020-07-11T07:49:20.189Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-11T07:49:20.189Z] 756a868c4378: Pulling fs layer [2020-07-11T07:49:20.189Z] 444b2fc9a129: Pulling fs layer [2020-07-11T07:49:20.189Z] ea15f1150254: Pulling fs layer [2020-07-11T07:49:20.189Z] 41b27a9f41bf: Pulling fs layer [2020-07-11T07:49:20.189Z] 28c525ee5125: Pulling fs layer [2020-07-11T07:49:20.189Z] 094b1ea09ed8: Pulling fs layer [2020-07-11T07:49:20.189Z] 138eaada9080: Pulling fs layer [2020-07-11T07:49:20.189Z] 0622d0fa9048: Pulling fs layer [2020-07-11T07:49:20.189Z] 444b2fc9a129: Waiting [2020-07-11T07:49:20.189Z] 094b1ea09ed8: Waiting [2020-07-11T07:49:20.189Z] 138eaada9080: Waiting [2020-07-11T07:49:20.189Z] ea15f1150254: Waiting [2020-07-11T07:49:20.189Z] 41b27a9f41bf: Waiting [2020-07-11T07:49:20.189Z] 28c525ee5125: Waiting [2020-07-11T07:49:20.189Z] 0622d0fa9048: Waiting [2020-07-11T07:49:20.189Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-11T07:49:20.189Z] 2cc5ad85d9ab: Download complete [2020-07-11T07:49:20.189Z] 444b2fc9a129: Verifying Checksum [2020-07-11T07:49:20.189Z] 444b2fc9a129: Download complete [2020-07-11T07:49:20.189Z] c9b1b535fdd9: Verifying Checksum [2020-07-11T07:49:20.189Z] c9b1b535fdd9: Download complete [2020-07-11T07:49:20.189Z] ea15f1150254: Verifying Checksum [2020-07-11T07:49:20.189Z] ea15f1150254: Download complete [2020-07-11T07:49:20.189Z] 28c525ee5125: Verifying Checksum [2020-07-11T07:49:20.189Z] 28c525ee5125: Download complete [2020-07-11T07:49:20.456Z] c9b1b535fdd9: Pull complete [2020-07-11T07:49:20.724Z] 756a868c4378: Verifying Checksum [2020-07-11T07:49:20.724Z] 756a868c4378: Download complete [2020-07-11T07:49:20.724Z] 138eaada9080: Verifying Checksum [2020-07-11T07:49:20.724Z] 138eaada9080: Download complete [2020-07-11T07:49:20.724Z] 0622d0fa9048: Verifying Checksum [2020-07-11T07:49:20.724Z] 0622d0fa9048: Download complete [2020-07-11T07:49:20.987Z] 2cc5ad85d9ab: Pull complete [2020-07-11T07:49:20.987Z] 094b1ea09ed8: Verifying Checksum [2020-07-11T07:49:20.987Z] 094b1ea09ed8: Download complete [2020-07-11T07:49:21.252Z] 41b27a9f41bf: Verifying Checksum [2020-07-11T07:49:21.252Z] 41b27a9f41bf: Download complete [2020-07-11T07:49:22.640Z] 756a868c4378: Pull complete [2020-07-11T07:49:22.640Z] 444b2fc9a129: Pull complete [2020-07-11T07:49:22.900Z] ea15f1150254: Pull complete [2020-07-11T07:49:27.128Z] 41b27a9f41bf: Pull complete [2020-07-11T07:49:27.128Z] 28c525ee5125: Pull complete [2020-07-11T07:49:29.729Z] 094b1ea09ed8: Pull complete [2020-07-11T07:49:29.990Z] 138eaada9080: Pull complete [2020-07-11T07:49:29.990Z] 0622d0fa9048: Pull complete [2020-07-11T07:49:30.251Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-11T07:49:30.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-11T07:49:30.251Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-11T07:49:30.393Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-07-11T07:49:30.432Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-11T07:49:34.221Z] $ docker top fefce6eaeeb4706bf8d7eb2b3b86eb6fe7bb27728805c3731db321e7ca875772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-11T07:49:34.544Z] provisioning config files... [2020-07-11T07:49:34.562Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config2697745950910018705tmp [Pipeline] { [Pipeline] echo [2020-07-11T07:49:34.627Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-11T07:49:34.924Z] ---> create-netrc.sh [Pipeline] echo [2020-07-11T07:49:34.934Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-11T07:49:35.228Z] ---> logs-deploy.sh [2020-07-11T07:49:35.228Z] + ARCHIVE_ARTIFACTS= [2020-07-11T07:49:35.228Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-11T07:49:35.228Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-11T07:49:35.229Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-11T07:49:35.229Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 [2020-07-11T07:49:35.229Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/7/ [2020-07-11T07:49:35.229Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-11T07:49:36.622Z] Archives upload complete. [2020-07-11T07:49:36.622Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/7/