Pull request #213 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 ernestojeda for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from e86d35f5ba00cb0bd76106565fd49a33e1b9e371+f0b05c79d7523a1f3df8cc9d6229e2354fa3536f (0ac33392a3b2eb2f013c0a9572075ffe68169e59) 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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-213/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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4571 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [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-213 # 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/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # 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/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) > git config core.sparsecheckout # timeout=10 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # 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 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 Commit message: "remove snap dir" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:02:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:02:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:02:37 ========================================================= 18:02:37 EdgeX Global Pipelines Version Info 18:02:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:02:38 ------------------- 18:02:38 stable info: 18:02:38 ------------------- 18:02:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:02:38 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 18:02:38 Message: update stable to v1.0.73 18:02:39 ------------------- 18:02:39 experimental info: 18:02:39 ------------------- 18:02:39 Commited By: **** collab-it+edgex@linuxfoundation.org 18:02:39 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 18:02:39 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:02:41 18:02:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:02:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:02:41 latest: Pulling from edgex-devops/git-semver 18:02:41 9123ac7c32f7: Pulling fs layer 18:02:41 b8cc5d1170e3: Pulling fs layer 18:02:41 2924cbbf6a41: Pulling fs layer 18:02:41 93b08a4f1073: Pulling fs layer 18:02:41 93b08a4f1073: Waiting 18:02:41 b8cc5d1170e3: Download complete 18:02:41 9123ac7c32f7: Verifying Checksum 18:02:41 9123ac7c32f7: Download complete 18:02:42 93b08a4f1073: Verifying Checksum 18:02:42 93b08a4f1073: Download complete 18:02:42 2924cbbf6a41: Verifying Checksum 18:02:42 2924cbbf6a41: Download complete 18:02:42 9123ac7c32f7: Pull complete 18:02:42 b8cc5d1170e3: Pull complete 18:02:42 2924cbbf6a41: Pull complete 18:02:43 93b08a4f1073: Pull complete 18:02:43 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 18:02:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:02:43 prd-centos7-docker-4c-2g-4571 does not seem to be running inside a container 18:02:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-213 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213:/w/workspace/edgexfoundry_edgex-ui-go_PR-213:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:02:43 $ docker top f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:02:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:44 [ssh-agent] Looking for ssh-agent implementation... 18:02:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:44 $ docker exec f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent 18:02:44 SSH_AUTH_SOCK=/tmp/ssh-znsLzEYUFNn5/agent.14 18:02:44 SSH_AGENT_PID=20 18:02:44 Running ssh-add (command line suppressed) 18:02:44 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_5792228628527105579.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_5792228628527105579.key) 18:02:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:45 + git describe --exact-match --tags HEAD 18:02:45 fatal: No names found, cannot describe anything. [Pipeline] } 18:02:45 $ docker exec --env ******** --env ******** f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent -k 18:02:45 unset SSH_AUTH_SOCK; 18:02:45 unset SSH_AGENT_PID; 18:02:45 echo Agent pid 20 killed; 18:02:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:02:45 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:02:45 This usually means this commit has not been tagged. [Pipeline] sshagent 18:02:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:45 [ssh-agent] Looking for ssh-agent implementation... 18:02:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:45 $ docker exec f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent 18:02:46 SSH_AUTH_SOCK=/tmp/ssh-PzFBryPdIHVj/agent.54 18:02:46 SSH_AGENT_PID=61 18:02:46 Running ssh-add (command line suppressed) 18:02:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_7490733111917328403.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_7490733111917328403.key) 18:02:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:46 + git semver init 18:02:46 # -> Open(): unable to determine branch for HEAD 18:02:46 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-213/.git 18:02:46 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-213 18:02:46 # $SEMVER_REMOTE_NAME = origin 18:02:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:02:46 # $SEMVER_USER_NAME = edgex-jenkins 18:02:46 # $SEMVER_BRANCH = PR-213 18:02:46 # $SEMVER_TEMP = /tmp/semver-859609445 18:02:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 18:02:47 # '/tmp/semver-859609445' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-213/.semver' 18:02:47 # -> Force: false 18:02:47 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-213/.semver [Pipeline] } 18:02:47 $ docker exec --env ******** --env ******** f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent -k 18:02:47 unset SSH_AUTH_SOCK; 18:02:47 unset SSH_AGENT_PID; 18:02:47 echo Agent pid 61 killed; 18:02:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:48 + git semver [Pipeline] } 18:02:48 $ docker stop --time=1 f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 18:02:49 $ docker rm -f f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:02:50 Stashed 47 file(s) [Pipeline] echo 18:02:50 [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 18:02:51 Running on prd-centos7-docker-4c-2g-4572 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [Pipeline] { [Pipeline] ws 18:02:51 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 18:02:53 using credential edgex-jenkins-ssh 18:02:53 Cloning the remote Git repository 18:02:53 Cloning with configured refspecs honoured and without tags 18:02:53 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 18:02:53 > git init /w/workspace/edgex-ui-go/1 # timeout=10 18:02:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 18:02:53 > git --version # timeout=10 18:02:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:54 Fetching without tags 18:02:54 Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:02:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 18:02:54 > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # timeout=10 18:02:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 18:02:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 18:02:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:54 > git config core.sparsecheckout # timeout=10 18:02:54 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 18:02:54 Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:02:54 Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) 18:02:54 > git remote # timeout=10 18:02:54 > git config --get remote.origin.url # timeout=10 18:02:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:54 > git merge f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 18:02:54 > git rev-parse HEAD^{commit} # timeout=10 18:02:54 > git config core.sparsecheckout # timeout=10 18:02:54 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 18:02:58 Commit message: "remove snap dir" 18:02:58 > git --version # timeout=10 18:02:58 fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:02:59 ========================================================= 18:02:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:02:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:03:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 18:03:00 Sending build context to Docker daemon 11.55MB 18:03:00 Step 1/8 : ARG BASE=golang:1.11-alpine 18:03:00 Step 2/8 : FROM ${BASE} 18:03:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:03:00 e6b0cf9c0882: Pulling fs layer 18:03:00 2848faf0eed1: Pulling fs layer 18:03:00 0f37312ad70f: Pulling fs layer 18:03:00 5788d62ee057: Pulling fs layer 18:03:00 0e6b1d234666: Pulling fs layer 18:03:00 bf5d7aec512f: Pulling fs layer 18:03:00 34c802a77dc8: Pulling fs layer 18:03:00 9eb99e56ec68: Pulling fs layer 18:03:00 27c7a5d97fbd: Pulling fs layer 18:03:00 5c102a31e300: Pulling fs layer 18:03:00 dcfb455df0a1: Pulling fs layer 18:03:00 5788d62ee057: Waiting 18:03:00 0e6b1d234666: Waiting 18:03:00 bf5d7aec512f: Waiting 18:03:00 34c802a77dc8: Waiting 18:03:00 9eb99e56ec68: Waiting 18:03:00 27c7a5d97fbd: Waiting 18:03:00 5c102a31e300: Waiting 18:03:00 dcfb455df0a1: Waiting 18:03:00 0f37312ad70f: Verifying Checksum 18:03:00 0f37312ad70f: Download complete 18:03:00 2848faf0eed1: Verifying Checksum 18:03:00 2848faf0eed1: Download complete 18:03:00 0e6b1d234666: Verifying Checksum 18:03:00 0e6b1d234666: Download complete 18:03:01 bf5d7aec512f: Download complete 18:03:01 e6b0cf9c0882: Verifying Checksum 18:03:01 e6b0cf9c0882: Download complete 18:03:01 e6b0cf9c0882: Pull complete 18:03:01 2848faf0eed1: Pull complete 18:03:02 34c802a77dc8: Verifying Checksum 18:03:02 34c802a77dc8: Download complete 18:03:02 27c7a5d97fbd: Verifying Checksum 18:03:02 27c7a5d97fbd: Download complete 18:03:02 9eb99e56ec68: Verifying Checksum 18:03:02 9eb99e56ec68: Download complete 18:03:02 5788d62ee057: Verifying Checksum 18:03:02 5788d62ee057: Download complete 18:03:02 dcfb455df0a1: Verifying Checksum 18:03:02 dcfb455df0a1: Download complete 18:03:02 5c102a31e300: Verifying Checksum 18:03:02 5c102a31e300: Download complete 18:03:03 0f37312ad70f: Pull complete 18:03:06 Still waiting to schedule task 18:03:06 ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4566’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4573’ is offline 18:03:10 5788d62ee057: Pull complete 18:03:10 0e6b1d234666: Pull complete 18:03:10 bf5d7aec512f: Pull complete 18:03:13 34c802a77dc8: Pull complete 18:03:17 9eb99e56ec68: Pull complete 18:03:17 27c7a5d97fbd: Pull complete 18:03:18 5c102a31e300: Pull complete 18:03:18 dcfb455df0a1: Pull complete 18:03:18 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 18:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:03:18 ---> 7c70fe431013 18:03:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:03:18 ---> Running in 12fbc76ebc77 18:03:18 Removing intermediate container 12fbc76ebc77 18:03:18 ---> d512702cd6fb 18:03:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:18 ---> Running in 7fd30a37b0e4 18:03:19 Removing intermediate container 7fd30a37b0e4 18:03:19 ---> b6c69c9efedc 18:03:19 Step 5/8 : RUN apk add --no-cache make git 18:03:19 ---> Running in d77b7d98e062 18:03:20 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:03:21 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:03:21 OK: 143 MiB in 39 packages 18:03:22 Removing intermediate container d77b7d98e062 18:03:22 ---> 379990cc6526 18:03:22 Step 6/8 : WORKDIR /edgex-ui-go 18:03:22 ---> Running in 5c5869073f10 18:03:22 Removing intermediate container 5c5869073f10 18:03:22 ---> f888f11a7877 18:03:22 Step 7/8 : COPY . . 18:03:23 ---> 1e1c90f62f83 18:03:23 Step 8/8 : RUN go mod download 18:03:23 ---> Running in d7f0e09cf919 18:03:28 go: finding cloud.google.com/go v0.26.0 18:03:28 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 18:03:28 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 18:03:28 go: finding github.com/BurntSushi/toml v0.3.1 18:03:28 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 18:03:28 go: finding github.com/Microsoft/go-winio v0.4.3 18:03:28 go: finding github.com/NYTimes/gziphandler v1.0.1 18:03:28 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 18:03:28 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 18:03:29 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 18:03:29 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 18:03:29 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:03:29 go: finding github.com/armon/go-metrics v0.3.3 18:03:29 go: finding github.com/armon/go-radix v1.0.0 18:03:29 go: finding github.com/aws/aws-sdk-go v1.25.41 18:03:29 go: finding github.com/beorn7/perks v1.0.1 18:03:29 go: finding github.com/bgentry/speakeasy v0.1.0 18:03:29 go: finding github.com/boltdb/bolt v1.3.1 18:03:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:03:29 go: finding github.com/cespare/xxhash/v2 v2.1.1 18:03:29 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 18:03:29 go: finding github.com/circonus-labs/circonusllhist v0.1.3 18:03:29 go: finding github.com/client9/misspell v0.3.4 18:03:29 go: finding github.com/coredns/coredns v1.1.2 18:03:29 go: finding github.com/davecgh/go-spew v1.1.1 18:03:29 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 18:03:29 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:03:29 go: finding github.com/digitalocean/godo v1.10.0 18:03:29 go: finding github.com/dimchansky/utfbom v1.1.0 18:03:29 go: finding github.com/dnaeon/go-vcr v1.0.1 18:03:29 go: finding github.com/docker/go-connections v0.3.0 18:03:29 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:03:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 18:03:29 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 18:03:29 go: finding github.com/envoyproxy/go-control-plane v0.8.0 18:03:29 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 18:03:29 go: finding github.com/fatih/color v1.9.0 18:03:29 go: finding github.com/fatih/structs v1.1.0 18:03:29 go: finding github.com/fsnotify/fsnotify v1.4.7 18:03:29 go: finding github.com/ghodss/yaml v1.0.0 18:03:29 go: finding github.com/go-kit/kit v0.9.0 18:03:29 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 18:03:30 go: finding github.com/go-logfmt/logfmt v0.4.0 18:03:30 go: finding github.com/go-ole/go-ole v1.2.1 18:03:30 go: finding github.com/go-stack/stack v1.8.0 18:03:30 go: finding github.com/go-test/deep v1.0.2 18:03:30 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 18:03:30 go: finding github.com/gobuffalo/depgen v0.1.0 18:03:30 go: finding github.com/gobuffalo/envy v1.7.0 18:03:30 go: finding github.com/gobuffalo/flect v0.1.3 18:03:30 go: finding github.com/gobuffalo/genny v0.1.1 18:03:30 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 18:03:30 go: finding github.com/gobuffalo/gogen v0.1.1 18:03:30 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 18:03:30 go: finding github.com/gobuffalo/mapi v1.0.2 18:03:30 go: finding github.com/gobuffalo/packd v0.1.0 18:03:30 go: finding github.com/gobuffalo/packr/v2 v2.2.0 18:03:30 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 18:03:30 go: finding github.com/gogo/googleapis v1.1.0 18:03:30 go: finding github.com/gogo/protobuf v1.2.1 18:03:30 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 18:03:30 go: finding github.com/golang/mock v1.1.1 18:03:30 go: finding github.com/golang/protobuf v1.3.2 18:03:30 go: finding github.com/golang/snappy v0.0.1 18:03:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:03:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:03:30 go: finding github.com/google/go-cmp v0.4.0 18:03:30 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 18:03:30 go: finding github.com/google/gofuzz v1.0.0 18:03:30 go: finding github.com/googleapis/gnostic v0.2.0 18:03:30 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 18:03:30 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 18:03:30 go: finding github.com/gorilla/mux v1.7.1 18:03:30 go: finding github.com/gorilla/websocket v1.4.0 18:03:30 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 18:03:30 go: finding github.com/hashicorp/consul v1.7.2 18:03:30 go: finding github.com/hashicorp/consul/api v1.4.0 18:03:30 go: finding github.com/hashicorp/consul/sdk v0.4.0 18:03:30 go: finding github.com/hashicorp/errwrap v1.0.0 18:03:30 go: finding github.com/hashicorp/go-bexpr v0.1.2 18:03:30 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 18:03:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:03:30 go: finding github.com/hashicorp/go-connlimit v0.2.0 18:03:31 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 18:03:31 go: finding github.com/hashicorp/go-hclog v0.12.2 18:03:31 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 18:03:31 go: finding github.com/hashicorp/go-memdb v1.0.3 18:03:31 go: finding github.com/hashicorp/go-msgpack v0.5.5 18:03:31 go: finding github.com/hashicorp/go-multierror v1.0.0 18:03:31 go: finding github.com/hashicorp/go-plugin v1.0.1 18:03:31 go: finding github.com/hashicorp/go-raftchunking v0.6.1 18:03:31 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 18:03:31 go: finding github.com/hashicorp/go-rootcerts v1.0.2 18:03:31 go: finding github.com/hashicorp/go-sockaddr v1.0.2 18:03:31 go: finding github.com/hashicorp/go-syslog v1.0.0 18:03:31 go: finding github.com/hashicorp/go-uuid v1.0.1 18:03:31 go: finding github.com/hashicorp/go-version v1.1.0 18:03:31 go: finding github.com/hashicorp/go.net v0.0.1 18:03:31 go: finding github.com/hashicorp/golang-lru v0.5.4 18:03:31 go: finding github.com/hashicorp/hcl v1.0.0 18:03:31 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 18:03:32 go: finding github.com/hashicorp/logutils v1.0.0 18:03:32 go: finding github.com/hashicorp/mdns v1.0.1 18:03:32 go: finding github.com/hashicorp/memberlist v0.2.0 18:03:32 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 18:03:32 go: finding github.com/hashicorp/raft v1.1.2 18:03:32 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 18:03:32 go: finding github.com/hashicorp/serf v0.9.0 18:03:32 go: finding github.com/hashicorp/vault/api v1.0.4 18:03:32 go: finding github.com/hashicorp/vault/sdk v0.1.13 18:03:32 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 18:03:32 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 18:03:32 go: finding github.com/hpcloud/tail v1.0.0 18:03:32 go: finding github.com/imdario/mergo v0.3.6 18:03:32 go: finding github.com/inconshreveable/mousetrap v1.0.0 18:03:32 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 18:03:32 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 18:03:32 go: finding github.com/joho/godotenv v1.3.0 18:03:32 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 18:03:32 go: finding github.com/json-iterator/go v1.1.9 18:03:32 go: finding github.com/jtolds/gls v4.2.1+incompatible 18:03:32 go: finding github.com/julienschmidt/httprouter v1.2.0 18:03:32 go: finding github.com/karrick/godirwalk v1.10.3 18:03:32 go: finding github.com/kisielk/errcheck v1.2.0 18:03:32 go: finding github.com/kisielk/gotool v1.0.0 18:03:32 go: finding github.com/klauspost/compress v1.9.5 18:03:32 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 18:03:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:03:32 go: finding github.com/kr/pretty v0.2.0 18:03:32 go: finding github.com/kr/pty v1.1.1 18:03:32 go: finding github.com/kr/text v0.1.0 18:03:32 go: finding github.com/likexian/gokit v0.20.16 18:03:32 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 18:03:32 go: finding github.com/linode/linodego v0.7.1 18:03:32 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 18:03:32 go: finding github.com/markbates/safe v1.0.1 18:03:32 go: finding github.com/mattn/go-colorable v0.1.6 18:03:32 go: finding github.com/mattn/go-isatty v0.0.12 18:03:32 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 18:03:32 go: finding github.com/miekg/dns v1.1.26 18:03:32 go: finding github.com/mitchellh/cli v1.0.0 18:03:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:03:32 go: finding github.com/mitchellh/copystructure v1.0.0 18:03:32 go: finding github.com/mitchellh/go-homedir v1.1.0 18:03:32 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:03:32 go: finding github.com/mitchellh/go-wordwrap v1.0.0 18:03:32 go: finding github.com/mitchellh/gox v0.4.0 18:03:32 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 18:03:33 go: finding github.com/mitchellh/iochan v1.0.0 18:03:33 go: finding github.com/mitchellh/mapstructure v1.2.2 18:03:33 go: finding github.com/mitchellh/reflectwalk v1.0.1 18:03:33 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 18:03:33 go: finding github.com/modern-go/reflect2 v1.0.1 18:03:33 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 18:03:33 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 18:03:33 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 18:03:33 go: finding github.com/oklog/run v1.0.0 18:03:33 go: finding github.com/onsi/ginkgo v1.6.0 18:03:33 go: finding github.com/onsi/gomega v1.4.2 18:03:33 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 18:03:33 go: finding github.com/pascaldekloe/goe v0.1.0 18:03:33 go: finding github.com/pebbe/zmq4 v1.2.0 18:03:33 go: finding github.com/pelletier/go-toml v1.7.0 18:03:33 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 18:03:33 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 18:03:33 go: finding github.com/pkg/errors v0.8.1 18:03:33 go: finding github.com/pmezard/go-difflib v1.0.0 18:03:33 go: finding github.com/posener/complete v1.1.1 18:03:33 go: finding github.com/prometheus/client_golang v1.4.0 18:03:33 go: finding github.com/prometheus/client_model v0.2.0 18:03:33 go: finding github.com/prometheus/common v0.9.1 18:03:33 go: finding github.com/prometheus/procfs v0.0.8 18:03:33 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 18:03:33 go: finding github.com/rogpeppe/go-internal v1.3.0 18:03:33 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 18:03:33 go: finding github.com/ryanuber/go-glob v1.0.0 18:03:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:03:33 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 18:03:33 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 18:03:33 go: finding github.com/sirupsen/logrus v1.4.2 18:03:33 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 18:03:33 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 18:03:33 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 18:03:33 go: finding github.com/spf13/cobra v0.0.3 18:03:33 go: finding github.com/spf13/pflag v1.0.3 18:03:34 go: finding github.com/stretchr/objx v0.1.1 18:03:34 go: finding github.com/stretchr/testify v1.4.0 18:03:34 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 18:03:34 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 18:03:34 go: finding github.com/tidwall/pretty v1.0.0 18:03:34 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 18:03:34 go: finding github.com/vmware/govmomi v0.18.0 18:03:34 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:03:34 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 18:03:34 go: finding go.mongodb.org/mongo-driver v1.3.1 18:03:34 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 18:03:34 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 18:03:34 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 18:03:34 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 18:03:34 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 18:03:34 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 18:03:34 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 18:03:34 go: finding golang.org/x/text v0.3.2 18:03:34 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 18:03:34 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 18:03:34 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:03:34 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 18:03:34 go: finding google.golang.org/appengine v1.4.0 18:03:34 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 18:03:34 go: finding google.golang.org/grpc v1.23.0 18:03:34 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 18:03:34 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 18:03:34 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 18:03:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:03:34 go: finding gopkg.in/errgo.v2 v2.1.0 18:03:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:03:34 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 18:03:34 go: finding gopkg.in/inf.v0 v0.9.1 18:03:34 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 18:03:34 go: finding gopkg.in/resty.v1 v1.12.0 18:03:34 go: finding gopkg.in/square/go-jose.v2 v2.3.1 18:03:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:03:34 go: finding gopkg.in/yaml.v2 v2.2.8 18:03:34 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 18:03:34 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 18:03:34 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 18:03:34 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 18:03:35 go: finding k8s.io/client-go v8.0.0+incompatible 18:03:35 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 18:05:41 Removing intermediate container d7f0e09cf919 18:05:41 ---> 99850814c3a2 18:05:41 Successfully built 99850814c3a2 18:05:41 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 18:05:42 + docker inspect -f . ci-base-image-x86_64 18:05:42 . [Pipeline] withDockerContainer 18:05:42 prd-centos7-docker-4c-2g-4572 does not seem to be running inside a container 18:05:42 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:05:43 $ docker top da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:44 + go version 18:05:44 go version go1.13.5 linux/amd64 [Pipeline] sh 18:05:44 + make test 18:05:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:05:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 18:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 18:05:54 GO111MODULE=on go vet ./... [Pipeline] stash 18:05:56 Stashed 1 file(s) [Pipeline] } 18:05:56 $ docker stop --time=1 da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 18:05:57 $ docker rm -f da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:05:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:05:58 + ls -al . 18:05:58 total 104 18:05:58 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 17 18:05 . 18:05:58 drwxrwxr-x. 4 jenkins jenkins 28 Apr 17 18:02 .. 18:05:58 drwxrwxr-x. 3 jenkins jenkins 20 Apr 17 18:02 assets 18:05:58 drwxrwxr-x. 2 jenkins jenkins 35 Apr 17 18:02 bin 18:05:58 drwxrwxr-x. 3 jenkins jenkins 29 Apr 17 18:02 cmd 18:05:58 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 17 18:02 CONTRIBUTING.md 18:05:58 -rw-r--r--. 1 jenkins jenkins 10 Apr 17 18:05 coverage.out 18:05:58 -rw-rw-r--. 1 jenkins jenkins 913 Apr 17 18:02 Dockerfile 18:05:58 -rw-rw-r--. 1 jenkins jenkins 898 Apr 17 18:02 Dockerfile.build 18:05:58 drwxrwxr-x. 4 jenkins jenkins 53 Apr 17 18:02 docs 18:05:58 drwxrwxr-x. 8 jenkins jenkins 179 Apr 17 18:02 .git 18:05:58 -rw-rw-r--. 1 jenkins jenkins 123 Apr 17 18:02 .gitignore 18:05:58 -rw-r--r--. 1 jenkins jenkins 974 Apr 17 18:05 go.mod 18:05:58 -rw-r--r--. 1 jenkins jenkins 44475 Apr 17 18:05 go.sum 18:05:58 drwxrwxr-x. 10 jenkins jenkins 139 Apr 17 18:02 internal 18:05:58 -rw-rw-r--. 1 jenkins jenkins 675 Apr 17 18:02 Jenkinsfile 18:05:58 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 17 18:02 LICENSE 18:05:58 -rw-rw-r--. 1 jenkins jenkins 951 Apr 17 18:02 Makefile 18:05:58 -rw-rw-r--. 1 jenkins jenkins 3392 Apr 17 18:02 README.md 18:05:58 drwxrwxr-x. 3 jenkins jenkins 58 Apr 17 18:02 .semver 18:05:58 -rw-rw-r--. 1 jenkins jenkins 5 Apr 17 18:02 VERSION 18:05:58 -rw-rw-r--. 1 jenkins jenkins 155 Apr 17 18:02 version.go [Pipeline] isUnix [Pipeline] sh 18:05:59 + 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=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 --label arch=amd64 --label version=0.0.0 . 18:05:59 Sending build context to Docker daemon 11.59MB 18:05:59 Step 1/24 : ARG BASE=golang:1.13-alpine 18:05:59 Step 2/24 : FROM ${BASE} AS builder 18:05:59 ---> 99850814c3a2 18:05:59 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 18:05:59 ---> Running in 2f4a2e42d0db 18:05:59 Removing intermediate container 2f4a2e42d0db 18:05:59 ---> 9020a5a15047 18:05:59 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 18:06:00 ---> Running in 5f2458386459 18:06:00 Removing intermediate container 5f2458386459 18:06:00 ---> d16af4022316 18:06:00 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 18:06:00 ---> Running in b29329584e99 18:06:00 Removing intermediate container b29329584e99 18:06:00 ---> 0281b8054e29 18:06:00 Step 6/24 : LABEL Name=edgex-ui-go 18:06:00 ---> Running in 0eb8321e4fa6 18:06:00 Removing intermediate container 0eb8321e4fa6 18:06:00 ---> d2fad6cf8b85 18:06:00 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 18:06:00 ---> Running in c29ebfc2f506 18:06:00 Removing intermediate container c29ebfc2f506 18:06:00 ---> ba6b0f608e0b 18:06:00 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:00 ---> Running in 5ed954bf1841 18:06:01 Removing intermediate container 5ed954bf1841 18:06:01 ---> b6fb83365c62 18:06:01 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:06:01 ---> Running in 50cc6cb095f6 18:06:01 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:06:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:06:03 v3.11.5-55-g8dc38ebaea [http://nl.alpinelinux.org/alpine/v3.11/main] 18:06:03 v3.11.5-54-g70c5111c08 [http://nl.alpinelinux.org/alpine/v3.11/community] 18:06:03 OK: 11289 distinct packages available 18:06:03 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 18:06:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 18:06:04 OK: 143 MiB in 39 packages 18:06:05 Removing intermediate container 50cc6cb095f6 18:06:05 ---> b4e82415634e 18:06:05 Step 10/24 : ENV GO111MODULE=on 18:06:05 ---> Running in a3689115d886 18:06:05 Removing intermediate container a3689115d886 18:06:05 ---> c53a7a3e223b 18:06:05 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 18:06:05 ---> Running in d80b46fb7e22 18:06:05 Removing intermediate container d80b46fb7e22 18:06:05 ---> d0bf075ddfd9 18:06:05 Step 12/24 : COPY go.mod . 18:06:05 ---> 8ec56b46ca3a 18:06:05 Step 13/24 : COPY Makefile . 18:06:05 ---> 488f7d223e86 18:06:05 Step 14/24 : RUN make update 18:06:05 ---> Running in 2a9656e42b14 18:06:06 CGO_ENABLED=0 GO111MODULE=on go mod download 18:06:07 Removing intermediate container 2a9656e42b14 18:06:07 ---> c9e25767a5c1 18:06:07 Step 15/24 : COPY . . 18:06:07 ---> e8a8cb796414 18:06:07 Step 16/24 : RUN ${MAKE} 18:06:07 ---> Running in 450bf617e497 18:06:07 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 18:06:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:06:18 Removing intermediate container 450bf617e497 18:06:18 ---> a1b129e7d286 18:06:18 Step 17/24 : FROM alpine 18:06:18 latest: Pulling from library/alpine 18:06:18 aad63a933944: Pulling fs layer 18:06:18 aad63a933944: Verifying Checksum 18:06:18 aad63a933944: Download complete 18:06:18 aad63a933944: Pull complete 18:06:18 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 18:06:18 Status: Downloaded newer image for alpine:latest 18:06:18 ---> a187dde48cd2 18:06:18 Step 18/24 : EXPOSE 4000 18:06:19 ---> Running in e88ebb1f5543 18:06:19 Removing intermediate container e88ebb1f5543 18:06:19 ---> 9648cfe42373 18:06:19 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 18:06:19 ---> a441bb276013 18:06:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 18:06:19 ---> Running in 8543640721df 18:06:20 Removing intermediate container 8543640721df 18:06:20 ---> 35ec3ebff97c 18:06:20 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 18:06:20 ---> Running in ac373984301c 18:06:20 Removing intermediate container ac373984301c 18:06:20 ---> a7c8b9d1be42 18:06:20 Step 22/24 : LABEL arch=amd64 18:06:20 ---> Running in 8eac19d38ba5 18:06:20 Removing intermediate container 8eac19d38ba5 18:06:20 ---> 6982ecb38948 18:06:20 Step 23/24 : LABEL git_sha=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:06:20 ---> Running in 8f307536ee5d 18:06:20 Removing intermediate container 8f307536ee5d 18:06:20 ---> 72ca6adbb247 18:06:20 Step 24/24 : LABEL version=0.0.0 18:06:20 ---> Running in aa62cabde9db 18:06:20 Removing intermediate container aa62cabde9db 18:06:20 ---> ce4416cf325f 18:06:20 [Warning] One or more build-args [ARCH] were not consumed 18:06:20 Successfully built ce4416cf325f 18:06:20 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] 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] } 18:10:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4578 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [Pipeline] { [Pipeline] ws 18:10:05 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 18:10:12 using credential edgex-jenkins-ssh 18:10:12 Cloning the remote Git repository 18:10:12 Cloning with configured refspecs honoured and without tags 18:10:12 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 18:10:12 > git init /w/workspace/edgex-ui-go/1 # timeout=10 18:10:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 18:10:12 > git --version # timeout=10 18:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:10:14 Fetching without tags 18:10:14 Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:10:14 Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:10:14 Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) 18:10:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 18:10:13 > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # timeout=10 18:10:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:10:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 18:10:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 18:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:10:14 > git config core.sparsecheckout # timeout=10 18:10:14 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 18:10:14 > git remote # timeout=10 18:10:14 > git config --get remote.origin.url # timeout=10 18:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:14 > git merge f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 18:10:14 > git rev-parse HEAD^{commit} # timeout=10 18:10:14 > git config core.sparsecheckout # timeout=10 18:10:15 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 18:10:19 Commit message: "remove snap dir" 18:10:19 > git --version # timeout=10 18:10:19 fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:10:21 ========================================================= 18:10:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:10:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:10:22 + 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 . 18:10:23 Sending build context to Docker daemon 11.55MB 18:10:23 Step 1/8 : ARG BASE=golang:1.11-alpine 18:10:23 Step 2/8 : FROM ${BASE} 18:10:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:10:24 cde5963f3b93: Pulling fs layer 18:10:24 2a23fa8c16f7: Pulling fs layer 18:10:24 777b28850792: Pulling fs layer 18:10:24 8a11ddd9e578: Pulling fs layer 18:10:24 4cf88f913ddb: Pulling fs layer 18:10:24 1df406cf5192: Pulling fs layer 18:10:24 cd6300453558: Pulling fs layer 18:10:24 b9c365052c96: Pulling fs layer 18:10:24 a2d8cc88f415: Pulling fs layer 18:10:24 ea1d1ca13537: Pulling fs layer 18:10:24 3750a50a1c5e: Pulling fs layer 18:10:24 8a11ddd9e578: Waiting 18:10:24 4cf88f913ddb: Waiting 18:10:24 1df406cf5192: Waiting 18:10:24 cd6300453558: Waiting 18:10:24 b9c365052c96: Waiting 18:10:24 a2d8cc88f415: Waiting 18:10:24 ea1d1ca13537: Waiting 18:10:24 3750a50a1c5e: Waiting 18:10:24 777b28850792: Download complete 18:10:24 2a23fa8c16f7: Verifying Checksum 18:10:24 2a23fa8c16f7: Download complete 18:10:24 4cf88f913ddb: Verifying Checksum 18:10:24 4cf88f913ddb: Download complete 18:10:24 1df406cf5192: Download complete 18:10:24 cde5963f3b93: Verifying Checksum 18:10:24 cde5963f3b93: Download complete 18:10:25 cde5963f3b93: Pull complete 18:10:25 2a23fa8c16f7: Pull complete 18:10:26 777b28850792: Pull complete 18:10:28 cd6300453558: Verifying Checksum 18:10:28 cd6300453558: Download complete 18:10:28 a2d8cc88f415: Verifying Checksum 18:10:28 a2d8cc88f415: Download complete 18:10:30 ea1d1ca13537: Verifying Checksum 18:10:30 ea1d1ca13537: Download complete 18:10:31 3750a50a1c5e: Verifying Checksum 18:10:31 3750a50a1c5e: Download complete 18:10:33 b9c365052c96: Download complete 18:10:35 8a11ddd9e578: Download complete 18:10:47 8a11ddd9e578: Pull complete 18:10:47 4cf88f913ddb: Pull complete 18:10:47 1df406cf5192: Pull complete 18:10:51 cd6300453558: Pull complete 18:10:56 b9c365052c96: Pull complete 18:10:56 a2d8cc88f415: Pull complete 18:10:58 ea1d1ca13537: Pull complete 18:10:58 3750a50a1c5e: Pull complete 18:10:58 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 18:10:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:10:58 ---> 78745c68409d 18:10:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:11:02 ---> Running in bb98aa4e14fb 18:11:03 Removing intermediate container bb98aa4e14fb 18:11:03 ---> f1827b7f1231 18:11:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:03 ---> Running in 322c6633016e 18:11:05 Removing intermediate container 322c6633016e 18:11:05 ---> 4971e55c02c7 18:11:05 Step 5/8 : RUN apk add --no-cache make git 18:11:05 ---> Running in 2baa1b307002 18:11:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:11:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:11:08 OK: 125 MiB in 39 packages 18:11:09 Removing intermediate container 2baa1b307002 18:11:09 ---> 1b3e3697360f 18:11:09 Step 6/8 : WORKDIR /edgex-ui-go 18:11:09 ---> Running in 4874a10750be 18:11:10 Removing intermediate container 4874a10750be 18:11:10 ---> 49a2a130e463 18:11:10 Step 7/8 : COPY . . 18:11:11 ---> 340356333a19 18:11:11 Step 8/8 : RUN go mod download 18:11:12 ---> Running in 3a8d4a112f57 18:11:17 go: finding cloud.google.com/go v0.26.0 18:11:17 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 18:11:17 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 18:11:17 go: finding github.com/BurntSushi/toml v0.3.1 18:11:17 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 18:11:17 go: finding github.com/Microsoft/go-winio v0.4.3 18:11:17 go: finding github.com/NYTimes/gziphandler v1.0.1 18:11:17 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 18:11:17 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 18:11:17 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 18:11:17 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 18:11:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:11:17 go: finding github.com/armon/go-metrics v0.3.3 18:11:17 go: finding github.com/armon/go-radix v1.0.0 18:11:17 go: finding github.com/aws/aws-sdk-go v1.25.41 18:11:17 go: finding github.com/beorn7/perks v1.0.1 18:11:17 go: finding github.com/bgentry/speakeasy v0.1.0 18:11:17 go: finding github.com/boltdb/bolt v1.3.1 18:11:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:11:17 go: finding github.com/cespare/xxhash/v2 v2.1.1 18:11:17 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 18:11:17 go: finding github.com/circonus-labs/circonusllhist v0.1.3 18:11:17 go: finding github.com/client9/misspell v0.3.4 18:11:17 go: finding github.com/coredns/coredns v1.1.2 18:11:17 go: finding github.com/davecgh/go-spew v1.1.1 18:11:17 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 18:11:17 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:11:17 go: finding github.com/digitalocean/godo v1.10.0 18:11:17 go: finding github.com/dimchansky/utfbom v1.1.0 18:11:17 go: finding github.com/dnaeon/go-vcr v1.0.1 18:11:17 go: finding github.com/docker/go-connections v0.3.0 18:11:17 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:11:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 18:11:17 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 18:11:17 go: finding github.com/envoyproxy/go-control-plane v0.8.0 18:11:17 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 18:11:17 go: finding github.com/fatih/color v1.9.0 18:11:17 go: finding github.com/fatih/structs v1.1.0 18:11:17 go: finding github.com/fsnotify/fsnotify v1.4.7 18:11:17 go: finding github.com/ghodss/yaml v1.0.0 18:11:17 go: finding github.com/go-kit/kit v0.9.0 18:11:18 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 18:11:18 go: finding github.com/go-logfmt/logfmt v0.4.0 18:11:18 go: finding github.com/go-ole/go-ole v1.2.1 18:11:18 go: finding github.com/go-stack/stack v1.8.0 18:11:18 go: finding github.com/go-test/deep v1.0.2 18:11:18 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 18:11:18 go: finding github.com/gobuffalo/depgen v0.1.0 18:11:18 go: finding github.com/gobuffalo/envy v1.7.0 18:11:18 go: finding github.com/gobuffalo/flect v0.1.3 18:11:18 go: finding github.com/gobuffalo/genny v0.1.1 18:11:18 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 18:11:18 go: finding github.com/gobuffalo/gogen v0.1.1 18:11:18 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 18:11:18 go: finding github.com/gobuffalo/mapi v1.0.2 18:11:18 go: finding github.com/gobuffalo/packd v0.1.0 18:11:18 go: finding github.com/gobuffalo/packr/v2 v2.2.0 18:11:18 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 18:11:18 go: finding github.com/gogo/googleapis v1.1.0 18:11:18 go: finding github.com/gogo/protobuf v1.2.1 18:11:18 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 18:11:18 go: finding github.com/golang/mock v1.1.1 18:11:18 go: finding github.com/golang/protobuf v1.3.2 18:11:18 go: finding github.com/golang/snappy v0.0.1 18:11:18 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:11:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:11:18 go: finding github.com/google/go-cmp v0.4.0 18:11:18 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 18:11:18 go: finding github.com/google/gofuzz v1.0.0 18:11:18 go: finding github.com/googleapis/gnostic v0.2.0 18:11:18 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 18:11:18 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 18:11:18 go: finding github.com/gorilla/mux v1.7.1 18:11:18 go: finding github.com/gorilla/websocket v1.4.0 18:11:18 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 18:11:18 go: finding github.com/hashicorp/consul v1.7.2 18:11:18 go: finding github.com/hashicorp/consul/api v1.4.0 18:11:18 go: finding github.com/hashicorp/consul/sdk v0.4.0 18:11:18 go: finding github.com/hashicorp/errwrap v1.0.0 18:11:18 go: finding github.com/hashicorp/go-bexpr v0.1.2 18:11:18 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 18:11:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:11:18 go: finding github.com/hashicorp/go-connlimit v0.2.0 18:11:18 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 18:11:18 go: finding github.com/hashicorp/go-hclog v0.12.2 18:11:19 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 18:11:19 go: finding github.com/hashicorp/go-memdb v1.0.3 18:11:19 go: finding github.com/hashicorp/go-msgpack v0.5.5 18:11:19 go: finding github.com/hashicorp/go-multierror v1.0.0 18:11:19 go: finding github.com/hashicorp/go-plugin v1.0.1 18:11:19 go: finding github.com/hashicorp/go-raftchunking v0.6.1 18:11:19 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 18:11:19 go: finding github.com/hashicorp/go-rootcerts v1.0.2 18:11:19 go: finding github.com/hashicorp/go-sockaddr v1.0.2 18:11:19 go: finding github.com/hashicorp/go-syslog v1.0.0 18:11:19 go: finding github.com/hashicorp/go-uuid v1.0.1 18:11:19 go: finding github.com/hashicorp/go-version v1.1.0 18:11:19 go: finding github.com/hashicorp/go.net v0.0.1 18:11:19 go: finding github.com/hashicorp/golang-lru v0.5.4 18:11:19 go: finding github.com/hashicorp/hcl v1.0.0 18:11:19 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 18:11:19 go: finding github.com/hashicorp/logutils v1.0.0 18:11:19 go: finding github.com/hashicorp/mdns v1.0.1 18:11:19 go: finding github.com/hashicorp/memberlist v0.2.0 18:11:19 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 18:11:19 go: finding github.com/hashicorp/raft v1.1.2 18:11:19 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 18:11:19 go: finding github.com/hashicorp/serf v0.9.0 18:11:19 go: finding github.com/hashicorp/vault/api v1.0.4 18:11:19 go: finding github.com/hashicorp/vault/sdk v0.1.13 18:11:19 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 18:11:19 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 18:11:19 go: finding github.com/hpcloud/tail v1.0.0 18:11:19 go: finding github.com/imdario/mergo v0.3.6 18:11:19 go: finding github.com/inconshreveable/mousetrap v1.0.0 18:11:19 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 18:11:19 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 18:11:19 go: finding github.com/joho/godotenv v1.3.0 18:11:19 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 18:11:20 go: finding github.com/json-iterator/go v1.1.9 18:11:20 go: finding github.com/jtolds/gls v4.2.1+incompatible 18:11:20 go: finding github.com/julienschmidt/httprouter v1.2.0 18:11:20 go: finding github.com/karrick/godirwalk v1.10.3 18:11:20 go: finding github.com/kisielk/errcheck v1.2.0 18:11:20 go: finding github.com/kisielk/gotool v1.0.0 18:11:20 go: finding github.com/klauspost/compress v1.9.5 18:11:20 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 18:11:20 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:11:20 go: finding github.com/kr/pretty v0.2.0 18:11:20 go: finding github.com/kr/pty v1.1.1 18:11:20 go: finding github.com/kr/text v0.1.0 18:11:20 go: finding github.com/likexian/gokit v0.20.16 18:11:20 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 18:11:20 go: finding github.com/linode/linodego v0.7.1 18:11:20 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 18:11:20 go: finding github.com/markbates/safe v1.0.1 18:11:20 go: finding github.com/mattn/go-colorable v0.1.6 18:11:20 go: finding github.com/mattn/go-isatty v0.0.12 18:11:20 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 18:11:20 go: finding github.com/miekg/dns v1.1.26 18:11:20 go: finding github.com/mitchellh/cli v1.0.0 18:11:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:11:20 go: finding github.com/mitchellh/copystructure v1.0.0 18:11:20 go: finding github.com/mitchellh/go-homedir v1.1.0 18:11:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:11:20 go: finding github.com/mitchellh/go-wordwrap v1.0.0 18:11:20 go: finding github.com/mitchellh/gox v0.4.0 18:11:20 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 18:11:20 go: finding github.com/mitchellh/iochan v1.0.0 18:11:20 go: finding github.com/mitchellh/mapstructure v1.2.2 18:11:20 go: finding github.com/mitchellh/reflectwalk v1.0.1 18:11:20 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 18:11:20 go: finding github.com/modern-go/reflect2 v1.0.1 18:11:20 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 18:11:20 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 18:11:20 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 18:11:21 go: finding github.com/oklog/run v1.0.0 18:11:21 go: finding github.com/onsi/ginkgo v1.6.0 18:11:21 go: finding github.com/onsi/gomega v1.4.2 18:11:21 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 18:11:21 go: finding github.com/pascaldekloe/goe v0.1.0 18:11:21 go: finding github.com/pebbe/zmq4 v1.2.0 18:11:21 go: finding github.com/pelletier/go-toml v1.7.0 18:11:21 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 18:11:21 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 18:11:21 go: finding github.com/pkg/errors v0.8.1 18:11:21 go: finding github.com/pmezard/go-difflib v1.0.0 18:11:21 go: finding github.com/posener/complete v1.1.1 18:11:21 go: finding github.com/prometheus/client_golang v1.4.0 18:11:21 go: finding github.com/prometheus/client_model v0.2.0 18:11:21 go: finding github.com/prometheus/common v0.9.1 18:11:21 go: finding github.com/prometheus/procfs v0.0.8 18:11:21 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 18:11:21 go: finding github.com/rogpeppe/go-internal v1.3.0 18:11:21 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 18:11:21 go: finding github.com/ryanuber/go-glob v1.0.0 18:11:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:11:21 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 18:11:21 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 18:11:21 go: finding github.com/sirupsen/logrus v1.4.2 18:11:21 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 18:11:21 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 18:11:21 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 18:11:21 go: finding github.com/spf13/cobra v0.0.3 18:11:21 go: finding github.com/spf13/pflag v1.0.3 18:11:21 go: finding github.com/stretchr/objx v0.1.1 18:11:21 go: finding github.com/stretchr/testify v1.4.0 18:11:21 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 18:11:21 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 18:11:21 go: finding github.com/tidwall/pretty v1.0.0 18:11:21 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 18:11:22 go: finding github.com/vmware/govmomi v0.18.0 18:11:22 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:11:22 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 18:11:22 go: finding go.mongodb.org/mongo-driver v1.3.1 18:11:22 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 18:11:22 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 18:11:22 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 18:11:22 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 18:11:22 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 18:11:22 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 18:11:22 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 18:11:22 go: finding golang.org/x/text v0.3.2 18:11:22 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 18:11:22 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 18:11:22 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:11:22 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 18:11:22 go: finding google.golang.org/appengine v1.4.0 18:11:22 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 18:11:22 go: finding google.golang.org/grpc v1.23.0 18:11:22 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 18:11:22 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 18:11:22 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 18:11:22 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:11:22 go: finding gopkg.in/errgo.v2 v2.1.0 18:11:22 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:11:22 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 18:11:22 go: finding gopkg.in/inf.v0 v0.9.1 18:11:22 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 18:11:22 go: finding gopkg.in/resty.v1 v1.12.0 18:11:22 go: finding gopkg.in/square/go-jose.v2 v2.3.1 18:11:22 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:11:22 go: finding gopkg.in/yaml.v2 v2.2.8 18:11:22 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 18:11:22 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 18:11:22 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 18:11:23 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 18:11:23 go: finding k8s.io/client-go v8.0.0+incompatible 18:11:23 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 18:12:59 Removing intermediate container 3a8d4a112f57 18:12:59 ---> 52e16e79f61d 18:12:59 Successfully built 52e16e79f61d 18:12:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:00 + docker inspect -f . ci-base-image-arm64 18:13:01 . [Pipeline] withDockerContainer 18:13:01 prd-ubuntu18.04-docker-arm64-4c-16g-4578 does not seem to be running inside a container 18:13:01 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:13:02 $ docker top 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:04 + go version 18:13:04 go version go1.13.5 linux/arm64 [Pipeline] sh 18:13:04 + make test 18:13:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:13:06 ? github.com/edgexfoundry/edgex-ui-go [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 18:13:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 18:13:33 GO111MODULE=on go vet ./... [Pipeline] stash 18:13:35 Warning: overwriting stash ‘coverage-report’ 18:13:35 Stashed 1 file(s) [Pipeline] } 18:13:35 $ docker stop --time=1 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 18:13:37 $ docker rm -f 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:13:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:13:39 + ls -al . 18:13:39 total 136 18:13:39 drwxrwxr-x 9 jenkins jenkins 4096 Apr 17 18:13 . 18:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 18:10 .. 18:13:39 drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 18:10 .git 18:13:39 -rw-rw-r-- 1 jenkins jenkins 123 Apr 17 18:10 .gitignore 18:13:39 drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 .semver 18:13:39 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 17 18:10 CONTRIBUTING.md 18:13:39 -rw-rw-r-- 1 jenkins jenkins 913 Apr 17 18:10 Dockerfile 18:13:39 -rw-rw-r-- 1 jenkins jenkins 898 Apr 17 18:10 Dockerfile.build 18:13:39 -rw-rw-r-- 1 jenkins jenkins 675 Apr 17 18:10 Jenkinsfile 18:13:39 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 17 18:10 LICENSE 18:13:39 -rw-rw-r-- 1 jenkins jenkins 951 Apr 17 18:10 Makefile 18:13:39 -rw-rw-r-- 1 jenkins jenkins 3392 Apr 17 18:10 README.md 18:13:39 -rw-rw-r-- 1 jenkins jenkins 5 Apr 17 18:02 VERSION 18:13:39 drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 assets 18:13:39 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 18:10 bin 18:13:39 drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 cmd 18:13:39 -rw-r--r-- 1 jenkins jenkins 10 Apr 17 18:13 coverage.out 18:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 18:10 docs 18:13:39 -rw-r--r-- 1 jenkins jenkins 974 Apr 17 18:13 go.mod 18:13:39 -rw-r--r-- 1 jenkins jenkins 44475 Apr 17 18:13 go.sum 18:13:39 drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 18:10 internal 18:13:39 -rw-rw-r-- 1 jenkins jenkins 155 Apr 17 18:10 version.go [Pipeline] isUnix [Pipeline] sh 18:13:40 + 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=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 --label arch=arm64 --label version=0.0.0 . 18:13:40 Sending build context to Docker daemon 11.59MB 18:13:40 Step 1/24 : ARG BASE=golang:1.13-alpine 18:13:40 Step 2/24 : FROM ${BASE} AS builder 18:13:40 ---> 52e16e79f61d 18:13:40 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 18:13:41 ---> Running in 752013d16224 18:13:41 Removing intermediate container 752013d16224 18:13:41 ---> 21bfbfaf95c9 18:13:41 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 18:13:41 ---> Running in c3c26f5e4d30 18:13:42 Removing intermediate container c3c26f5e4d30 18:13:42 ---> 25b6e4d3b3ff 18:13:42 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 18:13:42 ---> Running in f1777261e0b9 18:13:42 Removing intermediate container f1777261e0b9 18:13:42 ---> 825319b12e21 18:13:42 Step 6/24 : LABEL Name=edgex-ui-go 18:13:42 ---> Running in 555c482bf075 18:13:42 Removing intermediate container 555c482bf075 18:13:42 ---> 896b2d4778b8 18:13:42 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 18:13:43 ---> Running in acc4cccb6416 18:13:43 Removing intermediate container acc4cccb6416 18:13:43 ---> 92062529792e 18:13:43 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:43 ---> Running in 2e3843dd2fbf 18:13:45 Removing intermediate container 2e3843dd2fbf 18:13:45 ---> dd01fac8e660 18:13:45 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:13:45 ---> Running in 0ef77d304f00 18:13:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:13:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:13:48 v3.11.5-55-g8dc38ebaea [http://nl.alpinelinux.org/alpine/v3.11/main] 18:13:48 v3.11.5-54-g70c5111c08 [http://nl.alpinelinux.org/alpine/v3.11/community] 18:13:48 OK: 11178 distinct packages available 18:13:48 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 18:13:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 18:13:50 OK: 125 MiB in 39 packages 18:13:51 Removing intermediate container 0ef77d304f00 18:13:51 ---> 5c8564ff9f0a 18:13:51 Step 10/24 : ENV GO111MODULE=on 18:13:51 ---> Running in e444e96ecacf 18:13:51 Removing intermediate container e444e96ecacf 18:13:51 ---> 34b1d457e48d 18:13:51 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 18:13:51 ---> Running in 0692341e7e23 18:13:52 Removing intermediate container 0692341e7e23 18:13:52 ---> 0311995768e1 18:13:52 Step 12/24 : COPY go.mod . 18:13:52 ---> e5abdcf617ee 18:13:52 Step 13/24 : COPY Makefile . 18:13:53 ---> ec95ecf98ad3 18:13:53 Step 14/24 : RUN make update 18:13:53 ---> Running in 127f72ec12cd 18:13:54 CGO_ENABLED=0 GO111MODULE=on go mod download 18:13:56 Removing intermediate container 127f72ec12cd 18:13:56 ---> efc76d4bcd0a 18:13:56 Step 15/24 : COPY . . 18:13:57 ---> 3a5cb3a22d48 18:13:57 Step 16/24 : RUN ${MAKE} 18:13:57 ---> Running in 7de14906da69 18:13:58 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 18:14:25 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:14:32 Removing intermediate container 7de14906da69 18:14:32 ---> 34a22484b64c 18:14:32 Step 17/24 : FROM alpine 18:14:32 latest: Pulling from library/alpine 18:14:32 8a0637ca1ac9: Pulling fs layer 18:14:32 8a0637ca1ac9: Verifying Checksum 18:14:32 8a0637ca1ac9: Download complete 18:14:32 8a0637ca1ac9: Pull complete 18:14:32 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 18:14:32 Status: Downloaded newer image for alpine:latest 18:14:32 ---> 2ee122dcc32d 18:14:32 Step 18/24 : EXPOSE 4000 18:14:32 ---> Running in f0ae0d8b2030 18:14:33 Removing intermediate container f0ae0d8b2030 18:14:33 ---> 9c146b02adb5 18:14:33 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 18:14:34 ---> 25b193ec9a7f 18:14:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 18:14:34 ---> Running in 0ddd4aa21f57 18:14:35 Removing intermediate container 0ddd4aa21f57 18:14:35 ---> d3db5d8b01d4 18:14:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 18:14:35 ---> Running in ae05411342c1 18:14:35 Removing intermediate container ae05411342c1 18:14:35 ---> 729ded6c3e30 18:14:35 Step 22/24 : LABEL arch=arm64 18:14:36 ---> Running in 30a48f611a22 18:14:36 Removing intermediate container 30a48f611a22 18:14:36 ---> f3f20fdf91d9 18:14:36 Step 23/24 : LABEL git_sha=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 18:14:36 ---> Running in 489a1b5a17ea 18:14:36 Removing intermediate container 489a1b5a17ea 18:14:36 ---> a23b84fdfb74 18:14:36 Step 24/24 : LABEL version=0.0.0 18:14:37 ---> Running in aa6965762cc6 18:14:37 Removing intermediate container aa6965762cc6 18:14:37 ---> 9be573cf5170 18:14:37 [Warning] One or more build-args [ARCH] were not consumed 18:14:37 Successfully built 9be573cf5170 18:14:37 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) [Pipeline] unstash [Pipeline] wrap 18:14:39 provisioning config files... 18:14:39 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config7111525541503345970tmp [Pipeline] { [Pipeline] sh 18:14:39 + curl -s https://codecov.io/bash 18:14:39 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config7111525541503345970tmp 18:14:40 18:14:40 _____ _ 18:14:40 / ____| | | 18:14:40 | | ___ __| | ___ ___ _____ __ 18:14:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:14:40 | |___| (_) | (_| | __/ (_| (_) \ V / 18:14:40 \_____\___/ \__,_|\___|\___\___/ \_/ 18:14:40 Bash-tbd 18:14:40 18:14:40 18:14:40 ==> Jenkins CI detected. 18:14:40 project root: . 18:14:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:14:40 ==> Running gcov in . (disable via -X gcov) 18:14:40 ==> Python coveragepy not found 18:14:40 ==> Searching for coverage reports in: 18:14:40 + . 18:14:40 -> Found 1 reports 18:14:40 ==> Detecting git/mercurial file structure 18:14:40 ==> Reading reports 18:14:40 + ./coverage.out bytes=10 18:14:40 ==> Appending adjustments 18:14:40 http://docs.codecov.io/docs/fixing-reports 18:14:40 + Found adjustments 18:14:40 ==> Gzipping contents 18:14:40 ==> Uploading reports 18:14:40 url: https://codecov.io 18:14:40 query: branch=PR-213&commit=e86d35f5ba00cb0bd76106565fd49a33e1b9e371&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=213&job= 18:14:40 -> Pinging Codecov 18:14:40 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-213&commit=e86d35f5ba00cb0bd76106565fd49a33e1b9e371&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=213&job= 18:14:40 -> Uploading 18:14:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [Pipeline] } 18:14:41 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 18:14:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:14:43 ---> package-listing.sh 18:14:43 ++ facter osfamily 18:14:43 ++ tr '[:upper:]' '[:lower:]' 18:14:43 + OS_FAMILY=redhat 18:14:43 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-213 18:14:43 + START_PACKAGES=/tmp/packages_start.txt 18:14:43 + END_PACKAGES=/tmp/packages_end.txt 18:14:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:14:43 + PACKAGES=/tmp/packages_start.txt 18:14:43 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-213 ']' 18:14:43 + PACKAGES=/tmp/packages_end.txt 18:14:43 + case "${OS_FAMILY}" in 18:14:43 + rpm -qa 18:14:43 + sort 18:14:47 + '[' -f /tmp/packages_start.txt ']' 18:14:47 + '[' -f /tmp/packages_end.txt ']' 18:14:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:14:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-213 ']' 18:14:47 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-213/archives/ 18:14:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-213/archives/ [Pipeline] isUnix [Pipeline] sh 18:14:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:47 18:14:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:14:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:48 alpine: Pulling from edgex-lftools-log-publisher 18:14:48 c9b1b535fdd9: Pulling fs layer 18:14:48 2cc5ad85d9ab: Pulling fs layer 18:14:48 756a868c4378: Pulling fs layer 18:14:48 444b2fc9a129: Pulling fs layer 18:14:48 ea15f1150254: Pulling fs layer 18:14:48 41b27a9f41bf: Pulling fs layer 18:14:48 28c525ee5125: Pulling fs layer 18:14:48 094b1ea09ed8: Pulling fs layer 18:14:48 138eaada9080: Pulling fs layer 18:14:48 0622d0fa9048: Pulling fs layer 18:14:48 094b1ea09ed8: Waiting 18:14:48 ea15f1150254: Waiting 18:14:48 138eaada9080: Waiting 18:14:48 28c525ee5125: Waiting 18:14:48 41b27a9f41bf: Waiting 18:14:48 0622d0fa9048: Waiting 18:14:48 444b2fc9a129: Waiting 18:14:48 2cc5ad85d9ab: Verifying Checksum 18:14:48 2cc5ad85d9ab: Download complete 18:14:48 444b2fc9a129: Verifying Checksum 18:14:48 444b2fc9a129: Download complete 18:14:48 c9b1b535fdd9: Verifying Checksum 18:14:48 ea15f1150254: Verifying Checksum 18:14:48 ea15f1150254: Download complete 18:14:48 28c525ee5125: Verifying Checksum 18:14:48 28c525ee5125: Download complete 18:14:48 c9b1b535fdd9: Pull complete 18:14:48 756a868c4378: Verifying Checksum 18:14:48 756a868c4378: Download complete 18:14:48 2cc5ad85d9ab: Pull complete 18:14:48 138eaada9080: Verifying Checksum 18:14:48 138eaada9080: Download complete 18:14:48 0622d0fa9048: Retrying in 5 seconds 18:14:48 094b1ea09ed8: Verifying Checksum 18:14:48 094b1ea09ed8: Download complete 18:14:49 41b27a9f41bf: Verifying Checksum 18:14:49 41b27a9f41bf: Download complete 18:14:49 0622d0fa9048: Retrying in 4 seconds 18:14:50 0622d0fa9048: Retrying in 3 seconds 18:14:50 756a868c4378: Pull complete 18:14:50 444b2fc9a129: Pull complete 18:14:51 ea15f1150254: Pull complete 18:14:51 0622d0fa9048: Retrying in 2 seconds 18:14:52 0622d0fa9048: Retrying in 1 second 18:14:53 0622d0fa9048: Retrying in 10 seconds 18:14:54 41b27a9f41bf: Pull complete 18:14:54 0622d0fa9048: Retrying in 9 seconds 18:14:54 28c525ee5125: Pull complete 18:14:55 0622d0fa9048: Retrying in 8 seconds 18:14:56 0622d0fa9048: Retrying in 7 seconds 18:14:57 094b1ea09ed8: Pull complete 18:14:57 0622d0fa9048: Retrying in 6 seconds 18:14:58 138eaada9080: Pull complete 18:14:58 0622d0fa9048: Retrying in 5 seconds 18:14:59 0622d0fa9048: Retrying in 4 seconds 18:15:00 0622d0fa9048: Retrying in 3 seconds 18:15:01 0622d0fa9048: Retrying in 2 seconds 18:15:03 0622d0fa9048: Retrying in 1 second 18:15:04 0622d0fa9048: Verifying Checksum 18:15:04 0622d0fa9048: Download complete 18:15:04 0622d0fa9048: Pull complete 18:15:04 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:15:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:15:04 prd-centos7-docker-4c-2g-4571 does not seem to be running inside a container 18:15:04 $ 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-213 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213:/w/workspace/edgexfoundry_edgex-ui-go_PR-213:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:15:04 $ docker top 73301952c34d10c9228ced5b31740f630370d7fea4e3b02eb32ea22adbd78f3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:05 provisioning config files... 18:15:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config2838596287091311582tmp [Pipeline] { [Pipeline] echo 18:15:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:15:05 ---> create-netrc.sh [Pipeline] echo 18:15:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:15:06 ---> logs-deploy.sh 18:15:06 + ARCHIVE_ARTIFACTS= 18:15:06 + LOGS_SERVER=https://logs.edgexfoundry.org 18:15:06 + '[' https://logs.edgexfoundry.org == None ']' 18:15:06 + NEXUS_URL=https://nexus.edgexfoundry.org 18:15:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 18:15:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-213/1/ 18:15:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-213 18:15:07 Archives upload complete. 18:15:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-213/1/