Pull request #246 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 c6e90bcad506a53a21afbb07ae058210c81821b7 rather than bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 Obtained Jenkinsfile from c6e90bcad506a53a21afbb07ae058210c81821b7 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:edgex-ui-go, goVersion:1.13] ========================================================= [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.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-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/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3960 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [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-246 # 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/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 Merge succeeded, producing bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 Checking out Revision bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 (PR-246) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # 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/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 # 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 c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 # timeout=10 Commit message: "Add mqtt device device to edgex doc" First time build. Skipping changelog. > git rev-list --no-walk 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-22T11:13:10.042Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-22T11:13:10.166Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-22T11:13:10.208Z] ========================================================= [2020-06-22T11:13:10.208Z] EdgeX Global Pipelines Version Info [2020-06-22T11:13:10.208Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-22T11:13:12.085Z] ------------------- [2020-06-22T11:13:12.085Z] stable info: [2020-06-22T11:13:12.085Z] ------------------- [2020-06-22T11:13:12.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-22T11:13:12.085Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-22T11:13:12.085Z] Message: update stable to v1.0.89 [2020-06-22T11:13:12.658Z] ------------------- [2020-06-22T11:13:12.658Z] experimental info: [2020-06-22T11:13:12.658Z] ------------------- [2020-06-22T11:13:12.658Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-22T11:13:12.658Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-22T11:13:12.658Z] 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 [2020-06-22T11:13:14.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-22T11:13:14.177Z] [2020-06-22T11:13:14.177Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:13:14.495Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-22T11:13:14.496Z] latest: Pulling from edgex-devops/git-semver [2020-06-22T11:13:14.496Z] 9123ac7c32f7: Pulling fs layer [2020-06-22T11:13:14.496Z] b8cc5d1170e3: Pulling fs layer [2020-06-22T11:13:14.496Z] 2924cbbf6a41: Pulling fs layer [2020-06-22T11:13:14.496Z] 93b08a4f1073: Pulling fs layer [2020-06-22T11:13:14.496Z] 93b08a4f1073: Waiting [2020-06-22T11:13:14.496Z] b8cc5d1170e3: Verifying Checksum [2020-06-22T11:13:14.496Z] b8cc5d1170e3: Download complete [2020-06-22T11:13:14.496Z] 9123ac7c32f7: Verifying Checksum [2020-06-22T11:13:14.496Z] 9123ac7c32f7: Download complete [2020-06-22T11:13:14.758Z] 93b08a4f1073: Verifying Checksum [2020-06-22T11:13:14.758Z] 93b08a4f1073: Download complete [2020-06-22T11:13:14.758Z] 2924cbbf6a41: Verifying Checksum [2020-06-22T11:13:14.758Z] 2924cbbf6a41: Download complete [2020-06-22T11:13:15.038Z] 9123ac7c32f7: Pull complete [2020-06-22T11:13:15.038Z] b8cc5d1170e3: Pull complete [2020-06-22T11:13:15.990Z] 2924cbbf6a41: Pull complete [2020-06-22T11:13:15.990Z] 93b08a4f1073: Pull complete [2020-06-22T11:13:15.990Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-22T11:13:15.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-22T11:13:15.990Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-22T11:13:16.100Z] prd-centos7-docker-4c-2g-3960 does not seem to be running inside a container [2020-06-22T11:13:16.157Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-246 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246:/w/workspace/edgexfoundry_edgex-ui-go_PR-246:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-22T11:13:18.298Z] $ docker top 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-22T11:13:18.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-22T11:13:18.489Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-22T11:13:18.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-22T11:13:18.724Z] $ docker exec 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b ssh-agent [2020-06-22T11:13:18.889Z] SSH_AUTH_SOCK=/tmp/ssh-f7mfunnmRNSs/agent.12 [2020-06-22T11:13:18.889Z] SSH_AGENT_PID=17 [2020-06-22T11:13:18.899Z] Running ssh-add (command line suppressed) [2020-06-22T11:13:19.036Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_4329821596799664862.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_4329821596799664862.key) [2020-06-22T11:13:19.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-22T11:13:19.413Z] + git describe --exact-match --tags HEAD [2020-06-22T11:13:19.413Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-22T11:13:19.482Z] $ docker exec --env ******** --env ******** 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b ssh-agent -k [2020-06-22T11:13:19.619Z] unset SSH_AUTH_SOCK; [2020-06-22T11:13:19.619Z] unset SSH_AGENT_PID; [2020-06-22T11:13:19.620Z] echo Agent pid 17 killed; [2020-06-22T11:13:19.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-22T11:13:19.721Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-22T11:13:19.721Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-22T11:13:19.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-22T11:13:19.775Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-22T11:13:19.957Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-22T11:13:19.965Z] $ docker exec 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b ssh-agent [2020-06-22T11:13:20.126Z] SSH_AUTH_SOCK=/tmp/ssh-k59GXiQtCx6P/agent.47 [2020-06-22T11:13:20.126Z] SSH_AGENT_PID=53 [2020-06-22T11:13:20.134Z] Running ssh-add (command line suppressed) [2020-06-22T11:13:20.256Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_6384128130488114479.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_6384128130488114479.key) [2020-06-22T11:13:20.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-22T11:13:20.631Z] + git semver init [2020-06-22T11:13:20.631Z] # -> Open(): unable to determine branch for HEAD [2020-06-22T11:13:20.631Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-246/.git [2020-06-22T11:13:20.631Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [2020-06-22T11:13:20.631Z] # $SEMVER_REMOTE_NAME = origin [2020-06-22T11:13:20.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-22T11:13:20.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-22T11:13:20.631Z] # $SEMVER_BRANCH = PR-246 [2020-06-22T11:13:20.631Z] # $SEMVER_TEMP = /tmp/semver-644091378 [2020-06-22T11:13:20.631Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-22T11:13:21.580Z] # '/tmp/semver-644091378' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-246/.semver' [2020-06-22T11:13:21.580Z] # -> Force: false [2020-06-22T11:13:21.580Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-246/.semver [Pipeline] } [2020-06-22T11:13:21.595Z] $ docker exec --env ******** --env ******** 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b ssh-agent -k [2020-06-22T11:13:21.728Z] unset SSH_AUTH_SOCK; [2020-06-22T11:13:21.729Z] unset SSH_AGENT_PID; [2020-06-22T11:13:21.729Z] echo Agent pid 53 killed; [2020-06-22T11:13:21.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-22T11:13:22.135Z] + git semver [Pipeline] } [2020-06-22T11:13:22.153Z] $ docker stop --time=1 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b [2020-06-22T11:13:23.596Z] $ docker rm -f 2ffe20cad3e51140ba90a581aea023d48af50749e0a1637b650e1d2a1d37ee9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-22T11:13:24.616Z] Stashed 61 file(s) [Pipeline] echo [2020-06-22T11:13:24.618Z] [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 [2020-06-22T11:13:39.789Z] Still waiting to schedule task [2020-06-22T11:13:39.790Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3960’ [2020-06-22T11:13:39.791Z] Still waiting to schedule task [2020-06-22T11:13:39.791Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-22T11:15:16.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3961 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [Pipeline] { [Pipeline] ws [2020-06-22T11:15:16.481Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-06-22T11:15:21.412Z] using credential edgex-jenkins-ssh [2020-06-22T11:15:21.447Z] Cloning the remote Git repository [2020-06-22T11:15:21.447Z] Cloning with configured refspecs honoured and without tags [2020-06-22T11:15:21.482Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:21.592Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-06-22T11:15:21.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:21.662Z] > git --version # timeout=10 [2020-06-22T11:15:21.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-22T11:15:21.736Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:23.240Z] Fetching without tags [2020-06-22T11:15:23.753Z] Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 [2020-06-22T11:15:23.134Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-22T11:15:23.152Z] > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # timeout=10 [2020-06-22T11:15:23.166Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:23.197Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-22T11:15:23.228Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:23.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-22T11:15:23.241Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:23.786Z] > git config core.sparsecheckout # timeout=10 [2020-06-22T11:15:23.825Z] > git checkout -f bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 # timeout=10 [2020-06-22T11:15:24.072Z] > git remote # timeout=10 [2020-06-22T11:15:24.087Z] > git config --get remote.origin.url # timeout=10 [2020-06-22T11:15:24.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-22T11:15:24.111Z] > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 [2020-06-22T11:15:24.131Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-22T11:15:24.169Z] Merge succeeded, producing bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 [2020-06-22T11:15:24.169Z] Checking out Revision bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 (PR-246) [2020-06-22T11:15:24.150Z] > git config core.sparsecheckout # timeout=10 [2020-06-22T11:15:24.160Z] > git checkout -f bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 # timeout=10 [2020-06-22T11:15:28.465Z] Commit message: "Add mqtt device device to edgex doc" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-22T11:15:29.834Z] ========================================================= [2020-06-22T11:15:29.834Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-22T11:15:29.834Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:15:31.024Z] + 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 . [2020-06-22T11:15:32.008Z] Sending build context to Docker daemon 19.07MB [2020-06-22T11:15:32.008Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-22T11:15:32.008Z] Step 2/8 : FROM ${BASE} [2020-06-22T11:15:32.612Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-22T11:15:32.612Z] cde5963f3b93: Pulling fs layer [2020-06-22T11:15:32.612Z] 2a23fa8c16f7: Pulling fs layer [2020-06-22T11:15:32.612Z] 777b28850792: Pulling fs layer [2020-06-22T11:15:32.612Z] 8a11ddd9e578: Pulling fs layer [2020-06-22T11:15:32.612Z] 4cf88f913ddb: Pulling fs layer [2020-06-22T11:15:32.612Z] 1df406cf5192: Pulling fs layer [2020-06-22T11:15:32.612Z] cd6300453558: Pulling fs layer [2020-06-22T11:15:32.612Z] b9c365052c96: Pulling fs layer [2020-06-22T11:15:32.612Z] a2d8cc88f415: Pulling fs layer [2020-06-22T11:15:32.612Z] ea1d1ca13537: Pulling fs layer [2020-06-22T11:15:32.612Z] 3750a50a1c5e: Pulling fs layer [2020-06-22T11:15:32.612Z] 8a11ddd9e578: Waiting [2020-06-22T11:15:32.612Z] 4cf88f913ddb: Waiting [2020-06-22T11:15:32.612Z] 1df406cf5192: Waiting [2020-06-22T11:15:32.612Z] cd6300453558: Waiting [2020-06-22T11:15:32.612Z] b9c365052c96: Waiting [2020-06-22T11:15:32.612Z] a2d8cc88f415: Waiting [2020-06-22T11:15:32.612Z] ea1d1ca13537: Waiting [2020-06-22T11:15:32.612Z] 3750a50a1c5e: Waiting [2020-06-22T11:15:32.612Z] 777b28850792: Download complete [2020-06-22T11:15:32.612Z] 2a23fa8c16f7: Verifying Checksum [2020-06-22T11:15:32.612Z] 2a23fa8c16f7: Download complete [2020-06-22T11:15:32.612Z] 4cf88f913ddb: Verifying Checksum [2020-06-22T11:15:32.612Z] 4cf88f913ddb: Download complete [2020-06-22T11:15:32.612Z] 1df406cf5192: Verifying Checksum [2020-06-22T11:15:32.612Z] 1df406cf5192: Download complete [2020-06-22T11:15:32.612Z] cde5963f3b93: Verifying Checksum [2020-06-22T11:15:33.215Z] cde5963f3b93: Pull complete [2020-06-22T11:15:34.202Z] 2a23fa8c16f7: Pull complete [2020-06-22T11:15:34.478Z] 777b28850792: Pull complete [2020-06-22T11:15:36.457Z] cd6300453558: Verifying Checksum [2020-06-22T11:15:36.458Z] cd6300453558: Download complete [2020-06-22T11:15:36.458Z] a2d8cc88f415: Verifying Checksum [2020-06-22T11:15:36.458Z] a2d8cc88f415: Download complete [2020-06-22T11:15:37.052Z] b9c365052c96: Verifying Checksum [2020-06-22T11:15:37.052Z] b9c365052c96: Download complete [2020-06-22T11:15:37.052Z] 3750a50a1c5e: Verifying Checksum [2020-06-22T11:15:37.052Z] 3750a50a1c5e: Download complete [2020-06-22T11:15:37.322Z] ea1d1ca13537: Download complete [2020-06-22T11:15:38.746Z] 8a11ddd9e578: Download complete [2020-06-22T11:15:51.156Z] 8a11ddd9e578: Pull complete [2020-06-22T11:15:51.156Z] 4cf88f913ddb: Pull complete [2020-06-22T11:15:51.156Z] 1df406cf5192: Pull complete [2020-06-22T11:15:53.701Z] Running on prd-centos7-docker-4c-2g-3962 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [Pipeline] { [Pipeline] ws [2020-06-22T11:15:53.724Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-06-22T11:15:54.552Z] cd6300453558: Pull complete [2020-06-22T11:15:55.779Z] using credential edgex-jenkins-ssh [2020-06-22T11:15:55.808Z] Cloning the remote Git repository [2020-06-22T11:15:55.809Z] Cloning with configured refspecs honoured and without tags [2020-06-22T11:15:55.651Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:55.724Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-06-22T11:15:56.746Z] Fetching without tags [2020-06-22T11:15:55.772Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:55.772Z] > git --version # timeout=10 [2020-06-22T11:15:55.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-22T11:15:55.807Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:56.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-22T11:15:56.567Z] > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # timeout=10 [2020-06-22T11:15:56.574Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:56.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-22T11:15:56.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-22T11:15:56.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-22T11:15:56.608Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-22T11:15:57.159Z] Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-22T11:15:57.304Z] Failed in branch amd64 [2020-06-22T11:15:57.054Z] > git config core.sparsecheckout # timeout=10 [2020-06-22T11:15:57.061Z] > git checkout -f bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 # timeout=10 [2020-06-22T11:15:58.863Z] b9c365052c96: Pull complete [2020-06-22T11:15:59.455Z] a2d8cc88f415: Pull complete [2020-06-22T11:16:01.437Z] ea1d1ca13537: Pull complete [2020-06-22T11:16:01.709Z] 3750a50a1c5e: Pull complete [2020-06-22T11:16:01.709Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-22T11:16:01.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-22T11:16:01.709Z] ---> 78745c68409d [2020-06-22T11:16:01.709Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-22T11:16:07.093Z] ---> Running in 8897fe095ede [2020-06-22T11:16:07.093Z] Removing intermediate container 8897fe095ede [2020-06-22T11:16:07.093Z] ---> 43d73ce92a12 [2020-06-22T11:16:07.093Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-22T11:16:07.093Z] ---> Running in 680c4c88bb15 [2020-06-22T11:16:09.712Z] Removing intermediate container 680c4c88bb15 [2020-06-22T11:16:09.712Z] ---> f1f7b2639c04 [2020-06-22T11:16:09.712Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-22T11:16:09.713Z] ---> Running in 3cb3b44ea304 [2020-06-22T11:16:11.140Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-22T11:16:12.111Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-22T11:16:12.704Z] OK: 125 MiB in 39 packages [2020-06-22T11:16:13.691Z] Removing intermediate container 3cb3b44ea304 [2020-06-22T11:16:13.691Z] ---> 9f66223e9780 [2020-06-22T11:16:13.691Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-22T11:16:13.691Z] ---> Running in fb239cc51013 [2020-06-22T11:16:14.286Z] Removing intermediate container fb239cc51013 [2020-06-22T11:16:14.286Z] ---> 30f7548cd53f [2020-06-22T11:16:14.286Z] Step 7/8 : COPY . . [2020-06-22T11:16:16.257Z] ---> 4adc4fc8e574 [2020-06-22T11:16:16.257Z] Step 8/8 : RUN go mod download [2020-06-22T11:16:16.531Z] ---> Running in 50573549fe47 [2020-06-22T11:16:19.137Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-22T11:16:19.137Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-22T11:16:19.137Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-22T11:16:19.137Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-22T11:16:19.137Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-22T11:16:19.408Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-22T11:16:19.408Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-22T11:16:19.408Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-22T11:16:19.408Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-22T11:16:19.408Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-22T11:16:19.408Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-22T11:16:19.408Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-22T11:16:19.408Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-22T11:16:19.408Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-22T11:16:19.408Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-22T11:16:19.408Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-22T11:16:19.408Z] go: finding github.com/fatih/color v1.9.0 [2020-06-22T11:16:19.408Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-22T11:16:19.408Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-22T11:16:19.676Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-22T11:16:19.676Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-22T11:16:19.676Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-22T11:16:19.676Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-22T11:16:19.676Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-22T11:16:19.676Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-22T11:16:19.676Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-22T11:16:19.676Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-22T11:16:19.676Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-22T11:16:19.945Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-22T11:16:19.945Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-22T11:16:20.216Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-22T11:16:20.216Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-22T11:16:20.216Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-22T11:16:20.216Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-22T11:16:20.216Z] go: finding github.com/kr/pty v1.1.1 [2020-06-22T11:16:20.216Z] go: finding github.com/kr/text v0.1.0 [2020-06-22T11:16:20.216Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-22T11:16:20.216Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-22T11:16:20.216Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-22T11:16:20.216Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-22T11:16:20.216Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-22T11:16:20.216Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-22T11:16:20.216Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-22T11:16:20.216Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-22T11:16:20.216Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-22T11:16:20.485Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-22T11:16:20.485Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-22T11:16:20.485Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-22T11:16:20.485Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-22T11:16:20.485Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-22T11:16:20.485Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-22T11:16:20.485Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-22T11:16:20.485Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-22T11:16:20.485Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-22T11:16:20.485Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-22T11:16:20.756Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-22T11:16:20.757Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-22T11:16:20.757Z] go: finding github.com/posener/complete v1.1.1 [2020-06-22T11:16:20.757Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-22T11:16:20.757Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-22T11:16:20.757Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-22T11:16:20.757Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-22T11:16:20.757Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-22T11:16:20.757Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-22T11:16:20.757Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-22T11:16:20.757Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-22T11:16:20.757Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-22T11:16:20.757Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-22T11:16:20.757Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-22T11:16:20.757Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-22T11:16:20.757Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-22T11:16:20.757Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-22T11:16:20.757Z] go: finding golang.org/x/text v0.3.2 [2020-06-22T11:16:20.757Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-22T11:16:20.757Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-22T11:16:21.031Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-22T11:16:21.031Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-22T11:16:21.031Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-22T11:16:21.031Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-22T11:16:39.365Z] Removing intermediate container 50573549fe47 [2020-06-22T11:16:39.365Z] ---> 0943e98d088f [2020-06-22T11:16:39.365Z] Successfully built 0943e98d088f [2020-06-22T11:16:39.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:16:39.886Z] + docker inspect -f . ci-base-image-arm64 [2020-06-22T11:16:39.886Z] . [Pipeline] withDockerContainer [2020-06-22T11:16:40.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-3961 does not seem to be running inside a container [2020-06-22T11:16:40.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-22T11:16:42.085Z] $ docker top ed56f756f9ed8f5f4e95f20db3871871c07fc9cc74bc1983cb7e02070ec3f59c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-22T11:16:43.462Z] + go version [2020-06-22T11:16:43.462Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-22T11:16:44.503Z] + make test [2020-06-22T11:16:44.503Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-22T11:16:45.939Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-22T11:17:08.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-22T11:17:08.141Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-22T11:17:11.966Z] Stashed 1 file(s) [Pipeline] } [2020-06-22T11:17:11.949Z] $ docker stop --time=1 ed56f756f9ed8f5f4e95f20db3871871c07fc9cc74bc1983cb7e02070ec3f59c [2020-06-22T11:17:13.959Z] $ docker rm -f ed56f756f9ed8f5f4e95f20db3871871c07fc9cc74bc1983cb7e02070ec3f59c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-22T11:17:16.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-22T11:17:16.465Z] + ls -al . [2020-06-22T11:17:16.465Z] total 120 [2020-06-22T11:17:16.465Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 11:16 . [2020-06-22T11:17:16.465Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 11:15 .. [2020-06-22T11:17:16.465Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 11:15 .git [2020-06-22T11:17:16.465Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 11:15 .github [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 22 11:15 .gitignore [2020-06-22T11:17:16.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 11:15 .semver [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 11:15 CONTRIBUTING.md [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 22 11:15 Dockerfile [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 22 11:15 Dockerfile.build [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 22 11:15 Jenkinsfile [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 11:15 LICENSE [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 22 11:15 Makefile [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 2686 Jun 22 11:15 README.md [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 11:13 VERSION [2020-06-22T11:17:16.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 11:15 assets [2020-06-22T11:17:16.465Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 11:15 bin [2020-06-22T11:17:16.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 11:15 cmd [2020-06-22T11:17:16.465Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 22 11:16 coverage.out [2020-06-22T11:17:16.465Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 11:15 docs [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 22 11:15 go.mod [2020-06-22T11:17:16.465Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 22 11:16 go.sum [2020-06-22T11:17:16.465Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 11:15 internal [2020-06-22T11:17:16.465Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 11:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:17:16.810Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 --label arch=arm64 --label version=0.0.0 . [2020-06-22T11:17:17.417Z] Sending build context to Docker daemon 19.09MB [2020-06-22T11:17:17.417Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-22T11:17:17.417Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-22T11:17:17.417Z] ---> 0943e98d088f [2020-06-22T11:17:17.417Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-22T11:17:17.690Z] ---> Running in e72d77c267c5 [2020-06-22T11:17:18.294Z] Removing intermediate container e72d77c267c5 [2020-06-22T11:17:18.294Z] ---> f9081f39c0ed [2020-06-22T11:17:18.294Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-22T11:17:18.294Z] ---> Running in a407aa1a9657 [2020-06-22T11:17:18.892Z] Removing intermediate container a407aa1a9657 [2020-06-22T11:17:18.892Z] ---> 1f93e12199ba [2020-06-22T11:17:18.892Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-22T11:17:18.892Z] ---> Running in 2b70444d226a [2020-06-22T11:17:19.488Z] Removing intermediate container 2b70444d226a [2020-06-22T11:17:19.488Z] ---> 60aee8251c64 [2020-06-22T11:17:19.488Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-22T11:17:19.488Z] ---> Running in c7313c3a2d38 [2020-06-22T11:17:19.761Z] Removing intermediate container c7313c3a2d38 [2020-06-22T11:17:19.761Z] ---> 115d2047c7e8 [2020-06-22T11:17:19.761Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-22T11:17:20.032Z] ---> Running in a52655ef4690 [2020-06-22T11:17:20.305Z] Removing intermediate container a52655ef4690 [2020-06-22T11:17:20.305Z] ---> 7bd874ae863c [2020-06-22T11:17:20.305Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-22T11:17:20.578Z] ---> Running in f0eb3e6e3e3e [2020-06-22T11:17:23.202Z] Removing intermediate container f0eb3e6e3e3e [2020-06-22T11:17:23.202Z] ---> 116f262a5494 [2020-06-22T11:17:23.202Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-22T11:17:23.202Z] ---> Running in f5dbb73dac1e [2020-06-22T11:17:24.634Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-22T11:17:25.604Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-22T11:17:27.025Z] v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-22T11:17:27.025Z] v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-22T11:17:27.025Z] OK: 11179 distinct packages available [2020-06-22T11:17:27.025Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-22T11:17:27.616Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-22T11:17:28.593Z] OK: 125 MiB in 39 packages [2020-06-22T11:17:29.569Z] Removing intermediate container f5dbb73dac1e [2020-06-22T11:17:29.569Z] ---> 72c3051b529d [2020-06-22T11:17:29.569Z] Step 10/24 : ENV GO111MODULE=on [2020-06-22T11:17:29.569Z] ---> Running in e2746cf59634 [2020-06-22T11:17:30.164Z] Removing intermediate container e2746cf59634 [2020-06-22T11:17:30.164Z] ---> a0f154b265b8 [2020-06-22T11:17:30.164Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-22T11:17:30.164Z] ---> Running in fd768c52095f [2020-06-22T11:17:30.758Z] Removing intermediate container fd768c52095f [2020-06-22T11:17:30.758Z] ---> e22da1a466ce [2020-06-22T11:17:30.758Z] Step 12/24 : COPY go.mod . [2020-06-22T11:17:31.350Z] ---> 3f1bacbb8409 [2020-06-22T11:17:31.350Z] Step 13/24 : COPY Makefile . [2020-06-22T11:17:31.942Z] ---> 53fe814cdc7c [2020-06-22T11:17:31.942Z] Step 14/24 : RUN make update [2020-06-22T11:17:32.227Z] ---> Running in d162189f176d [2020-06-22T11:17:33.657Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-22T11:17:35.087Z] Removing intermediate container d162189f176d [2020-06-22T11:17:35.087Z] ---> f9b5c7460ee9 [2020-06-22T11:17:35.087Z] Step 15/24 : COPY . . [2020-06-22T11:17:37.070Z] ---> 10e478ba73d0 [2020-06-22T11:17:37.070Z] Step 16/24 : RUN ${MAKE} [2020-06-22T11:17:37.070Z] ---> Running in dfb58d640131 [2020-06-22T11:17:38.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-22T11:18:00.683Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-22T11:18:08.953Z] Removing intermediate container dfb58d640131 [2020-06-22T11:18:08.953Z] ---> 329ccb0f85c3 [2020-06-22T11:18:08.953Z] Step 17/24 : FROM alpine [2020-06-22T11:18:08.953Z] latest: Pulling from library/alpine [2020-06-22T11:18:08.953Z] b538f80385f9: Pulling fs layer [2020-06-22T11:18:08.953Z] b538f80385f9: Verifying Checksum [2020-06-22T11:18:08.953Z] b538f80385f9: Download complete [2020-06-22T11:18:08.953Z] b538f80385f9: Pull complete [2020-06-22T11:18:08.953Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-22T11:18:08.953Z] Status: Downloaded newer image for alpine:latest [2020-06-22T11:18:08.953Z] ---> 62ee0e9f8440 [2020-06-22T11:18:08.953Z] Step 18/24 : EXPOSE 4000 [2020-06-22T11:18:08.953Z] ---> Running in 783fa5227242 [2020-06-22T11:18:09.555Z] Removing intermediate container 783fa5227242 [2020-06-22T11:18:09.555Z] ---> f705882d58b1 [2020-06-22T11:18:09.555Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-22T11:18:11.523Z] ---> 146ef7235fbb [2020-06-22T11:18:11.523Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-22T11:18:11.523Z] ---> Running in 120762bb91c2 [2020-06-22T11:18:11.795Z] Removing intermediate container 120762bb91c2 [2020-06-22T11:18:11.795Z] ---> 6db0732b439c [2020-06-22T11:18:11.795Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-22T11:18:12.067Z] ---> Running in f91f13fff7d9 [2020-06-22T11:18:12.661Z] Removing intermediate container f91f13fff7d9 [2020-06-22T11:18:12.661Z] ---> b4bfc5b46138 [2020-06-22T11:18:12.661Z] Step 22/24 : LABEL arch=arm64 [2020-06-22T11:18:12.661Z] ---> Running in 038e17eb8215 [2020-06-22T11:18:12.936Z] Removing intermediate container 038e17eb8215 [2020-06-22T11:18:12.936Z] ---> a2e3c3f98fa9 [2020-06-22T11:18:12.936Z] Step 23/24 : LABEL git_sha=bedc5e4a2c7cb627bfcaf7dd296ddfff7192d121 [2020-06-22T11:18:13.209Z] ---> Running in e0f1c339962a [2020-06-22T11:18:13.481Z] Removing intermediate container e0f1c339962a [2020-06-22T11:18:13.481Z] ---> a4244d8e4d5f [2020-06-22T11:18:13.481Z] Step 24/24 : LABEL version=0.0.0 [2020-06-22T11:18:13.754Z] ---> Running in 62148bb51d05 [2020-06-22T11:18:14.028Z] Removing intermediate container 62148bb51d05 [2020-06-22T11:18:14.028Z] ---> 0181a01c61f6 [2020-06-22T11:18:14.028Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-22T11:18:14.299Z] Successfully built 0181a01c61f6 [2020-06-22T11:18:14.299Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [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) 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 [2020-06-22T11:18:15.681Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-22T11:18:16.254Z] ---> package-listing.sh [2020-06-22T11:18:16.254Z] ++ facter osfamily [2020-06-22T11:18:16.254Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-22T11:18:16.254Z] + OS_FAMILY=redhat [2020-06-22T11:18:16.254Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-246 [2020-06-22T11:18:16.254Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-22T11:18:16.254Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-22T11:18:16.254Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-22T11:18:16.254Z] + PACKAGES=/tmp/packages_start.txt [2020-06-22T11:18:16.254Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-246 ']' [2020-06-22T11:18:16.254Z] + PACKAGES=/tmp/packages_end.txt [2020-06-22T11:18:16.254Z] + case "${OS_FAMILY}" in [2020-06-22T11:18:16.254Z] + rpm -qa [2020-06-22T11:18:16.254Z] + sort [2020-06-22T11:18:20.472Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-22T11:18:20.473Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-22T11:18:20.473Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-22T11:18:20.473Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-246 ']' [2020-06-22T11:18:20.473Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-246/archives/ [2020-06-22T11:18:20.473Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-246/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:18:21.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-22T11:18:21.068Z] [2020-06-22T11:18:21.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-22T11:18:21.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-22T11:18:21.388Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-22T11:18:21.388Z] c9b1b535fdd9: Pulling fs layer [2020-06-22T11:18:21.388Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-22T11:18:21.388Z] 756a868c4378: Pulling fs layer [2020-06-22T11:18:21.388Z] 444b2fc9a129: Pulling fs layer [2020-06-22T11:18:21.388Z] ea15f1150254: Pulling fs layer [2020-06-22T11:18:21.388Z] 41b27a9f41bf: Pulling fs layer [2020-06-22T11:18:21.388Z] 28c525ee5125: Pulling fs layer [2020-06-22T11:18:21.388Z] 094b1ea09ed8: Pulling fs layer [2020-06-22T11:18:21.388Z] 138eaada9080: Pulling fs layer [2020-06-22T11:18:21.388Z] 0622d0fa9048: Pulling fs layer [2020-06-22T11:18:21.388Z] 41b27a9f41bf: Waiting [2020-06-22T11:18:21.388Z] 28c525ee5125: Waiting [2020-06-22T11:18:21.388Z] 094b1ea09ed8: Waiting [2020-06-22T11:18:21.388Z] 138eaada9080: Waiting [2020-06-22T11:18:21.388Z] 0622d0fa9048: Waiting [2020-06-22T11:18:21.388Z] 444b2fc9a129: Waiting [2020-06-22T11:18:21.388Z] ea15f1150254: Waiting [2020-06-22T11:18:21.388Z] 2cc5ad85d9ab: Download complete [2020-06-22T11:18:21.388Z] 444b2fc9a129: Verifying Checksum [2020-06-22T11:18:21.388Z] 444b2fc9a129: Download complete [2020-06-22T11:18:21.388Z] c9b1b535fdd9: Verifying Checksum [2020-06-22T11:18:21.388Z] c9b1b535fdd9: Download complete [2020-06-22T11:18:21.388Z] ea15f1150254: Verifying Checksum [2020-06-22T11:18:21.388Z] ea15f1150254: Download complete [2020-06-22T11:18:21.388Z] 28c525ee5125: Verifying Checksum [2020-06-22T11:18:21.388Z] 28c525ee5125: Download complete [2020-06-22T11:18:21.968Z] 756a868c4378: Verifying Checksum [2020-06-22T11:18:21.968Z] 756a868c4378: Download complete [2020-06-22T11:18:21.968Z] c9b1b535fdd9: Pull complete [2020-06-22T11:18:21.968Z] 094b1ea09ed8: Verifying Checksum [2020-06-22T11:18:21.968Z] 094b1ea09ed8: Download complete [2020-06-22T11:18:21.968Z] 138eaada9080: Verifying Checksum [2020-06-22T11:18:21.968Z] 138eaada9080: Download complete [2020-06-22T11:18:21.968Z] 0622d0fa9048: Verifying Checksum [2020-06-22T11:18:21.968Z] 0622d0fa9048: Download complete [2020-06-22T11:18:22.546Z] 2cc5ad85d9ab: Pull complete [2020-06-22T11:18:22.546Z] 41b27a9f41bf: Verifying Checksum [2020-06-22T11:18:22.546Z] 41b27a9f41bf: Download complete [2020-06-22T11:18:23.993Z] 756a868c4378: Pull complete [2020-06-22T11:18:23.993Z] 444b2fc9a129: Pull complete [2020-06-22T11:18:24.259Z] ea15f1150254: Pull complete [2020-06-22T11:18:28.495Z] 41b27a9f41bf: Pull complete [2020-06-22T11:18:28.495Z] 28c525ee5125: Pull complete [2020-06-22T11:18:31.807Z] 094b1ea09ed8: Pull complete [2020-06-22T11:18:31.807Z] 138eaada9080: Pull complete [2020-06-22T11:18:31.807Z] 0622d0fa9048: Pull complete [2020-06-22T11:18:31.807Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-22T11:18:31.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-22T11:18:31.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-22T11:18:31.962Z] prd-centos7-docker-4c-2g-3960 does not seem to be running inside a container [2020-06-22T11:18:32.011Z] $ 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-246 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246:/w/workspace/edgexfoundry_edgex-ui-go_PR-246:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-22T11:18:35.413Z] $ docker top dd1e32da498b1df284eccd41581e741a57a26ab178845dab457ec35da7dfc777 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-22T11:18:35.568Z] provisioning config files... [2020-06-22T11:18:35.585Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/config8022317781157087970tmp [Pipeline] { [Pipeline] echo [2020-06-22T11:18:35.617Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-22T11:18:35.915Z] ---> create-netrc.sh [Pipeline] echo [2020-06-22T11:18:35.926Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-22T11:18:36.219Z] ---> logs-deploy.sh [2020-06-22T11:18:36.219Z] + ARCHIVE_ARTIFACTS= [2020-06-22T11:18:36.219Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-22T11:18:36.219Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-22T11:18:36.219Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-22T11:18:36.219Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/4 [2020-06-22T11:18:36.219Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-246/4/ [2020-06-22T11:18:36.219Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/4 /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [2020-06-22T11:18:37.608Z] Archives upload complete. [2020-06-22T11:18:37.608Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-246/4/