Pull request #162 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 DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at b7b5aeb7e670236aa97615c39cd335eef2abaff5 rather than 9f3de763c170b30270372c781f09a37b29689430 Obtained Jenkinsfile from b7b5aeb7e670236aa97615c39cd335eef2abaff5 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 b810438aec07f555226556e3b59abf2bab733840 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 b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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:edgex-ui-go, goVersion:1.11] ========================================================= [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: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.11 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-146 in /w/workspace/edgexfoundry_edgex-ui-go_PR-162 [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/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-162 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-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/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b7b5aeb7e670236aa97615c39cd335eef2abaff5 into PR head commit 9f3de763c170b30270372c781f09a37b29689430 Merge succeeded, producing 9f3de763c170b30270372c781f09a37b29689430 Checking out Revision 9f3de763c170b30270372c781f09a37b29689430 (PR-162) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # 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/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f3de763c170b30270372c781f09a37b29689430 # 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 b7b5aeb7e670236aa97615c39cd335eef2abaff5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f3de763c170b30270372c781f09a37b29689430 # timeout=10 Commit message: "Issue #151" First time build. Skipping changelog. > git rev-list --no-walk 48ee379a7956f5037f887b557a8ed93bae44661a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:41:48 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:41:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:41:51 17:41:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:41:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:41:51 latest: Pulling from edgex-devops/git-semver 17:41:51 9123ac7c32f7: Pulling fs layer 17:41:51 b8cc5d1170e3: Pulling fs layer 17:41:51 2924cbbf6a41: Pulling fs layer 17:41:51 93b08a4f1073: Pulling fs layer 17:41:51 93b08a4f1073: Waiting 17:41:51 b8cc5d1170e3: Verifying Checksum 17:41:51 b8cc5d1170e3: Download complete 17:41:51 9123ac7c32f7: Verifying Checksum 17:41:51 9123ac7c32f7: Download complete 17:41:51 93b08a4f1073: Verifying Checksum 17:41:51 93b08a4f1073: Download complete 17:41:51 2924cbbf6a41: Verifying Checksum 17:41:51 2924cbbf6a41: Download complete 17:41:51 9123ac7c32f7: Pull complete 17:41:51 b8cc5d1170e3: Pull complete 17:41:52 2924cbbf6a41: Pull complete 17:41:52 93b08a4f1073: Pull complete 17:41:52 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:41:52 prd-centos7-docker-4c-2g-146 does not seem to be running inside a container 17:41:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-162 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-162:/w/workspace/edgexfoundry_edgex-ui-go_PR-162:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-162@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:41:53 $ docker top 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:41:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:41:53 [ssh-agent] Looking for ssh-agent implementation... 17:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:41:54 $ docker exec 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a ssh-agent 17:41:54 SSH_AUTH_SOCK=/tmp/ssh-dzNFU3o2uw7B/agent.15 17:41:54 SSH_AGENT_PID=22 17:41:54 Running ssh-add (command line suppressed) 17:41:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp/private_key_1945216847986311674.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp/private_key_1945216847986311674.key) 17:41:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:41:54 + git describe --exact-match --tags HEAD 17:41:54 fatal: No names found, cannot describe anything. [Pipeline] } 17:41:54 $ docker exec --env ******** --env ******** 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a ssh-agent -k 17:41:54 unset SSH_AUTH_SOCK; 17:41:54 unset SSH_AGENT_PID; 17:41:54 echo Agent pid 22 killed; 17:41:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:41:55 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:41:55 This usually means this commit has not been tagged. [Pipeline] sshagent 17:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:41:55 [ssh-agent] Looking for ssh-agent implementation... 17:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:41:55 $ docker exec 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a ssh-agent 17:41:55 SSH_AUTH_SOCK=/tmp/ssh-67kbRMNbWQub/agent.57 17:41:55 SSH_AGENT_PID=64 17:41:55 Running ssh-add (command line suppressed) 17:41:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp/private_key_6739094651090745873.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp/private_key_6739094651090745873.key) 17:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:41:56 + git semver init 17:41:56 # -> Open(): unable to determine branch for HEAD 17:41:56 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-162/.git 17:41:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-162 17:41:56 # $SEMVER_REMOTE_NAME = origin 17:41:56 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 17:41:56 # $SEMVER_USER_NAME = jenkins 17:41:56 # $SEMVER_BRANCH = PR-162 17:41:56 # $SEMVER_TEMP = /tmp/semver-528525304 17:41:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 17:41:56 # '/tmp/semver-528525304' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-162/.semver' 17:41:56 # -> Force: false 17:41:56 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-162/.semver [Pipeline] } 17:41:56 $ docker exec --env ******** --env ******** 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a ssh-agent -k 17:41:56 unset SSH_AUTH_SOCK; 17:41:56 unset SSH_AGENT_PID; 17:41:56 echo Agent pid 64 killed; 17:41:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:41:57 + git semver [Pipeline] } 17:41:57 $ docker stop --time=1 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a 17:41:58 $ docker rm -f 5fe3f5ba848fd3f111c2444ee9cfd39566f04848d172c788211404652f4e4c0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:41:59 Stashed 24 file(s) [Pipeline] echo 17:41:59 [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:42:14 Still waiting to schedule task 17:42:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:42:14 Still waiting to schedule task 17:42:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:44:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-147 in /w/workspace/edgexfoundry_edgex-ui-go_PR-162 [Pipeline] { [Pipeline] ws 17:44:00 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 17:44:06 using credential edgex-jenkins-ssh 17:44:06 Cloning the remote Git repository 17:44:06 Cloning with configured refspecs honoured and without tags 17:44:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:44:06 > git init /w/workspace/edgex-ui-go/3 # timeout=10 17:44:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:44:06 > git --version # timeout=10 17:44:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:08 Fetching without tags 17:44:08 Merging remotes/origin/master commit b7b5aeb7e670236aa97615c39cd335eef2abaff5 into PR head commit 9f3de763c170b30270372c781f09a37b29689430 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:44:09 Failed in branch arm64 17:44:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:44:08 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 17:44:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:44:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:44:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:08 > git config core.sparsecheckout # timeout=10 17:44:08 > git checkout -f 9f3de763c170b30270372c781f09a37b29689430 # timeout=10 17:44:28 Running on prd-centos7-docker-4c-2g-148 in /w/workspace/edgexfoundry_edgex-ui-go_PR-162 [Pipeline] { [Pipeline] ws 17:44:28 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 17:44:31 using credential edgex-jenkins-ssh 17:44:31 Cloning the remote Git repository 17:44:31 Cloning with configured refspecs honoured and without tags 17:44:30 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:44:30 > git init /w/workspace/edgex-ui-go/3 # timeout=10 17:44:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:44:30 > git --version # timeout=10 17:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:32 Fetching without tags 17:44:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:44:31 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 17:44:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:44:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:44:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:32 Merging remotes/origin/master commit b7b5aeb7e670236aa97615c39cd335eef2abaff5 into PR head commit 9f3de763c170b30270372c781f09a37b29689430 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:44:32 Failed in branch amd64 [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 17:44:32 > git config core.sparsecheckout # timeout=10 17:44:32 > git checkout -f 9f3de763c170b30270372c781f09a37b29689430 # timeout=10 [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:44:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:44:34 ---> package-listing.sh 17:44:34 ++ facter osfamily 17:44:34 ++ tr '[:upper:]' '[:lower:]' 17:44:34 + OS_FAMILY=redhat 17:44:34 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-162 17:44:34 + START_PACKAGES=/tmp/packages_start.txt 17:44:34 + END_PACKAGES=/tmp/packages_end.txt 17:44:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:44:34 + PACKAGES=/tmp/packages_start.txt 17:44:34 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-162 ']' 17:44:34 + PACKAGES=/tmp/packages_end.txt 17:44:34 + case "${OS_FAMILY}" in 17:44:34 + rpm -qa 17:44:34 + sort 17:44:38 + '[' -f /tmp/packages_start.txt ']' 17:44:38 + '[' -f /tmp/packages_end.txt ']' 17:44:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:44:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-162 ']' 17:44:38 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-162/archives/ 17:44:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-162/archives/ [Pipeline] isUnix [Pipeline] sh 17:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:44:39 17:44:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:44:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:44:39 alpine: Pulling from edgex-lftools-log-publisher 17:44:39 c9b1b535fdd9: Pulling fs layer 17:44:39 2cc5ad85d9ab: Pulling fs layer 17:44:39 756a868c4378: Pulling fs layer 17:44:39 444b2fc9a129: Pulling fs layer 17:44:39 ea15f1150254: Pulling fs layer 17:44:39 41b27a9f41bf: Pulling fs layer 17:44:39 28c525ee5125: Pulling fs layer 17:44:39 094b1ea09ed8: Pulling fs layer 17:44:39 138eaada9080: Pulling fs layer 17:44:39 0622d0fa9048: Pulling fs layer 17:44:39 28c525ee5125: Waiting 17:44:39 094b1ea09ed8: Waiting 17:44:39 138eaada9080: Waiting 17:44:39 0622d0fa9048: Waiting 17:44:39 444b2fc9a129: Waiting 17:44:39 ea15f1150254: Waiting 17:44:39 2cc5ad85d9ab: Verifying Checksum 17:44:39 2cc5ad85d9ab: Download complete 17:44:39 444b2fc9a129: Download complete 17:44:39 c9b1b535fdd9: Verifying Checksum 17:44:39 c9b1b535fdd9: Download complete 17:44:39 ea15f1150254: Verifying Checksum 17:44:39 ea15f1150254: Download complete 17:44:39 28c525ee5125: Verifying Checksum 17:44:39 28c525ee5125: Download complete 17:44:40 c9b1b535fdd9: Pull complete 17:44:40 756a868c4378: Verifying Checksum 17:44:40 756a868c4378: Download complete 17:44:40 2cc5ad85d9ab: Pull complete 17:44:40 138eaada9080: Verifying Checksum 17:44:40 138eaada9080: Download complete 17:44:40 0622d0fa9048: Verifying Checksum 17:44:40 0622d0fa9048: Download complete 17:44:40 094b1ea09ed8: Verifying Checksum 17:44:40 094b1ea09ed8: Download complete 17:44:40 41b27a9f41bf: Verifying Checksum 17:44:40 41b27a9f41bf: Download complete 17:44:41 756a868c4378: Pull complete 17:44:41 444b2fc9a129: Pull complete 17:44:42 ea15f1150254: Pull complete 17:44:45 41b27a9f41bf: Pull complete 17:44:45 28c525ee5125: Pull complete 17:44:47 094b1ea09ed8: Pull complete 17:44:47 138eaada9080: Pull complete 17:44:47 0622d0fa9048: Pull complete 17:44:47 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:44:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:44:47 prd-centos7-docker-4c-2g-146 does not seem to be running inside a container 17:44:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_PR-162 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-162:/w/workspace/edgexfoundry_edgex-ui-go_PR-162:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-162@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:44:49 $ docker top b69a1e03c0f7292ddaac1aebbc74018b3ae025664c3152a14d849a0d9e13d6d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:44:49 provisioning config files... 17:44:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-162@tmp/config1157779088363430056tmp [Pipeline] { [Pipeline] echo 17:44:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:44:49 ---> create-netrc.sh [Pipeline] echo 17:44:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:44:50 ---> logs-deploy.sh 17:44:50 + ARCHIVE_ARTIFACTS= 17:44:50 + LOGS_SERVER=https://logs.edgexfoundry.org 17:44:50 + '[' https://logs.edgexfoundry.org == None ']' 17:44:50 + NEXUS_URL=https://nexus.edgexfoundry.org 17:44:50 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-162/3 17:44:50 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-162/3/ 17:44:50 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-162/3 /w/workspace/edgexfoundry_edgex-ui-go_PR-162 17:44:50 Archives upload complete. 17:44:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-162/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-162/3/