Pull request #356 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 50934b54ade3f1c434e40898d61c31c500293f23+b47159de68f9b2b082cb855b11b78af65f3baea7 (79a4dd8476961e016482d0a3930f3ad2f8c685fd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [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-7501 in /w/workspace/ndry_app-functions-sdk-go_PR-356 [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-356 # 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/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b47159de68f9b2b082cb855b11b78af65f3baea7 into PR head commit 50934b54ade3f1c434e40898d61c31c500293f23 Merge succeeded, producing 50934b54ade3f1c434e40898d61c31c500293f23 Checking out Revision 50934b54ade3f1c434e40898d61c31c500293f23 (PR-356) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/356/head:refs/remotes/origin/PR-356 # 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/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # 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 b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # timeout=10 Commit message: "feat: Add ability for command-line and environment override of service name" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:39:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:39:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 5add19613fb9d983ed9a328bdbd0168c371876ff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:39:52 ========================================================= 18:39:52 EdgeX Global Pipelines Version Info 18:39:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:39:53 ------------------- 18:39:53 stable info: 18:39:53 ------------------- 18:39:53 Commited By: Emilio Reyes emilio.reyes@intel.com 18:39:53 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 18:39:53 Message: update stable to v1.0.87 18:39:54 ------------------- 18:39:54 experimental info: 18:39:54 ------------------- 18:39:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:39:54 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 18:39:54 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:39:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:57 18:39:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:39:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:57 latest: Pulling from edgex-devops/git-semver 18:39:57 9123ac7c32f7: Pulling fs layer 18:39:57 b8cc5d1170e3: Pulling fs layer 18:39:57 2924cbbf6a41: Pulling fs layer 18:39:57 93b08a4f1073: Pulling fs layer 18:39:57 93b08a4f1073: Waiting 18:39:57 b8cc5d1170e3: Verifying Checksum 18:39:57 b8cc5d1170e3: Download complete 18:39:57 9123ac7c32f7: Verifying Checksum 18:39:57 9123ac7c32f7: Download complete 18:39:57 93b08a4f1073: Verifying Checksum 18:39:57 93b08a4f1073: Download complete 18:39:57 2924cbbf6a41: Verifying Checksum 18:39:58 9123ac7c32f7: Pull complete 18:39:58 b8cc5d1170e3: Pull complete 18:39:58 2924cbbf6a41: Pull complete 18:39:58 93b08a4f1073: Pull complete 18:39:58 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 18:39:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:39:59 prd-centos7-docker-4c-2g-7501 does not seem to be running inside a container 18:39:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-356 -v /w/workspace/ndry_app-functions-sdk-go_PR-356:/w/workspace/ndry_app-functions-sdk-go_PR-356:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-356@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-356@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 18:39:59 $ docker top fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:00 [ssh-agent] Looking for ssh-agent implementation... 18:40:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:00 $ docker exec fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 ssh-agent 18:40:00 SSH_AUTH_SOCK=/tmp/ssh-YQc9rWTOXrGK/agent.15 18:40:00 SSH_AGENT_PID=21 18:40:00 Running ssh-add (command line suppressed) 18:40:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-356@tmp/private_key_8010631137835279613.key (/w/workspace/ndry_app-functions-sdk-go_PR-356@tmp/private_key_8010631137835279613.key) 18:40:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:01 + git describe --exact-match --tags HEAD 18:40:01 fatal: No names found, cannot describe anything. [Pipeline] } 18:40:01 $ docker exec --env ******** --env ******** fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 ssh-agent -k 18:40:01 unset SSH_AUTH_SOCK; 18:40:01 unset SSH_AGENT_PID; 18:40:01 echo Agent pid 21 killed; 18:40:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:40:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:40:01 This usually means this commit has not been tagged. [Pipeline] sshagent 18:40:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:01 [ssh-agent] Looking for ssh-agent implementation... 18:40:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:01 $ docker exec fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 ssh-agent 18:40:02 SSH_AUTH_SOCK=/tmp/ssh-vunYeMPXfgPT/agent.56 18:40:02 SSH_AGENT_PID=63 18:40:02 Running ssh-add (command line suppressed) 18:40:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-356@tmp/private_key_8264454115240996608.key (/w/workspace/ndry_app-functions-sdk-go_PR-356@tmp/private_key_8264454115240996608.key) 18:40:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:02 + git semver init 18:40:02 # -> Open(): unable to determine branch for HEAD 18:40:02 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-356/.git 18:40:02 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-356 18:40:02 # $SEMVER_REMOTE_NAME = origin 18:40:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:02 # $SEMVER_USER_NAME = edgex-jenkins 18:40:02 # $SEMVER_BRANCH = PR-356 18:40:02 # $SEMVER_TEMP = /tmp/semver-424154777 18:40:02 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:40:06 # '/tmp/semver-424154777' -> '/w/workspace/ndry_app-functions-sdk-go_PR-356/.semver' 18:40:06 # -> Force: false 18:40:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-356/.semver [Pipeline] } 18:40:06 $ docker exec --env ******** --env ******** fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 ssh-agent -k 18:40:06 unset SSH_AUTH_SOCK; 18:40:06 unset SSH_AGENT_PID; 18:40:06 echo Agent pid 63 killed; 18:40:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:07 + git semver [Pipeline] } 18:40:07 $ docker stop --time=1 fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 18:40:08 $ docker rm -f fa0b1396a6b77be28eaaf6aeb4c437f0730dee289650b4a09ff36da4d1caef11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:40:11 Stashed 119 file(s) [Pipeline] echo 18:40:11 [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 18:40:26 Still waiting to schedule task 18:40:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-7501’ 18:40:26 Still waiting to schedule task 18:40:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:42:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7502 in /w/workspace/ndry_app-functions-sdk-go_PR-356 [Pipeline] { [Pipeline] ws 18:42:13 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:42:19 using credential edgex-jenkins-ssh 18:42:19 Cloning the remote Git repository 18:42:19 Cloning with configured refspecs honoured and without tags 18:42:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:42:19 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 18:42:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:42:20 > git --version # timeout=10 18:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:23 Fetching without tags 18:42:23 Merging remotes/origin/master commit b47159de68f9b2b082cb855b11b78af65f3baea7 into PR head commit 50934b54ade3f1c434e40898d61c31c500293f23 18:42:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:42:23 > git config --add remote.origin.fetch +refs/pull/356/head:refs/remotes/origin/PR-356 # timeout=10 18:42:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:42:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:42:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:23 Merge succeeded, producing 50934b54ade3f1c434e40898d61c31c500293f23 18:42:23 Checking out Revision 50934b54ade3f1c434e40898d61c31c500293f23 (PR-356) 18:42:23 > git config core.sparsecheckout # timeout=10 18:42:23 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # timeout=10 18:42:23 > git remote # timeout=10 18:42:23 > git config --get remote.origin.url # timeout=10 18:42:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:23 > git merge b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 18:42:23 > git rev-parse HEAD^{commit} # timeout=10 18:42:23 > git config core.sparsecheckout # timeout=10 18:42:23 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # timeout=10 18:42:28 Commit message: "feat: Add ability for command-line and environment override of service name" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:42:31 ========================================================= 18:42:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:42:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:32 + 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 . 18:42:33 Sending build context to Docker daemon 36.95MB 18:42:33 Step 1/8 : ARG BASE=golang:1.13-alpine 18:42:33 Step 2/8 : FROM ${BASE} 18:42:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:42:34 cde5963f3b93: Pulling fs layer 18:42:34 2a23fa8c16f7: Pulling fs layer 18:42:34 777b28850792: Pulling fs layer 18:42:34 8a11ddd9e578: Pulling fs layer 18:42:34 4cf88f913ddb: Pulling fs layer 18:42:34 1df406cf5192: Pulling fs layer 18:42:34 cd6300453558: Pulling fs layer 18:42:34 b9c365052c96: Pulling fs layer 18:42:34 a2d8cc88f415: Pulling fs layer 18:42:34 ea1d1ca13537: Pulling fs layer 18:42:34 3750a50a1c5e: Pulling fs layer 18:42:34 cd6300453558: Waiting 18:42:34 b9c365052c96: Waiting 18:42:34 8a11ddd9e578: Waiting 18:42:34 a2d8cc88f415: Waiting 18:42:34 ea1d1ca13537: Waiting 18:42:34 3750a50a1c5e: Waiting 18:42:34 4cf88f913ddb: Waiting 18:42:34 1df406cf5192: Waiting 18:42:34 777b28850792: Verifying Checksum 18:42:34 777b28850792: Download complete 18:42:34 2a23fa8c16f7: Verifying Checksum 18:42:34 2a23fa8c16f7: Download complete 18:42:34 4cf88f913ddb: Verifying Checksum 18:42:34 4cf88f913ddb: Download complete 18:42:34 1df406cf5192: Download complete 18:42:34 cde5963f3b93: Verifying Checksum 18:42:35 cde5963f3b93: Pull complete 18:42:35 2a23fa8c16f7: Pull complete 18:42:36 777b28850792: Pull complete 18:42:38 cd6300453558: Verifying Checksum 18:42:38 cd6300453558: Download complete 18:42:38 a2d8cc88f415: Verifying Checksum 18:42:38 a2d8cc88f415: Download complete 18:42:41 ea1d1ca13537: Verifying Checksum 18:42:41 ea1d1ca13537: Download complete 18:42:41 3750a50a1c5e: Verifying Checksum 18:42:41 3750a50a1c5e: Download complete 18:42:43 b9c365052c96: Verifying Checksum 18:42:43 b9c365052c96: Download complete 18:42:45 8a11ddd9e578: Download complete 18:42:57 Running on prd-centos7-docker-4c-2g-7503 in /w/workspace/ndry_app-functions-sdk-go_PR-356 [Pipeline] { [Pipeline] ws 18:42:57 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:42:57 8a11ddd9e578: Pull complete 18:42:57 4cf88f913ddb: Pull complete 18:42:57 1df406cf5192: Pull complete 18:43:01 using credential edgex-jenkins-ssh 18:43:01 Cloning the remote Git repository 18:43:01 Cloning with configured refspecs honoured and without tags 18:43:01 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:43:01 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 18:43:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:43:01 > git --version # timeout=10 18:43:01 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:03 cd6300453558: Pull complete 18:43:03 Fetching without tags 18:43:03 Merging remotes/origin/master commit b47159de68f9b2b082cb855b11b78af65f3baea7 into PR head commit 50934b54ade3f1c434e40898d61c31c500293f23 18:43:03 Merge succeeded, producing 50934b54ade3f1c434e40898d61c31c500293f23 18:43:03 Checking out Revision 50934b54ade3f1c434e40898d61c31c500293f23 (PR-356) 18:43:03 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:43:03 > git config --add remote.origin.fetch +refs/pull/356/head:refs/remotes/origin/PR-356 # timeout=10 18:43:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:03 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:43:03 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:03 > git config core.sparsecheckout # timeout=10 18:43:03 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # timeout=10 18:43:03 > git remote # timeout=10 18:43:03 > git config --get remote.origin.url # timeout=10 18:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:03 > git merge b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 18:43:03 > git rev-parse HEAD^{commit} # timeout=10 18:43:03 > git config core.sparsecheckout # timeout=10 18:43:03 > git checkout -f 50934b54ade3f1c434e40898d61c31c500293f23 # timeout=10 18:43:07 Commit message: "feat: Add ability for command-line and environment override of service name" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:43:08 b9c365052c96: Pull complete 18:43:08 a2d8cc88f415: Pull complete [Pipeline] echo 18:43:09 ========================================================= 18:43:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:43:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:10 + 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 . 18:43:10 ea1d1ca13537: Pull complete 18:43:10 3750a50a1c5e: Pull complete 18:43:10 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 18:43:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:43:10 ---> 78745c68409d 18:43:10 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:43:10 Sending build context to Docker daemon 36.95MB 18:43:10 Step 1/8 : ARG BASE=golang:1.13-alpine 18:43:10 Step 2/8 : FROM ${BASE} 18:43:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:10 e6b0cf9c0882: Pulling fs layer 18:43:10 2848faf0eed1: Pulling fs layer 18:43:10 0f37312ad70f: Pulling fs layer 18:43:10 5788d62ee057: Pulling fs layer 18:43:10 0e6b1d234666: Pulling fs layer 18:43:10 bf5d7aec512f: Pulling fs layer 18:43:10 34c802a77dc8: Pulling fs layer 18:43:10 9eb99e56ec68: Pulling fs layer 18:43:10 27c7a5d97fbd: Pulling fs layer 18:43:10 5c102a31e300: Pulling fs layer 18:43:10 dcfb455df0a1: Pulling fs layer 18:43:10 34c802a77dc8: Waiting 18:43:10 9eb99e56ec68: Waiting 18:43:10 27c7a5d97fbd: Waiting 18:43:10 5c102a31e300: Waiting 18:43:10 0e6b1d234666: Waiting 18:43:10 5788d62ee057: Waiting 18:43:10 dcfb455df0a1: Waiting 18:43:10 latest: Pulling from library/docker 18:43:11 0f37312ad70f: Download complete 18:43:11 2848faf0eed1: Download complete 18:43:11 0e6b1d234666: Verifying Checksum 18:43:11 0e6b1d234666: Download complete 18:43:11 bf5d7aec512f: Verifying Checksum 18:43:11 bf5d7aec512f: Download complete 18:43:11 e6b0cf9c0882: Verifying Checksum 18:43:11 e6b0cf9c0882: Download complete 18:43:11 29e5d40040c1: Pulling fs layer 18:43:11 3be38edc41e1: Pulling fs layer 18:43:11 fe3afb04d599: Pulling fs layer 18:43:11 59b74c254a8a: Pulling fs layer 18:43:11 9eee44a9dabb: Pulling fs layer 18:43:11 ae4d1ef7be7c: Pulling fs layer 18:43:11 8486642a619f: Pulling fs layer 18:43:11 9eee44a9dabb: Waiting 18:43:11 ae4d1ef7be7c: Waiting 18:43:11 8486642a619f: Waiting 18:43:11 59b74c254a8a: Waiting 18:43:11 e6b0cf9c0882: Pull complete 18:43:11 fe3afb04d599: Download complete 18:43:11 3be38edc41e1: Verifying Checksum 18:43:11 3be38edc41e1: Download complete 18:43:11 29e5d40040c1: Verifying Checksum 18:43:11 29e5d40040c1: Download complete 18:43:11 9eee44a9dabb: Download complete 18:43:11 ae4d1ef7be7c: Verifying Checksum 18:43:11 ae4d1ef7be7c: Download complete 18:43:11 8486642a619f: Verifying Checksum 18:43:11 8486642a619f: Download complete 18:43:12 29e5d40040c1: Pull complete 18:43:12 34c802a77dc8: Verifying Checksum 18:43:12 34c802a77dc8: Download complete 18:43:12 27c7a5d97fbd: Verifying Checksum 18:43:12 27c7a5d97fbd: Download complete 18:43:12 5c102a31e300: Verifying Checksum 18:43:12 5c102a31e300: Download complete 18:43:12 dcfb455df0a1: Verifying Checksum 18:43:12 dcfb455df0a1: Download complete 18:43:12 9eb99e56ec68: Verifying Checksum 18:43:12 9eb99e56ec68: Download complete 18:43:12 3be38edc41e1: Pull complete 18:43:13 5788d62ee057: Verifying Checksum 18:43:13 5788d62ee057: Download complete 18:43:13 fe3afb04d599: Pull complete 18:43:14 2848faf0eed1: Pull complete 18:43:14 0f37312ad70f: Pull complete 18:43:17 59b74c254a8a: Verifying Checksum 18:43:17 59b74c254a8a: Download complete 18:43:20 59b74c254a8a: Pull complete 18:43:20 9eee44a9dabb: Pull complete 18:43:20 5788d62ee057: Pull complete 18:43:20 0e6b1d234666: Pull complete 18:43:20 bf5d7aec512f: Pull complete 18:43:21 ae4d1ef7be7c: Pull complete 18:43:21 8486642a619f: Pull complete 18:43:21 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 18:43:21 Status: Downloaded newer image for docker:latest 18:43:25 34c802a77dc8: Pull complete 18:43:28 ---> c83126ec7869 18:43:28 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:43:28 ---> Running in ef664013930c 18:43:28 9eb99e56ec68: Pull complete 18:43:28 27c7a5d97fbd: Pull complete 18:43:28 Removing intermediate container ef664013930c 18:43:28 ---> b052a2ba00dc 18:43:28 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:43:28 ---> Running in f222be7bad8b 18:43:29 5c102a31e300: Pull complete 18:43:29 dcfb455df0a1: Pull complete 18:43:29 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 18:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:43:29 ---> 7c70fe431013 18:43:29 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:43:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:43:29 latest: Pulling from library/docker 18:43:29 cbdbe7a5bc2a: Pulling fs layer 18:43:29 6f4c731d6eb3: Pulling fs layer 18:43:29 5d79d4ac3cd0: Pulling fs layer 18:43:29 65de10866d6a: Pulling fs layer 18:43:29 ffd69ed7f17f: Pulling fs layer 18:43:29 07ba9e5a2fa6: Pulling fs layer 18:43:29 75478c283dd2: Pulling fs layer 18:43:29 65de10866d6a: Waiting 18:43:29 ffd69ed7f17f: Waiting 18:43:29 07ba9e5a2fa6: Waiting 18:43:29 75478c283dd2: Waiting 18:43:29 5d79d4ac3cd0: Verifying Checksum 18:43:29 5d79d4ac3cd0: Download complete 18:43:29 6f4c731d6eb3: Verifying Checksum 18:43:29 6f4c731d6eb3: Download complete 18:43:29 cbdbe7a5bc2a: Verifying Checksum 18:43:29 cbdbe7a5bc2a: Download complete 18:43:30 ffd69ed7f17f: Verifying Checksum 18:43:30 ffd69ed7f17f: Download complete 18:43:30 07ba9e5a2fa6: Download complete 18:43:30 75478c283dd2: Verifying Checksum 18:43:30 75478c283dd2: Download complete 18:43:30 cbdbe7a5bc2a: Pull complete 18:43:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:43:31 65de10866d6a: Verifying Checksum 18:43:31 65de10866d6a: Download complete 18:43:31 (1/5) Installing libsodium (1.0.18-r0) 18:43:31 6f4c731d6eb3: Pull complete 18:43:31 (2/5) Installing libzmq (4.3.2-r0) 18:43:31 (3/5) Installing pkgconf (1.6.3-r0) 18:43:31 5d79d4ac3cd0: Pull complete 18:43:32 (4/5) Installing libsodium-dev (1.0.18-r0) 18:43:32 (5/5) Installing zeromq-dev (4.3.2-r0) 18:43:32 Executing busybox-1.31.1-r8.trigger 18:43:32 OK: 127 MiB in 44 packages 18:43:33 Removing intermediate container f222be7bad8b 18:43:33 ---> 296ea65cbd1d 18:43:33 Step 6/8 : WORKDIR /build 18:43:33 ---> Running in ff24d1a093b0 18:43:34 Removing intermediate container ff24d1a093b0 18:43:34 ---> 9b46646cee02 18:43:34 Step 7/8 : COPY go.mod . 18:43:34 65de10866d6a: Pull complete 18:43:34 ffd69ed7f17f: Pull complete 18:43:34 ---> 0ddad2defecb 18:43:34 Step 8/8 : RUN go mod download 18:43:34 ---> Running in 28b6748357c0 18:43:34 07ba9e5a2fa6: Pull complete 18:43:34 75478c283dd2: Pull complete 18:43:34 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 18:43:34 Status: Downloaded newer image for docker:latest 18:43:36 ---> c4056103d260 18:43:36 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:43:36 ---> Running in 2e3dd0233065 18:43:36 Removing intermediate container 2e3dd0233065 18:43:36 ---> 22c5016ce686 18:43:36 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:43:36 ---> Running in d5e5da7a087d 18:43:37 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:43:37 go: finding github.com/BurntSushi/toml v0.3.1 18:43:37 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:43:37 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:43:37 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:43:37 go: finding github.com/bgentry/speakeasy v0.1.0 18:43:37 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:43:37 go: finding github.com/davecgh/go-spew v1.1.1 18:43:37 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:43:37 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:43:37 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 18:43:37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:43:37 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 18:43:37 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:43:37 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:43:37 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:43:37 go: finding github.com/fatih/color v1.7.0 18:43:37 go: finding github.com/fsnotify/fsnotify v1.4.7 18:43:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:43:37 go: finding github.com/go-kit/kit v0.8.0 18:43:37 go: finding github.com/go-logfmt/logfmt v0.4.0 18:43:37 go: finding github.com/go-redis/redis/v7 v7.2.0 18:43:37 go: finding github.com/go-stack/stack v1.8.0 18:43:37 go: finding github.com/golang/protobuf v1.3.2 18:43:37 go: finding github.com/golang/snappy v0.0.1 18:43:37 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:43:37 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:43:37 go: finding github.com/google/go-cmp v0.4.0 18:43:37 go: finding github.com/google/uuid v1.1.1 18:43:37 go: finding github.com/gorilla/mux v1.7.4 18:43:37 go: finding github.com/hashicorp/consul/api v1.1.0 18:43:37 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:43:37 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:43:37 go: finding github.com/hashicorp/errwrap v1.0.0 18:43:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:43:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:43:37 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:43:37 go: finding github.com/hashicorp/go-multierror v1.0.0 18:43:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:43:37 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:43:37 go: finding github.com/hashicorp/go-syslog v1.0.0 18:43:37 go: finding github.com/hashicorp/go-uuid v1.0.1 18:43:37 go: finding github.com/hashicorp/go.net v0.0.1 18:43:37 go: finding github.com/hashicorp/golang-lru v0.5.0 18:43:37 go: finding github.com/hashicorp/logutils v1.0.0 18:43:37 go: finding github.com/hashicorp/mdns v1.0.0 18:43:37 go: finding github.com/hashicorp/memberlist v0.1.3 18:43:37 go: finding github.com/hashicorp/serf v0.8.2 18:43:37 go: finding github.com/hpcloud/tail v1.0.0 18:43:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:43:37 go: finding github.com/kr/pretty v0.1.0 18:43:37 go: finding github.com/kr/pty v1.1.1 18:43:37 go: finding github.com/kr/text v0.1.0 18:43:37 go: finding github.com/mattn/go-colorable v0.0.9 18:43:37 go: finding github.com/mattn/go-isatty v0.0.3 18:43:37 go: finding github.com/miekg/dns v1.0.14 18:43:38 go: finding github.com/mitchellh/cli v1.0.0 18:43:38 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:43:38 go: finding github.com/mitchellh/copystructure v1.0.0 18:43:38 go: finding github.com/mitchellh/go-homedir v1.0.0 18:43:38 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:43:38 go: finding github.com/mitchellh/gox v0.4.0 18:43:38 go: finding github.com/mitchellh/iochan v1.0.0 18:43:38 go: finding github.com/mitchellh/mapstructure v1.1.2 18:43:38 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:43:38 go: finding github.com/onsi/ginkgo v1.10.1 18:43:38 go: finding github.com/onsi/gomega v1.7.0 18:43:38 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:43:38 go: finding github.com/pebbe/zmq4 v1.0.0 18:43:38 go: finding github.com/pelletier/go-toml v1.2.0 18:43:38 go: finding github.com/pkg/errors v0.8.1 18:43:38 go: finding github.com/pmezard/go-difflib v1.0.0 18:43:38 go: finding github.com/posener/complete v1.1.1 18:43:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:43:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:43:38 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:43:38 go: finding github.com/stretchr/objx v0.2.0 18:43:38 go: finding github.com/stretchr/testify v1.5.1 18:43:38 go: finding github.com/tidwall/pretty v1.0.1 18:43:38 go: finding github.com/ugorji/go v1.1.4 18:43:38 go: finding github.com/x448/float16 v0.8.4 18:43:38 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:43:38 go: finding github.com/xdg/stringprep v1.0.0 18:43:38 go: finding go.mongodb.org/mongo-driver v1.1.1 18:43:38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:43:38 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:43:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:43:38 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:43:38 go: finding golang.org/x/text v0.3.2 18:43:38 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:43:38 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:43:38 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:43:38 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:43:38 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:43:38 go: finding gopkg.in/yaml.v2 v2.2.8 18:43:39 (1/5) Installing libsodium (1.0.18-r0) 18:43:39 (2/5) Installing libzmq (4.3.2-r0) 18:43:39 (3/5) Installing pkgconf (1.6.3-r0) 18:43:39 (4/5) Installing libsodium-dev (1.0.18-r0) 18:43:39 (5/5) Installing zeromq-dev (4.3.2-r0) 18:43:39 Executing busybox-1.31.1-r8.trigger 18:43:39 OK: 145 MiB in 44 packages 18:43:40 Removing intermediate container d5e5da7a087d 18:43:40 ---> 899f8978c27c 18:43:40 Step 6/8 : WORKDIR /build 18:43:40 ---> Running in e34e9b0597f3 18:43:40 Removing intermediate container e34e9b0597f3 18:43:40 ---> 09ce19b0f0e4 18:43:40 Step 7/8 : COPY go.mod . 18:43:40 ---> 5882ab75be01 18:43:40 Step 8/8 : RUN go mod download 18:43:40 ---> Running in 8cddcc0f08c2 18:43:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:43:42 go: finding github.com/BurntSushi/toml v0.3.1 18:43:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:43:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:43:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:43:42 go: finding github.com/bgentry/speakeasy v0.1.0 18:43:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:43:42 go: finding github.com/davecgh/go-spew v1.1.1 18:43:42 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:43:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:43:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 18:43:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:43:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 18:43:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:43:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:43:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:43:42 go: finding github.com/fatih/color v1.7.0 18:43:42 go: finding github.com/fsnotify/fsnotify v1.4.7 18:43:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:43:42 go: finding github.com/go-kit/kit v0.8.0 18:43:42 go: finding github.com/go-logfmt/logfmt v0.4.0 18:43:42 go: finding github.com/go-redis/redis/v7 v7.2.0 18:43:42 go: finding github.com/go-stack/stack v1.8.0 18:43:42 go: finding github.com/golang/protobuf v1.3.2 18:43:42 go: finding github.com/golang/snappy v0.0.1 18:43:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:43:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:43:42 go: finding github.com/google/go-cmp v0.4.0 18:43:42 go: finding github.com/google/uuid v1.1.1 18:43:42 go: finding github.com/gorilla/mux v1.7.4 18:43:42 go: finding github.com/hashicorp/consul/api v1.1.0 18:43:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:43:42 go: finding github.com/hashicorp/errwrap v1.0.0 18:43:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:43:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:43:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:43:42 go: finding github.com/hashicorp/go-multierror v1.0.0 18:43:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:43:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:43:42 go: finding github.com/hashicorp/go-syslog v1.0.0 18:43:42 go: finding github.com/hashicorp/go-uuid v1.0.1 18:43:42 go: finding github.com/hashicorp/go.net v0.0.1 18:43:42 go: finding github.com/hashicorp/golang-lru v0.5.0 18:43:42 go: finding github.com/hashicorp/logutils v1.0.0 18:43:42 go: finding github.com/hashicorp/mdns v1.0.0 18:43:42 go: finding github.com/hashicorp/memberlist v0.1.3 18:43:42 go: finding github.com/hashicorp/serf v0.8.2 18:43:42 go: finding github.com/hpcloud/tail v1.0.0 18:43:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:43:42 go: finding github.com/kr/pretty v0.1.0 18:43:42 go: finding github.com/kr/pty v1.1.1 18:43:42 go: finding github.com/kr/text v0.1.0 18:43:42 go: finding github.com/mattn/go-colorable v0.0.9 18:43:42 go: finding github.com/mattn/go-isatty v0.0.3 18:43:43 go: finding github.com/miekg/dns v1.0.14 18:43:43 go: finding github.com/mitchellh/cli v1.0.0 18:43:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:43:43 go: finding github.com/mitchellh/copystructure v1.0.0 18:43:43 go: finding github.com/mitchellh/go-homedir v1.0.0 18:43:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:43:43 go: finding github.com/mitchellh/gox v0.4.0 18:43:43 go: finding github.com/mitchellh/iochan v1.0.0 18:43:43 go: finding github.com/mitchellh/mapstructure v1.1.2 18:43:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:43:43 go: finding github.com/onsi/ginkgo v1.10.1 18:43:43 go: finding github.com/onsi/gomega v1.7.0 18:43:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:43:43 go: finding github.com/pebbe/zmq4 v1.0.0 18:43:43 go: finding github.com/pelletier/go-toml v1.2.0 18:43:43 go: finding github.com/pkg/errors v0.8.1 18:43:43 go: finding github.com/pmezard/go-difflib v1.0.0 18:43:43 go: finding github.com/posener/complete v1.1.1 18:43:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:43:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:43:43 go: finding github.com/stretchr/objx v0.2.0 18:43:43 go: finding github.com/stretchr/testify v1.5.1 18:43:43 go: finding github.com/tidwall/pretty v1.0.1 18:43:43 go: finding github.com/ugorji/go v1.1.4 18:43:43 go: finding github.com/x448/float16 v0.8.4 18:43:43 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:43:43 go: finding github.com/xdg/stringprep v1.0.0 18:43:43 go: finding go.mongodb.org/mongo-driver v1.1.1 18:43:43 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:43:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:43:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:43:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:43:43 go: finding golang.org/x/text v0.3.2 18:43:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:43:43 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:43:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:43:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:43:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:43:43 go: finding gopkg.in/yaml.v2 v2.2.8 18:43:55 Removing intermediate container 8cddcc0f08c2 18:43:55 ---> a5352242b20d 18:43:55 Successfully built a5352242b20d 18:43:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:56 + docker inspect -f . ci-base-image-x86_64 18:43:56 . [Pipeline] withDockerContainer 18:43:56 prd-centos7-docker-4c-2g-7503 does not seem to be running inside a container 18:43:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:43:56 Removing intermediate container 28b6748357c0 18:43:56 ---> 7d3b0ab3b28d 18:43:56 Successfully built 7d3b0ab3b28d 18:43:56 Successfully tagged ci-base-image-arm64:latest 18:43:57 $ docker top e28d82f5f37299ab7ef4a8ef58b000660a9755135ae8dacdba149ed0d8a96603 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:57 + go version 18:43:57 go version go1.13.5 linux/amd64 [Pipeline] sh 18:43:58 + docker inspect -f . ci-base-image-arm64 18:43:58 . [Pipeline] withDockerContainer 18:43:58 + make test 18:43:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:43:58 prd-ubuntu18.04-docker-arm64-4c-16g-7502 does not seem to be running inside a container 18:43:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:43:59 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:43:59 $ docker top 2aac7a2a0a97bb02565747a6936d79933ac528180ab9b5e6617b0aafa4850fc7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:00 + go version 18:44:00 go version go1.13.5 linux/arm64 [Pipeline] sh 18:44:01 + make test 18:44:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:03 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:44:07 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.063s coverage: 86.2% of statements 18:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.041s coverage: 49.9% of statements 18:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.039s coverage: 56.7% of statements 18:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.279s coverage: 69.1% of statements 18:44:25 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.101s coverage: 86.2% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.571s coverage: 73.4% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.028s coverage: 89.5% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.147s coverage: 100.0% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.693s coverage: 78.0% of statements 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.054s coverage: 81.1% of statements 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.288s coverage: 70.2% of statements 18:44:37 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 18:44:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 100.0% of statements 18:44:37 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:44:43 gofmt -l . 18:44:43 [ "`gofmt -l .`" = "" ] 18:44:43 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:44:43 Stashed 1 file(s) [Pipeline] } 18:44:43 $ docker stop --time=1 e28d82f5f37299ab7ef4a8ef58b000660a9755135ae8dacdba149ed0d8a96603 18:44:45 $ docker rm -f e28d82f5f37299ab7ef4a8ef58b000660a9755135ae8dacdba149ed0d8a96603 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:45:04 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.071s coverage: 49.9% of statements 18:45:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:45:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:45:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.085s coverage: 56.7% of statements 18:45:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:45:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.376s coverage: 69.1% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.521s coverage: 73.4% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.049s coverage: 89.5% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.109s coverage: 100.0% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.015s coverage: 100.0% of statements 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.019s coverage: 100.0% of statements 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:45:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:45:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 18:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.755s coverage: 78.0% of statements 18:45:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.087s coverage: 81.1% of statements 18:45:14 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.295858051Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.31920877Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.32464704Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.331481531Z app=app_functions_sdk_go source=batch.go:126 msg="Forwarding Batched Data..." 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.343631546Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.348845656Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.353902769Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.359069836Z app=app_functions_sdk_go source=batch.go:126 msg="Forwarding Batched Data..." 18:45:16 level=DEBUG ts=2020-05-07T18:45:10.365206147Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:12.365873373Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:12.366102283Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:12.370670605Z app=app_functions_sdk_go source=batch.go:99 msg="Timer has elapsed" 18:45:16 level=DEBUG ts=2020-05-07T18:45:12.382989588Z app=app_functions_sdk_go source=batch.go:126 msg="Forwarding Batched Data..." 18:45:16 level=DEBUG ts=2020-05-07T18:45:12.389282005Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:14.389937568Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:16.390418348Z app=app_functions_sdk_go source=batch.go:82 msg="Batching Data" 18:45:16 level=DEBUG ts=2020-05-07T18:45:16.435229439Z app=app_functions_sdk_go source=batch.go:97 msg="Batch count has been reached" 18:45:16 level=DEBUG ts=2020-05-07T18:45:16.435057441Z app=app_functions_sdk_go source=batch.go:126 msg="Forwarding Batched Data..." 18:45:16 level=DEBUG ts=2020-05-07T18:45:16.441096128Z app=app_functions_sdk_go source=batch.go:126 msg="Forwarding Batched Data..." 18:45:16 panic: interface conversion: interface {} is nil, not [][]uint8 18:45:16 18:45:16 goroutine 30 [running]: 18:45:16 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x40000a8de0, 0x40000a8df0, 0x40001118f0, 0x400012ce00, 0x40000a8dd0) 18:45:16 /w/workspace/app-functions-sdk-go/7/pkg/transforms/batch_test.go:119 +0x218 18:45:16 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 18:45:16 /w/workspace/app-functions-sdk-go/7/pkg/transforms/batch_test.go:114 +0x17c 18:45:16 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 6.200s 18:45:16 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 18:45:16 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.018s coverage: 100.0% of statements 18:45:16 FAIL 18:45:17 make: *** [Makefile:6: test] Error 1 [Pipeline] } 18:45:17 $ docker stop --time=1 2aac7a2a0a97bb02565747a6936d79933ac528180ab9b5e6617b0aafa4850fc7 18:45:19 $ docker rm -f 2aac7a2a0a97bb02565747a6936d79933ac528180ab9b5e6617b0aafa4850fc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] } 18:45:21 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 18:45:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:23 ---> package-listing.sh 18:45:23 ++ facter osfamily 18:45:23 ++ tr '[:upper:]' '[:lower:]' 18:45:23 + OS_FAMILY=redhat 18:45:23 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-356 18:45:23 + START_PACKAGES=/tmp/packages_start.txt 18:45:23 + END_PACKAGES=/tmp/packages_end.txt 18:45:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:23 + PACKAGES=/tmp/packages_start.txt 18:45:23 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-356 ']' 18:45:23 + PACKAGES=/tmp/packages_end.txt 18:45:23 + case "${OS_FAMILY}" in 18:45:23 + rpm -qa 18:45:23 + sort 18:45:27 + '[' -f /tmp/packages_start.txt ']' 18:45:27 + '[' -f /tmp/packages_end.txt ']' 18:45:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:27 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-356 ']' 18:45:27 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-356/archives/ 18:45:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-356/archives/ [Pipeline] isUnix [Pipeline] sh 18:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:27 18:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:28 alpine: Pulling from edgex-lftools-log-publisher 18:45:28 c9b1b535fdd9: Pulling fs layer 18:45:28 2cc5ad85d9ab: Pulling fs layer 18:45:28 756a868c4378: Pulling fs layer 18:45:28 444b2fc9a129: Pulling fs layer 18:45:28 ea15f1150254: Pulling fs layer 18:45:28 41b27a9f41bf: Pulling fs layer 18:45:28 28c525ee5125: Pulling fs layer 18:45:28 094b1ea09ed8: Pulling fs layer 18:45:28 138eaada9080: Pulling fs layer 18:45:28 0622d0fa9048: Pulling fs layer 18:45:28 41b27a9f41bf: Waiting 18:45:28 28c525ee5125: Waiting 18:45:28 094b1ea09ed8: Waiting 18:45:28 138eaada9080: Waiting 18:45:28 444b2fc9a129: Waiting 18:45:28 ea15f1150254: Waiting 18:45:28 0622d0fa9048: Waiting 18:45:28 2cc5ad85d9ab: Verifying Checksum 18:45:28 2cc5ad85d9ab: Download complete 18:45:28 444b2fc9a129: Download complete 18:45:28 c9b1b535fdd9: Verifying Checksum 18:45:28 c9b1b535fdd9: Download complete 18:45:28 ea15f1150254: Download complete 18:45:28 28c525ee5125: Verifying Checksum 18:45:28 28c525ee5125: Download complete 18:45:28 756a868c4378: Verifying Checksum 18:45:28 756a868c4378: Download complete 18:45:28 c9b1b535fdd9: Pull complete 18:45:28 138eaada9080: Verifying Checksum 18:45:28 138eaada9080: Download complete 18:45:28 0622d0fa9048: Verifying Checksum 18:45:28 0622d0fa9048: Download complete 18:45:28 094b1ea09ed8: Verifying Checksum 18:45:28 094b1ea09ed8: Download complete 18:45:28 2cc5ad85d9ab: Pull complete 18:45:29 41b27a9f41bf: Verifying Checksum 18:45:29 41b27a9f41bf: Download complete 18:45:31 756a868c4378: Pull complete 18:45:31 444b2fc9a129: Pull complete 18:45:31 ea15f1150254: Pull complete 18:45:34 41b27a9f41bf: Pull complete 18:45:34 28c525ee5125: Pull complete 18:45:36 094b1ea09ed8: Pull complete 18:45:36 138eaada9080: Pull complete 18:45:36 0622d0fa9048: Pull complete 18:45:36 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:37 prd-centos7-docker-4c-2g-7501 does not seem to be running inside a container 18:45:37 $ 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-356 -v /w/workspace/ndry_app-functions-sdk-go_PR-356:/w/workspace/ndry_app-functions-sdk-go_PR-356:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-356@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-356@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 18:45:38 $ docker top d31c26c8a7e7ae84b6861114de2148fb20a26580e768a1c24b0238d9425cad93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:38 provisioning config files... 18:45:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-356@tmp/config6242501357701907784tmp [Pipeline] { [Pipeline] echo 18:45:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:38 ---> create-netrc.sh [Pipeline] echo 18:45:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:39 ---> logs-deploy.sh 18:45:39 + ARCHIVE_ARTIFACTS= 18:45:39 + LOGS_SERVER=https://logs.edgexfoundry.org 18:45:39 + '[' https://logs.edgexfoundry.org == None ']' 18:45:39 + NEXUS_URL=https://nexus.edgexfoundry.org 18:45:39 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-356/7 18:45:39 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-356/7/ 18:45:39 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-356/7 /w/workspace/ndry_app-functions-sdk-go_PR-356 18:45:40 Archives upload complete. 18:45:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-356/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-356/7/