Pull request #328 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 brian-intel for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at 83416a6554981b86374d6e4afcd9b4305524ea32 rather than a18ef129d763cb7bfca3cac872a668012c6f527b Obtained Jenkinsfile from 83416a6554981b86374d6e4afcd9b4305524ea32 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 ‘prd-centos7-docker-4c-2g-4592’ is offline Running on prd-centos7-docker-4c-2g-5058 in /w/workspace/ndry_app-functions-sdk-go_PR-328 [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-328 # 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/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 83416a6554981b86374d6e4afcd9b4305524ea32 into PR head commit a18ef129d763cb7bfca3cac872a668012c6f527b Merge succeeded, producing a18ef129d763cb7bfca3cac872a668012c6f527b Checking out Revision a18ef129d763cb7bfca3cac872a668012c6f527b (PR-328) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/328/head:refs/remotes/origin/PR-328 # 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/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a18ef129d763cb7bfca3cac872a668012c6f527b # 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 83416a6554981b86374d6e4afcd9b4305524ea32 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a18ef129d763cb7bfca3cac872a668012c6f527b # timeout=10 Commit message: "refactor(CBOR): Replace ugorji/go with fixmacker/cbor" First time build. Skipping changelog. > git rev-list --no-walk 364cbca31b2a53eaca1f4d0b668563ad35b6f92b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:40:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:40:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:40:51 ========================================================= 22:40:51 EdgeX Global Pipelines Version Info 22:40:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:40:52 ------------------- 22:40:52 stable info: 22:40:52 ------------------- 22:40:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:40:52 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 22:40:52 Message: update stable to v1.0.73 22:40:53 ------------------- 22:40:53 experimental info: 22:40:53 ------------------- 22:40:53 Commited By: **** collab-it+edgex@linuxfoundation.org 22:40:53 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 22:40:53 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:40:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:40:55 22:40:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:40:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:40:55 latest: Pulling from edgex-devops/git-semver 22:40:55 9123ac7c32f7: Pulling fs layer 22:40:55 b8cc5d1170e3: Pulling fs layer 22:40:55 2924cbbf6a41: Pulling fs layer 22:40:55 93b08a4f1073: Pulling fs layer 22:40:55 93b08a4f1073: Waiting 22:40:55 b8cc5d1170e3: Verifying Checksum 22:40:55 b8cc5d1170e3: Download complete 22:40:55 9123ac7c32f7: Verifying Checksum 22:40:55 9123ac7c32f7: Download complete 22:40:55 93b08a4f1073: Verifying Checksum 22:40:55 93b08a4f1073: Download complete 22:40:55 2924cbbf6a41: Verifying Checksum 22:40:55 2924cbbf6a41: Download complete 22:40:56 9123ac7c32f7: Pull complete 22:40:56 b8cc5d1170e3: Pull complete 22:40:56 2924cbbf6a41: Pull complete 22:40:56 93b08a4f1073: Pull complete 22:40:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 22:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:40:57 prd-centos7-docker-4c-2g-5058 does not seem to be running inside a container 22:40:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-328 -v /w/workspace/ndry_app-functions-sdk-go_PR-328:/w/workspace/ndry_app-functions-sdk-go_PR-328:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-328@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-328@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 22:40:57 $ docker top 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:40:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:40:58 [ssh-agent] Looking for ssh-agent implementation... 22:40:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:40:58 $ docker exec 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 ssh-agent 22:40:58 SSH_AUTH_SOCK=/tmp/ssh-FXw7hhxk21s4/agent.15 22:40:58 SSH_AGENT_PID=22 22:40:58 Running ssh-add (command line suppressed) 22:40:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-328@tmp/private_key_8244898023224149235.key (/w/workspace/ndry_app-functions-sdk-go_PR-328@tmp/private_key_8244898023224149235.key) 22:40:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:40:59 + git describe --exact-match --tags HEAD 22:40:59 fatal: No names found, cannot describe anything. [Pipeline] } 22:40:59 $ docker exec --env ******** --env ******** 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 ssh-agent -k 22:40:59 unset SSH_AUTH_SOCK; 22:40:59 unset SSH_AGENT_PID; 22:40:59 echo Agent pid 22 killed; 22:40:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:40:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:40:59 This usually means this commit has not been tagged. [Pipeline] sshagent 22:40:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:40:59 [ssh-agent] Looking for ssh-agent implementation... 22:40:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:40:59 $ docker exec 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 ssh-agent 22:40:59 SSH_AUTH_SOCK=/tmp/ssh-toQ0HIy9GDW4/agent.57 22:40:59 SSH_AGENT_PID=64 22:40:59 Running ssh-add (command line suppressed) 22:40:59 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-328@tmp/private_key_765870165546270807.key (/w/workspace/ndry_app-functions-sdk-go_PR-328@tmp/private_key_765870165546270807.key) 22:40:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:41:00 + git semver init 22:41:00 # -> Open(): unable to determine branch for HEAD 22:41:00 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-328/.git 22:41:00 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-328 22:41:00 # $SEMVER_REMOTE_NAME = origin 22:41:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:41:00 # $SEMVER_USER_NAME = edgex-jenkins 22:41:00 # $SEMVER_BRANCH = PR-328 22:41:00 # $SEMVER_TEMP = /tmp/semver-458613010 22:41:00 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:41:02 # '/tmp/semver-458613010' -> '/w/workspace/ndry_app-functions-sdk-go_PR-328/.semver' 22:41:02 # -> Force: false 22:41:02 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-328/.semver [Pipeline] } 22:41:02 $ docker exec --env ******** --env ******** 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 ssh-agent -k 22:41:02 unset SSH_AUTH_SOCK; 22:41:02 unset SSH_AGENT_PID; 22:41:02 echo Agent pid 64 killed; 22:41:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:41:03 + git semver [Pipeline] } 22:41:03 $ docker stop --time=1 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 22:41:04 $ docker rm -f 5396fc8c98c66cad95e24e95876e46cfa3a325f7ea713abf0b58730c368192b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:41:07 Stashed 106 file(s) [Pipeline] echo 22:41:07 [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 22:41:22 Still waiting to schedule task 22:41:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:41:22 Still waiting to schedule task 22:41:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:43:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5059 in /w/workspace/ndry_app-functions-sdk-go_PR-328 [Pipeline] { [Pipeline] ws 22:43:05 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 22:43:11 using credential edgex-jenkins-ssh 22:43:11 Cloning the remote Git repository 22:43:11 Cloning with configured refspecs honoured and without tags 22:43:11 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:11 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 22:43:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:11 > git --version # timeout=10 22:43:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:14 Fetching without tags 22:43:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:43:14 > git config --add remote.origin.fetch +refs/pull/328/head:refs/remotes/origin/PR-328 # timeout=10 22:43:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:43:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:15 Merging remotes/origin/master commit 83416a6554981b86374d6e4afcd9b4305524ea32 into PR head commit a18ef129d763cb7bfca3cac872a668012c6f527b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:43:15 Failed in branch arm64 22:43:44 Running on prd-centos7-docker-4c-2g-5060 in /w/workspace/ndry_app-functions-sdk-go_PR-328 [Pipeline] { [Pipeline] ws 22:43:44 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 22:43:46 using credential edgex-jenkins-ssh 22:43:46 Cloning the remote Git repository 22:43:46 Cloning with configured refspecs honoured and without tags 22:43:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:46 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 22:43:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:47 > git --version # timeout=10 22:43:47 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:48 Fetching without tags 22:43:49 Merging remotes/origin/master commit 83416a6554981b86374d6e4afcd9b4305524ea32 into PR head commit a18ef129d763cb7bfca3cac872a668012c6f527b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:43:49 Failed in branch amd64 22:43:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:43:48 > git config --add remote.origin.fetch +refs/pull/328/head:refs/remotes/origin/PR-328 # timeout=10 22:43:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:43:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:43:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/328/head:refs/remotes/origin/PR-328 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:49 > git config core.sparsecheckout # timeout=10 22:43:49 > git checkout -f a18ef129d763cb7bfca3cac872a668012c6f527b # timeout=10 [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 22:43:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:43:50 ---> package-listing.sh 22:43:50 ++ facter osfamily 22:43:50 ++ tr '[:upper:]' '[:lower:]' 22:43:50 + OS_FAMILY=redhat 22:43:50 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-328 22:43:50 + START_PACKAGES=/tmp/packages_start.txt 22:43:50 + END_PACKAGES=/tmp/packages_end.txt 22:43:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:43:50 + PACKAGES=/tmp/packages_start.txt 22:43:50 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-328 ']' 22:43:50 + PACKAGES=/tmp/packages_end.txt 22:43:50 + case "${OS_FAMILY}" in 22:43:50 + rpm -qa 22:43:50 + sort 22:43:55 + '[' -f /tmp/packages_start.txt ']' 22:43:55 + '[' -f /tmp/packages_end.txt ']' 22:43:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:43:55 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-328 ']' 22:43:55 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-328/archives/ 22:43:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-328/archives/ [Pipeline] isUnix [Pipeline] sh 22:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:56 22:43:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:43:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:56 alpine: Pulling from edgex-lftools-log-publisher 22:43:56 c9b1b535fdd9: Pulling fs layer 22:43:56 2cc5ad85d9ab: Pulling fs layer 22:43:56 756a868c4378: Pulling fs layer 22:43:56 444b2fc9a129: Pulling fs layer 22:43:56 ea15f1150254: Pulling fs layer 22:43:56 41b27a9f41bf: Pulling fs layer 22:43:56 28c525ee5125: Pulling fs layer 22:43:56 094b1ea09ed8: Pulling fs layer 22:43:56 138eaada9080: Pulling fs layer 22:43:56 0622d0fa9048: Pulling fs layer 22:43:56 444b2fc9a129: Waiting 22:43:56 ea15f1150254: Waiting 22:43:56 41b27a9f41bf: Waiting 22:43:56 28c525ee5125: Waiting 22:43:56 094b1ea09ed8: Waiting 22:43:56 0622d0fa9048: Waiting 22:43:56 138eaada9080: Waiting 22:43:56 2cc5ad85d9ab: Verifying Checksum 22:43:56 2cc5ad85d9ab: Download complete 22:43:56 444b2fc9a129: Verifying Checksum 22:43:56 444b2fc9a129: Download complete 22:43:56 c9b1b535fdd9: Verifying Checksum 22:43:56 c9b1b535fdd9: Download complete 22:43:56 ea15f1150254: Verifying Checksum 22:43:56 ea15f1150254: Download complete 22:43:56 28c525ee5125: Verifying Checksum 22:43:56 28c525ee5125: Download complete 22:43:56 756a868c4378: Verifying Checksum 22:43:56 756a868c4378: Download complete 22:43:56 c9b1b535fdd9: Pull complete 22:43:56 138eaada9080: Verifying Checksum 22:43:56 138eaada9080: Download complete 22:43:56 0622d0fa9048: Verifying Checksum 22:43:56 0622d0fa9048: Download complete 22:43:56 094b1ea09ed8: Verifying Checksum 22:43:56 094b1ea09ed8: Download complete 22:43:57 2cc5ad85d9ab: Pull complete 22:43:57 41b27a9f41bf: Verifying Checksum 22:43:57 41b27a9f41bf: Download complete 22:43:59 756a868c4378: Pull complete 22:43:59 444b2fc9a129: Pull complete 22:43:59 ea15f1150254: Pull complete 22:44:03 41b27a9f41bf: Pull complete 22:44:03 28c525ee5125: Pull complete 22:44:04 094b1ea09ed8: Pull complete 22:44:06 138eaada9080: Pull complete 22:44:06 0622d0fa9048: Pull complete 22:44:06 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:44:06 prd-centos7-docker-4c-2g-5058 does not seem to be running inside a container 22:44:06 $ 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-328 -v /w/workspace/ndry_app-functions-sdk-go_PR-328:/w/workspace/ndry_app-functions-sdk-go_PR-328:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-328@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-328@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 22:44:07 $ docker top 90a87f62c5bf98033c8048371a6945819d56055a59843f8cd38e5b51ef7e4744 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:44:07 provisioning config files... 22:44:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-328@tmp/config2315636470162057037tmp [Pipeline] { [Pipeline] echo 22:44:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:44:08 ---> create-netrc.sh [Pipeline] echo 22:44:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:44:08 ---> logs-deploy.sh 22:44:08 + ARCHIVE_ARTIFACTS= 22:44:08 + LOGS_SERVER=https://logs.edgexfoundry.org 22:44:08 + '[' https://logs.edgexfoundry.org == None ']' 22:44:08 + NEXUS_URL=https://nexus.edgexfoundry.org 22:44:08 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-328/5 22:44:08 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-328/5/ 22:44:08 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-328/5 /w/workspace/ndry_app-functions-sdk-go_PR-328 22:44:09 Archives upload complete. 22:44:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-328/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-328/5/