Pull request #393 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6251da79afa8a2eaab4fce0f9bc05ee585f13298+0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 (3b1774083f0854a4fda84fa957716c55bbc9c707) 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-4534 in /w/workspace/ndry_app-functions-sdk-go_PR-393 [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-393 # 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/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit 6251da79afa8a2eaab4fce0f9bc05ee585f13298 Merge succeeded, producing 6251da79afa8a2eaab4fce0f9bc05ee585f13298 Checking out Revision 6251da79afa8a2eaab4fce0f9bc05ee585f13298 (PR-393) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/393/head:refs/remotes/origin/PR-393 # 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/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # 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 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.60" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:33:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk ba94606735f0396067fe6abb02058f09dbf4bbfa # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:33:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:33:33 ========================================================= 16:33:33 EdgeX Global Pipelines Version Info 16:33:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:33:35 ------------------- 16:33:35 stable info: 16:33:35 ------------------- 16:33:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:33:35 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:33:35 Message: update stable to v1.0.89 16:33:36 ------------------- 16:33:36 experimental info: 16:33:36 ------------------- 16:33:36 Commited By: **** collab-it+edgex@linuxfoundation.org 16:33:36 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 16:33:36 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:37 16:33:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:33:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:37 latest: Pulling from edgex-devops/git-semver 16:33:37 9123ac7c32f7: Pulling fs layer 16:33:37 b8cc5d1170e3: Pulling fs layer 16:33:37 2924cbbf6a41: Pulling fs layer 16:33:37 93b08a4f1073: Pulling fs layer 16:33:37 93b08a4f1073: Waiting 16:33:37 b8cc5d1170e3: Verifying Checksum 16:33:37 b8cc5d1170e3: Download complete 16:33:37 9123ac7c32f7: Verifying Checksum 16:33:37 9123ac7c32f7: Download complete 16:33:37 93b08a4f1073: Verifying Checksum 16:33:37 93b08a4f1073: Download complete 16:33:37 2924cbbf6a41: Verifying Checksum 16:33:37 2924cbbf6a41: Download complete 16:33:37 9123ac7c32f7: Pull complete 16:33:38 b8cc5d1170e3: Pull complete 16:33:38 2924cbbf6a41: Pull complete 16:33:39 93b08a4f1073: Pull complete 16:33:39 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:33:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:33:39 prd-centos7-docker-4c-2g-4534 does not seem to be running inside a container 16:33:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-393 -v /w/workspace/ndry_app-functions-sdk-go_PR-393:/w/workspace/ndry_app-functions-sdk-go_PR-393:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-393@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:33:41 $ docker top 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:41 [ssh-agent] Looking for ssh-agent implementation... 16:33:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:41 $ docker exec 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 ssh-agent 16:33:41 SSH_AUTH_SOCK=/tmp/ssh-MqKlPwKUbJTr/agent.11 16:33:41 SSH_AGENT_PID=16 16:33:41 Running ssh-add (command line suppressed) 16:33:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/private_key_963092646546811172.key (/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/private_key_963092646546811172.key) 16:33:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:42 + git describe --exact-match --tags HEAD 16:33:42 fatal: No names found, cannot describe anything. [Pipeline] } 16:33:42 $ docker exec --env ******** --env ******** 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 ssh-agent -k 16:33:42 unset SSH_AUTH_SOCK; 16:33:42 unset SSH_AGENT_PID; 16:33:42 echo Agent pid 16 killed; 16:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:33:42 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:33:42 This usually means this commit has not been tagged. [Pipeline] sshagent 16:33:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:42 [ssh-agent] Looking for ssh-agent implementation... 16:33:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:42 $ docker exec 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 ssh-agent 16:33:42 SSH_AUTH_SOCK=/tmp/ssh-LsjvA1aNffKj/agent.45 16:33:42 SSH_AGENT_PID=50 16:33:42 Running ssh-add (command line suppressed) 16:33:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/private_key_1924731075372318681.key (/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/private_key_1924731075372318681.key) 16:33:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:43 + git semver init 16:33:43 # -> Open(): unable to determine branch for HEAD 16:33:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-393/.git 16:33:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-393 16:33:43 # $SEMVER_REMOTE_NAME = origin 16:33:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:33:43 # $SEMVER_USER_NAME = edgex-jenkins 16:33:43 # $SEMVER_BRANCH = PR-393 16:33:43 # $SEMVER_TEMP = /tmp/semver-865579592 16:33:43 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:33:45 # '/tmp/semver-865579592' -> '/w/workspace/ndry_app-functions-sdk-go_PR-393/.semver' 16:33:45 # -> Force: false 16:33:45 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-393/.semver [Pipeline] } 16:33:45 $ docker exec --env ******** --env ******** 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 ssh-agent -k 16:33:46 unset SSH_AUTH_SOCK; 16:33:46 unset SSH_AGENT_PID; 16:33:46 echo Agent pid 50 killed; 16:33:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:46 + git semver [Pipeline] } 16:33:46 $ docker stop --time=1 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 16:33:48 $ docker rm -f 3c0dcde0649cea3c046f3ab2b818b9b8323d9a61934abf25c369895044f90816 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:33:50 Stashed 132 file(s) [Pipeline] echo 16:33:50 [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 16:34:05 Still waiting to schedule task 16:34:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:34:05 Still waiting to schedule task 16:34:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4535 in /w/workspace/ndry_app-functions-sdk-go_PR-393 [Pipeline] { [Pipeline] ws 16:35:42 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 16:35:47 using credential edgex-jenkins-ssh 16:35:47 Cloning the remote Git repository 16:35:47 Cloning with configured refspecs honoured and without tags 16:35:47 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:47 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 16:35:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:47 > git --version # timeout=10 16:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:48 Running on prd-centos7-docker-4c-2g-4536 in /w/workspace/ndry_app-functions-sdk-go_PR-393 [Pipeline] { [Pipeline] ws 16:35:48 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 16:35:50 Fetching without tags 16:35:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:50 > git config --add remote.origin.fetch +refs/pull/393/head:refs/remotes/origin/PR-393 # timeout=10 16:35:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:51 Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit 6251da79afa8a2eaab4fce0f9bc05ee585f13298 16:35:51 Merge succeeded, producing 6251da79afa8a2eaab4fce0f9bc05ee585f13298 16:35:51 Checking out Revision 6251da79afa8a2eaab4fce0f9bc05ee585f13298 (PR-393) 16:35:51 > git config core.sparsecheckout # timeout=10 16:35:51 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # timeout=10 16:35:51 > git remote # timeout=10 16:35:51 > git config --get remote.origin.url # timeout=10 16:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:51 > git merge 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 16:35:51 > git rev-parse HEAD^{commit} # timeout=10 16:35:51 > git config core.sparsecheckout # timeout=10 16:35:51 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # timeout=10 16:35:55 using credential edgex-jenkins-ssh 16:35:55 Cloning the remote Git repository 16:35:55 Cloning with configured refspecs honoured and without tags 16:35:55 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 16:35:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:55 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 16:35:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:55 > git --version # timeout=10 16:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] echo 16:35:59 ========================================================= 16:35:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:35:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:35:59 Fetching without tags 16:35:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:59 > git config --add remote.origin.fetch +refs/pull/393/head:refs/remotes/origin/PR-393 # timeout=10 16:35:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:36:00 + 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 . 16:36:00 Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit 6251da79afa8a2eaab4fce0f9bc05ee585f13298 16:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/393/head:refs/remotes/origin/PR-393 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:00 > git config core.sparsecheckout # timeout=10 16:36:00 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # timeout=10 16:36:01 > git remote # timeout=10 16:36:01 > git config --get remote.origin.url # timeout=10 16:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:01 > git merge 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 16:36:01 Merge succeeded, producing 6251da79afa8a2eaab4fce0f9bc05ee585f13298 16:36:01 Checking out Revision 6251da79afa8a2eaab4fce0f9bc05ee585f13298 (PR-393) 16:36:01 Sending build context to Docker daemon 36.99MB 16:36:01 Step 1/8 : ARG BASE=golang:1.13-alpine 16:36:01 Step 2/8 : FROM ${BASE} 16:36:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:36:01 cde5963f3b93: Pulling fs layer 16:36:01 2a23fa8c16f7: Pulling fs layer 16:36:01 777b28850792: Pulling fs layer 16:36:01 8a11ddd9e578: Pulling fs layer 16:36:01 4cf88f913ddb: Pulling fs layer 16:36:01 1df406cf5192: Pulling fs layer 16:36:01 cd6300453558: Pulling fs layer 16:36:01 b9c365052c96: Pulling fs layer 16:36:01 a2d8cc88f415: Pulling fs layer 16:36:01 ea1d1ca13537: Pulling fs layer 16:36:01 3750a50a1c5e: Pulling fs layer 16:36:01 8a11ddd9e578: Waiting 16:36:01 4cf88f913ddb: Waiting 16:36:01 1df406cf5192: Waiting 16:36:01 cd6300453558: Waiting 16:36:01 b9c365052c96: Waiting 16:36:01 a2d8cc88f415: Waiting 16:36:01 ea1d1ca13537: Waiting 16:36:01 3750a50a1c5e: Waiting 16:36:01 777b28850792: Verifying Checksum 16:36:01 777b28850792: Download complete 16:36:02 2a23fa8c16f7: Verifying Checksum 16:36:02 2a23fa8c16f7: Download complete 16:36:02 4cf88f913ddb: Verifying Checksum 16:36:02 1df406cf5192: Download complete 16:36:02 cde5963f3b93: Verifying Checksum 16:36:02 cde5963f3b93: Download complete 16:36:01 > git rev-parse HEAD^{commit} # timeout=10 16:36:01 > git config core.sparsecheckout # timeout=10 16:36:01 > git checkout -f 6251da79afa8a2eaab4fce0f9bc05ee585f13298 # timeout=10 16:36:03 cde5963f3b93: Pull complete 16:36:03 2a23fa8c16f7: Pull complete 16:36:04 777b28850792: Pull complete 16:36:04 cd6300453558: Download complete 16:36:04 a2d8cc88f415: Download complete 16:36:05 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 16:36:06 ea1d1ca13537: Verifying Checksum 16:36:06 ea1d1ca13537: Download complete 16:36:06 b9c365052c96: Verifying Checksum 16:36:06 b9c365052c96: Download complete 16:36:06 3750a50a1c5e: Verifying Checksum 16:36:06 3750a50a1c5e: Download complete [Pipeline] echo 16:36:07 ========================================================= 16:36:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:36:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:07 8a11ddd9e578: Verifying Checksum 16:36:07 8a11ddd9e578: Download complete 16:36:08 + 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 . 16:36:09 Sending build context to Docker daemon 36.99MB 16:36:09 Step 1/8 : ARG BASE=golang:1.13-alpine 16:36:09 Step 2/8 : FROM ${BASE} 16:36:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:36:09 e6b0cf9c0882: Pulling fs layer 16:36:09 2848faf0eed1: Pulling fs layer 16:36:09 0f37312ad70f: Pulling fs layer 16:36:09 5788d62ee057: Pulling fs layer 16:36:09 0e6b1d234666: Pulling fs layer 16:36:09 bf5d7aec512f: Pulling fs layer 16:36:09 34c802a77dc8: Pulling fs layer 16:36:09 9eb99e56ec68: Pulling fs layer 16:36:09 27c7a5d97fbd: Pulling fs layer 16:36:09 5c102a31e300: Pulling fs layer 16:36:09 dcfb455df0a1: Pulling fs layer 16:36:09 27c7a5d97fbd: Waiting 16:36:09 34c802a77dc8: Waiting 16:36:09 5c102a31e300: Waiting 16:36:09 9eb99e56ec68: Waiting 16:36:09 dcfb455df0a1: Waiting 16:36:09 5788d62ee057: Waiting 16:36:09 bf5d7aec512f: Waiting 16:36:09 0e6b1d234666: Waiting 16:36:09 0f37312ad70f: Download complete 16:36:09 2848faf0eed1: Download complete 16:36:09 0e6b1d234666: Verifying Checksum 16:36:09 0e6b1d234666: Download complete 16:36:09 bf5d7aec512f: Verifying Checksum 16:36:09 bf5d7aec512f: Download complete 16:36:09 e6b0cf9c0882: Verifying Checksum 16:36:09 e6b0cf9c0882: Download complete 16:36:11 34c802a77dc8: Download complete 16:36:11 27c7a5d97fbd: Verifying Checksum 16:36:11 27c7a5d97fbd: Download complete 16:36:11 e6b0cf9c0882: Pull complete 16:36:12 5788d62ee057: Verifying Checksum 16:36:12 5788d62ee057: Download complete 16:36:12 9eb99e56ec68: Verifying Checksum 16:36:12 9eb99e56ec68: Download complete 16:36:12 dcfb455df0a1: Verifying Checksum 16:36:12 dcfb455df0a1: Download complete 16:36:12 5c102a31e300: Verifying Checksum 16:36:12 5c102a31e300: Download complete 16:36:12 2848faf0eed1: Pull complete 16:36:13 0f37312ad70f: Pull complete 16:36:20 8a11ddd9e578: Pull complete 16:36:20 4cf88f913ddb: Pull complete 16:36:20 1df406cf5192: Pull complete 16:36:23 5788d62ee057: Pull complete 16:36:23 0e6b1d234666: Pull complete 16:36:23 bf5d7aec512f: Pull complete 16:36:24 cd6300453558: Pull complete 16:36:28 b9c365052c96: Pull complete 16:36:28 34c802a77dc8: Pull complete 16:36:29 a2d8cc88f415: Pull complete 16:36:31 ea1d1ca13537: Pull complete 16:36:31 3750a50a1c5e: Pull complete 16:36:31 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:36:31 ---> 78745c68409d 16:36:31 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:36:31 latest: Pulling from library/docker 16:36:32 b538f80385f9: Pulling fs layer 16:36:32 259a493cd78d: Pulling fs layer 16:36:32 b8e66b5100f5: Pulling fs layer 16:36:32 39dc9c94d07c: Pulling fs layer 16:36:32 551b823b3b82: Pulling fs layer 16:36:32 3c52a74df98c: Pulling fs layer 16:36:32 6c9b121b6998: Pulling fs layer 16:36:32 39dc9c94d07c: Waiting 16:36:32 551b823b3b82: Waiting 16:36:32 6c9b121b6998: Waiting 16:36:32 3c52a74df98c: Waiting 16:36:32 b8e66b5100f5: Verifying Checksum 16:36:32 b8e66b5100f5: Download complete 16:36:32 259a493cd78d: Verifying Checksum 16:36:32 259a493cd78d: Download complete 16:36:32 b538f80385f9: Verifying Checksum 16:36:32 b538f80385f9: Download complete 16:36:32 551b823b3b82: Download complete 16:36:32 3c52a74df98c: Verifying Checksum 16:36:32 3c52a74df98c: Download complete 16:36:32 6c9b121b6998: Verifying Checksum 16:36:32 6c9b121b6998: Download complete 16:36:33 b538f80385f9: Pull complete 16:36:33 39dc9c94d07c: Verifying Checksum 16:36:33 39dc9c94d07c: Download complete 16:36:33 259a493cd78d: Pull complete 16:36:34 9eb99e56ec68: Pull complete 16:36:34 b8e66b5100f5: Pull complete 16:36:34 27c7a5d97fbd: Pull complete 16:36:35 5c102a31e300: Pull complete 16:36:36 dcfb455df0a1: Pull complete 16:36:36 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:36:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:36:36 ---> 7c70fe431013 16:36:36 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:36:36 latest: Pulling from library/docker 16:36:36 df20fa9351a1: Pulling fs layer 16:36:36 25ad7478873d: Pulling fs layer 16:36:36 4684f6177b5d: Pulling fs layer 16:36:36 46e300cec669: Pulling fs layer 16:36:36 63038576ad94: Pulling fs layer 16:36:36 0fdb76c4706c: Pulling fs layer 16:36:36 cb7edeffdfd5: Pulling fs layer 16:36:36 46e300cec669: Waiting 16:36:36 63038576ad94: Waiting 16:36:36 0fdb76c4706c: Waiting 16:36:36 cb7edeffdfd5: Waiting 16:36:36 4684f6177b5d: Verifying Checksum 16:36:36 4684f6177b5d: Download complete 16:36:36 25ad7478873d: Verifying Checksum 16:36:36 25ad7478873d: Download complete 16:36:36 df20fa9351a1: Verifying Checksum 16:36:36 df20fa9351a1: Download complete 16:36:36 63038576ad94: Verifying Checksum 16:36:36 63038576ad94: Download complete 16:36:36 0fdb76c4706c: Verifying Checksum 16:36:36 0fdb76c4706c: Download complete 16:36:36 cb7edeffdfd5: Verifying Checksum 16:36:36 cb7edeffdfd5: Download complete 16:36:36 df20fa9351a1: Pull complete 16:36:37 25ad7478873d: Pull complete 16:36:37 39dc9c94d07c: Pull complete 16:36:37 551b823b3b82: Pull complete 16:36:37 46e300cec669: Verifying Checksum 16:36:37 46e300cec669: Download complete 16:36:37 4684f6177b5d: Pull complete 16:36:37 3c52a74df98c: Pull complete 16:36:38 6c9b121b6998: Pull complete 16:36:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:36:38 Status: Downloaded newer image for docker:latest 16:36:42 46e300cec669: Pull complete 16:36:42 63038576ad94: Pull complete 16:36:42 0fdb76c4706c: Pull complete 16:36:42 cb7edeffdfd5: Pull complete 16:36:42 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:36:42 Status: Downloaded newer image for docker:latest 16:36:44 ---> ad72ecc636a5 16:36:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:44 ---> Running in a1085d561474 16:36:44 Removing intermediate container a1085d561474 16:36:44 ---> 885fc803ba04 16:36:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:36:44 ---> Running in 3e8d8e34232b 16:36:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:36:46 ---> b933cd466180 16:36:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:46 ---> Running in 3c973f8bfde9 16:36:46 Removing intermediate container 3c973f8bfde9 16:36:46 ---> 121da33e9d38 16:36:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:36:46 ---> Running in 5186481d8b2d 16:36:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:36:47 (1/5) Installing libsodium (1.0.18-r0) 16:36:47 (2/5) Installing libzmq (4.3.2-r0) 16:36:47 (3/5) Installing pkgconf (1.6.3-r0) 16:36:47 (4/5) Installing libsodium-dev (1.0.18-r0) 16:36:47 (5/5) Installing zeromq-dev (4.3.2-r0) 16:36:47 Executing busybox-1.31.1-r8.trigger 16:36:47 OK: 145 MiB in 44 packages 16:36:48 Removing intermediate container 3e8d8e34232b 16:36:48 ---> fa68394fdc0f 16:36:48 Step 6/8 : WORKDIR /build 16:36:48 ---> Running in 5cc291c10fcb 16:36:48 Removing intermediate container 5cc291c10fcb 16:36:48 ---> 5a9db2c81b40 16:36:48 Step 7/8 : COPY go.mod . 16:36:48 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:36:48 ---> 9e05d73dce55 16:36:48 Step 8/8 : RUN go mod download 16:36:48 ---> Running in 6294e3958b59 16:36:48 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:36:49 (1/5) Installing libsodium (1.0.18-r0) 16:36:49 (2/5) Installing libzmq (4.3.2-r0) 16:36:49 (3/5) Installing pkgconf (1.6.3-r0) 16:36:49 (4/5) Installing libsodium-dev (1.0.18-r0) 16:36:49 (5/5) Installing zeromq-dev (4.3.2-r0) 16:36:50 Executing busybox-1.31.1-r8.trigger 16:36:50 OK: 127 MiB in 44 packages 16:36:51 Removing intermediate container 5186481d8b2d 16:36:51 ---> 93deef1ef037 16:36:51 Step 6/8 : WORKDIR /build 16:36:51 ---> Running in beced201afe3 16:36:51 Removing intermediate container beced201afe3 16:36:51 ---> 3392a6ea6bf2 16:36:51 Step 7/8 : COPY go.mod . 16:36:52 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:36:52 go: finding github.com/BurntSushi/toml v0.3.1 16:36:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:36:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:36:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:36:52 go: finding github.com/bgentry/speakeasy v0.1.0 16:36:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:36:52 go: finding github.com/davecgh/go-spew v1.1.1 16:36:52 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:36:52 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:36:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 16:36:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:36:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:36:52 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:36:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:36:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:36:52 go: finding github.com/fatih/color v1.7.0 16:36:52 go: finding github.com/fsnotify/fsnotify v1.4.7 16:36:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:36:52 go: finding github.com/go-kit/kit v0.8.0 16:36:52 go: finding github.com/go-logfmt/logfmt v0.4.0 16:36:52 go: finding github.com/go-redis/redis/v7 v7.2.0 16:36:52 go: finding github.com/go-stack/stack v1.8.0 16:36:52 go: finding github.com/golang/protobuf v1.3.2 16:36:52 go: finding github.com/golang/snappy v0.0.1 16:36:52 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:36:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:36:52 go: finding github.com/google/go-cmp v0.4.0 16:36:52 go: finding github.com/google/uuid v1.1.1 16:36:52 ---> 5975067cf79d 16:36:52 Step 8/8 : RUN go mod download 16:36:52 go: finding github.com/gorilla/mux v1.7.4 16:36:52 go: finding github.com/hashicorp/consul/api v1.1.0 16:36:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:36:52 go: finding github.com/hashicorp/errwrap v1.0.0 16:36:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:36:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:36:52 ---> Running in bb2d5aa999ff 16:36:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:36:52 go: finding github.com/hashicorp/go-multierror v1.0.0 16:36:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:36:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:36:52 go: finding github.com/hashicorp/go-syslog v1.0.0 16:36:52 go: finding github.com/hashicorp/go-uuid v1.0.1 16:36:53 go: finding github.com/hashicorp/go.net v0.0.1 16:36:53 go: finding github.com/hashicorp/golang-lru v0.5.0 16:36:53 go: finding github.com/hashicorp/logutils v1.0.0 16:36:53 go: finding github.com/hashicorp/mdns v1.0.0 16:36:53 go: finding github.com/hashicorp/memberlist v0.1.3 16:36:53 go: finding github.com/hashicorp/serf v0.8.2 16:36:53 go: finding github.com/hpcloud/tail v1.0.0 16:36:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:36:53 go: finding github.com/kr/pretty v0.1.0 16:36:53 go: finding github.com/kr/pty v1.1.1 16:36:53 go: finding github.com/kr/text v0.1.0 16:36:53 go: finding github.com/mattn/go-colorable v0.0.9 16:36:53 go: finding github.com/mattn/go-isatty v0.0.3 16:36:53 go: finding github.com/miekg/dns v1.0.14 16:36:53 go: finding github.com/mitchellh/cli v1.0.0 16:36:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:36:53 go: finding github.com/mitchellh/copystructure v1.0.0 16:36:53 go: finding github.com/mitchellh/go-homedir v1.0.0 16:36:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:36:53 go: finding github.com/mitchellh/gox v0.4.0 16:36:53 go: finding github.com/mitchellh/iochan v1.0.0 16:36:53 go: finding github.com/mitchellh/mapstructure v1.1.2 16:36:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:36:53 go: finding github.com/onsi/ginkgo v1.10.1 16:36:53 go: finding github.com/onsi/gomega v1.7.0 16:36:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:36:53 go: finding github.com/pebbe/zmq4 v1.0.0 16:36:53 go: finding github.com/pelletier/go-toml v1.2.0 16:36:53 go: finding github.com/pkg/errors v0.8.1 16:36:53 go: finding github.com/pmezard/go-difflib v1.0.0 16:36:53 go: finding github.com/posener/complete v1.1.1 16:36:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:36:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:36:53 go: finding github.com/stretchr/objx v0.2.0 16:36:54 go: finding github.com/stretchr/testify v1.5.1 16:36:54 go: finding github.com/tidwall/pretty v1.0.1 16:36:54 go: finding github.com/ugorji/go v1.1.4 16:36:54 go: finding github.com/x448/float16 v0.8.4 16:36:54 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:36:54 go: finding github.com/xdg/stringprep v1.0.0 16:36:54 go: finding go.mongodb.org/mongo-driver v1.1.1 16:36:54 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:36:54 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:36:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:36:54 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:36:54 go: finding golang.org/x/text v0.3.2 16:36:54 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:36:54 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:36:54 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:36:54 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:36:54 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:36:54 go: finding gopkg.in/yaml.v2 v2.2.8 16:36:55 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:36:55 go: finding github.com/BurntSushi/toml v0.3.1 16:36:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:36:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:36:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:36:55 go: finding github.com/bgentry/speakeasy v0.1.0 16:36:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:36:55 go: finding github.com/davecgh/go-spew v1.1.1 16:36:55 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:36:55 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:36:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 16:36:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:36:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:36:55 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:36:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:36:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:36:55 go: finding github.com/fatih/color v1.7.0 16:36:55 go: finding github.com/fsnotify/fsnotify v1.4.7 16:36:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:36:55 go: finding github.com/go-kit/kit v0.8.0 16:36:55 go: finding github.com/go-logfmt/logfmt v0.4.0 16:36:55 go: finding github.com/go-redis/redis/v7 v7.2.0 16:36:55 go: finding github.com/go-stack/stack v1.8.0 16:36:55 go: finding github.com/golang/protobuf v1.3.2 16:36:55 go: finding github.com/golang/snappy v0.0.1 16:36:55 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:36:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:36:56 go: finding github.com/google/go-cmp v0.4.0 16:36:56 go: finding github.com/google/uuid v1.1.1 16:36:56 go: finding github.com/gorilla/mux v1.7.4 16:36:56 go: finding github.com/hashicorp/consul/api v1.1.0 16:36:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:36:56 go: finding github.com/hashicorp/errwrap v1.0.0 16:36:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:36:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:36:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:36:56 go: finding github.com/hashicorp/go-multierror v1.0.0 16:36:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:36:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:36:56 go: finding github.com/hashicorp/go-syslog v1.0.0 16:36:56 go: finding github.com/hashicorp/go-uuid v1.0.1 16:36:56 go: finding github.com/hashicorp/go.net v0.0.1 16:36:56 go: finding github.com/hashicorp/golang-lru v0.5.0 16:36:56 go: finding github.com/hashicorp/logutils v1.0.0 16:36:56 go: finding github.com/hashicorp/mdns v1.0.0 16:36:56 go: finding github.com/hashicorp/memberlist v0.1.3 16:36:56 go: finding github.com/hashicorp/serf v0.8.2 16:36:56 go: finding github.com/hpcloud/tail v1.0.0 16:36:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:36:56 go: finding github.com/kr/pretty v0.1.0 16:36:56 go: finding github.com/kr/pty v1.1.1 16:36:56 go: finding github.com/kr/text v0.1.0 16:36:56 go: finding github.com/mattn/go-colorable v0.0.9 16:36:56 go: finding github.com/mattn/go-isatty v0.0.3 16:36:56 go: finding github.com/miekg/dns v1.0.14 16:36:56 go: finding github.com/mitchellh/cli v1.0.0 16:36:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:36:56 go: finding github.com/mitchellh/copystructure v1.0.0 16:36:56 go: finding github.com/mitchellh/go-homedir v1.0.0 16:36:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:36:56 go: finding github.com/mitchellh/gox v0.4.0 16:36:56 go: finding github.com/mitchellh/iochan v1.0.0 16:36:56 go: finding github.com/mitchellh/mapstructure v1.1.2 16:36:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:36:56 go: finding github.com/onsi/ginkgo v1.10.1 16:36:56 go: finding github.com/onsi/gomega v1.7.0 16:36:56 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:36:56 go: finding github.com/pebbe/zmq4 v1.0.0 16:36:56 go: finding github.com/pelletier/go-toml v1.2.0 16:36:56 go: finding github.com/pkg/errors v0.8.1 16:36:56 go: finding github.com/pmezard/go-difflib v1.0.0 16:36:57 go: finding github.com/posener/complete v1.1.1 16:36:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:36:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:36:57 go: finding github.com/stretchr/objx v0.2.0 16:36:57 go: finding github.com/stretchr/testify v1.5.1 16:36:57 go: finding github.com/tidwall/pretty v1.0.1 16:36:57 go: finding github.com/ugorji/go v1.1.4 16:36:57 go: finding github.com/x448/float16 v0.8.4 16:36:57 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:36:57 go: finding github.com/xdg/stringprep v1.0.0 16:36:57 go: finding go.mongodb.org/mongo-driver v1.1.1 16:36:57 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:36:57 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:36:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:36:57 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:36:57 go: finding golang.org/x/text v0.3.2 16:36:57 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:36:57 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:36:57 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:36:57 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:36:57 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:36:57 go: finding gopkg.in/yaml.v2 v2.2.8 16:37:12 Removing intermediate container 6294e3958b59 16:37:12 ---> 4e465e1f512b 16:37:12 Successfully built 4e465e1f512b 16:37:12 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 16:37:13 + docker inspect -f . ci-base-image-x86_64 16:37:14 . [Pipeline] withDockerContainer 16:37:14 prd-centos7-docker-4c-2g-4536 does not seem to be running inside a container 16:37:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:15 $ docker top 550dff332d54ec26701740a7e7c8e431d820e0ae62b971f0675deb31cbc6828f -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:15 + go version 16:37:15 Removing intermediate container bb2d5aa999ff 16:37:15 ---> 0553409ea82a 16:37:15 Successfully built 0553409ea82a 16:37:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:16 go version go1.13.5 linux/amd64 [Pipeline] sh 16:37:16 + docker inspect -f . ci-base-image-arm64 16:37:16 . [Pipeline] withDockerContainer 16:37:16 + make test 16:37:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-4535 does not seem to be running inside a container 16:37:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:37:18 $ docker top 8beb3d4b4f113f3d91094322322e6f17e9cbe452031c5ef3a3799ff6924492c1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:19 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:37:20 + go version 16:37:20 go version go1.13.5 linux/arm64 [Pipeline] sh 16:37:21 + make test 16:37:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:37:22 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:37:29 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.112s coverage: 86.2% of statements 16:37:44 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.089s coverage: 86.2% of statements 16:37:56 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.195s coverage: 51.6% of statements 16:37:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:37:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:37:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.061s coverage: 54.0% of statements 16:37:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:37:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.384s coverage: 69.1% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.605s coverage: 73.4% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.011s coverage: 89.5% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.031s coverage: 100.0% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.123s coverage: 100.0% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.039s coverage: 100.0% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.008s coverage: 100.0% of statements 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.006s coverage: 96.6% of statements 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.028s coverage: 97.7% of statements 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.810s coverage: 78.0% of statements 16:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.182s coverage: 81.1% of statements 16:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.078s coverage: 51.6% of statements 16:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.059s coverage: 54.0% of statements 16:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.312s coverage: 69.1% of statements 16:38:28 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.437s coverage: 71.5% of statements 16:38:28 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 100.0% of statements 16:38:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.507s coverage: 73.4% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.024s coverage: 89.5% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.018s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.170s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.018s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.019s coverage: 100.0% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.019s coverage: 96.6% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.020s coverage: 97.7% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 16:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.701s coverage: 78.0% of statements 16:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.086s coverage: 81.1% of statements 16:38:34 gofmt -l . 16:38:34 [ "`gofmt -l .`" = "" ] 16:38:34 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:38:37 Stashed 1 file(s) [Pipeline] } 16:38:37 $ docker stop --time=1 550dff332d54ec26701740a7e7c8e431d820e0ae62b971f0675deb31cbc6828f 16:38:38 $ docker rm -f 550dff332d54ec26701740a7e7c8e431d820e0ae62b971f0675deb31cbc6828f [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] } 16:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.663s coverage: 71.5% of statements 16:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.015s coverage: 100.0% of statements 16:38:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:39:06 gofmt -l . 16:39:06 [ "`gofmt -l .`" = "" ] 16:39:06 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:39:07 Warning: overwriting stash ‘coverage-report’ 16:39:07 Stashed 1 file(s) [Pipeline] } 16:39:07 $ docker stop --time=1 8beb3d4b4f113f3d91094322322e6f17e9cbe452031c5ef3a3799ff6924492c1 16:39:09 $ docker rm -f 8beb3d4b4f113f3d91094322322e6f17e9cbe452031c5ef3a3799ff6924492c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:39:11 provisioning config files... 16:39:11 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/config4377246671873984057tmp [Pipeline] { [Pipeline] sh 16:39:11 + curl -s https://codecov.io/bash 16:39:11 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/config4377246671873984057tmp [Pipeline] } 16:39:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:39:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:39:13 ---> package-listing.sh 16:39:13 ++ facter osfamily 16:39:13 ++ tr '[:upper:]' '[:lower:]' 16:39:13 + OS_FAMILY=redhat 16:39:13 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-393 16:39:13 + START_PACKAGES=/tmp/packages_start.txt 16:39:13 + END_PACKAGES=/tmp/packages_end.txt 16:39:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:39:13 + PACKAGES=/tmp/packages_start.txt 16:39:13 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-393 ']' 16:39:13 + PACKAGES=/tmp/packages_end.txt 16:39:13 + case "${OS_FAMILY}" in 16:39:13 + rpm -qa 16:39:13 + sort 16:39:17 + '[' -f /tmp/packages_start.txt ']' 16:39:17 + '[' -f /tmp/packages_end.txt ']' 16:39:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:39:17 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-393 ']' 16:39:17 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-393/archives/ 16:39:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-393/archives/ [Pipeline] isUnix [Pipeline] sh 16:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:17 16:39:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:39:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:18 alpine: Pulling from edgex-lftools-log-publisher 16:39:18 c9b1b535fdd9: Pulling fs layer 16:39:18 2cc5ad85d9ab: Pulling fs layer 16:39:18 756a868c4378: Pulling fs layer 16:39:18 444b2fc9a129: Pulling fs layer 16:39:18 ea15f1150254: Pulling fs layer 16:39:18 41b27a9f41bf: Pulling fs layer 16:39:18 28c525ee5125: Pulling fs layer 16:39:18 094b1ea09ed8: Pulling fs layer 16:39:18 138eaada9080: Pulling fs layer 16:39:18 0622d0fa9048: Pulling fs layer 16:39:18 41b27a9f41bf: Waiting 16:39:18 28c525ee5125: Waiting 16:39:18 094b1ea09ed8: Waiting 16:39:18 138eaada9080: Waiting 16:39:18 0622d0fa9048: Waiting 16:39:18 444b2fc9a129: Waiting 16:39:18 ea15f1150254: Waiting 16:39:18 2cc5ad85d9ab: Verifying Checksum 16:39:18 2cc5ad85d9ab: Download complete 16:39:18 444b2fc9a129: Verifying Checksum 16:39:18 444b2fc9a129: Download complete 16:39:18 c9b1b535fdd9: Verifying Checksum 16:39:18 c9b1b535fdd9: Download complete 16:39:18 ea15f1150254: Verifying Checksum 16:39:18 ea15f1150254: Download complete 16:39:18 28c525ee5125: Verifying Checksum 16:39:18 28c525ee5125: Download complete 16:39:18 756a868c4378: Verifying Checksum 16:39:18 756a868c4378: Download complete 16:39:18 138eaada9080: Verifying Checksum 16:39:18 138eaada9080: Download complete 16:39:18 0622d0fa9048: Verifying Checksum 16:39:18 0622d0fa9048: Download complete 16:39:18 c9b1b535fdd9: Pull complete 16:39:18 094b1ea09ed8: Verifying Checksum 16:39:18 094b1ea09ed8: Download complete 16:39:19 2cc5ad85d9ab: Pull complete 16:39:19 41b27a9f41bf: Verifying Checksum 16:39:19 41b27a9f41bf: Download complete 16:39:20 756a868c4378: Pull complete 16:39:20 444b2fc9a129: Pull complete 16:39:20 ea15f1150254: Pull complete 16:39:25 41b27a9f41bf: Pull complete 16:39:25 28c525ee5125: Pull complete 16:39:27 094b1ea09ed8: Pull complete 16:39:27 138eaada9080: Pull complete 16:39:27 0622d0fa9048: Pull complete 16:39:27 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:39:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:27 prd-centos7-docker-4c-2g-4534 does not seem to be running inside a container 16:39:27 $ 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-393 -v /w/workspace/ndry_app-functions-sdk-go_PR-393:/w/workspace/ndry_app-functions-sdk-go_PR-393:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-393@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:39:31 $ docker top b0374f6f36dad560217c48c6b354e2d1bf064152bcf65ea5b27e9f78323f64a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:31 provisioning config files... 16:39:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-393@tmp/config9052635265604426276tmp [Pipeline] { [Pipeline] echo 16:39:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:39:31 ---> create-netrc.sh [Pipeline] echo 16:39:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:39:31 ---> logs-deploy.sh 16:39:31 + ARCHIVE_ARTIFACTS= 16:39:31 + LOGS_SERVER=https://logs.edgexfoundry.org 16:39:31 + '[' https://logs.edgexfoundry.org == None ']' 16:39:31 + NEXUS_URL=https://nexus.edgexfoundry.org 16:39:31 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-393/6 16:39:31 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-393/6/ 16:39:31 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-393/6 /w/workspace/ndry_app-functions-sdk-go_PR-393 16:39:33 Archives upload complete. 16:39:33 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-393/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-393/6/