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+1c8db893985ec302c648617d05600981d490690e (5caf92c74038b37f7afc3b047d9a8b7368982a9c) 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-153 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 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing 258e2c336e03159d5d906dbe8b3d76b57201f86b Checking out Revision 258e2c336e03159d5d906dbe8b3d76b57201f86b (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 1c8db893985ec302c648617d05600981d490690e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-10T07:45:22.278Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-10T07:45:22.500Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-10T07:45:22.582Z] ========================================================= [2020-07-10T07:45:22.582Z] EdgeX Global Pipelines Version Info [2020-07-10T07:45:22.582Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-10T07:45:24.033Z] ------------------- [2020-07-10T07:45:24.033Z] stable info: [2020-07-10T07:45:24.033Z] ------------------- [2020-07-10T07:45:24.033Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-10T07:45:24.033Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-10T07:45:24.033Z] Message: update stable to v1.0.89 [2020-07-10T07:45:24.975Z] ------------------- [2020-07-10T07:45:24.975Z] experimental info: [2020-07-10T07:45:24.975Z] ------------------- [2020-07-10T07:45:24.975Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-10T07:45:24.975Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-10T07:45:24.975Z] 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-10T07:45:27.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T07:45:27.217Z] [2020-07-10T07:45:27.217Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-10T07:45:27.554Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T07:45:27.554Z] latest: Pulling from edgex-devops/git-semver [2020-07-10T07:45:27.554Z] 9123ac7c32f7: Pulling fs layer [2020-07-10T07:45:27.554Z] b8cc5d1170e3: Pulling fs layer [2020-07-10T07:45:27.554Z] 2924cbbf6a41: Pulling fs layer [2020-07-10T07:45:27.554Z] 93b08a4f1073: Pulling fs layer [2020-07-10T07:45:27.554Z] 93b08a4f1073: Waiting [2020-07-10T07:45:27.554Z] b8cc5d1170e3: Verifying Checksum [2020-07-10T07:45:27.554Z] b8cc5d1170e3: Download complete [2020-07-10T07:45:27.817Z] 9123ac7c32f7: Verifying Checksum [2020-07-10T07:45:27.817Z] 9123ac7c32f7: Download complete [2020-07-10T07:45:27.817Z] 93b08a4f1073: Verifying Checksum [2020-07-10T07:45:27.817Z] 93b08a4f1073: Download complete [2020-07-10T07:45:27.817Z] 2924cbbf6a41: Verifying Checksum [2020-07-10T07:45:27.817Z] 2924cbbf6a41: Download complete [2020-07-10T07:45:28.077Z] 9123ac7c32f7: Pull complete [2020-07-10T07:45:28.077Z] b8cc5d1170e3: Pull complete [2020-07-10T07:45:29.021Z] 2924cbbf6a41: Pull complete [2020-07-10T07:45:29.021Z] 93b08a4f1073: Pull complete [2020-07-10T07:45:29.021Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-10T07:45:29.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T07:45:29.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-10T07:45:29.125Z] prd-centos7-docker-4c-2g-153 does not seem to be running inside a container [2020-07-10T07:45:29.170Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-10T07:45:31.280Z] $ docker top f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T07:45:31.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T07:45:31.538Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T07:45:31.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T07:45:31.725Z] $ docker exec f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent [2020-07-10T07:45:31.875Z] SSH_AUTH_SOCK=/tmp/ssh-61COhNk2g8Uh/agent.12 [2020-07-10T07:45:31.875Z] SSH_AGENT_PID=17 [2020-07-10T07:45:31.886Z] Running ssh-add (command line suppressed) [2020-07-10T07:45:32.003Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4085180768021011050.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4085180768021011050.key) [2020-07-10T07:45:32.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T07:45:32.378Z] + git describe --exact-match --tags HEAD [2020-07-10T07:45:32.378Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-10T07:45:32.435Z] $ docker exec --env ******** --env ******** f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent -k [2020-07-10T07:45:32.539Z] unset SSH_AUTH_SOCK; [2020-07-10T07:45:32.539Z] unset SSH_AGENT_PID; [2020-07-10T07:45:32.539Z] echo Agent pid 17 killed; [2020-07-10T07:45:32.581Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-10T07:45:32.673Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-10T07:45:32.673Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-10T07:45:32.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T07:45:32.764Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T07:45:32.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T07:45:32.919Z] $ docker exec f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent [2020-07-10T07:45:33.061Z] SSH_AUTH_SOCK=/tmp/ssh-1rvxq4hCdrie/agent.46 [2020-07-10T07:45:33.061Z] SSH_AGENT_PID=51 [2020-07-10T07:45:33.067Z] Running ssh-add (command line suppressed) [2020-07-10T07:45:33.179Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_8580013012441943101.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_8580013012441943101.key) [2020-07-10T07:45:33.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T07:45:33.551Z] + git semver init [2020-07-10T07:45:33.551Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T07:45:33.551Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git [2020-07-10T07:45:33.551Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-10T07:45:33.551Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T07:45:33.551Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T07:45:33.551Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T07:45:33.551Z] # $SEMVER_BRANCH = PR-387 [2020-07-10T07:45:33.551Z] # $SEMVER_TEMP = /tmp/semver-969056167 [2020-07-10T07:45:33.551Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-10T07:45:36.090Z] # '/tmp/semver-969056167' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' [2020-07-10T07:45:36.090Z] # -> Force: false [2020-07-10T07:45:36.090Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } [2020-07-10T07:45:36.105Z] $ docker exec --env ******** --env ******** f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent -k [2020-07-10T07:45:36.240Z] unset SSH_AUTH_SOCK; [2020-07-10T07:45:36.241Z] unset SSH_AGENT_PID; [2020-07-10T07:45:36.241Z] echo Agent pid 51 killed; [2020-07-10T07:45:36.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T07:45:36.736Z] + git semver [Pipeline] } [2020-07-10T07:45:36.754Z] $ docker stop --time=1 f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 [2020-07-10T07:45:38.206Z] $ docker rm -f f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-10T07:45:40.372Z] Stashed 134 file(s) [Pipeline] echo [2020-07-10T07:45:40.375Z] [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-10T07:45:55.679Z] Still waiting to schedule task [2020-07-10T07:45:55.680Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-153’ [2020-07-10T07:45:55.681Z] Still waiting to schedule task [2020-07-10T07:45:55.681Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline [2020-07-10T07:47:33.309Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-154 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-10T07:47:33.399Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-07-10T07:47:38.481Z] using credential edgex-jenkins-ssh [2020-07-10T07:47:38.533Z] Cloning the remote Git repository [2020-07-10T07:47:38.533Z] Cloning with configured refspecs honoured and without tags [2020-07-10T07:47:38.596Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:47:38.705Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2020-07-10T07:47:38.779Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:47:38.780Z] > git --version # timeout=10 [2020-07-10T07:47:38.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:47:38.909Z] > 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-10T07:47:41.799Z] Fetching without tags [2020-07-10T07:47:42.261Z] Merging remotes/origin/master commit 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-10T07:47:41.720Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T07:47:41.743Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-10T07:47:41.756Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T07:47:41.786Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T07:47:41.813Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:47:41.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:47:41.826Z] > 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-10T07:47:42.284Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T07:47:42.569Z] Merge succeeded, producing 19c4f93484c108e03e422461bfbeb8b3db61b85f [2020-07-10T07:47:42.570Z] Checking out Revision 19c4f93484c108e03e422461bfbeb8b3db61b85f (PR-387) [2020-07-10T07:47:42.308Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-10T07:47:42.413Z] > git remote # timeout=10 [2020-07-10T07:47:42.432Z] > git config --get remote.origin.url # timeout=10 [2020-07-10T07:47:42.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:47:42.461Z] > git merge 1c8db893985ec302c648617d05600981d490690e # timeout=10 [2020-07-10T07:47:42.556Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-10T07:47:42.580Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T07:47:42.609Z] > git checkout -f 19c4f93484c108e03e422461bfbeb8b3db61b85f # timeout=10 [2020-07-10T07:47:57.081Z] Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" [2020-07-10T07:47:57.111Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-07-10T07:47:57.090Z] > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T07:48:00.505Z] ========================================================= [2020-07-10T07:48:00.505Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-10T07:48:00.505Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T07:48:01.549Z] + 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-10T07:48:02.993Z] Sending build context to Docker daemon 37.02MB [2020-07-10T07:48:02.993Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-10T07:48:02.993Z] Step 2/8 : FROM ${BASE} [2020-07-10T07:48:03.267Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-10T07:48:03.267Z] cde5963f3b93: Pulling fs layer [2020-07-10T07:48:03.267Z] 2a23fa8c16f7: Pulling fs layer [2020-07-10T07:48:03.267Z] 777b28850792: Pulling fs layer [2020-07-10T07:48:03.267Z] 8a11ddd9e578: Pulling fs layer [2020-07-10T07:48:03.267Z] 4cf88f913ddb: Pulling fs layer [2020-07-10T07:48:03.267Z] 1df406cf5192: Pulling fs layer [2020-07-10T07:48:03.267Z] cd6300453558: Pulling fs layer [2020-07-10T07:48:03.267Z] b9c365052c96: Pulling fs layer [2020-07-10T07:48:03.267Z] a2d8cc88f415: Pulling fs layer [2020-07-10T07:48:03.267Z] ea1d1ca13537: Pulling fs layer [2020-07-10T07:48:03.267Z] 3750a50a1c5e: Pulling fs layer [2020-07-10T07:48:03.267Z] 8a11ddd9e578: Waiting [2020-07-10T07:48:03.267Z] 4cf88f913ddb: Waiting [2020-07-10T07:48:03.267Z] a2d8cc88f415: Waiting [2020-07-10T07:48:03.267Z] 1df406cf5192: Waiting [2020-07-10T07:48:03.267Z] cd6300453558: Waiting [2020-07-10T07:48:03.267Z] ea1d1ca13537: Waiting [2020-07-10T07:48:03.267Z] 3750a50a1c5e: Waiting [2020-07-10T07:48:03.267Z] b9c365052c96: Waiting [2020-07-10T07:48:03.267Z] 777b28850792: Verifying Checksum [2020-07-10T07:48:03.267Z] 777b28850792: Download complete [2020-07-10T07:48:03.267Z] 2a23fa8c16f7: Verifying Checksum [2020-07-10T07:48:03.267Z] 2a23fa8c16f7: Download complete [2020-07-10T07:48:03.267Z] 4cf88f913ddb: Verifying Checksum [2020-07-10T07:48:03.267Z] 4cf88f913ddb: Download complete [2020-07-10T07:48:03.267Z] 1df406cf5192: Verifying Checksum [2020-07-10T07:48:03.267Z] 1df406cf5192: Download complete [2020-07-10T07:48:03.267Z] cde5963f3b93: Verifying Checksum [2020-07-10T07:48:03.267Z] cde5963f3b93: Download complete [2020-07-10T07:48:03.873Z] cde5963f3b93: Pull complete [2020-07-10T07:48:04.489Z] 2a23fa8c16f7: Pull complete [2020-07-10T07:48:05.094Z] 777b28850792: Pull complete [2020-07-10T07:48:05.094Z] cd6300453558: Verifying Checksum [2020-07-10T07:48:05.094Z] cd6300453558: Download complete [2020-07-10T07:48:05.094Z] a2d8cc88f415: Verifying Checksum [2020-07-10T07:48:07.079Z] ea1d1ca13537: Verifying Checksum [2020-07-10T07:48:07.079Z] ea1d1ca13537: Download complete [2020-07-10T07:48:07.079Z] 3750a50a1c5e: Verifying Checksum [2020-07-10T07:48:07.079Z] 3750a50a1c5e: Download complete [2020-07-10T07:48:08.059Z] b9c365052c96: Verifying Checksum [2020-07-10T07:48:08.060Z] b9c365052c96: Download complete [2020-07-10T07:48:08.655Z] 8a11ddd9e578: Verifying Checksum [2020-07-10T07:48:08.655Z] 8a11ddd9e578: Download complete [2020-07-10T07:48:17.088Z] Running on prd-centos7-docker-4c-2g-155 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-07-10T07:48:17.130Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-07-10T07:48:19.218Z] using credential edgex-jenkins-ssh [2020-07-10T07:48:19.262Z] Cloning the remote Git repository [2020-07-10T07:48:19.262Z] Cloning with configured refspecs honoured and without tags [2020-07-10T07:48:19.289Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:48:19.350Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2020-07-10T07:48:19.523Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:48:19.523Z] > git --version # timeout=10 [2020-07-10T07:48:19.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:48:19.558Z] > 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-10T07:48:21.046Z] 8a11ddd9e578: Pull complete [2020-07-10T07:48:21.046Z] 4cf88f913ddb: Pull complete [2020-07-10T07:48:21.046Z] 1df406cf5192: Pull complete [2020-07-10T07:48:21.225Z] Fetching without tags [2020-07-10T07:48:21.597Z] Merging remotes/origin/master commit 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-07-10T07:48:21.193Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T07:48:21.199Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-07-10T07:48:21.207Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T07:48:21.217Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T07:48:21.230Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T07:48:21.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:48:21.234Z] > 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-10T07:48:21.606Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T07:48:21.612Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-07-10T07:48:21.653Z] > git remote # timeout=10 [2020-07-10T07:48:21.707Z] Merge succeeded, producing 8c57be8107671cb6f1003dfa9d4075e82e67b322 [2020-07-10T07:48:21.707Z] Checking out Revision 8c57be8107671cb6f1003dfa9d4075e82e67b322 (PR-387) [2020-07-10T07:48:21.660Z] > git config --get remote.origin.url # timeout=10 [2020-07-10T07:48:21.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T07:48:21.670Z] > git merge 1c8db893985ec302c648617d05600981d490690e # timeout=10 [2020-07-10T07:48:21.701Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-10T07:48:21.711Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T07:48:21.716Z] > git checkout -f 8c57be8107671cb6f1003dfa9d4075e82e67b322 # timeout=10 [2020-07-10T07:48:25.345Z] cd6300453558: Pull complete [2020-07-10T07:48:25.352Z] Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" [2020-07-10T07:48:25.361Z] First time build. Skipping changelog. [2020-07-10T07:48:25.356Z] > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T07:48:27.000Z] ========================================================= [2020-07-10T07:48:27.000Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-10T07:48:27.000Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T07:48:27.679Z] + 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-10T07:48:28.269Z] Sending build context to Docker daemon 37.02MB [2020-07-10T07:48:28.269Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-10T07:48:28.269Z] Step 2/8 : FROM ${BASE} [2020-07-10T07:48:28.269Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-10T07:48:28.269Z] e6b0cf9c0882: Pulling fs layer [2020-07-10T07:48:28.269Z] 2848faf0eed1: Pulling fs layer [2020-07-10T07:48:28.269Z] 0f37312ad70f: Pulling fs layer [2020-07-10T07:48:28.269Z] 5788d62ee057: Pulling fs layer [2020-07-10T07:48:28.269Z] 0e6b1d234666: Pulling fs layer [2020-07-10T07:48:28.269Z] bf5d7aec512f: Pulling fs layer [2020-07-10T07:48:28.269Z] 34c802a77dc8: Pulling fs layer [2020-07-10T07:48:28.269Z] 9eb99e56ec68: Pulling fs layer [2020-07-10T07:48:28.269Z] 27c7a5d97fbd: Pulling fs layer [2020-07-10T07:48:28.269Z] 5c102a31e300: Pulling fs layer [2020-07-10T07:48:28.269Z] dcfb455df0a1: Pulling fs layer [2020-07-10T07:48:28.269Z] 5788d62ee057: Waiting [2020-07-10T07:48:28.269Z] 0e6b1d234666: Waiting [2020-07-10T07:48:28.269Z] 5c102a31e300: Waiting [2020-07-10T07:48:28.269Z] dcfb455df0a1: Waiting [2020-07-10T07:48:28.269Z] bf5d7aec512f: Waiting [2020-07-10T07:48:28.269Z] 34c802a77dc8: Waiting [2020-07-10T07:48:28.269Z] 9eb99e56ec68: Waiting [2020-07-10T07:48:28.269Z] 27c7a5d97fbd: Waiting [2020-07-10T07:48:28.269Z] 0f37312ad70f: Verifying Checksum [2020-07-10T07:48:28.269Z] 0f37312ad70f: Download complete [2020-07-10T07:48:28.269Z] 2848faf0eed1: Verifying Checksum [2020-07-10T07:48:28.269Z] 2848faf0eed1: Download complete [2020-07-10T07:48:28.269Z] 0e6b1d234666: Download complete [2020-07-10T07:48:28.269Z] bf5d7aec512f: Verifying Checksum [2020-07-10T07:48:28.269Z] bf5d7aec512f: Download complete [2020-07-10T07:48:28.269Z] e6b0cf9c0882: Verifying Checksum [2020-07-10T07:48:28.269Z] e6b0cf9c0882: Download complete [2020-07-10T07:48:29.238Z] 34c802a77dc8: Verifying Checksum [2020-07-10T07:48:29.238Z] 34c802a77dc8: Download complete [2020-07-10T07:48:29.238Z] 27c7a5d97fbd: Verifying Checksum [2020-07-10T07:48:29.238Z] 27c7a5d97fbd: Download complete [2020-07-10T07:48:29.511Z] 5c102a31e300: Verifying Checksum [2020-07-10T07:48:29.511Z] 5c102a31e300: Download complete [2020-07-10T07:48:29.687Z] b9c365052c96: Pull complete [2020-07-10T07:48:29.687Z] a2d8cc88f415: Pull complete [2020-07-10T07:48:29.777Z] 9eb99e56ec68: Verifying Checksum [2020-07-10T07:48:29.777Z] 9eb99e56ec68: Download complete [2020-07-10T07:48:29.777Z] dcfb455df0a1: Verifying Checksum [2020-07-10T07:48:29.777Z] dcfb455df0a1: Download complete [2020-07-10T07:48:29.777Z] 5788d62ee057: Verifying Checksum [2020-07-10T07:48:29.777Z] 5788d62ee057: Download complete [2020-07-10T07:48:30.349Z] e6b0cf9c0882: Pull complete [2020-07-10T07:48:30.610Z] 2848faf0eed1: Pull complete [2020-07-10T07:48:30.870Z] 0f37312ad70f: Pull complete [2020-07-10T07:48:31.664Z] ea1d1ca13537: Pull complete [2020-07-10T07:48:32.262Z] 3750a50a1c5e: Pull complete [2020-07-10T07:48:32.262Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-10T07:48:32.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-10T07:48:32.262Z] ---> 78745c68409d [2020-07-10T07:48:32.262Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-10T07:48:32.533Z] latest: Pulling from library/docker [2020-07-10T07:48:32.805Z] b538f80385f9: Pulling fs layer [2020-07-10T07:48:32.805Z] 259a493cd78d: Pulling fs layer [2020-07-10T07:48:32.805Z] b8e66b5100f5: Pulling fs layer [2020-07-10T07:48:32.805Z] 39dc9c94d07c: Pulling fs layer [2020-07-10T07:48:32.805Z] 551b823b3b82: Pulling fs layer [2020-07-10T07:48:32.805Z] 3c52a74df98c: Pulling fs layer [2020-07-10T07:48:32.805Z] 6c9b121b6998: Pulling fs layer [2020-07-10T07:48:32.805Z] 39dc9c94d07c: Waiting [2020-07-10T07:48:32.805Z] 551b823b3b82: Waiting [2020-07-10T07:48:32.805Z] 3c52a74df98c: Waiting [2020-07-10T07:48:32.805Z] 6c9b121b6998: Waiting [2020-07-10T07:48:32.805Z] b8e66b5100f5: Verifying Checksum [2020-07-10T07:48:32.805Z] b8e66b5100f5: Download complete [2020-07-10T07:48:32.805Z] 259a493cd78d: Verifying Checksum [2020-07-10T07:48:32.805Z] 259a493cd78d: Download complete [2020-07-10T07:48:33.080Z] b538f80385f9: Verifying Checksum [2020-07-10T07:48:33.080Z] b538f80385f9: Download complete [2020-07-10T07:48:33.080Z] 551b823b3b82: Verifying Checksum [2020-07-10T07:48:33.080Z] 551b823b3b82: Download complete [2020-07-10T07:48:33.080Z] 3c52a74df98c: Download complete [2020-07-10T07:48:33.357Z] 6c9b121b6998: Verifying Checksum [2020-07-10T07:48:33.357Z] 6c9b121b6998: Download complete [2020-07-10T07:48:33.632Z] b538f80385f9: Pull complete [2020-07-10T07:48:33.918Z] 39dc9c94d07c: Retrying in 5 seconds [2020-07-10T07:48:34.517Z] 259a493cd78d: Pull complete [2020-07-10T07:48:34.794Z] b8e66b5100f5: Pull complete [2020-07-10T07:48:34.794Z] 39dc9c94d07c: Retrying in 4 seconds [2020-07-10T07:48:35.763Z] 39dc9c94d07c: Retrying in 3 seconds [2020-07-10T07:48:36.185Z] 5788d62ee057: Pull complete [2020-07-10T07:48:36.185Z] 0e6b1d234666: Pull complete [2020-07-10T07:48:36.186Z] bf5d7aec512f: Pull complete [2020-07-10T07:48:36.729Z] 39dc9c94d07c: Retrying in 2 seconds [2020-07-10T07:48:37.697Z] 39dc9c94d07c: Retrying in 1 second [2020-07-10T07:48:39.487Z] 34c802a77dc8: Pull complete [2020-07-10T07:48:39.666Z] 39dc9c94d07c: Verifying Checksum [2020-07-10T07:48:39.666Z] 39dc9c94d07c: Download complete [2020-07-10T07:48:42.787Z] 9eb99e56ec68: Pull complete [2020-07-10T07:48:42.787Z] 27c7a5d97fbd: Pull complete [2020-07-10T07:48:43.054Z] 39dc9c94d07c: Pull complete [2020-07-10T07:48:43.054Z] 551b823b3b82: Pull complete [2020-07-10T07:48:43.326Z] 3c52a74df98c: Pull complete [2020-07-10T07:48:43.362Z] 5c102a31e300: Pull complete [2020-07-10T07:48:43.598Z] 6c9b121b6998: Pull complete [2020-07-10T07:48:43.598Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-10T07:48:43.598Z] Status: Downloaded newer image for docker:latest [2020-07-10T07:48:43.622Z] dcfb455df0a1: Pull complete [2020-07-10T07:48:43.623Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-10T07:48:43.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-10T07:48:43.623Z] ---> 7c70fe431013 [2020-07-10T07:48:43.623Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-10T07:48:43.882Z] latest: Pulling from library/docker [2020-07-10T07:48:44.143Z] df20fa9351a1: Pulling fs layer [2020-07-10T07:48:44.143Z] 25ad7478873d: Pulling fs layer [2020-07-10T07:48:44.143Z] 4684f6177b5d: Pulling fs layer [2020-07-10T07:48:44.143Z] 46e300cec669: Pulling fs layer [2020-07-10T07:48:44.143Z] 63038576ad94: Pulling fs layer [2020-07-10T07:48:44.143Z] 0fdb76c4706c: Pulling fs layer [2020-07-10T07:48:44.143Z] cb7edeffdfd5: Pulling fs layer [2020-07-10T07:48:44.143Z] 63038576ad94: Waiting [2020-07-10T07:48:44.143Z] 0fdb76c4706c: Waiting [2020-07-10T07:48:44.143Z] cb7edeffdfd5: Waiting [2020-07-10T07:48:44.143Z] 46e300cec669: Waiting [2020-07-10T07:48:44.143Z] 4684f6177b5d: Verifying Checksum [2020-07-10T07:48:44.143Z] 4684f6177b5d: Download complete [2020-07-10T07:48:44.143Z] df20fa9351a1: Verifying Checksum [2020-07-10T07:48:44.143Z] df20fa9351a1: Download complete [2020-07-10T07:48:44.143Z] 25ad7478873d: Verifying Checksum [2020-07-10T07:48:44.143Z] 25ad7478873d: Download complete [2020-07-10T07:48:44.407Z] 63038576ad94: Verifying Checksum [2020-07-10T07:48:44.407Z] 63038576ad94: Download complete [2020-07-10T07:48:44.407Z] 0fdb76c4706c: Verifying Checksum [2020-07-10T07:48:44.407Z] 0fdb76c4706c: Download complete [2020-07-10T07:48:44.407Z] df20fa9351a1: Pull complete [2020-07-10T07:48:44.407Z] cb7edeffdfd5: Verifying Checksum [2020-07-10T07:48:44.407Z] cb7edeffdfd5: Download complete [2020-07-10T07:48:44.669Z] 25ad7478873d: Pull complete [2020-07-10T07:48:44.932Z] 4684f6177b5d: Pull complete [2020-07-10T07:48:44.932Z] 46e300cec669: Download complete [2020-07-10T07:48:48.238Z] 46e300cec669: Pull complete [2020-07-10T07:48:48.238Z] 63038576ad94: Pull complete [2020-07-10T07:48:48.238Z] 0fdb76c4706c: Pull complete [2020-07-10T07:48:48.500Z] cb7edeffdfd5: Pull complete [2020-07-10T07:48:48.500Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-10T07:48:48.500Z] Status: Downloaded newer image for docker:latest [2020-07-10T07:48:50.304Z] ---> bf188d87f34a [2020-07-10T07:48:50.304Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T07:48:50.415Z] ---> 92df99a9f55b [2020-07-10T07:48:50.415Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T07:48:50.574Z] ---> Running in 7707986e1cde [2020-07-10T07:48:50.676Z] ---> Running in 44cb0fb49b43 [2020-07-10T07:48:50.676Z] Removing intermediate container 44cb0fb49b43 [2020-07-10T07:48:50.676Z] ---> 5a0d20e64449 [2020-07-10T07:48:50.676Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-10T07:48:50.936Z] ---> Running in b08a8753d2bc [2020-07-10T07:48:51.169Z] Removing intermediate container 7707986e1cde [2020-07-10T07:48:51.169Z] ---> 2325d2efc189 [2020-07-10T07:48:51.169Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-10T07:48:51.169Z] ---> Running in c36b3bf2760e [2020-07-10T07:48:51.878Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-10T07:48:52.475Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-10T07:48:52.619Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-10T07:48:52.739Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-10T07:48:53.000Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-10T07:48:53.000Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-10T07:48:53.000Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-10T07:48:53.261Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-10T07:48:53.261Z] Executing busybox-1.31.1-r8.trigger [2020-07-10T07:48:53.261Z] OK: 145 MiB in 44 packages [2020-07-10T07:48:53.592Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-10T07:48:53.834Z] Removing intermediate container b08a8753d2bc [2020-07-10T07:48:53.834Z] ---> 75e2540de8ed [2020-07-10T07:48:53.834Z] Step 6/8 : WORKDIR /build [2020-07-10T07:48:53.834Z] ---> Running in f5b953fdf5c0 [2020-07-10T07:48:53.866Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-10T07:48:54.096Z] Removing intermediate container f5b953fdf5c0 [2020-07-10T07:48:54.096Z] ---> 76779b462c2e [2020-07-10T07:48:54.096Z] Step 7/8 : COPY go.mod . [2020-07-10T07:48:54.138Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-10T07:48:54.138Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-10T07:48:54.138Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-10T07:48:54.359Z] ---> 0f89a256cb08 [2020-07-10T07:48:54.359Z] Step 8/8 : RUN go mod download [2020-07-10T07:48:54.359Z] ---> Running in 8c16b8129a29 [2020-07-10T07:48:54.409Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-10T07:48:54.409Z] Executing busybox-1.31.1-r8.trigger [2020-07-10T07:48:54.409Z] OK: 127 MiB in 44 packages [2020-07-10T07:48:55.839Z] Removing intermediate container c36b3bf2760e [2020-07-10T07:48:55.839Z] ---> aab32357095e [2020-07-10T07:48:55.839Z] Step 6/8 : WORKDIR /build [2020-07-10T07:48:56.108Z] ---> Running in dc98631622fc [2020-07-10T07:48:56.380Z] Removing intermediate container dc98631622fc [2020-07-10T07:48:56.380Z] ---> 34671bc0e909 [2020-07-10T07:48:56.380Z] Step 7/8 : COPY go.mod . [2020-07-10T07:48:56.919Z] 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-10T07:48:57.361Z] ---> 957dbfdf7ee0 [2020-07-10T07:48:57.361Z] Step 8/8 : RUN go mod download [2020-07-10T07:48:57.361Z] ---> Running in 162cc02a7f93 [2020-07-10T07:48:57.493Z] 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-10T07:48:58.708Z] Failed in branch amd64 [2020-07-10T07:48:59.984Z] 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-10T07:49:00.575Z] 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-10T07:49:01.850Z] Failed in branch arm64 [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-10T07:49:03.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T07:49:04.079Z] ---> package-listing.sh [2020-07-10T07:49:04.079Z] ++ facter osfamily [2020-07-10T07:49:04.079Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-10T07:49:04.079Z] + OS_FAMILY=redhat [2020-07-10T07:49:04.079Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-10T07:49:04.079Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-10T07:49:04.079Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-10T07:49:04.079Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-10T07:49:04.079Z] + PACKAGES=/tmp/packages_start.txt [2020-07-10T07:49:04.079Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-10T07:49:04.079Z] + PACKAGES=/tmp/packages_end.txt [2020-07-10T07:49:04.079Z] + case "${OS_FAMILY}" in [2020-07-10T07:49:04.079Z] + rpm -qa [2020-07-10T07:49:04.079Z] + sort [2020-07-10T07:49:08.294Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-10T07:49:08.294Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-10T07:49:08.294Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-10T07:49:08.294Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-07-10T07:49:08.294Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [2020-07-10T07:49:08.294Z] + 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-10T07:49:08.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T07:49:08.951Z] [2020-07-10T07:49:08.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-10T07:49:09.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T07:49:09.289Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-10T07:49:09.289Z] c9b1b535fdd9: Pulling fs layer [2020-07-10T07:49:09.289Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-10T07:49:09.289Z] 756a868c4378: Pulling fs layer [2020-07-10T07:49:09.289Z] 444b2fc9a129: Pulling fs layer [2020-07-10T07:49:09.289Z] ea15f1150254: Pulling fs layer [2020-07-10T07:49:09.289Z] 41b27a9f41bf: Pulling fs layer [2020-07-10T07:49:09.289Z] 28c525ee5125: Pulling fs layer [2020-07-10T07:49:09.289Z] 094b1ea09ed8: Pulling fs layer [2020-07-10T07:49:09.289Z] 138eaada9080: Pulling fs layer [2020-07-10T07:49:09.289Z] 0622d0fa9048: Pulling fs layer [2020-07-10T07:49:09.289Z] 28c525ee5125: Waiting [2020-07-10T07:49:09.289Z] 094b1ea09ed8: Waiting [2020-07-10T07:49:09.289Z] 138eaada9080: Waiting [2020-07-10T07:49:09.289Z] 0622d0fa9048: Waiting [2020-07-10T07:49:09.289Z] 444b2fc9a129: Waiting [2020-07-10T07:49:09.289Z] ea15f1150254: Waiting [2020-07-10T07:49:09.289Z] 41b27a9f41bf: Waiting [2020-07-10T07:49:09.289Z] 2cc5ad85d9ab: Download complete [2020-07-10T07:49:09.289Z] 444b2fc9a129: Verifying Checksum [2020-07-10T07:49:09.289Z] 444b2fc9a129: Download complete [2020-07-10T07:49:09.289Z] c9b1b535fdd9: Verifying Checksum [2020-07-10T07:49:09.289Z] c9b1b535fdd9: Download complete [2020-07-10T07:49:09.289Z] ea15f1150254: Download complete [2020-07-10T07:49:09.289Z] 28c525ee5125: Verifying Checksum [2020-07-10T07:49:09.289Z] 28c525ee5125: Download complete [2020-07-10T07:49:09.562Z] c9b1b535fdd9: Pull complete [2020-07-10T07:49:09.562Z] 756a868c4378: Verifying Checksum [2020-07-10T07:49:09.562Z] 756a868c4378: Download complete [2020-07-10T07:49:09.827Z] 2cc5ad85d9ab: Pull complete [2020-07-10T07:49:09.827Z] 138eaada9080: Verifying Checksum [2020-07-10T07:49:09.827Z] 138eaada9080: Download complete [2020-07-10T07:49:09.827Z] 0622d0fa9048: Verifying Checksum [2020-07-10T07:49:09.827Z] 0622d0fa9048: Download complete [2020-07-10T07:49:10.093Z] 094b1ea09ed8: Verifying Checksum [2020-07-10T07:49:10.093Z] 094b1ea09ed8: Download complete [2020-07-10T07:49:10.354Z] 41b27a9f41bf: Verifying Checksum [2020-07-10T07:49:10.354Z] 41b27a9f41bf: Download complete [2020-07-10T07:49:11.295Z] 756a868c4378: Pull complete [2020-07-10T07:49:11.295Z] 444b2fc9a129: Pull complete [2020-07-10T07:49:11.555Z] ea15f1150254: Pull complete [2020-07-10T07:49:15.767Z] 41b27a9f41bf: Pull complete [2020-07-10T07:49:15.767Z] 28c525ee5125: Pull complete [2020-07-10T07:49:18.316Z] 094b1ea09ed8: Pull complete [2020-07-10T07:49:18.317Z] 138eaada9080: Pull complete [2020-07-10T07:49:18.317Z] 0622d0fa9048: Pull complete [2020-07-10T07:49:18.317Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-10T07:49:18.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T07:49:18.317Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-10T07:49:18.449Z] prd-centos7-docker-4c-2g-153 does not seem to be running inside a container [2020-07-10T07:49:18.498Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-10T07:49:22.373Z] $ docker top 88a87e08f054229b6034397df21f75efde1b002db982003a9a8581690c215bc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-10T07:49:22.693Z] provisioning config files... [2020-07-10T07:49:22.708Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config8018746019678052394tmp [Pipeline] { [Pipeline] echo [2020-07-10T07:49:22.767Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T07:49:23.061Z] ---> create-netrc.sh [Pipeline] echo [2020-07-10T07:49:23.071Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T07:49:23.364Z] ---> logs-deploy.sh [2020-07-10T07:49:23.364Z] + ARCHIVE_ARTIFACTS= [2020-07-10T07:49:23.364Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-10T07:49:23.364Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-10T07:49:23.364Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-10T07:49:23.364Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 [2020-07-10T07:49:23.364Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/6/ [2020-07-10T07:49:23.364Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-07-10T07:49:24.750Z] Archives upload complete. [2020-07-10T07:49:24.750Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/6/