Pull request #150 opened 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 wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 41f0971a99172388db74f4fbbd1e580ed97bfb96 rather than 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 Obtained Jenkinsfile from 41f0971a99172388db74f4fbbd1e580ed97bfb96 Running in Durability level: MAX_SURVIVABILITY 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 a064049b44925e773913ffd78f21da3be13207f4 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-150/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > 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 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 a064049b44925e773913ffd78f21da3be13207f4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a064049b44925e773913ffd78f21da3be13207f4 # timeout=10 Commit message: "Merge pull request #120 from ernestojeda/add-additional-docker-build-args" > 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 > git --version # 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2216 in /w/workspace/edgexfoundry_edgex-ui-go_PR-150 [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-150 # 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 41f0971a99172388db74f4fbbd1e580ed97bfb96 into PR head commit 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 Merge succeeded, producing da3f396cf95a5e735859b4eb9b5b15a30373b5f5 Checking out Revision da3f396cf95a5e735859b4eb9b5b15a30373b5f5 (PR-150) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 # 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 41f0971a99172388db74f4fbbd1e580ed97bfb96 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da3f396cf95a5e735859b4eb9b5b15a30373b5f5 # timeout=10 Commit message: "Merge commit '41f0971a99172388db74f4fbbd1e580ed97bfb96' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object a064049b44925e773913ffd78f21da3be13207f4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-04T11:07:39.412Z] 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 [2020-03-04T11:07:40.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 [2020-03-04T11:07:40.865Z] [2020-03-04T11:07:40.865Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:07:41.238Z] + docker pull nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 [2020-03-04T11:07:41.238Z] latest-x86_64: Pulling from edgexfoundry/git-semver [2020-03-04T11:07:41.238Z] e7c96db7181b: Pulling fs layer [2020-03-04T11:07:41.238Z] a038dfdf5543: Pulling fs layer [2020-03-04T11:07:41.238Z] 8d5d8e63b3c0: Pulling fs layer [2020-03-04T11:07:41.500Z] e7c96db7181b: Verifying Checksum [2020-03-04T11:07:41.500Z] e7c96db7181b: Download complete [2020-03-04T11:07:41.500Z] 8d5d8e63b3c0: Verifying Checksum [2020-03-04T11:07:41.500Z] 8d5d8e63b3c0: Download complete [2020-03-04T11:07:41.500Z] a038dfdf5543: Verifying Checksum [2020-03-04T11:07:41.500Z] a038dfdf5543: Download complete [2020-03-04T11:07:41.760Z] e7c96db7181b: Pull complete [2020-03-04T11:07:42.330Z] a038dfdf5543: Pull complete [2020-03-04T11:07:42.588Z] 8d5d8e63b3c0: Pull complete [2020-03-04T11:07:42.589Z] Digest: sha256:05a9b251b02206200c94075b08ee2f72dfb9f54528ed2399686c43a0d6b464fb [2020-03-04T11:07:42.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 [Pipeline] withDockerContainer [2020-03-04T11:07:42.739Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2020-03-04T11:07:42.793Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-150 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-150:/w/workspace/edgexfoundry_edgex-ui-go_PR-150:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-150@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 ******** nexus3.edgexfoundry.org:10004/edgexfoundry/git-semver:latest-x86_64 cat [2020-03-04T11:07:43.436Z] $ docker top 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-04T11:07:44.092Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-04T11:07:44.092Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-04T11:07:44.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-04T11:07:44.310Z] $ docker exec 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 ssh-agent [2020-03-04T11:07:44.486Z] SSH_AUTH_SOCK=/tmp/ssh-Vf9IEiiJD545/agent.15 [2020-03-04T11:07:44.486Z] SSH_AGENT_PID=22 [2020-03-04T11:07:44.496Z] Running ssh-add (command line suppressed) [2020-03-04T11:07:44.638Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/private_key_3965996457735176512.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/private_key_3965996457735176512.key) [2020-03-04T11:07:44.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-04T11:07:45.022Z] + git describe --exact-match --tags HEAD [2020-03-04T11:07:45.022Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-04T11:07:45.098Z] $ docker exec --env ******** --env ******** 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 ssh-agent -k [2020-03-04T11:07:45.269Z] unset SSH_AUTH_SOCK; [2020-03-04T11:07:45.269Z] unset SSH_AGENT_PID; [2020-03-04T11:07:45.269Z] echo Agent pid 22 killed; [2020-03-04T11:07:45.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-04T11:07:45.392Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-04T11:07:45.392Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-04T11:07:45.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-04T11:07:45.434Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-04T11:07:45.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-04T11:07:45.634Z] $ docker exec 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 ssh-agent [2020-03-04T11:07:45.812Z] SSH_AUTH_SOCK=/tmp/ssh-I1OoPZllVZ2O/agent.58 [2020-03-04T11:07:45.812Z] SSH_AGENT_PID=65 [2020-03-04T11:07:45.820Z] Running ssh-add (command line suppressed) [2020-03-04T11:07:45.966Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/private_key_8305974464604231593.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/private_key_8305974464604231593.key) [2020-03-04T11:07:46.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-04T11:07:46.355Z] + git semver init [2020-03-04T11:07:46.355Z] # -> Open(): unable to determine branch for HEAD [2020-03-04T11:07:46.355Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-150/.git [2020-03-04T11:07:46.355Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-150 [2020-03-04T11:07:46.355Z] # $SEMVER_REMOTE_NAME = origin [2020-03-04T11:07:46.355Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-04T11:07:46.355Z] # $SEMVER_USER_NAME = jenkins [2020-03-04T11:07:46.355Z] # $SEMVER_BRANCH = PR-150 [2020-03-04T11:07:46.355Z] # $SEMVER_TEMP = /tmp/semver-126906172 [2020-03-04T11:07:46.355Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-03-04T11:07:47.294Z] # '/tmp/semver-126906172' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-150/.semver' [2020-03-04T11:07:47.294Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-150/.semver [Pipeline] } [2020-03-04T11:07:47.328Z] $ docker exec --env ******** --env ******** 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 ssh-agent -k [2020-03-04T11:07:47.473Z] unset SSH_AUTH_SOCK; [2020-03-04T11:07:47.473Z] unset SSH_AGENT_PID; [2020-03-04T11:07:47.473Z] echo Agent pid 65 killed; [2020-03-04T11:07:47.519Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-04T11:07:47.933Z] + git semver [Pipeline] } [2020-03-04T11:07:47.963Z] $ docker stop --time=1 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 [2020-03-04T11:07:49.299Z] $ docker rm -f 713ced6ea6e85ab8a205c4a84209bfbec05b60525176e9dc4c33512c6c864a72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-04T11:07:50.214Z] Stashed 18 file(s) [Pipeline] echo [2020-03-04T11:07:50.229Z] [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-03-04T11:08:05.513Z] Still waiting to schedule task [2020-03-04T11:08:05.514Z] ‘prd-centos7-builder-2c-1g-2213’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-2215’ is offline; ‘prd-centos7-docker-4c-2g-2218’ is offline; ‘prd-centos7-docker-4c-2g-563’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2209’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-03-04T11:08:05.533Z] Still waiting to schedule task [2020-03-04T11:08:05.533Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2209’ is offline [2020-03-04T11:08:46.130Z] Running on prd-centos7-docker-4c-2g-2219 in /w/workspace/edgexfoundry_edgex-ui-go_PR-150 [Pipeline] { [Pipeline] ws [2020-03-04T11:08:46.177Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-03-04T11:08:48.972Z] using credential edgex-jenkins-ssh [2020-03-04T11:08:48.990Z] Cloning the remote Git repository [2020-03-04T11:08:48.990Z] Cloning with configured refspecs honoured and without tags [2020-03-04T11:08:48.990Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:08:49.036Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-03-04T11:08:49.090Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:08:49.091Z] > git --version # timeout=10 [2020-03-04T11:08:49.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:08:49.130Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:08:49.833Z] Fetching without tags [2020-03-04T11:08:50.217Z] Merging remotes/origin/master commit 41f0971a99172388db74f4fbbd1e580ed97bfb96 into PR head commit 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 [2020-03-04T11:08:50.444Z] Merge succeeded, producing 445ddee9b2e695812cce3291abb4c1419f441563 [2020-03-04T11:08:50.444Z] Checking out Revision 445ddee9b2e695812cce3291abb4c1419f441563 (PR-150) [2020-03-04T11:08:49.784Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-04T11:08:49.791Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-03-04T11:08:49.798Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:08:49.824Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-04T11:08:49.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:08:49.841Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:08:49.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:08:50.227Z] > git config core.sparsecheckout # timeout=10 [2020-03-04T11:08:50.241Z] > git checkout -f 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 # timeout=10 [2020-03-04T11:08:50.318Z] > git remote # timeout=10 [2020-03-04T11:08:50.325Z] > git config --get remote.origin.url # timeout=10 [2020-03-04T11:08:50.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:08:50.341Z] > git merge 41f0971a99172388db74f4fbbd1e580ed97bfb96 # timeout=10 [2020-03-04T11:08:50.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-04T11:08:50.450Z] > git config core.sparsecheckout # timeout=10 [2020-03-04T11:08:50.462Z] > git checkout -f 445ddee9b2e695812cce3291abb4c1419f441563 # timeout=10 [2020-03-04T11:08:54.351Z] Commit message: "Merge commit '41f0971a99172388db74f4fbbd1e580ed97bfb96' into HEAD" [2020-03-04T11:08:54.351Z] First time build. Skipping changelog. [2020-03-04T11:08:54.384Z] > git --version # timeout=10 [2020-03-04T11:08:54.396Z] fatal: bad object a064049b44925e773913ffd78f21da3be13207f4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-04T11:08:55.304Z] ========================================================= [2020-03-04T11:08:55.304Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine] [2020-03-04T11:08:55.304Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:08:56.056Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine . [2020-03-04T11:08:56.317Z] Sending build context to Docker daemon 10.68MB [2020-03-04T11:08:56.317Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-04T11:08:56.317Z] Step 2/8 : FROM ${BASE} [2020-03-04T11:08:56.576Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-04T11:08:56.576Z] 9d48c3bd43c5: Pulling fs layer [2020-03-04T11:08:56.576Z] 7f94eaf8af20: Pulling fs layer [2020-03-04T11:08:56.576Z] 9fe9984849c1: Pulling fs layer [2020-03-04T11:08:56.576Z] ec448270508e: Pulling fs layer [2020-03-04T11:08:56.576Z] 65ba82af53f7: Pulling fs layer [2020-03-04T11:08:56.576Z] 07c18b20a200: Pulling fs layer [2020-03-04T11:08:56.576Z] d9b3ee039db2: Pulling fs layer [2020-03-04T11:08:56.576Z] 8c79c1ac0d81: Pulling fs layer [2020-03-04T11:08:56.576Z] ff40f1a7a0b9: Pulling fs layer [2020-03-04T11:08:56.576Z] bdb43ae2d12f: Pulling fs layer [2020-03-04T11:08:56.576Z] 8e1ab0ef8490: Pulling fs layer [2020-03-04T11:08:56.576Z] 07c18b20a200: Waiting [2020-03-04T11:08:56.576Z] d9b3ee039db2: Waiting [2020-03-04T11:08:56.576Z] 8c79c1ac0d81: Waiting [2020-03-04T11:08:56.576Z] ec448270508e: Waiting [2020-03-04T11:08:56.576Z] 65ba82af53f7: Waiting [2020-03-04T11:08:56.576Z] ff40f1a7a0b9: Waiting [2020-03-04T11:08:56.576Z] 8e1ab0ef8490: Waiting [2020-03-04T11:08:56.576Z] bdb43ae2d12f: Waiting [2020-03-04T11:08:56.576Z] 9fe9984849c1: Verifying Checksum [2020-03-04T11:08:56.576Z] 9fe9984849c1: Download complete [2020-03-04T11:08:56.576Z] 7f94eaf8af20: Verifying Checksum [2020-03-04T11:08:56.576Z] 7f94eaf8af20: Download complete [2020-03-04T11:08:56.576Z] 65ba82af53f7: Verifying Checksum [2020-03-04T11:08:56.576Z] 65ba82af53f7: Download complete [2020-03-04T11:08:56.576Z] 07c18b20a200: Verifying Checksum [2020-03-04T11:08:56.576Z] 07c18b20a200: Download complete [2020-03-04T11:08:56.576Z] 9d48c3bd43c5: Verifying Checksum [2020-03-04T11:08:56.576Z] 9d48c3bd43c5: Download complete [2020-03-04T11:08:56.844Z] 9d48c3bd43c5: Pull complete [2020-03-04T11:08:57.112Z] 7f94eaf8af20: Pull complete [2020-03-04T11:08:57.707Z] d9b3ee039db2: Verifying Checksum [2020-03-04T11:08:57.707Z] d9b3ee039db2: Download complete [2020-03-04T11:08:57.707Z] ff40f1a7a0b9: Download complete [2020-03-04T11:08:58.296Z] bdb43ae2d12f: Verifying Checksum [2020-03-04T11:08:58.296Z] bdb43ae2d12f: Download complete [2020-03-04T11:08:58.296Z] 8e1ab0ef8490: Verifying Checksum [2020-03-04T11:08:58.296Z] 8e1ab0ef8490: Download complete [2020-03-04T11:08:58.296Z] ec448270508e: Verifying Checksum [2020-03-04T11:08:58.296Z] ec448270508e: Download complete [2020-03-04T11:08:58.296Z] 8c79c1ac0d81: Verifying Checksum [2020-03-04T11:08:58.296Z] 8c79c1ac0d81: Download complete [2020-03-04T11:08:59.234Z] 9fe9984849c1: Pull complete [2020-03-04T11:09:04.545Z] ec448270508e: Pull complete [2020-03-04T11:09:04.545Z] 65ba82af53f7: Pull complete [2020-03-04T11:09:04.545Z] 07c18b20a200: Pull complete [2020-03-04T11:09:07.851Z] d9b3ee039db2: Pull complete [2020-03-04T11:09:13.142Z] 8c79c1ac0d81: Pull complete [2020-03-04T11:09:13.142Z] ff40f1a7a0b9: Pull complete [2020-03-04T11:09:13.713Z] bdb43ae2d12f: Pull complete [2020-03-04T11:09:13.713Z] 8e1ab0ef8490: Pull complete [2020-03-04T11:09:13.713Z] Digest: sha256:c76e0edd79d4c6656119c378b17c5c9a3bdc51370d3ca27653326e6060dcfb5d [2020-03-04T11:09:13.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine [2020-03-04T11:09:13.713Z] ---> 8acfeb908b63 [2020-03-04T11:09:13.713Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-04T11:09:13.980Z] ---> Running in d65a20608b7e [2020-03-04T11:09:13.980Z] Removing intermediate container d65a20608b7e [2020-03-04T11:09:13.980Z] ---> 84682d3e2264 [2020-03-04T11:09:13.980Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-04T11:09:13.980Z] ---> Running in 4210745691b8 [2020-03-04T11:09:15.367Z] Removing intermediate container 4210745691b8 [2020-03-04T11:09:15.367Z] ---> 871a669d05a9 [2020-03-04T11:09:15.367Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-04T11:09:15.367Z] ---> Running in f0b6665ce275 [2020-03-04T11:09:15.630Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-04T11:09:16.582Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-04T11:09:16.582Z] OK: 134 MiB in 39 packages [2020-03-04T11:09:17.158Z] Removing intermediate container f0b6665ce275 [2020-03-04T11:09:17.158Z] ---> a507bbec489f [2020-03-04T11:09:17.158Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-04T11:09:17.158Z] ---> Running in bb4a196aeba1 [2020-03-04T11:09:17.158Z] Removing intermediate container bb4a196aeba1 [2020-03-04T11:09:17.158Z] ---> 48c4c040c95a [2020-03-04T11:09:17.158Z] Step 7/8 : COPY . . [2020-03-04T11:09:18.556Z] ---> 9ba9a28f2d54 [2020-03-04T11:09:18.556Z] Step 8/8 : RUN go mod download [2020-03-04T11:09:18.827Z] ---> Running in 8c14d946dc56 [2020-03-04T11:09:19.771Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-04T11:09:19.771Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-04T11:09:19.771Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-04T11:09:19.771Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-04T11:09:19.771Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-04T11:09:20.034Z] go: finding github.com/kr/text v0.1.0 [2020-03-04T11:09:20.293Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-04T11:09:20.557Z] go: finding github.com/kr/pty v1.1.1 [2020-03-04T11:09:20.817Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-04T11:09:20.817Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-04T11:09:21.394Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-04T11:09:21.656Z] go: finding golang.org/x/text v0.3.0 [2020-03-04T11:09:22.598Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-04T11:09:34.872Z] Removing intermediate container 8c14d946dc56 [2020-03-04T11:09:34.872Z] ---> 83b8eef7a901 [2020-03-04T11:09:34.872Z] Successfully built 83b8eef7a901 [2020-03-04T11:09:34.872Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:09:35.442Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-04T11:09:35.442Z] . [Pipeline] withDockerContainer [2020-03-04T11:09:35.591Z] prd-centos7-docker-4c-2g-2219 does not seem to be running inside a container [2020-03-04T11:09:35.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2020-03-04T11:09:36.250Z] $ docker top 0655d77ba1f351f2bf588f4ae8728e260d4393312ce96ef3a40adea2587ef9f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-04T11:09:37.213Z] + go version [2020-03-04T11:09:37.213Z] go version go1.11.13 linux/amd64 [Pipeline] sh [2020-03-04T11:09:37.543Z] + make test [2020-03-04T11:09:37.543Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-04T11:09:38.496Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-04T11:09:46.679Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-04T11:09:46.679Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-04T11:09:46.679Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-04T11:09:46.680Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-04T11:09:46.680Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-03-04T11:09:49.050Z] Stashed 1 file(s) [Pipeline] } [2020-03-04T11:09:49.068Z] $ docker stop --time=1 0655d77ba1f351f2bf588f4ae8728e260d4393312ce96ef3a40adea2587ef9f5 [2020-03-04T11:09:50.583Z] $ docker rm -f 0655d77ba1f351f2bf588f4ae8728e260d4393312ce96ef3a40adea2587ef9f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-04T11:09:51.504Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-04T11:09:51.814Z] + ls -al . [2020-03-04T11:09:51.814Z] total 64 [2020-03-04T11:09:51.814Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 4 11:09 . [2020-03-04T11:09:51.814Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 4 11:08 .. [2020-03-04T11:09:51.814Z] drwxrwxr-x. 8 jenkins jenkins 119 Mar 4 11:08 app [2020-03-04T11:09:51.814Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 4 11:08 assets [2020-03-04T11:09:51.814Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 4 11:08 bin [2020-03-04T11:09:51.814Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 4 11:08 cmd [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 4 11:08 CONTRIBUTING.md [2020-03-04T11:09:51.814Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 4 11:09 coverage.out [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 839 Mar 4 11:08 Dockerfile [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 898 Mar 4 11:08 Dockerfile.build [2020-03-04T11:09:51.814Z] drwxrwxr-x. 4 jenkins jenkins 53 Mar 4 11:08 docs [2020-03-04T11:09:51.814Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 4 11:08 .git [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 123 Mar 4 11:08 .gitignore [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 436 Mar 4 11:08 go.mod [2020-03-04T11:09:51.814Z] -rw-r--r--. 1 jenkins jenkins 1759 Mar 4 11:09 go.sum [2020-03-04T11:09:51.814Z] drwxrwxr-x. 3 jenkins jenkins 17 Mar 4 11:08 internal [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 675 Mar 4 11:08 Jenkinsfile [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 4 11:08 LICENSE [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 4 11:08 Makefile [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 3392 Mar 4 11:08 README.md [2020-03-04T11:09:51.814Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 4 11:08 .semver [2020-03-04T11:09:51.814Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 4 11:08 snap [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 4 11:07 VERSION [2020-03-04T11:09:51.814Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 4 11:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:09:52.141Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=da3f396cf95a5e735859b4eb9b5b15a30373b5f5 --label arch=amd64 --label version=0.0.0 . [2020-03-04T11:09:52.401Z] Sending build context to Docker daemon 10.68MB [2020-03-04T11:09:52.401Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-04T11:09:52.401Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-04T11:09:52.401Z] ---> 83b8eef7a901 [2020-03-04T11:09:52.401Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-04T11:09:52.401Z] ---> Running in 1b95aacbd771 [2020-03-04T11:09:52.661Z] Removing intermediate container 1b95aacbd771 [2020-03-04T11:09:52.661Z] ---> e6797d1b5a7c [2020-03-04T11:09:52.661Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-04T11:09:52.661Z] ---> Running in 388a262e613c [2020-03-04T11:09:52.661Z] Removing intermediate container 388a262e613c [2020-03-04T11:09:52.661Z] ---> cfa0aeb282d4 [2020-03-04T11:09:52.661Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-04T11:09:52.920Z] ---> Running in 9661dd49b261 [2020-03-04T11:09:52.920Z] Removing intermediate container 9661dd49b261 [2020-03-04T11:09:52.920Z] ---> ce072198d7b0 [2020-03-04T11:09:52.920Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-04T11:09:52.920Z] ---> Running in 1366c9714541 [2020-03-04T11:09:53.179Z] Removing intermediate container 1366c9714541 [2020-03-04T11:09:53.179Z] ---> 1eb2dd9ea406 [2020-03-04T11:09:53.179Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-04T11:09:53.179Z] ---> Running in f465a396094f [2020-03-04T11:09:53.179Z] Removing intermediate container f465a396094f [2020-03-04T11:09:53.179Z] ---> a52157b2df6c [2020-03-04T11:09:53.179Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-04T11:09:53.437Z] ---> Running in 5969f2e1be7a [2020-03-04T11:09:54.013Z] Removing intermediate container 5969f2e1be7a [2020-03-04T11:09:54.013Z] ---> bd815ac89002 [2020-03-04T11:09:54.013Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-04T11:09:54.013Z] ---> Running in 2f9d1aba6fc2 [2020-03-04T11:09:54.579Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-04T11:09:55.956Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-04T11:09:56.530Z] OK: 134 MiB in 39 packages [2020-03-04T11:09:57.097Z] Removing intermediate container 2f9d1aba6fc2 [2020-03-04T11:09:57.097Z] ---> c8cf06a60b60 [2020-03-04T11:09:57.097Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-04T11:09:57.097Z] ---> Running in 8f128ccd86b4 [2020-03-04T11:09:57.097Z] Removing intermediate container 8f128ccd86b4 [2020-03-04T11:09:57.097Z] ---> 0170c65a20d8 [2020-03-04T11:09:57.097Z] Step 11/23 : COPY go.mod . [2020-03-04T11:09:57.358Z] ---> 6c30c92196c6 [2020-03-04T11:09:57.358Z] Step 12/23 : COPY Makefile . [2020-03-04T11:09:57.617Z] ---> 479ad02e428c [2020-03-04T11:09:57.617Z] Step 13/23 : RUN make update [2020-03-04T11:09:57.617Z] ---> Running in e7f7447dfbbc [2020-03-04T11:09:57.877Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-04T11:09:58.136Z] Removing intermediate container e7f7447dfbbc [2020-03-04T11:09:58.136Z] ---> 73c59d6662ca [2020-03-04T11:09:58.136Z] Step 14/23 : COPY . . [2020-03-04T11:09:58.704Z] ---> ef1093f7673d [2020-03-04T11:09:58.704Z] Step 15/23 : RUN ${MAKE} [2020-03-04T11:09:58.704Z] ---> Running in d4711111da35 [2020-03-04T11:09:59.278Z] 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-03-04T11:10:07.798Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-04T11:10:09.179Z] Removing intermediate container d4711111da35 [2020-03-04T11:10:09.179Z] ---> ff23dd3bcb62 [2020-03-04T11:10:09.179Z] Step 16/23 : FROM alpine [2020-03-04T11:10:09.750Z] latest: Pulling from library/alpine [2020-03-04T11:10:09.750Z] c9b1b535fdd9: Pulling fs layer [2020-03-04T11:10:10.010Z] c9b1b535fdd9: Download complete [2020-03-04T11:10:10.090Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2221 in /w/workspace/edgexfoundry_edgex-ui-go_PR-150 [Pipeline] { [Pipeline] ws [2020-03-04T11:10:10.132Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-03-04T11:10:10.268Z] c9b1b535fdd9: Pull complete [2020-03-04T11:10:10.526Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-04T11:10:10.526Z] Status: Downloaded newer image for alpine:latest [2020-03-04T11:10:10.526Z] ---> e7d92cdc71fe [2020-03-04T11:10:10.526Z] Step 17/23 : EXPOSE 4000 [2020-03-04T11:10:10.526Z] ---> Running in 85a876de38e5 [2020-03-04T11:10:10.527Z] Removing intermediate container 85a876de38e5 [2020-03-04T11:10:10.527Z] ---> 95405b00442d [2020-03-04T11:10:10.527Z] Step 18/23 : 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-03-04T11:10:11.105Z] ---> b02ec167a412 [2020-03-04T11:10:11.105Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-04T11:10:11.105Z] ---> Running in 237c3261289b [2020-03-04T11:10:11.364Z] Removing intermediate container 237c3261289b [2020-03-04T11:10:11.364Z] ---> 8d9d7082faa6 [2020-03-04T11:10:11.364Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-04T11:10:11.364Z] ---> Running in e0fa611c5b2c [2020-03-04T11:10:11.364Z] Removing intermediate container e0fa611c5b2c [2020-03-04T11:10:11.364Z] ---> d98f2b00b3b9 [2020-03-04T11:10:11.364Z] Step 21/23 : LABEL arch=amd64 [2020-03-04T11:10:11.364Z] ---> Running in 4f6e7945f677 [2020-03-04T11:10:11.625Z] Removing intermediate container 4f6e7945f677 [2020-03-04T11:10:11.626Z] ---> f4fc289ceba7 [2020-03-04T11:10:11.626Z] Step 22/23 : LABEL git_sha=da3f396cf95a5e735859b4eb9b5b15a30373b5f5 [2020-03-04T11:10:11.626Z] ---> Running in cac16d41b96c [2020-03-04T11:10:11.626Z] Removing intermediate container cac16d41b96c [2020-03-04T11:10:11.626Z] ---> 1e33ac761622 [2020-03-04T11:10:11.626Z] Step 23/23 : LABEL version=0.0.0 [2020-03-04T11:10:11.884Z] ---> Running in 7c3598870b53 [2020-03-04T11:10:11.884Z] Removing intermediate container 7c3598870b53 [2020-03-04T11:10:11.884Z] ---> af8614c5bbce [2020-03-04T11:10:11.884Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-04T11:10:11.884Z] Successfully built af8614c5bbce [2020-03-04T11:10:11.884Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-04T11:10:16.375Z] using credential edgex-jenkins-ssh [2020-03-04T11:10:16.398Z] Cloning the remote Git repository [2020-03-04T11:10:16.398Z] Cloning with configured refspecs honoured and without tags [2020-03-04T11:10:16.469Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:10:16.570Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-03-04T11:10:16.672Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:10:16.673Z] > git --version # timeout=10 [2020-03-04T11:10:16.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:10:16.796Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:10:17.865Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-04T11:10:17.882Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-03-04T11:10:17.906Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:10:17.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-04T11:10:17.991Z] Fetching without tags [2020-03-04T11:10:18.490Z] Merging remotes/origin/master commit 41f0971a99172388db74f4fbbd1e580ed97bfb96 into PR head commit 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 [2020-03-04T11:10:19.100Z] Merge succeeded, producing a58be72950aac18c4fba6cb1ef0c07dedeea22c1 [2020-03-04T11:10:19.100Z] Checking out Revision a58be72950aac18c4fba6cb1ef0c07dedeea22c1 (PR-150) [2020-03-04T11:10:18.008Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-04T11:10:18.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:10:18.026Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-04T11:10:18.517Z] > git config core.sparsecheckout # timeout=10 [2020-03-04T11:10:18.568Z] > git checkout -f 3724ba5aeccb3736d15e8513546d6b3a8adbcb90 # timeout=10 [2020-03-04T11:10:18.744Z] > git remote # timeout=10 [2020-03-04T11:10:18.767Z] > git config --get remote.origin.url # timeout=10 [2020-03-04T11:10:18.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-04T11:10:18.799Z] > git merge 41f0971a99172388db74f4fbbd1e580ed97bfb96 # timeout=10 [2020-03-04T11:10:19.054Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-04T11:10:19.111Z] > git config core.sparsecheckout # timeout=10 [2020-03-04T11:10:19.148Z] > git checkout -f a58be72950aac18c4fba6cb1ef0c07dedeea22c1 # timeout=10 [2020-03-04T11:10:23.790Z] Commit message: "Merge commit '41f0971a99172388db74f4fbbd1e580ed97bfb96' into HEAD" [2020-03-04T11:10:23.790Z] First time build. Skipping changelog. [2020-03-04T11:10:23.845Z] > git --version # timeout=10 [2020-03-04T11:10:23.883Z] fatal: bad object a064049b44925e773913ffd78f21da3be13207f4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-04T11:10:25.411Z] ========================================================= [2020-03-04T11:10:25.411Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine] [2020-03-04T11:10:25.411Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:10:26.503Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine . [2020-03-04T11:10:27.470Z] Sending build context to Docker daemon 10.68MB [2020-03-04T11:10:27.470Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-04T11:10:27.470Z] Step 2/8 : FROM ${BASE} [2020-03-04T11:10:28.052Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-04T11:10:28.052Z] 29bddadc8f3f: Pulling fs layer [2020-03-04T11:10:28.052Z] 02bb20f2603b: Pulling fs layer [2020-03-04T11:10:28.052Z] b62863a3550b: Pulling fs layer [2020-03-04T11:10:28.052Z] 9586258a13ea: Pulling fs layer [2020-03-04T11:10:28.052Z] a8b2cbafd68c: Pulling fs layer [2020-03-04T11:10:28.052Z] d1dd75721c92: Pulling fs layer [2020-03-04T11:10:28.052Z] 4e34fffdb759: Pulling fs layer [2020-03-04T11:10:28.052Z] fd1d9eb628f9: Pulling fs layer [2020-03-04T11:10:28.052Z] bd44c58b92db: Pulling fs layer [2020-03-04T11:10:28.052Z] e5856e266cf4: Pulling fs layer [2020-03-04T11:10:28.052Z] f0f88b30cdbb: Pulling fs layer [2020-03-04T11:10:28.052Z] 9586258a13ea: Waiting [2020-03-04T11:10:28.052Z] a8b2cbafd68c: Waiting [2020-03-04T11:10:28.052Z] d1dd75721c92: Waiting [2020-03-04T11:10:28.052Z] 4e34fffdb759: Waiting [2020-03-04T11:10:28.052Z] fd1d9eb628f9: Waiting [2020-03-04T11:10:28.052Z] bd44c58b92db: Waiting [2020-03-04T11:10:28.052Z] e5856e266cf4: Waiting [2020-03-04T11:10:28.052Z] f0f88b30cdbb: Waiting [2020-03-04T11:10:28.052Z] b62863a3550b: Download complete [2020-03-04T11:10:28.052Z] 02bb20f2603b: Verifying Checksum [2020-03-04T11:10:28.052Z] 02bb20f2603b: Download complete [2020-03-04T11:10:28.052Z] a8b2cbafd68c: Verifying Checksum [2020-03-04T11:10:28.052Z] a8b2cbafd68c: Download complete [2020-03-04T11:10:28.052Z] d1dd75721c92: Verifying Checksum [2020-03-04T11:10:28.052Z] d1dd75721c92: Download complete [2020-03-04T11:10:28.052Z] 29bddadc8f3f: Verifying Checksum [2020-03-04T11:10:28.052Z] 29bddadc8f3f: Download complete [2020-03-04T11:10:29.015Z] 29bddadc8f3f: Pull complete [2020-03-04T11:10:29.616Z] 02bb20f2603b: Pull complete [2020-03-04T11:10:29.890Z] b62863a3550b: Pull complete [2020-03-04T11:10:32.481Z] 4e34fffdb759: Download complete [2020-03-04T11:10:32.481Z] bd44c58b92db: Verifying Checksum [2020-03-04T11:10:32.481Z] bd44c58b92db: Download complete [2020-03-04T11:10:35.080Z] e5856e266cf4: Verifying Checksum [2020-03-04T11:10:35.080Z] e5856e266cf4: Download complete [2020-03-04T11:10:35.080Z] f0f88b30cdbb: Verifying Checksum [2020-03-04T11:10:35.080Z] f0f88b30cdbb: Download complete [2020-03-04T11:10:36.500Z] fd1d9eb628f9: Verifying Checksum [2020-03-04T11:10:36.500Z] fd1d9eb628f9: Download complete [2020-03-04T11:10:37.909Z] 9586258a13ea: Download complete [2020-03-04T11:10:48.011Z] 9586258a13ea: Pull complete [2020-03-04T11:10:48.278Z] a8b2cbafd68c: Pull complete [2020-03-04T11:10:48.548Z] d1dd75721c92: Pull complete [2020-03-04T11:10:53.918Z] 4e34fffdb759: Pull complete [2020-03-04T11:10:58.200Z] fd1d9eb628f9: Pull complete [2020-03-04T11:10:58.200Z] bd44c58b92db: Pull complete [2020-03-04T11:11:00.811Z] e5856e266cf4: Pull complete [2020-03-04T11:11:01.083Z] f0f88b30cdbb: Pull complete [2020-03-04T11:11:01.083Z] Digest: sha256:0afe80e964ff91b821579eaa0e3b1ed78178dca0ccdefa3405e9e51f8d7def20 [2020-03-04T11:11:01.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine [2020-03-04T11:11:01.083Z] ---> 0be50c763560 [2020-03-04T11:11:01.083Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-04T11:11:05.345Z] ---> Running in dfbbc2b7dc7a [2020-03-04T11:11:05.345Z] Removing intermediate container dfbbc2b7dc7a [2020-03-04T11:11:05.345Z] ---> fcc8c5606ad6 [2020-03-04T11:11:05.345Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-04T11:11:05.345Z] ---> Running in 1234f69c2175 [2020-03-04T11:11:07.308Z] Removing intermediate container 1234f69c2175 [2020-03-04T11:11:07.308Z] ---> 035b143fb515 [2020-03-04T11:11:07.308Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-04T11:11:07.577Z] ---> Running in 7694d28cfd14 [2020-03-04T11:11:08.544Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-04T11:11:09.503Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-04T11:11:10.467Z] OK: 121 MiB in 39 packages [2020-03-04T11:11:11.437Z] Removing intermediate container 7694d28cfd14 [2020-03-04T11:11:11.437Z] ---> d2242f4d4ff4 [2020-03-04T11:11:11.437Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-04T11:11:11.705Z] ---> Running in bb30504d3419 [2020-03-04T11:11:11.976Z] Removing intermediate container bb30504d3419 [2020-03-04T11:11:11.976Z] ---> 41666c102b57 [2020-03-04T11:11:11.976Z] Step 7/8 : COPY . . [2020-03-04T11:11:13.926Z] ---> 91c0eebe9aaa [2020-03-04T11:11:13.926Z] Step 8/8 : RUN go mod download [2020-03-04T11:11:13.926Z] ---> Running in 17cf1848311c [2020-03-04T11:11:14.889Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-04T11:11:14.889Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-04T11:11:14.889Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-04T11:11:14.889Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-04T11:11:14.889Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-04T11:11:15.482Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-04T11:11:15.482Z] go: finding github.com/kr/text v0.1.0 [2020-03-04T11:11:15.749Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-04T11:11:15.749Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-04T11:11:16.031Z] go: finding github.com/kr/pty v1.1.1 [2020-03-04T11:11:18.623Z] go: finding golang.org/x/text v0.3.0 [2020-03-04T11:11:18.623Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-04T11:11:20.037Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-04T11:11:46.765Z] Removing intermediate container 17cf1848311c [2020-03-04T11:11:46.765Z] ---> 9a0f524783af [2020-03-04T11:11:46.765Z] Successfully built 9a0f524783af [2020-03-04T11:11:46.765Z] 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-03-04T11:11:47.397Z] + docker inspect -f . ci-base-image-arm64 [2020-03-04T11:11:47.666Z] . [Pipeline] withDockerContainer [2020-03-04T11:11:48.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-2221 does not seem to be running inside a container [2020-03-04T11:11:48.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat [2020-03-04T11:11:49.475Z] $ docker top c5c2f96a0396f296d071c5dc1129a0b7d82757688050b1b71b8d66b1fe7aa0bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-04T11:11:51.711Z] + go version [2020-03-04T11:11:51.711Z] go version go1.11.13 linux/arm64 [Pipeline] sh [2020-03-04T11:11:52.397Z] + make test [2020-03-04T11:11:52.397Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-04T11:11:53.812Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-04T11:12:15.944Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-04T11:12:15.944Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-03-04T11:12:26.090Z] Warning: overwriting stash ‘coverage-report’ [2020-03-04T11:12:26.499Z] Stashed 1 file(s) [Pipeline] } [2020-03-04T11:12:26.541Z] $ docker stop --time=1 c5c2f96a0396f296d071c5dc1129a0b7d82757688050b1b71b8d66b1fe7aa0bb [2020-03-04T11:12:28.729Z] $ docker rm -f c5c2f96a0396f296d071c5dc1129a0b7d82757688050b1b71b8d66b1fe7aa0bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-04T11:12:29.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-04T11:12:30.220Z] + ls -al . [2020-03-04T11:12:30.220Z] total 104 [2020-03-04T11:12:30.220Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 4 11:11 . [2020-03-04T11:12:30.220Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 11:10 .. [2020-03-04T11:12:30.220Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 11:10 .git [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 123 Mar 4 11:10 .gitignore [2020-03-04T11:12:30.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 11:10 .semver [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 4 11:10 CONTRIBUTING.md [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 839 Mar 4 11:10 Dockerfile [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 898 Mar 4 11:10 Dockerfile.build [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 675 Mar 4 11:10 Jenkinsfile [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 4 11:10 LICENSE [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 4 11:10 Makefile [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 3392 Mar 4 11:10 README.md [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 4 11:07 VERSION [2020-03-04T11:12:30.220Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 11:10 app [2020-03-04T11:12:30.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 11:10 assets [2020-03-04T11:12:30.220Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 11:10 bin [2020-03-04T11:12:30.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 11:10 cmd [2020-03-04T11:12:30.220Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 4 11:11 coverage.out [2020-03-04T11:12:30.220Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 11:10 docs [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 436 Mar 4 11:10 go.mod [2020-03-04T11:12:30.220Z] -rw-r--r-- 1 jenkins jenkins 1759 Mar 4 11:11 go.sum [2020-03-04T11:12:30.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 11:10 internal [2020-03-04T11:12:30.220Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 11:10 snap [2020-03-04T11:12:30.220Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 4 11:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:12:30.583Z] + 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=da3f396cf95a5e735859b4eb9b5b15a30373b5f5 --label arch=arm64 --label version=0.0.0 . [2020-03-04T11:12:31.183Z] Sending build context to Docker daemon 10.68MB [2020-03-04T11:12:31.183Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-04T11:12:31.183Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-04T11:12:31.183Z] ---> 9a0f524783af [2020-03-04T11:12:31.183Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-04T11:12:31.454Z] ---> Running in b20177cbcc9c [2020-03-04T11:12:31.723Z] Removing intermediate container b20177cbcc9c [2020-03-04T11:12:31.723Z] ---> 9a0746e61733 [2020-03-04T11:12:31.723Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-04T11:12:31.996Z] ---> Running in ce0e635c67a8 [2020-03-04T11:12:32.265Z] Removing intermediate container ce0e635c67a8 [2020-03-04T11:12:32.265Z] ---> ee8ddbda31e3 [2020-03-04T11:12:32.265Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-04T11:12:32.265Z] ---> Running in 4d60d1ff0c08 [2020-03-04T11:12:32.536Z] Removing intermediate container 4d60d1ff0c08 [2020-03-04T11:12:32.536Z] ---> cd4507a2775d [2020-03-04T11:12:32.536Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-04T11:12:32.809Z] ---> Running in 475108ba1642 [2020-03-04T11:12:33.077Z] Removing intermediate container 475108ba1642 [2020-03-04T11:12:33.077Z] ---> fa75d90c775e [2020-03-04T11:12:33.077Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-04T11:12:33.077Z] ---> Running in 000bfe73d73d [2020-03-04T11:12:33.355Z] Removing intermediate container 000bfe73d73d [2020-03-04T11:12:33.355Z] ---> 0ce26f237dea [2020-03-04T11:12:33.355Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-04T11:12:33.630Z] ---> Running in 941bccd1638a [2020-03-04T11:12:35.591Z] Removing intermediate container 941bccd1638a [2020-03-04T11:12:35.591Z] ---> dc10f3623ede [2020-03-04T11:12:35.591Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-04T11:12:35.591Z] ---> Running in 57c812013d9f [2020-03-04T11:12:36.175Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-04T11:12:37.137Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-04T11:12:38.094Z] OK: 121 MiB in 39 packages [2020-03-04T11:12:39.068Z] Removing intermediate container 57c812013d9f [2020-03-04T11:12:39.068Z] ---> e58345ff7524 [2020-03-04T11:12:39.068Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-04T11:12:39.068Z] ---> Running in 3837c3b0cf53 [2020-03-04T11:12:39.657Z] Removing intermediate container 3837c3b0cf53 [2020-03-04T11:12:39.657Z] ---> 60314063f765 [2020-03-04T11:12:39.657Z] Step 11/23 : COPY go.mod . [2020-03-04T11:12:39.929Z] ---> f80cf16cd0df [2020-03-04T11:12:39.929Z] Step 12/23 : COPY Makefile . [2020-03-04T11:12:40.518Z] ---> 0e1144488dec [2020-03-04T11:12:40.518Z] Step 13/23 : RUN make update [2020-03-04T11:12:40.518Z] ---> Running in 1a8cade00f63 [2020-03-04T11:12:41.481Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-04T11:12:42.447Z] Removing intermediate container 1a8cade00f63 [2020-03-04T11:12:42.447Z] ---> 5c12f0c9b3aa [2020-03-04T11:12:42.447Z] Step 14/23 : COPY . . [2020-03-04T11:12:43.877Z] ---> 3788b3cbc27f [2020-03-04T11:12:43.877Z] Step 15/23 : RUN ${MAKE} [2020-03-04T11:12:43.877Z] ---> Running in 809246fd5846 [2020-03-04T11:12:44.842Z] 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-03-04T11:13:03.098Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-04T11:13:11.464Z] Removing intermediate container 809246fd5846 [2020-03-04T11:13:11.464Z] ---> 5ecb02866f18 [2020-03-04T11:13:11.464Z] Step 16/23 : FROM alpine [2020-03-04T11:13:11.464Z] latest: Pulling from library/alpine [2020-03-04T11:13:11.464Z] 8fa90b21c985: Pulling fs layer [2020-03-04T11:13:11.738Z] 8fa90b21c985: Verifying Checksum [2020-03-04T11:13:11.738Z] 8fa90b21c985: Download complete [2020-03-04T11:13:12.009Z] 8fa90b21c985: Pull complete [2020-03-04T11:13:12.009Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-04T11:13:12.009Z] Status: Downloaded newer image for alpine:latest [2020-03-04T11:13:12.009Z] ---> 6e4716cdcf7a [2020-03-04T11:13:12.009Z] Step 17/23 : EXPOSE 4000 [2020-03-04T11:13:12.277Z] ---> Running in 3ed5fb9cd463 [2020-03-04T11:13:12.542Z] Removing intermediate container 3ed5fb9cd463 [2020-03-04T11:13:12.542Z] ---> ce4e1563b35b [2020-03-04T11:13:12.542Z] Step 18/23 : 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-03-04T11:13:14.489Z] ---> 23d81963c4ad [2020-03-04T11:13:14.489Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-04T11:13:14.489Z] ---> Running in 6bbd1c5e7fe2 [2020-03-04T11:13:14.760Z] Removing intermediate container 6bbd1c5e7fe2 [2020-03-04T11:13:14.760Z] ---> e592d21ba9bb [2020-03-04T11:13:14.760Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-04T11:13:14.760Z] ---> Running in 45fecf1340b8 [2020-03-04T11:13:15.029Z] Removing intermediate container 45fecf1340b8 [2020-03-04T11:13:15.029Z] ---> e68001ee0504 [2020-03-04T11:13:15.029Z] Step 21/23 : LABEL arch=arm64 [2020-03-04T11:13:15.304Z] ---> Running in 3e0c6eda1d85 [2020-03-04T11:13:15.571Z] Removing intermediate container 3e0c6eda1d85 [2020-03-04T11:13:15.571Z] ---> b9401da4c15f [2020-03-04T11:13:15.571Z] Step 22/23 : LABEL git_sha=da3f396cf95a5e735859b4eb9b5b15a30373b5f5 [2020-03-04T11:13:15.838Z] ---> Running in ccd2b8f423ea [2020-03-04T11:13:16.107Z] Removing intermediate container ccd2b8f423ea [2020-03-04T11:13:16.107Z] ---> 7287e0bf1734 [2020-03-04T11:13:16.107Z] Step 23/23 : LABEL version=0.0.0 [2020-03-04T11:13:16.107Z] ---> Running in 7cf5d6e5ac79 [2020-03-04T11:13:16.383Z] Removing intermediate container 7cf5d6e5ac79 [2020-03-04T11:13:16.383Z] ---> 182873d62989 [2020-03-04T11:13:16.383Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-04T11:13:16.651Z] Successfully built 182873d62989 [2020-03-04T11:13:16.651Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-04T11:13:17.553Z] provisioning config files... [2020-03-04T11:13:17.565Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/config2224592713999337830tmp [Pipeline] { [Pipeline] sh [2020-03-04T11:13:17.914Z] + curl -s https://codecov.io/bash [2020-03-04T11:13:17.914Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/config2224592713999337830tmp [2020-03-04T11:13:18.173Z] [2020-03-04T11:13:18.173Z] _____ _ [2020-03-04T11:13:18.173Z] / ____| | | [2020-03-04T11:13:18.173Z] | | ___ __| | ___ ___ _____ __ [2020-03-04T11:13:18.173Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-04T11:13:18.173Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-04T11:13:18.173Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-04T11:13:18.173Z] Bash-20200214-585fef0 [2020-03-04T11:13:18.173Z] [2020-03-04T11:13:18.173Z] [2020-03-04T11:13:18.173Z] ==> Jenkins CI detected. [2020-03-04T11:13:18.173Z] project root: . [2020-03-04T11:13:18.173Z] Fixing merge commit SHA [2020-03-04T11:13:18.173Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-04T11:13:18.173Z] ==> Running gcov in . (disable via -X gcov) [2020-03-04T11:13:18.173Z] ==> Python coveragepy not found [2020-03-04T11:13:18.173Z] ==> Searching for coverage reports in: [2020-03-04T11:13:18.173Z] + . [2020-03-04T11:13:18.173Z] -> Found 1 reports [2020-03-04T11:13:18.173Z] ==> Detecting git/mercurial file structure [2020-03-04T11:13:18.173Z] ==> Reading reports [2020-03-04T11:13:18.173Z] + ./coverage.out bytes=10 [2020-03-04T11:13:18.173Z] ==> Appending adjustments [2020-03-04T11:13:18.173Z] http://docs.codecov.io/docs/fixing-reports [2020-03-04T11:13:18.432Z] + Found adjustments [2020-03-04T11:13:18.432Z] ==> Gzipping contents [2020-03-04T11:13:18.432Z] ==> Uploading reports [2020-03-04T11:13:18.432Z] url: https://codecov.io [2020-03-04T11:13:18.432Z] query: branch=PR-150&commit=41f0971a99172388db74f4fbbd1e580ed97bfb96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-150%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=150&job= [2020-03-04T11:13:18.432Z] -> Pinging Codecov [2020-03-04T11:13:18.432Z] https://codecov.io/upload/v4?package=bash-20200214-585fef0&token=secret&branch=PR-150&commit=41f0971a99172388db74f4fbbd1e580ed97bfb96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-150%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=150&job= [2020-03-04T11:13:18.691Z] -> Uploading [2020-03-04T11:13:19.259Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/41f0971a99172388db74f4fbbd1e580ed97bfb96 [Pipeline] } [2020-03-04T11:13:19.279Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-04T11:13:20.408Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-04T11:13:20.745Z] ---> package-listing.sh [2020-03-04T11:13:20.745Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-04T11:13:20.745Z] ++ facter osfamily [2020-03-04T11:13:20.745Z] + OS_FAMILY=redhat [2020-03-04T11:13:20.745Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-150 [2020-03-04T11:13:20.745Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-04T11:13:20.745Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-04T11:13:20.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-04T11:13:20.745Z] + PACKAGES=/tmp/packages_start.txt [2020-03-04T11:13:20.745Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-150 ']' [2020-03-04T11:13:20.745Z] + PACKAGES=/tmp/packages_end.txt [2020-03-04T11:13:20.745Z] + case "${OS_FAMILY}" in [2020-03-04T11:13:20.745Z] + rpm -qa [2020-03-04T11:13:20.745Z] + sort [2020-03-04T11:13:24.946Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-04T11:13:24.946Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-04T11:13:24.946Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-04T11:13:24.946Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-150 ']' [2020-03-04T11:13:24.946Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-150/archives/ [2020-03-04T11:13:24.946Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-150/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:13:25.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-04T11:13:25.318Z] [2020-03-04T11:13:25.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-04T11:13:25.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-04T11:13:25.660Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-04T11:13:25.660Z] c9b1b535fdd9: Pulling fs layer [2020-03-04T11:13:25.660Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-04T11:13:25.660Z] 756a868c4378: Pulling fs layer [2020-03-04T11:13:25.660Z] 444b2fc9a129: Pulling fs layer [2020-03-04T11:13:25.660Z] ea15f1150254: Pulling fs layer [2020-03-04T11:13:25.660Z] e81d8b4f9b56: Pulling fs layer [2020-03-04T11:13:25.660Z] 00274e75389d: Pulling fs layer [2020-03-04T11:13:25.660Z] 342a42058068: Pulling fs layer [2020-03-04T11:13:25.660Z] b4ef6b84b633: Pulling fs layer [2020-03-04T11:13:25.660Z] c33f2005cb31: Pulling fs layer [2020-03-04T11:13:25.660Z] 444b2fc9a129: Waiting [2020-03-04T11:13:25.660Z] ea15f1150254: Waiting [2020-03-04T11:13:25.660Z] e81d8b4f9b56: Waiting [2020-03-04T11:13:25.660Z] 00274e75389d: Waiting [2020-03-04T11:13:25.660Z] 342a42058068: Waiting [2020-03-04T11:13:25.660Z] c33f2005cb31: Waiting [2020-03-04T11:13:25.660Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-04T11:13:25.660Z] 2cc5ad85d9ab: Download complete [2020-03-04T11:13:25.660Z] 444b2fc9a129: Verifying Checksum [2020-03-04T11:13:25.660Z] 444b2fc9a129: Download complete [2020-03-04T11:13:25.660Z] c9b1b535fdd9: Verifying Checksum [2020-03-04T11:13:25.660Z] c9b1b535fdd9: Download complete [2020-03-04T11:13:25.928Z] ea15f1150254: Verifying Checksum [2020-03-04T11:13:25.928Z] ea15f1150254: Download complete [2020-03-04T11:13:25.928Z] 00274e75389d: Verifying Checksum [2020-03-04T11:13:25.928Z] 00274e75389d: Download complete [2020-03-04T11:13:26.203Z] c9b1b535fdd9: Pull complete [2020-03-04T11:13:26.203Z] 756a868c4378: Verifying Checksum [2020-03-04T11:13:26.203Z] 756a868c4378: Download complete [2020-03-04T11:13:26.466Z] 2cc5ad85d9ab: Pull complete [2020-03-04T11:13:26.466Z] 342a42058068: Verifying Checksum [2020-03-04T11:13:26.466Z] 342a42058068: Download complete [2020-03-04T11:13:26.466Z] b4ef6b84b633: Verifying Checksum [2020-03-04T11:13:26.466Z] b4ef6b84b633: Download complete [2020-03-04T11:13:26.466Z] c33f2005cb31: Verifying Checksum [2020-03-04T11:13:26.466Z] c33f2005cb31: Download complete [2020-03-04T11:13:26.729Z] e81d8b4f9b56: Verifying Checksum [2020-03-04T11:13:26.729Z] e81d8b4f9b56: Download complete [2020-03-04T11:13:28.113Z] 756a868c4378: Pull complete [2020-03-04T11:13:28.113Z] 444b2fc9a129: Pull complete [2020-03-04T11:13:28.113Z] ea15f1150254: Pull complete [2020-03-04T11:13:31.439Z] e81d8b4f9b56: Pull complete [2020-03-04T11:13:31.439Z] 00274e75389d: Pull complete [2020-03-04T11:13:33.977Z] 342a42058068: Pull complete [2020-03-04T11:13:33.977Z] b4ef6b84b633: Pull complete [2020-03-04T11:13:33.977Z] c33f2005cb31: Pull complete [2020-03-04T11:13:33.977Z] Digest: sha256:6606f64f7576e5a87c7c61035e879b05704f78def72d15dee56fd69075fafeb1 [2020-03-04T11:13:33.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-04T11:13:34.176Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2020-03-04T11:13:34.228Z] $ 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-150 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-150:/w/workspace/edgexfoundry_edgex-ui-go_PR-150:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-150@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-04T11:13:35.295Z] $ docker top c783aefb69acbbe3c4c4ee9ffee2b4ab06239e15db85af3fde073cef323d2686 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-04T11:13:35.898Z] provisioning config files... [2020-03-04T11:13:35.911Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-150@tmp/config8180250747247295522tmp [Pipeline] { [Pipeline] echo [2020-03-04T11:13:35.958Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-04T11:13:36.273Z] ---> create-netrc.sh [Pipeline] echo [2020-03-04T11:13:36.310Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-04T11:13:36.630Z] ---> logs-deploy.sh [2020-03-04T11:13:36.631Z] + ARCHIVE_ARTIFACTS= [2020-03-04T11:13:36.631Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-04T11:13:36.631Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-04T11:13:36.631Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-04T11:13:36.631Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-150/1 [2020-03-04T11:13:36.631Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-150/1/ [2020-03-04T11:13:36.631Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-150/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-150 [2020-03-04T11:13:37.565Z] Archives upload complete. [2020-03-04T11:13:37.824Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-150/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-150/1/