Pull request #313 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 adam-intel for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at 6d277aa29535ad2364142a0838c9f0161c01ac18 rather than a4f43d1f312d920720d91ef945a726a4420b5631 Obtained Jenkinsfile from 6d277aa29535ad2364142a0838c9f0161c01ac18 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1765 in /w/workspace/ndry_app-functions-sdk-go_PR-313 [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-313 # 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/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6d277aa29535ad2364142a0838c9f0161c01ac18 into PR head commit a4f43d1f312d920720d91ef945a726a4420b5631 Merge succeeded, producing d889e4eb11f3c8e321a064a201a66ea5d3f9ea4e Checking out Revision d889e4eb11f3c8e321a064a201a66ea5d3f9ea4e (PR-313) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/313/head:refs/remotes/origin/PR-313 # 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/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4f43d1f312d920720d91ef945a726a4420b5631 # 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 6d277aa29535ad2364142a0838c9f0161c01ac18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d889e4eb11f3c8e321a064a201a66ea5d3f9ea4e # timeout=10 Commit message: "Merge commit '6d277aa29535ad2364142a0838c9f0161c01ac18' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7c74d28bca002f829b0a6905f5ee91f979172b77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:13:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:13:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:13:36 17:13:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:13:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:13:37 latest: Pulling from edgex-devops/git-semver 17:13:37 9123ac7c32f7: Pulling fs layer 17:13:37 b8cc5d1170e3: Pulling fs layer 17:13:37 2924cbbf6a41: Pulling fs layer 17:13:37 93b08a4f1073: Pulling fs layer 17:13:37 93b08a4f1073: Waiting 17:13:37 b8cc5d1170e3: Verifying Checksum 17:13:37 b8cc5d1170e3: Download complete 17:13:37 9123ac7c32f7: Verifying Checksum 17:13:37 9123ac7c32f7: Download complete 17:13:37 93b08a4f1073: Verifying Checksum 17:13:37 93b08a4f1073: Download complete 17:13:37 2924cbbf6a41: Download complete 17:13:37 9123ac7c32f7: Pull complete 17:13:38 b8cc5d1170e3: Pull complete 17:13:38 2924cbbf6a41: Pull complete 17:13:38 93b08a4f1073: Pull complete 17:13:38 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:13:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:13:38 prd-centos7-docker-4c-2g-1765 does not seem to be running inside a container 17:13:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-313 -v /w/workspace/ndry_app-functions-sdk-go_PR-313:/w/workspace/ndry_app-functions-sdk-go_PR-313:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-313@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-313@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:13:39 $ docker top b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:13:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:39 [ssh-agent] Looking for ssh-agent implementation... 17:13:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:40 $ docker exec b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae ssh-agent 17:13:40 SSH_AUTH_SOCK=/tmp/ssh-qqtLO9Erq8YN/agent.15 17:13:40 SSH_AGENT_PID=21 17:13:40 Running ssh-add (command line suppressed) 17:13:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-313@tmp/private_key_6694865454483858173.key (/w/workspace/ndry_app-functions-sdk-go_PR-313@tmp/private_key_6694865454483858173.key) 17:13:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:40 + git describe --exact-match --tags HEAD 17:13:40 fatal: No names found, cannot describe anything. [Pipeline] } 17:13:40 $ docker exec --env ******** --env ******** b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae ssh-agent -k 17:13:41 unset SSH_AUTH_SOCK; 17:13:41 unset SSH_AGENT_PID; 17:13:41 echo Agent pid 21 killed; 17:13:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:13:41 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:13:41 This usually means this commit has not been tagged. [Pipeline] sshagent 17:13:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:41 [ssh-agent] Looking for ssh-agent implementation... 17:13:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:41 $ docker exec b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae ssh-agent 17:13:41 SSH_AUTH_SOCK=/tmp/ssh-A7yB6VbFUxKU/agent.57 17:13:41 SSH_AGENT_PID=63 17:13:41 Running ssh-add (command line suppressed) 17:13:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-313@tmp/private_key_7258866496641071611.key (/w/workspace/ndry_app-functions-sdk-go_PR-313@tmp/private_key_7258866496641071611.key) 17:13:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:42 + git semver init 17:13:42 # -> Open(): unable to determine branch for HEAD 17:13:42 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-313/.git 17:13:42 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-313 17:13:42 # $SEMVER_REMOTE_NAME = origin 17:13:42 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 17:13:42 # $SEMVER_USER_NAME = jenkins 17:13:42 # $SEMVER_BRANCH = PR-313 17:13:42 # $SEMVER_TEMP = /tmp/semver-831644881 17:13:42 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:13:45 # '/tmp/semver-831644881' -> '/w/workspace/ndry_app-functions-sdk-go_PR-313/.semver' 17:13:45 # -> Force: false 17:13:45 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-313/.semver [Pipeline] } 17:13:45 $ docker exec --env ******** --env ******** b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae ssh-agent -k 17:13:45 unset SSH_AUTH_SOCK; 17:13:45 unset SSH_AGENT_PID; 17:13:45 echo Agent pid 63 killed; 17:13:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:46 + git semver [Pipeline] } 17:13:46 $ docker stop --time=1 b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae 17:13:47 $ docker rm -f b013e1e46817a63758b3e4bb7df7a329b12253cd4d7474b7a8532c0aba8cf6ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:13:49 Stashed 96 file(s) [Pipeline] echo 17:13:49 [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 17:14:04 Still waiting to schedule task 17:14:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:14:04 Still waiting to schedule task 17:14:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:16:35 Running on prd-centos7-docker-4c-2g-1766 in /w/workspace/ndry_app-functions-sdk-go_PR-313 [Pipeline] { [Pipeline] ws 17:16:35 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 17:16:41 using credential edgex-jenkins-ssh 17:16:41 Cloning the remote Git repository 17:16:41 Cloning with configured refspecs honoured and without tags 17:16:41 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:41 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 17:16:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:41 > git --version # timeout=10 17:16:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:44 Fetching without tags 17:16:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:16:44 > git config --add remote.origin.fetch +refs/pull/313/head:refs/remotes/origin/PR-313 # timeout=10 17:16:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:16:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:45 Merging remotes/origin/master commit 6d277aa29535ad2364142a0838c9f0161c01ac18 into PR head commit a4f43d1f312d920720d91ef945a726a4420b5631 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:16:46 Failed in branch amd64 17:16:45 > git config core.sparsecheckout # timeout=10 17:16:45 > git checkout -f a4f43d1f312d920720d91ef945a726a4420b5631 # timeout=10 17:18:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1768 in /w/workspace/ndry_app-functions-sdk-go_PR-313 [Pipeline] { [Pipeline] ws 17:18:36 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 17:18:42 using credential edgex-jenkins-ssh 17:18:42 Cloning the remote Git repository 17:18:42 Cloning with configured refspecs honoured and without tags 17:18:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:18:42 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 17:18:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:18:42 > git --version # timeout=10 17:18:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:45 Fetching without tags 17:18:46 Merging remotes/origin/master commit 6d277aa29535ad2364142a0838c9f0161c01ac18 into PR head commit a4f43d1f312d920720d91ef945a726a4420b5631 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:18:46 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } 17:18:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:18:45 > git config --add remote.origin.fetch +refs/pull/313/head:refs/remotes/origin/PR-313 # timeout=10 17:18:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:18:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:18:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:46 > git config core.sparsecheckout # timeout=10 17:18:46 > git checkout -f a4f43d1f312d920720d91ef945a726a4420b5631 # timeout=10 [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 17:18:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:18:48 ---> package-listing.sh 17:18:48 ++ facter osfamily 17:18:48 ++ tr '[:upper:]' '[:lower:]' 17:18:48 + OS_FAMILY=redhat 17:18:48 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-313 17:18:48 + START_PACKAGES=/tmp/packages_start.txt 17:18:48 + END_PACKAGES=/tmp/packages_end.txt 17:18:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:18:48 + PACKAGES=/tmp/packages_start.txt 17:18:48 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-313 ']' 17:18:48 + PACKAGES=/tmp/packages_end.txt 17:18:48 + case "${OS_FAMILY}" in 17:18:48 + rpm -qa 17:18:48 + sort 17:18:52 + '[' -f /tmp/packages_start.txt ']' 17:18:52 + '[' -f /tmp/packages_end.txt ']' 17:18:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:18:52 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-313 ']' 17:18:52 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-313/archives/ 17:18:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-313/archives/ [Pipeline] isUnix [Pipeline] sh 17:18:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:18:53 17:18:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:18:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:18:53 alpine: Pulling from edgex-lftools-log-publisher 17:18:53 c9b1b535fdd9: Pulling fs layer 17:18:53 2cc5ad85d9ab: Pulling fs layer 17:18:53 756a868c4378: Pulling fs layer 17:18:53 444b2fc9a129: Pulling fs layer 17:18:53 ea15f1150254: Pulling fs layer 17:18:53 41b27a9f41bf: Pulling fs layer 17:18:53 28c525ee5125: Pulling fs layer 17:18:53 094b1ea09ed8: Pulling fs layer 17:18:53 138eaada9080: Pulling fs layer 17:18:53 0622d0fa9048: Pulling fs layer 17:18:53 41b27a9f41bf: Waiting 17:18:53 28c525ee5125: Waiting 17:18:53 444b2fc9a129: Waiting 17:18:53 ea15f1150254: Waiting 17:18:53 094b1ea09ed8: Waiting 17:18:53 138eaada9080: Waiting 17:18:53 0622d0fa9048: Waiting 17:18:53 2cc5ad85d9ab: Verifying Checksum 17:18:53 2cc5ad85d9ab: Download complete 17:18:53 444b2fc9a129: Download complete 17:18:53 c9b1b535fdd9: Verifying Checksum 17:18:53 c9b1b535fdd9: Download complete 17:18:53 ea15f1150254: Verifying Checksum 17:18:53 ea15f1150254: Download complete 17:18:53 28c525ee5125: Verifying Checksum 17:18:53 28c525ee5125: Download complete 17:18:53 756a868c4378: Verifying Checksum 17:18:53 756a868c4378: Download complete 17:18:53 138eaada9080: Verifying Checksum 17:18:53 138eaada9080: Download complete 17:18:53 0622d0fa9048: Verifying Checksum 17:18:53 0622d0fa9048: Download complete 17:18:53 094b1ea09ed8: Download complete 17:18:53 c9b1b535fdd9: Pull complete 17:18:54 2cc5ad85d9ab: Pull complete 17:18:54 41b27a9f41bf: Verifying Checksum 17:18:54 41b27a9f41bf: Download complete 17:18:55 756a868c4378: Pull complete 17:18:56 444b2fc9a129: Pull complete 17:18:56 ea15f1150254: Pull complete 17:18:59 41b27a9f41bf: Pull complete 17:18:59 28c525ee5125: Pull complete 17:19:01 094b1ea09ed8: Pull complete 17:19:01 138eaada9080: Pull complete 17:19:01 0622d0fa9048: Pull complete 17:19:01 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:19:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:19:01 prd-centos7-docker-4c-2g-1765 does not seem to be running inside a container 17:19:01 $ 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-313 -v /w/workspace/ndry_app-functions-sdk-go_PR-313:/w/workspace/ndry_app-functions-sdk-go_PR-313:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-313@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-313@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:19:02 $ docker top 8f4b80adcaba1014e7cb96a9a230fe05fc2e165d8f0e0ee5917f1efa2da483f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:19:02 provisioning config files... 17:19:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-313@tmp/config7278679578683198055tmp [Pipeline] { [Pipeline] echo 17:19:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:19:03 ---> create-netrc.sh [Pipeline] echo 17:19:03 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:19:03 ---> logs-deploy.sh 17:19:03 + ARCHIVE_ARTIFACTS= 17:19:03 + LOGS_SERVER=https://logs.edgexfoundry.org 17:19:03 + '[' https://logs.edgexfoundry.org == None ']' 17:19:03 + NEXUS_URL=https://nexus.edgexfoundry.org 17:19:03 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-313/6 17:19:03 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-313/6/ 17:19:03 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-313/6 /w/workspace/ndry_app-functions-sdk-go_PR-313 17:19:04 Archives upload complete. 17:19:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-313/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-313/6/