Pull request #233 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at cc04255af54e797bbfe352695aeff2c1567be629 rather than 85ee257982b4350009ec2ba014b030683a63da9a Obtained Jenkinsfile from cc04255af54e797bbfe352695aeff2c1567be629 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1829 in /w/workspace/edgexfoundry_edgex-ui-go_PR-233 [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-233 # 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/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit cc04255af54e797bbfe352695aeff2c1567be629 into PR head commit 85ee257982b4350009ec2ba014b030683a63da9a Merge succeeded, producing 85ee257982b4350009ec2ba014b030683a63da9a Checking out Revision 85ee257982b4350009ec2ba014b030683a63da9a (PR-233) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/233/head:refs/remotes/origin/PR-233 # 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/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # 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 cc04255af54e797bbfe352695aeff2c1567be629 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # timeout=10 Commit message: "remove Feedback user guide" > git rev-list --no-walk 05e91b259888a23a99600dfa075ed9fc9d122fae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:37:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:37:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:37:39 ========================================================= 04:37:39 EdgeX Global Pipelines Version Info 04:37:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:37:40 ------------------- 04:37:40 stable info: 04:37:40 ------------------- 04:37:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:37:40 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 04:37:40 Message: update stable to v1.0.89 04:37:40 ------------------- 04:37:40 experimental info: 04:37:40 ------------------- 04:37:40 Commited By: **** collab-it+edgex@linuxfoundation.org 04:37:40 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 04:37:40 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:37:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:42 04:37:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:37:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:42 latest: Pulling from edgex-devops/git-semver 04:37:42 9123ac7c32f7: Pulling fs layer 04:37:42 b8cc5d1170e3: Pulling fs layer 04:37:42 2924cbbf6a41: Pulling fs layer 04:37:42 93b08a4f1073: Pulling fs layer 04:37:42 93b08a4f1073: Waiting 04:37:42 b8cc5d1170e3: Verifying Checksum 04:37:42 b8cc5d1170e3: Download complete 04:37:42 9123ac7c32f7: Verifying Checksum 04:37:42 9123ac7c32f7: Download complete 04:37:42 93b08a4f1073: Verifying Checksum 04:37:42 93b08a4f1073: Download complete 04:37:42 2924cbbf6a41: Verifying Checksum 04:37:42 2924cbbf6a41: Download complete 04:37:42 9123ac7c32f7: Pull complete 04:37:42 b8cc5d1170e3: Pull complete 04:37:43 2924cbbf6a41: Pull complete 04:37:43 93b08a4f1073: Pull complete 04:37:43 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 04:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:37:43 prd-centos7-docker-4c-2g-1829 does not seem to be running inside a container 04:37:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-233 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-233:/w/workspace/edgexfoundry_edgex-ui-go_PR-233:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-233@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:10004/edgex-devops/git-semver:latest cat 04:37:44 $ docker top ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:37:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:37:44 [ssh-agent] Looking for ssh-agent implementation... 04:37:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:44 $ docker exec ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 ssh-agent 04:37:45 SSH_AUTH_SOCK=/tmp/ssh-YUyKMr4ibq15/agent.14 04:37:45 SSH_AGENT_PID=21 04:37:45 Running ssh-add (command line suppressed) 04:37:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/private_key_4345737905910454557.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/private_key_4345737905910454557.key) 04:37:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:37:45 + git describe --exact-match --tags HEAD 04:37:45 fatal: No names found, cannot describe anything. [Pipeline] } 04:37:45 $ docker exec --env ******** --env ******** ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 ssh-agent -k 04:37:45 unset SSH_AUTH_SOCK; 04:37:45 unset SSH_AGENT_PID; 04:37:45 echo Agent pid 21 killed; 04:37:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:37:45 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:37:45 This usually means this commit has not been tagged. [Pipeline] sshagent 04:37:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:37:45 [ssh-agent] Looking for ssh-agent implementation... 04:37:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:46 $ docker exec ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 ssh-agent 04:37:46 SSH_AUTH_SOCK=/tmp/ssh-9wmkA6ntVZz8/agent.57 04:37:46 SSH_AGENT_PID=63 04:37:46 Running ssh-add (command line suppressed) 04:37:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/private_key_5749713273246184063.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/private_key_5749713273246184063.key) 04:37:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:37:46 + git semver init 04:37:46 # -> Open(): unable to determine branch for HEAD 04:37:46 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-233/.git 04:37:46 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-233 04:37:46 # $SEMVER_REMOTE_NAME = origin 04:37:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:37:46 # $SEMVER_USER_NAME = edgex-jenkins 04:37:46 # $SEMVER_BRANCH = PR-233 04:37:46 # $SEMVER_TEMP = /tmp/semver-160199465 04:37:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:37:47 # '/tmp/semver-160199465' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-233/.semver' 04:37:47 # -> Force: false 04:37:47 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-233/.semver [Pipeline] } 04:37:47 $ docker exec --env ******** --env ******** ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 ssh-agent -k 04:37:47 unset SSH_AUTH_SOCK; 04:37:47 unset SSH_AGENT_PID; 04:37:47 echo Agent pid 63 killed; 04:37:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:37:48 + git semver [Pipeline] } 04:37:48 $ docker stop --time=1 ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 04:37:49 $ docker rm -f ba47e7e8667b32b281e43090d92b6a5e5ee2f9303056e20452086363ee6155e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:37:50 Stashed 55 file(s) [Pipeline] echo 04:37: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 04:38:05 Still waiting to schedule task 04:38:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:38:05 Still waiting to schedule task 04:38:05 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:40:11 Running on prd-centos7-docker-4c-2g-1830 in /w/workspace/edgexfoundry_edgex-ui-go_PR-233 [Pipeline] { [Pipeline] ws 04:40:11 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 04:40:14 using credential edgex-jenkins-ssh 04:40:14 Cloning the remote Git repository 04:40:14 Cloning with configured refspecs honoured and without tags 04:40:14 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:40:14 > git init /w/workspace/edgex-ui-go/6 # timeout=10 04:40:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:40:14 > git --version # timeout=10 04:40:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:15 Fetching without tags 04:40:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:40:15 > git config --add remote.origin.fetch +refs/pull/233/head:refs/remotes/origin/PR-233 # timeout=10 04:40:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:40:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:40:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:16 Merging remotes/origin/master commit cc04255af54e797bbfe352695aeff2c1567be629 into PR head commit 85ee257982b4350009ec2ba014b030683a63da9a 04:40:16 Merge succeeded, producing 85ee257982b4350009ec2ba014b030683a63da9a 04:40:16 Checking out Revision 85ee257982b4350009ec2ba014b030683a63da9a (PR-233) 04:40:15 > git config core.sparsecheckout # timeout=10 04:40:15 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # timeout=10 04:40:15 > git remote # timeout=10 04:40:15 > git config --get remote.origin.url # timeout=10 04:40:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:15 > git merge cc04255af54e797bbfe352695aeff2c1567be629 # timeout=10 04:40:15 > git rev-parse HEAD^{commit} # timeout=10 04:40:15 > git config core.sparsecheckout # timeout=10 04:40:16 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # timeout=10 04:40:20 Commit message: "remove Feedback user guide" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:40:21 ========================================================= 04:40:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:40:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:40:21 + 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 . 04:40:22 Sending build context to Docker daemon 12.9MB 04:40:22 Step 1/8 : ARG BASE=golang:1.11-alpine 04:40:22 Step 2/8 : FROM ${BASE} 04:40:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:40:22 e6b0cf9c0882: Pulling fs layer 04:40:22 2848faf0eed1: Pulling fs layer 04:40:22 0f37312ad70f: Pulling fs layer 04:40:22 5788d62ee057: Pulling fs layer 04:40:22 0e6b1d234666: Pulling fs layer 04:40:22 bf5d7aec512f: Pulling fs layer 04:40:22 34c802a77dc8: Pulling fs layer 04:40:22 9eb99e56ec68: Pulling fs layer 04:40:22 27c7a5d97fbd: Pulling fs layer 04:40:22 5c102a31e300: Pulling fs layer 04:40:22 dcfb455df0a1: Pulling fs layer 04:40:22 5788d62ee057: Waiting 04:40:22 0e6b1d234666: Waiting 04:40:22 bf5d7aec512f: Waiting 04:40:22 34c802a77dc8: Waiting 04:40:22 9eb99e56ec68: Waiting 04:40:22 27c7a5d97fbd: Waiting 04:40:22 5c102a31e300: Waiting 04:40:22 dcfb455df0a1: Waiting 04:40:22 0f37312ad70f: Verifying Checksum 04:40:22 0f37312ad70f: Download complete 04:40:22 2848faf0eed1: Download complete 04:40:22 0e6b1d234666: Verifying Checksum 04:40:22 0e6b1d234666: Download complete 04:40:22 bf5d7aec512f: Verifying Checksum 04:40:22 bf5d7aec512f: Download complete 04:40:22 e6b0cf9c0882: Verifying Checksum 04:40:22 e6b0cf9c0882: Download complete 04:40:22 e6b0cf9c0882: Pull complete 04:40:23 34c802a77dc8: Verifying Checksum 04:40:23 34c802a77dc8: Download complete 04:40:23 27c7a5d97fbd: Verifying Checksum 04:40:23 27c7a5d97fbd: Download complete 04:40:24 5c102a31e300: Verifying Checksum 04:40:24 5c102a31e300: Download complete 04:40:24 9eb99e56ec68: Verifying Checksum 04:40:24 9eb99e56ec68: Download complete 04:40:24 5788d62ee057: Verifying Checksum 04:40:24 5788d62ee057: Download complete 04:40:24 dcfb455df0a1: Verifying Checksum 04:40:24 dcfb455df0a1: Download complete 04:40:24 2848faf0eed1: Pull complete 04:40:25 0f37312ad70f: Pull complete 04:40:31 5788d62ee057: Pull complete 04:40:31 0e6b1d234666: Pull complete 04:40:31 bf5d7aec512f: Pull complete 04:40:38 34c802a77dc8: Pull complete 04:40:41 9eb99e56ec68: Pull complete 04:40:41 27c7a5d97fbd: Pull complete 04:40:42 5c102a31e300: Pull complete 04:40:42 dcfb455df0a1: Pull complete 04:40:42 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 04:40:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:40:42 ---> 7c70fe431013 04:40:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:40:42 ---> Running in 95040a63bb97 04:40:42 Removing intermediate container 95040a63bb97 04:40:42 ---> 80fbf0e151ad 04:40:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:42 ---> Running in 63b83a3f3a2b 04:40:43 Removing intermediate container 63b83a3f3a2b 04:40:43 ---> 27d67a0453d2 04:40:43 Step 5/8 : RUN apk add --no-cache make git 04:40:43 ---> Running in 0b9e0cb76f6c 04:40:43 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:40:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:40:45 OK: 143 MiB in 39 packages 04:40:45 Removing intermediate container 0b9e0cb76f6c 04:40:45 ---> 1d9f864891d8 04:40:45 Step 6/8 : WORKDIR /edgex-ui-go 04:40:45 ---> Running in f52efae3016f 04:40:45 Removing intermediate container f52efae3016f 04:40:45 ---> d4e186ce7196 04:40:45 Step 7/8 : COPY . . 04:40:47 ---> 2303b18c7218 04:40:47 Step 8/8 : RUN go mod download 04:40:47 ---> Running in 5e2fe2b0e843 04:40:53 go: finding cloud.google.com/go v0.26.0 04:40:53 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 04:40:53 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 04:40:53 go: finding github.com/BurntSushi/toml v0.3.1 04:40:53 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 04:40:53 go: finding github.com/Microsoft/go-winio v0.4.3 04:40:53 go: finding github.com/NYTimes/gziphandler v1.0.1 04:40:53 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 04:40:53 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 04:40:53 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 04:40:53 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 04:40:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:40:53 go: finding github.com/armon/go-metrics v0.3.3 04:40:53 go: finding github.com/armon/go-radix v1.0.0 04:40:53 go: finding github.com/aws/aws-sdk-go v1.25.41 04:40:53 go: finding github.com/beorn7/perks v1.0.1 04:40:53 go: finding github.com/bgentry/speakeasy v0.1.0 04:40:53 go: finding github.com/boltdb/bolt v1.3.1 04:40:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:40:53 go: finding github.com/cespare/xxhash/v2 v2.1.1 04:40:53 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 04:40:53 go: finding github.com/circonus-labs/circonusllhist v0.1.3 04:40:53 go: finding github.com/client9/misspell v0.3.4 04:40:53 go: finding github.com/coredns/coredns v1.1.2 04:40:53 go: finding github.com/davecgh/go-spew v1.1.1 04:40:53 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 04:40:53 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:40:53 go: finding github.com/digitalocean/godo v1.10.0 04:40:53 go: finding github.com/dimchansky/utfbom v1.1.0 04:40:53 go: finding github.com/dnaeon/go-vcr v1.0.1 04:40:53 go: finding github.com/docker/go-connections v0.3.0 04:40:53 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:40:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 04:40:53 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 04:40:53 go: finding github.com/envoyproxy/go-control-plane v0.8.0 04:40:53 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 04:40:53 go: finding github.com/fatih/color v1.9.0 04:40:53 go: finding github.com/fatih/structs v1.1.0 04:40:53 go: finding github.com/fsnotify/fsnotify v1.4.7 04:40:53 go: finding github.com/ghodss/yaml v1.0.0 04:40:53 go: finding github.com/go-kit/kit v0.9.0 04:40:53 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 04:40:53 go: finding github.com/go-logfmt/logfmt v0.4.0 04:40:53 go: finding github.com/go-ole/go-ole v1.2.1 04:40:53 go: finding github.com/go-stack/stack v1.8.0 04:40:53 go: finding github.com/go-test/deep v1.0.2 04:40:53 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 04:40:53 go: finding github.com/gobuffalo/depgen v0.1.0 04:40:53 go: finding github.com/gobuffalo/envy v1.7.0 04:40:53 go: finding github.com/gobuffalo/flect v0.1.3 04:40:53 go: finding github.com/gobuffalo/genny v0.1.1 04:40:53 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 04:40:53 go: finding github.com/gobuffalo/gogen v0.1.1 04:40:53 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 04:40:53 go: finding github.com/gobuffalo/mapi v1.0.2 04:40:53 go: finding github.com/gobuffalo/packd v0.1.0 04:40:53 go: finding github.com/gobuffalo/packr/v2 v2.2.0 04:40:53 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 04:40:53 go: finding github.com/gogo/googleapis v1.1.0 04:40:53 go: finding github.com/gogo/protobuf v1.2.1 04:40:53 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 04:40:53 go: finding github.com/golang/mock v1.1.1 04:40:53 go: finding github.com/golang/protobuf v1.3.2 04:40:53 go: finding github.com/golang/snappy v0.0.1 04:40:53 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:40:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:40:53 go: finding github.com/google/go-cmp v0.4.0 04:40:53 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 04:40:53 go: finding github.com/google/gofuzz v1.0.0 04:40:54 go: finding github.com/googleapis/gnostic v0.2.0 04:40:54 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 04:40:54 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 04:40:54 go: finding github.com/gorilla/mux v1.7.1 04:40:54 go: finding github.com/gorilla/websocket v1.4.0 04:40:54 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 04:40:54 go: finding github.com/hashicorp/consul v1.7.2 04:40:54 go: finding github.com/hashicorp/consul/api v1.4.0 04:40:54 go: finding github.com/hashicorp/consul/sdk v0.4.0 04:40:54 go: finding github.com/hashicorp/errwrap v1.0.0 04:40:54 go: finding github.com/hashicorp/go-bexpr v0.1.2 04:40:54 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 04:40:54 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:40:54 go: finding github.com/hashicorp/go-connlimit v0.2.0 04:40:54 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 04:40:54 go: finding github.com/hashicorp/go-hclog v0.12.2 04:40:54 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 04:40:54 go: finding github.com/hashicorp/go-memdb v1.0.3 04:40:54 go: finding github.com/hashicorp/go-msgpack v0.5.5 04:40:54 go: finding github.com/hashicorp/go-multierror v1.0.0 04:40:54 go: finding github.com/hashicorp/go-plugin v1.0.1 04:40:54 go: finding github.com/hashicorp/go-raftchunking v0.6.1 04:40:54 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 04:40:54 go: finding github.com/hashicorp/go-rootcerts v1.0.2 04:40:54 go: finding github.com/hashicorp/go-sockaddr v1.0.2 04:40:54 go: finding github.com/hashicorp/go-syslog v1.0.0 04:40:54 go: finding github.com/hashicorp/go-uuid v1.0.1 04:40:54 go: finding github.com/hashicorp/go-version v1.1.0 04:40:54 go: finding github.com/hashicorp/go.net v0.0.1 04:40:54 go: finding github.com/hashicorp/golang-lru v0.5.4 04:40:54 go: finding github.com/hashicorp/hcl v1.0.0 04:40:54 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 04:40:54 go: finding github.com/hashicorp/logutils v1.0.0 04:40:54 go: finding github.com/hashicorp/mdns v1.0.1 04:40:54 go: finding github.com/hashicorp/memberlist v0.2.0 04:40:54 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 04:40:54 go: finding github.com/hashicorp/raft v1.1.2 04:40:54 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 04:40:54 go: finding github.com/hashicorp/serf v0.9.0 04:40:54 go: finding github.com/hashicorp/vault/api v1.0.4 04:40:54 go: finding github.com/hashicorp/vault/sdk v0.1.13 04:40:54 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 04:40:54 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:40:54 go: finding github.com/hpcloud/tail v1.0.0 04:40:54 go: finding github.com/imdario/mergo v0.3.6 04:40:54 go: finding github.com/inconshreveable/mousetrap v1.0.0 04:40:54 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 04:40:54 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 04:40:54 go: finding github.com/joho/godotenv v1.3.0 04:40:54 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 04:40:54 go: finding github.com/json-iterator/go v1.1.9 04:40:54 go: finding github.com/jtolds/gls v4.2.1+incompatible 04:40:54 go: finding github.com/julienschmidt/httprouter v1.2.0 04:40:54 go: finding github.com/karrick/godirwalk v1.10.3 04:40:54 go: finding github.com/kisielk/errcheck v1.2.0 04:40:54 go: finding github.com/kisielk/gotool v1.0.0 04:40:54 go: finding github.com/klauspost/compress v1.9.5 04:40:55 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 04:40:55 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:40:55 go: finding github.com/kr/pretty v0.2.0 04:40:55 go: finding github.com/kr/pty v1.1.1 04:40:55 go: finding github.com/kr/text v0.1.0 04:40:55 go: finding github.com/likexian/gokit v0.20.16 04:40:55 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 04:40:55 go: finding github.com/linode/linodego v0.7.1 04:40:55 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 04:40:55 go: finding github.com/markbates/safe v1.0.1 04:40:55 go: finding github.com/mattn/go-colorable v0.1.6 04:40:55 go: finding github.com/mattn/go-isatty v0.0.12 04:40:55 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 04:40:55 go: finding github.com/miekg/dns v1.1.26 04:40:55 go: finding github.com/mitchellh/cli v1.0.0 04:40:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:40:55 go: finding github.com/mitchellh/copystructure v1.0.0 04:40:55 go: finding github.com/mitchellh/go-homedir v1.1.0 04:40:55 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:40:55 go: finding github.com/mitchellh/go-wordwrap v1.0.0 04:40:55 go: finding github.com/mitchellh/gox v0.4.0 04:40:55 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 04:40:55 go: finding github.com/mitchellh/iochan v1.0.0 04:40:55 go: finding github.com/mitchellh/mapstructure v1.2.2 04:40:55 go: finding github.com/mitchellh/reflectwalk v1.0.1 04:40:55 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:40:55 go: finding github.com/modern-go/reflect2 v1.0.1 04:40:55 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 04:40:55 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 04:40:55 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 04:40:55 go: finding github.com/oklog/run v1.0.0 04:40:55 go: finding github.com/onsi/ginkgo v1.6.0 04:40:55 go: finding github.com/onsi/gomega v1.4.2 04:40:55 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 04:40:55 go: finding github.com/pascaldekloe/goe v0.1.0 04:40:55 go: finding github.com/pebbe/zmq4 v1.2.0 04:40:55 go: finding github.com/pelletier/go-toml v1.7.0 04:40:55 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 04:40:55 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 04:40:55 go: finding github.com/pkg/errors v0.8.1 04:40:55 go: finding github.com/pmezard/go-difflib v1.0.0 04:40:55 go: finding github.com/posener/complete v1.1.1 04:40:55 go: finding github.com/prometheus/client_golang v1.4.0 04:40:56 go: finding github.com/prometheus/client_model v0.2.0 04:40:56 go: finding github.com/prometheus/common v0.9.1 04:40:56 go: finding github.com/prometheus/procfs v0.0.8 04:40:56 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 04:40:56 go: finding github.com/rogpeppe/go-internal v1.3.0 04:40:56 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 04:40:56 go: finding github.com/ryanuber/go-glob v1.0.0 04:40:56 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:40:56 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 04:40:56 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 04:40:56 go: finding github.com/sirupsen/logrus v1.4.2 04:40:56 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 04:40:56 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 04:40:56 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 04:40:56 go: finding github.com/spf13/cobra v0.0.3 04:40:56 go: finding github.com/spf13/pflag v1.0.3 04:40:56 go: finding github.com/stretchr/objx v0.1.1 04:40:56 go: finding github.com/stretchr/testify v1.4.0 04:40:56 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 04:40:56 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 04:40:56 go: finding github.com/tidwall/pretty v1.0.0 04:40:56 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 04:40:56 go: finding github.com/vmware/govmomi v0.18.0 04:40:56 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 04:40:56 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 04:40:56 go: finding go.mongodb.org/mongo-driver v1.3.1 04:40:56 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 04:40:56 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 04:40:56 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 04:40:56 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 04:40:56 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 04:40:56 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 04:40:56 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 04:40:56 go: finding golang.org/x/text v0.3.2 04:40:56 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 04:40:56 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 04:40:56 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 04:40:56 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 04:40:56 go: finding google.golang.org/appengine v1.4.0 04:40:56 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 04:40:56 go: finding google.golang.org/grpc v1.23.0 04:40:56 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 04:40:56 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 04:40:56 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 04:40:56 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:40:56 go: finding gopkg.in/errgo.v2 v2.1.0 04:40:56 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:40:56 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 04:40:56 go: finding gopkg.in/inf.v0 v0.9.1 04:40:56 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:40:57 go: finding gopkg.in/resty.v1 v1.12.0 04:40:57 go: finding gopkg.in/square/go-jose.v2 v2.3.1 04:40:57 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:40:57 go: finding gopkg.in/yaml.v2 v2.2.8 04:40:57 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 04:40:57 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 04:40:57 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 04:40:57 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 04:40:57 go: finding k8s.io/client-go v8.0.0+incompatible 04:40:57 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 04:41:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1831 in /w/workspace/edgexfoundry_edgex-ui-go_PR-233 [Pipeline] { [Pipeline] ws 04:41:31 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 04:41:36 using credential edgex-jenkins-ssh 04:41:36 Cloning the remote Git repository 04:41:36 Cloning with configured refspecs honoured and without tags 04:41:36 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:41:36 > git init /w/workspace/edgex-ui-go/6 # timeout=10 04:41:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:41:36 > git --version # timeout=10 04:41:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:38 Fetching without tags 04:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:41:38 > git config --add remote.origin.fetch +refs/pull/233/head:refs/remotes/origin/PR-233 # timeout=10 04:41:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:41:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:38 Merging remotes/origin/master commit cc04255af54e797bbfe352695aeff2c1567be629 into PR head commit 85ee257982b4350009ec2ba014b030683a63da9a 04:41:38 Merge succeeded, producing 85ee257982b4350009ec2ba014b030683a63da9a 04:41:38 Checking out Revision 85ee257982b4350009ec2ba014b030683a63da9a (PR-233) 04:41:38 > git config core.sparsecheckout # timeout=10 04:41:38 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # timeout=10 04:41:38 > git remote # timeout=10 04:41:38 > git config --get remote.origin.url # timeout=10 04:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:38 > git merge cc04255af54e797bbfe352695aeff2c1567be629 # timeout=10 04:41:38 > git rev-parse HEAD^{commit} # timeout=10 04:41:38 > git config core.sparsecheckout # timeout=10 04:41:38 > git checkout -f 85ee257982b4350009ec2ba014b030683a63da9a # timeout=10 04:41:43 Commit message: "remove Feedback user guide" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:41:44 ========================================================= 04:41:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:41:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:41:46 + 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 . 04:41:47 Sending build context to Docker daemon 12.9MB 04:41:47 Step 1/8 : ARG BASE=golang:1.11-alpine 04:41:47 Step 2/8 : FROM ${BASE} 04:41:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:41:47 cde5963f3b93: Pulling fs layer 04:41:47 2a23fa8c16f7: Pulling fs layer 04:41:47 777b28850792: Pulling fs layer 04:41:47 8a11ddd9e578: Pulling fs layer 04:41:47 4cf88f913ddb: Pulling fs layer 04:41:47 1df406cf5192: Pulling fs layer 04:41:47 cd6300453558: Pulling fs layer 04:41:47 b9c365052c96: Pulling fs layer 04:41:47 a2d8cc88f415: Pulling fs layer 04:41:47 ea1d1ca13537: Pulling fs layer 04:41:47 3750a50a1c5e: Pulling fs layer 04:41:47 b9c365052c96: Waiting 04:41:47 4cf88f913ddb: Waiting 04:41:47 1df406cf5192: Waiting 04:41:47 a2d8cc88f415: Waiting 04:41:47 cd6300453558: Waiting 04:41:47 ea1d1ca13537: Waiting 04:41:47 3750a50a1c5e: Waiting 04:41:47 8a11ddd9e578: Waiting 04:41:47 777b28850792: Verifying Checksum 04:41:47 777b28850792: Download complete 04:41:47 2a23fa8c16f7: Verifying Checksum 04:41:47 2a23fa8c16f7: Download complete 04:41:47 4cf88f913ddb: Verifying Checksum 04:41:47 4cf88f913ddb: Download complete 04:41:47 1df406cf5192: Verifying Checksum 04:41:47 1df406cf5192: Download complete 04:41:48 cde5963f3b93: Verifying Checksum 04:41:48 cde5963f3b93: Download complete 04:41:49 cde5963f3b93: Pull complete 04:41:49 2a23fa8c16f7: Pull complete 04:41:49 777b28850792: Pull complete 04:41:51 cd6300453558: Verifying Checksum 04:41:51 cd6300453558: Download complete 04:41:52 a2d8cc88f415: Verifying Checksum 04:41:52 a2d8cc88f415: Download complete 04:41:54 ea1d1ca13537: Verifying Checksum 04:41:54 ea1d1ca13537: Download complete 04:41:54 3750a50a1c5e: Verifying Checksum 04:41:54 3750a50a1c5e: Download complete 04:41:57 b9c365052c96: Verifying Checksum 04:41:57 b9c365052c96: Download complete 04:41:58 8a11ddd9e578: Verifying Checksum 04:41:58 8a11ddd9e578: Download complete 04:42:11 8a11ddd9e578: Pull complete 04:42:11 4cf88f913ddb: Pull complete 04:42:11 1df406cf5192: Pull complete 04:42:15 cd6300453558: Pull complete 04:42:21 b9c365052c96: Pull complete 04:42:21 a2d8cc88f415: Pull complete 04:42:23 ea1d1ca13537: Pull complete 04:42:23 3750a50a1c5e: Pull complete 04:42:23 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 04:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:42:23 ---> 78745c68409d 04:42:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:42:28 ---> Running in cc57ebc8b2c8 04:42:28 Removing intermediate container cc57ebc8b2c8 04:42:28 ---> 3bc9fc0a29fd 04:42:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:28 ---> Running in 0fa13134baa1 04:42:31 Removing intermediate container 0fa13134baa1 04:42:31 ---> 59c86eed3fc2 04:42:31 Step 5/8 : RUN apk add --no-cache make git 04:42:31 ---> Running in 2294d0ee53ed 04:42:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 04:42:33 OK: 125 MiB in 39 packages 04:42:35 Removing intermediate container 2294d0ee53ed 04:42:35 ---> 83dc2db94ea7 04:42:35 Step 6/8 : WORKDIR /edgex-ui-go 04:42:35 ---> Running in cbf6ef2f318c 04:42:35 Removing intermediate container cbf6ef2f318c 04:42:35 ---> db6aca824939 04:42:35 Step 7/8 : COPY . . 04:42:37 ---> f89555f67465 04:42:37 Step 8/8 : RUN go mod download 04:42:37 ---> Running in 57eff7487dcc 04:42:44 go: finding cloud.google.com/go v0.26.0 04:42:44 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 04:42:44 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 04:42:44 go: finding github.com/BurntSushi/toml v0.3.1 04:42:44 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 04:42:44 go: finding github.com/Microsoft/go-winio v0.4.3 04:42:44 go: finding github.com/NYTimes/gziphandler v1.0.1 04:42:44 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 04:42:44 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 04:42:44 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 04:42:44 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 04:42:44 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:42:44 go: finding github.com/armon/go-metrics v0.3.3 04:42:44 go: finding github.com/armon/go-radix v1.0.0 04:42:44 go: finding github.com/aws/aws-sdk-go v1.25.41 04:42:44 go: finding github.com/beorn7/perks v1.0.1 04:42:44 go: finding github.com/bgentry/speakeasy v0.1.0 04:42:44 go: finding github.com/boltdb/bolt v1.3.1 04:42:44 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:42:44 go: finding github.com/cespare/xxhash/v2 v2.1.1 04:42:44 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 04:42:44 go: finding github.com/circonus-labs/circonusllhist v0.1.3 04:42:44 go: finding github.com/client9/misspell v0.3.4 04:42:44 go: finding github.com/coredns/coredns v1.1.2 04:42:44 go: finding github.com/davecgh/go-spew v1.1.1 04:42:44 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 04:42:45 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:42:45 go: finding github.com/digitalocean/godo v1.10.0 04:42:45 go: finding github.com/dimchansky/utfbom v1.1.0 04:42:45 go: finding github.com/dnaeon/go-vcr v1.0.1 04:42:45 go: finding github.com/docker/go-connections v0.3.0 04:42:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:42:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 04:42:47 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 04:42:47 go: finding github.com/envoyproxy/go-control-plane v0.8.0 04:42:47 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 04:42:47 go: finding github.com/fatih/color v1.9.0 04:42:47 go: finding github.com/fatih/structs v1.1.0 04:42:47 go: finding github.com/fsnotify/fsnotify v1.4.7 04:42:47 go: finding github.com/ghodss/yaml v1.0.0 04:42:47 go: finding github.com/go-kit/kit v0.9.0 04:42:47 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 04:42:47 go: finding github.com/go-logfmt/logfmt v0.4.0 04:42:47 go: finding github.com/go-ole/go-ole v1.2.1 04:42:47 go: finding github.com/go-stack/stack v1.8.0 04:42:47 go: finding github.com/go-test/deep v1.0.2 04:42:47 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 04:42:47 go: finding github.com/gobuffalo/depgen v0.1.0 04:42:47 go: finding github.com/gobuffalo/envy v1.7.0 04:42:47 go: finding github.com/gobuffalo/flect v0.1.3 04:42:47 go: finding github.com/gobuffalo/genny v0.1.1 04:42:47 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 04:42:47 go: finding github.com/gobuffalo/gogen v0.1.1 04:42:47 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 04:42:47 go: finding github.com/gobuffalo/mapi v1.0.2 04:42:47 go: finding github.com/gobuffalo/packd v0.1.0 04:42:47 go: finding github.com/gobuffalo/packr/v2 v2.2.0 04:42:47 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 04:42:47 go: finding github.com/gogo/googleapis v1.1.0 04:42:47 go: finding github.com/gogo/protobuf v1.2.1 04:42:47 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 04:42:47 go: finding github.com/golang/mock v1.1.1 04:42:47 go: finding github.com/golang/protobuf v1.3.2 04:42:47 go: finding github.com/golang/snappy v0.0.1 04:42:47 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:42:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:42:48 go: finding github.com/google/go-cmp v0.4.0 04:42:48 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 04:42:48 go: finding github.com/google/gofuzz v1.0.0 04:42:48 go: finding github.com/googleapis/gnostic v0.2.0 04:42:48 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 04:42:48 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 04:42:48 go: finding github.com/gorilla/mux v1.7.1 04:42:48 go: finding github.com/gorilla/websocket v1.4.0 04:42:48 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 04:42:48 go: finding github.com/hashicorp/consul v1.7.2 04:42:48 go: finding github.com/hashicorp/consul/api v1.4.0 04:42:48 go: finding github.com/hashicorp/consul/sdk v0.4.0 04:42:48 go: finding github.com/hashicorp/errwrap v1.0.0 04:42:48 go: finding github.com/hashicorp/go-bexpr v0.1.2 04:42:48 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 04:42:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:42:48 go: finding github.com/hashicorp/go-connlimit v0.2.0 04:42:48 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 04:42:48 go: finding github.com/hashicorp/go-hclog v0.12.2 04:42:48 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 04:42:48 go: finding github.com/hashicorp/go-memdb v1.0.3 04:42:48 go: finding github.com/hashicorp/go-msgpack v0.5.5 04:42:48 go: finding github.com/hashicorp/go-multierror v1.0.0 04:42:48 go: finding github.com/hashicorp/go-plugin v1.0.1 04:42:48 go: finding github.com/hashicorp/go-raftchunking v0.6.1 04:42:48 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 04:42:48 go: finding github.com/hashicorp/go-rootcerts v1.0.2 04:42:48 go: finding github.com/hashicorp/go-sockaddr v1.0.2 04:42:48 go: finding github.com/hashicorp/go-syslog v1.0.0 04:42:48 go: finding github.com/hashicorp/go-uuid v1.0.1 04:42:48 go: finding github.com/hashicorp/go-version v1.1.0 04:42:48 go: finding github.com/hashicorp/go.net v0.0.1 04:42:49 go: finding github.com/hashicorp/golang-lru v0.5.4 04:42:49 go: finding github.com/hashicorp/hcl v1.0.0 04:42:49 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 04:42:49 go: finding github.com/hashicorp/logutils v1.0.0 04:42:49 go: finding github.com/hashicorp/mdns v1.0.1 04:42:49 go: finding github.com/hashicorp/memberlist v0.2.0 04:42:49 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 04:42:49 go: finding github.com/hashicorp/raft v1.1.2 04:42:49 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 04:42:49 go: finding github.com/hashicorp/serf v0.9.0 04:42:49 go: finding github.com/hashicorp/vault/api v1.0.4 04:42:49 go: finding github.com/hashicorp/vault/sdk v0.1.13 04:42:49 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 04:42:49 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 04:42:49 go: finding github.com/hpcloud/tail v1.0.0 04:42:49 go: finding github.com/imdario/mergo v0.3.6 04:42:49 go: finding github.com/inconshreveable/mousetrap v1.0.0 04:42:49 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 04:42:49 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 04:42:49 go: finding github.com/joho/godotenv v1.3.0 04:42:49 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 04:42:49 go: finding github.com/json-iterator/go v1.1.9 04:42:49 go: finding github.com/jtolds/gls v4.2.1+incompatible 04:42:49 go: finding github.com/julienschmidt/httprouter v1.2.0 04:42:49 go: finding github.com/karrick/godirwalk v1.10.3 04:42:49 go: finding github.com/kisielk/errcheck v1.2.0 04:42:49 go: finding github.com/kisielk/gotool v1.0.0 04:42:49 go: finding github.com/klauspost/compress v1.9.5 04:42:49 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 04:42:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:42:49 go: finding github.com/kr/pretty v0.2.0 04:42:49 go: finding github.com/kr/pty v1.1.1 04:42:49 go: finding github.com/kr/text v0.1.0 04:42:49 go: finding github.com/likexian/gokit v0.20.16 04:42:49 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 04:42:49 go: finding github.com/linode/linodego v0.7.1 04:42:49 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 04:42:49 go: finding github.com/markbates/safe v1.0.1 04:42:49 go: finding github.com/mattn/go-colorable v0.1.6 04:42:49 go: finding github.com/mattn/go-isatty v0.0.12 04:42:49 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 04:42:49 go: finding github.com/miekg/dns v1.1.26 04:42:49 go: finding github.com/mitchellh/cli v1.0.0 04:42:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:42:49 go: finding github.com/mitchellh/copystructure v1.0.0 04:42:49 go: finding github.com/mitchellh/go-homedir v1.1.0 04:42:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:42:49 go: finding github.com/mitchellh/go-wordwrap v1.0.0 04:42:49 go: finding github.com/mitchellh/gox v0.4.0 04:42:50 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 04:42:50 go: finding github.com/mitchellh/iochan v1.0.0 04:42:50 go: finding github.com/mitchellh/mapstructure v1.2.2 04:42:50 go: finding github.com/mitchellh/reflectwalk v1.0.1 04:42:50 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 04:42:50 go: finding github.com/modern-go/reflect2 v1.0.1 04:42:50 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 04:42:50 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 04:42:50 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 04:42:50 go: finding github.com/oklog/run v1.0.0 04:42:50 go: finding github.com/onsi/ginkgo v1.6.0 04:42:50 go: finding github.com/onsi/gomega v1.4.2 04:42:50 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 04:42:50 go: finding github.com/pascaldekloe/goe v0.1.0 04:42:50 go: finding github.com/pebbe/zmq4 v1.2.0 04:42:50 go: finding github.com/pelletier/go-toml v1.7.0 04:42:50 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 04:42:50 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 04:42:50 go: finding github.com/pkg/errors v0.8.1 04:42:50 go: finding github.com/pmezard/go-difflib v1.0.0 04:42:50 go: finding github.com/posener/complete v1.1.1 04:42:50 go: finding github.com/prometheus/client_golang v1.4.0 04:42:50 go: finding github.com/prometheus/client_model v0.2.0 04:42:50 go: finding github.com/prometheus/common v0.9.1 04:42:50 go: finding github.com/prometheus/procfs v0.0.8 04:42:50 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 04:42:50 go: finding github.com/rogpeppe/go-internal v1.3.0 04:42:50 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 04:42:50 go: finding github.com/ryanuber/go-glob v1.0.0 04:42:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:42:50 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 04:42:50 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 04:42:50 go: finding github.com/sirupsen/logrus v1.4.2 04:42:50 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 04:42:50 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 04:42:50 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 04:42:50 go: finding github.com/spf13/cobra v0.0.3 04:42:50 go: finding github.com/spf13/pflag v1.0.3 04:42:50 go: finding github.com/stretchr/objx v0.1.1 04:42:50 go: finding github.com/stretchr/testify v1.4.0 04:42:50 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 04:42:51 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 04:42:51 go: finding github.com/tidwall/pretty v1.0.0 04:42:51 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 04:42:51 go: finding github.com/vmware/govmomi v0.18.0 04:42:51 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 04:42:51 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 04:42:51 go: finding go.mongodb.org/mongo-driver v1.3.1 04:42:51 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 04:42:51 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 04:42:51 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 04:42:51 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 04:42:51 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 04:42:51 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 04:42:51 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 04:42:51 go: finding golang.org/x/text v0.3.2 04:42:51 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 04:42:51 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 04:42:51 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 04:42:51 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 04:42:51 go: finding google.golang.org/appengine v1.4.0 04:42:51 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 04:42:51 go: finding google.golang.org/grpc v1.23.0 04:42:51 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 04:42:51 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 04:42:52 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 04:42:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:42:52 go: finding gopkg.in/errgo.v2 v2.1.0 04:42:52 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:42:52 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 04:42:52 go: finding gopkg.in/inf.v0 v0.9.1 04:42:52 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:42:52 go: finding gopkg.in/resty.v1 v1.12.0 04:42:52 go: finding gopkg.in/square/go-jose.v2 v2.3.1 04:42:52 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:42:52 go: finding gopkg.in/yaml.v2 v2.2.8 04:42:52 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 04:42:52 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 04:42:52 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 04:42:52 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 04:42:52 go: finding k8s.io/client-go v8.0.0+incompatible 04:42:52 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 04:43:03 Removing intermediate container 5e2fe2b0e843 04:43:03 ---> d91f044a917a 04:43:03 Successfully built d91f044a917a 04:43:03 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 04:43:04 + docker inspect -f . ci-base-image-x86_64 04:43:04 . [Pipeline] withDockerContainer 04:43:04 prd-centos7-docker-4c-2g-1830 does not seem to be running inside a container 04:43:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:43:05 $ docker top 66d08bcd8c7b8a28e72090523020bbc0e6207c053be66e177ffaa131d37ea255 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:06 + go version 04:43:06 go version go1.13.5 linux/amd64 [Pipeline] sh 04:43:06 + make test 04:43:06 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:43:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:43:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:43:17 GO111MODULE=on go vet ./... [Pipeline] stash 04:43:19 Stashed 1 file(s) [Pipeline] } 04:43:19 $ docker stop --time=1 66d08bcd8c7b8a28e72090523020bbc0e6207c053be66e177ffaa131d37ea255 04:43:21 $ docker rm -f 66d08bcd8c7b8a28e72090523020bbc0e6207c053be66e177ffaa131d37ea255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:43:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:43:22 + ls -al . 04:43:22 total 104 04:43:22 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 4 04:43 . 04:43:22 drwxrwxr-x. 4 jenkins jenkins 28 Jun 4 04:40 .. 04:43:22 drwxrwxr-x. 3 jenkins jenkins 20 Jun 4 04:40 assets 04:43:22 drwxrwxr-x. 2 jenkins jenkins 35 Jun 4 04:40 bin 04:43:22 drwxrwxr-x. 3 jenkins jenkins 29 Jun 4 04:40 cmd 04:43:22 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 4 04:40 CONTRIBUTING.md 04:43:22 -rw-r--r--. 1 jenkins jenkins 10 Jun 4 04:43 coverage.out 04:43:22 -rw-rw-r--. 1 jenkins jenkins 913 Jun 4 04:40 Dockerfile 04:43:22 -rw-rw-r--. 1 jenkins jenkins 898 Jun 4 04:40 Dockerfile.build 04:43:22 drwxrwxr-x. 4 jenkins jenkins 72 Jun 4 04:40 docs 04:43:22 drwxrwxr-x. 8 jenkins jenkins 179 Jun 4 04:40 .git 04:43:22 -rw-rw-r--. 1 jenkins jenkins 136 Jun 4 04:40 .gitignore 04:43:22 -rw-r--r--. 1 jenkins jenkins 974 Jun 4 04:43 go.mod 04:43:22 -rw-r--r--. 1 jenkins jenkins 44475 Jun 4 04:43 go.sum 04:43:22 drwxrwxr-x. 10 jenkins jenkins 139 Jun 4 04:40 internal 04:43:22 -rw-rw-r--. 1 jenkins jenkins 675 Jun 4 04:40 Jenkinsfile 04:43:22 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 4 04:40 LICENSE 04:43:22 -rw-rw-r--. 1 jenkins jenkins 951 Jun 4 04:40 Makefile 04:43:22 -rw-rw-r--. 1 jenkins jenkins 2246 Jun 4 04:40 README.md 04:43:22 drwxrwxr-x. 3 jenkins jenkins 58 Jun 4 04:40 .semver 04:43:22 -rw-rw-r--. 1 jenkins jenkins 5 Jun 4 04:37 VERSION 04:43:22 -rw-rw-r--. 1 jenkins jenkins 155 Jun 4 04:40 version.go [Pipeline] isUnix [Pipeline] sh 04:43:22 + 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=85ee257982b4350009ec2ba014b030683a63da9a --label arch=amd64 --label version=0.0.0 . 04:43:23 Sending build context to Docker daemon 12.95MB 04:43:23 Step 1/24 : ARG BASE=golang:1.13-alpine 04:43:23 Step 2/24 : FROM ${BASE} AS builder 04:43:23 ---> d91f044a917a 04:43:23 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:43:23 ---> Running in cc5410e8a245 04:43:23 Removing intermediate container cc5410e8a245 04:43:23 ---> d4c61f9f36e5 04:43:23 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:43:23 ---> Running in fe28068440bf 04:43:23 Removing intermediate container fe28068440bf 04:43:23 ---> 47f246d208cb 04:43:23 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:43:23 ---> Running in 5e4980d8bca1 04:43:23 Removing intermediate container 5e4980d8bca1 04:43:23 ---> b4836d306af7 04:43:23 Step 6/24 : LABEL Name=edgex-ui-go 04:43:23 ---> Running in e6342d5485d2 04:43:24 Removing intermediate container e6342d5485d2 04:43:24 ---> ced54bb5d03f 04:43:24 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:43:24 ---> Running in 89d4ad312d44 04:43:24 Removing intermediate container 89d4ad312d44 04:43:24 ---> c287602b17fc 04:43:24 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:24 ---> Running in 19520e5f7331 04:43:25 Removing intermediate container 19520e5f7331 04:43:25 ---> d94532d5ce93 04:43:25 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:43:25 ---> Running in 07c3f11daf5f 04:43:26 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:43:26 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:43:27 v3.11.6-70-g2ce11e47f6 [http://nl.alpinelinux.org/alpine/v3.11/main] 04:43:27 v3.11.6-68-gf6abc2afac [http://nl.alpinelinux.org/alpine/v3.11/community] 04:43:27 OK: 11289 distinct packages available 04:43:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:43:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:43:28 OK: 143 MiB in 39 packages 04:43:28 Removing intermediate container 07c3f11daf5f 04:43:28 ---> 1e350d68deb8 04:43:28 Step 10/24 : ENV GO111MODULE=on 04:43:29 ---> Running in d902efe12873 04:43:29 Removing intermediate container d902efe12873 04:43:29 ---> 39b02825b434 04:43:29 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:43:29 ---> Running in abc8be2a7bb3 04:43:29 Removing intermediate container abc8be2a7bb3 04:43:29 ---> 6681e303ad80 04:43:29 Step 12/24 : COPY go.mod . 04:43:29 ---> 0bda5af44ad0 04:43:29 Step 13/24 : COPY Makefile . 04:43:30 ---> 2daa55616fc0 04:43:30 Step 14/24 : RUN make update 04:43:30 ---> Running in bf3d0bff48f4 04:43:30 CGO_ENABLED=0 GO111MODULE=on go mod download 04:43:31 Removing intermediate container bf3d0bff48f4 04:43:31 ---> ca951e73d483 04:43:31 Step 15/24 : COPY . . 04:43:32 ---> b83a7c02661b 04:43:32 Step 16/24 : RUN ${MAKE} 04:43:32 ---> Running in b67472116879 04:43:32 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 04:43:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:43:45 Removing intermediate container b67472116879 04:43:45 ---> 4ada15bd84a4 04:43:45 Step 17/24 : FROM alpine 04:43:45 latest: Pulling from library/alpine 04:43:45 df20fa9351a1: Pulling fs layer 04:43:47 df20fa9351a1: Verifying Checksum 04:43:47 df20fa9351a1: Download complete 04:43:48 df20fa9351a1: Pull complete 04:43:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:48 Status: Downloaded newer image for alpine:latest 04:43:48 ---> a24bb4013296 04:43:48 Step 18/24 : EXPOSE 4000 04:43:48 ---> Running in a3e429022358 04:43:48 Removing intermediate container a3e429022358 04:43:48 ---> 9f684619e1c5 04:43:48 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 04:43:48 ---> 7a6bd3540a67 04:43:48 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:43:49 ---> Running in 4c1ea7a1bb85 04:43:49 Removing intermediate container 4c1ea7a1bb85 04:43:49 ---> 877bb456ffe9 04:43:49 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:43:49 ---> Running in 06fd73d7be09 04:43:49 Removing intermediate container 06fd73d7be09 04:43:49 ---> c9f59d2ce16a 04:43:49 Step 22/24 : LABEL arch=amd64 04:43:49 ---> Running in 09cc954d97d9 04:43:49 Removing intermediate container 09cc954d97d9 04:43:49 ---> 84488ffa72d5 04:43:49 Step 23/24 : LABEL git_sha=85ee257982b4350009ec2ba014b030683a63da9a 04:43:49 ---> Running in 4522d107dfce 04:43:49 Removing intermediate container 4522d107dfce 04:43:49 ---> 71bbfc5115ed 04:43:49 Step 24/24 : LABEL version=0.0.0 04:43:49 ---> Running in d3dc13373213 04:43:49 Removing intermediate container d3dc13373213 04:43:49 ---> b15b2a524f73 04:43:49 [Warning] One or more build-args [ARCH] were not consumed 04:43:49 Successfully built b15b2a524f73 04:43:49 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] } 04:44:44 Removing intermediate container 57eff7487dcc 04:44:44 ---> 6f60c2f1f805 04:44:44 Successfully built 6f60c2f1f805 04:44:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:45 + docker inspect -f . ci-base-image-arm64 04:44:45 . [Pipeline] withDockerContainer 04:44:46 prd-ubuntu18.04-docker-arm64-4c-16g-1831 does not seem to be running inside a container 04:44:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:44:47 $ docker top 7eb1767a5525913c1fb891dcd9ffca52f47465fd31d6aa7bcfe9fad5d979124e -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:49 + go version 04:44:49 go version go1.13.5 linux/arm64 [Pipeline] sh 04:44:49 + make test 04:44:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:44:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:45:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:45:14 GO111MODULE=on go vet ./... [Pipeline] stash 04:45:19 Warning: overwriting stash ‘coverage-report’ 04:45:20 Stashed 1 file(s) [Pipeline] } 04:45:20 $ docker stop --time=1 7eb1767a5525913c1fb891dcd9ffca52f47465fd31d6aa7bcfe9fad5d979124e 04:45:22 $ docker rm -f 7eb1767a5525913c1fb891dcd9ffca52f47465fd31d6aa7bcfe9fad5d979124e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:45:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:45:23 + ls -al . 04:45:23 total 136 04:45:23 drwxrwxr-x 9 jenkins jenkins 4096 Jun 4 04:44 . 04:45:23 drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 04:41 .. 04:45:23 drwxrwxr-x 8 jenkins jenkins 4096 Jun 4 04:41 .git 04:45:23 -rw-rw-r-- 1 jenkins jenkins 136 Jun 4 04:41 .gitignore 04:45:23 drwxrwxr-x 3 jenkins jenkins 4096 Jun 4 04:41 .semver 04:45:23 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 4 04:41 CONTRIBUTING.md 04:45:23 -rw-rw-r-- 1 jenkins jenkins 913 Jun 4 04:41 Dockerfile 04:45:23 -rw-rw-r-- 1 jenkins jenkins 898 Jun 4 04:41 Dockerfile.build 04:45:23 -rw-rw-r-- 1 jenkins jenkins 675 Jun 4 04:41 Jenkinsfile 04:45:23 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 4 04:41 LICENSE 04:45:23 -rw-rw-r-- 1 jenkins jenkins 951 Jun 4 04:41 Makefile 04:45:23 -rw-rw-r-- 1 jenkins jenkins 2246 Jun 4 04:41 README.md 04:45:23 -rw-rw-r-- 1 jenkins jenkins 5 Jun 4 04:37 VERSION 04:45:23 drwxrwxr-x 3 jenkins jenkins 4096 Jun 4 04:41 assets 04:45:23 drwxrwxr-x 2 jenkins jenkins 4096 Jun 4 04:41 bin 04:45:23 drwxrwxr-x 3 jenkins jenkins 4096 Jun 4 04:41 cmd 04:45:23 -rw-r--r-- 1 jenkins jenkins 10 Jun 4 04:44 coverage.out 04:45:23 drwxrwxr-x 4 jenkins jenkins 4096 Jun 4 04:41 docs 04:45:23 -rw-r--r-- 1 jenkins jenkins 974 Jun 4 04:44 go.mod 04:45:23 -rw-r--r-- 1 jenkins jenkins 44475 Jun 4 04:44 go.sum 04:45:23 drwxrwxr-x 10 jenkins jenkins 4096 Jun 4 04:41 internal 04:45:23 -rw-rw-r-- 1 jenkins jenkins 155 Jun 4 04:41 version.go [Pipeline] isUnix [Pipeline] sh 04:45:24 + 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=85ee257982b4350009ec2ba014b030683a63da9a --label arch=arm64 --label version=0.0.0 . 04:45:24 Sending build context to Docker daemon 12.95MB 04:45:24 Step 1/24 : ARG BASE=golang:1.13-alpine 04:45:24 Step 2/24 : FROM ${BASE} AS builder 04:45:24 ---> 6f60c2f1f805 04:45:24 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:45:25 ---> Running in e3781c897b2e 04:45:25 Removing intermediate container e3781c897b2e 04:45:25 ---> bfbb67a991c0 04:45:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:45:25 ---> Running in 562e2fe810cd 04:45:26 Removing intermediate container 562e2fe810cd 04:45:26 ---> 3a080f2eaa05 04:45:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:45:26 ---> Running in c9dfefecbdf2 04:45:26 Removing intermediate container c9dfefecbdf2 04:45:26 ---> 0df1fe94fbfd 04:45:26 Step 6/24 : LABEL Name=edgex-ui-go 04:45:26 ---> Running in 625c510b68cc 04:45:27 Removing intermediate container 625c510b68cc 04:45:27 ---> 2ee87388715a 04:45:27 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:45:27 ---> Running in dc8401364058 04:45:27 Removing intermediate container dc8401364058 04:45:27 ---> 59bdbfeaa165 04:45:27 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:27 ---> Running in 1111771e55cd 04:45:29 Removing intermediate container 1111771e55cd 04:45:29 ---> 8fe080641199 04:45:29 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:45:29 ---> Running in 391edbbf9631 04:45:30 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 04:45:31 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 04:45:32 v3.11.6-70-g2ce11e47f6 [http://nl.alpinelinux.org/alpine/v3.11/main] 04:45:32 v3.11.6-68-gf6abc2afac [http://nl.alpinelinux.org/alpine/v3.11/community] 04:45:32 OK: 11178 distinct packages available 04:45:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 04:45:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 04:45:34 OK: 125 MiB in 39 packages 04:45:35 Removing intermediate container 391edbbf9631 04:45:35 ---> 13ad4e951c9f 04:45:35 Step 10/24 : ENV GO111MODULE=on 04:45:35 ---> Running in e5a49b098663 04:45:35 Removing intermediate container e5a49b098663 04:45:35 ---> f87a5febdcc0 04:45:35 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:45:35 ---> Running in 94c498ef992c 04:45:35 Removing intermediate container 94c498ef992c 04:45:35 ---> 08ab128e61df 04:45:35 Step 12/24 : COPY go.mod . 04:45:36 ---> 8ec9a20e884c 04:45:36 Step 13/24 : COPY Makefile . 04:45:37 ---> 52b24644b450 04:45:37 Step 14/24 : RUN make update 04:45:37 ---> Running in 4ddcba0aa358 04:45:38 CGO_ENABLED=0 GO111MODULE=on go mod download 04:45:39 Removing intermediate container 4ddcba0aa358 04:45:39 ---> c9d7fa26074f 04:45:39 Step 15/24 : COPY . . 04:45:41 ---> 7f5d9a2f7cb4 04:45:41 Step 16/24 : RUN ${MAKE} 04:45:41 ---> Running in 38d53bcf3f94 04:45:42 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 04:46:08 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:46:12 Removing intermediate container 38d53bcf3f94 04:46:12 ---> ee2530bfa1c9 04:46:12 Step 17/24 : FROM alpine 04:46:12 latest: Pulling from library/alpine 04:46:12 b538f80385f9: Pulling fs layer 04:46:12 b538f80385f9: Verifying Checksum 04:46:12 b538f80385f9: Download complete 04:46:13 b538f80385f9: Pull complete 04:46:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:46:13 Status: Downloaded newer image for alpine:latest 04:46:13 ---> 62ee0e9f8440 04:46:13 Step 18/24 : EXPOSE 4000 04:46:13 ---> Running in e6296b741f75 04:46:13 Removing intermediate container e6296b741f75 04:46:13 ---> 9b8ca2727100 04:46:13 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 04:46:15 ---> df0a4b99241c 04:46:15 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:46:15 ---> Running in bfe89df0ee29 04:46:15 Removing intermediate container bfe89df0ee29 04:46:15 ---> 322a1b22e6c4 04:46:15 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:46:15 ---> Running in 2e66ef9650d1 04:46:16 Removing intermediate container 2e66ef9650d1 04:46:16 ---> 3d6c065f0a01 04:46:16 Step 22/24 : LABEL arch=arm64 04:46:16 ---> Running in df03b40fa153 04:46:16 Removing intermediate container df03b40fa153 04:46:16 ---> f2df2889a306 04:46:16 Step 23/24 : LABEL git_sha=85ee257982b4350009ec2ba014b030683a63da9a 04:46:16 ---> Running in 3984e53886e7 04:46:17 Removing intermediate container 3984e53886e7 04:46:17 ---> 068ed87918cb 04:46:17 Step 24/24 : LABEL version=0.0.0 04:46:17 ---> Running in 94ab84f49156 04:46:17 Removing intermediate container 94ab84f49156 04:46:17 ---> 652c49fbc587 04:46:17 [Warning] One or more build-args [ARCH] were not consumed 04:46:17 Successfully built 652c49fbc587 04:46:17 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 04:46:18 provisioning config files... 04:46:18 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/config6332302226467020224tmp [Pipeline] { [Pipeline] sh 04:46:18 + curl -s https://codecov.io/bash 04:46:18 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/config6332302226467020224tmp 04:46:20 04:46:20 _____ _ 04:46:20 / ____| | | 04:46:20 | | ___ __| | ___ ___ _____ __ 04:46:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:46:20 | |___| (_) | (_| | __/ (_| (_) \ V / 04:46:20 \_____\___/ \__,_|\___|\___\___/ \_/ 04:46:20 Bash-20200602-f809a24 04:46:20 04:46:20 04:46:20 ==> Jenkins CI detected. 04:46:20 project root: . 04:46:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:46:20 ==> Running gcov in . (disable via -X gcov) 04:46:20 ==> Python coveragepy not found 04:46:20 ==> Searching for coverage reports in: 04:46:20 + . 04:46:20 -> Found 1 reports 04:46:20 ==> Detecting git/mercurial file structure 04:46:20 ==> Reading reports 04:46:20 + ./coverage.out bytes=10 04:46:20 ==> Appending adjustments 04:46:20 https://docs.codecov.io/docs/fixing-reports 04:46:20 + Found adjustments 04:46:20 ==> Gzipping contents 04:46:20 ==> Uploading reports 04:46:20 url: https://codecov.io 04:46:20 query: branch=PR-233&commit=85ee257982b4350009ec2ba014b030683a63da9a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-233%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=233&job= 04:46:20 -> Pinging Codecov 04:46:20 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-233&commit=85ee257982b4350009ec2ba014b030683a63da9a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-233%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=233&job= 04:46:21 -> Uploading 04:46:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/85ee257982b4350009ec2ba014b030683a63da9a [Pipeline] } 04:46:21 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 04:46:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:46:22 ---> package-listing.sh 04:46:22 ++ facter osfamily 04:46:22 ++ tr '[:upper:]' '[:lower:]' 04:46:22 + OS_FAMILY=redhat 04:46:22 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-233 04:46:22 + START_PACKAGES=/tmp/packages_start.txt 04:46:22 + END_PACKAGES=/tmp/packages_end.txt 04:46:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:46:22 + PACKAGES=/tmp/packages_start.txt 04:46:22 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-233 ']' 04:46:22 + PACKAGES=/tmp/packages_end.txt 04:46:22 + case "${OS_FAMILY}" in 04:46:22 + rpm -qa 04:46:22 + sort 04:46:27 + '[' -f /tmp/packages_start.txt ']' 04:46:27 + '[' -f /tmp/packages_end.txt ']' 04:46:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:46:27 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-233 ']' 04:46:27 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-233/archives/ 04:46:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-233/archives/ [Pipeline] isUnix [Pipeline] sh 04:46:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:46:27 04:46:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:46:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:46:27 alpine: Pulling from edgex-lftools-log-publisher 04:46:27 c9b1b535fdd9: Pulling fs layer 04:46:27 2cc5ad85d9ab: Pulling fs layer 04:46:27 756a868c4378: Pulling fs layer 04:46:27 444b2fc9a129: Pulling fs layer 04:46:27 ea15f1150254: Pulling fs layer 04:46:27 41b27a9f41bf: Pulling fs layer 04:46:27 28c525ee5125: Pulling fs layer 04:46:27 094b1ea09ed8: Pulling fs layer 04:46:27 138eaada9080: Pulling fs layer 04:46:27 0622d0fa9048: Pulling fs layer 04:46:27 28c525ee5125: Waiting 04:46:27 094b1ea09ed8: Waiting 04:46:27 444b2fc9a129: Waiting 04:46:27 138eaada9080: Waiting 04:46:27 ea15f1150254: Waiting 04:46:27 41b27a9f41bf: Waiting 04:46:27 0622d0fa9048: Waiting 04:46:27 2cc5ad85d9ab: Verifying Checksum 04:46:27 2cc5ad85d9ab: Download complete 04:46:27 444b2fc9a129: Verifying Checksum 04:46:27 444b2fc9a129: Download complete 04:46:27 c9b1b535fdd9: Verifying Checksum 04:46:27 c9b1b535fdd9: Download complete 04:46:27 ea15f1150254: Verifying Checksum 04:46:27 ea15f1150254: Download complete 04:46:27 28c525ee5125: Verifying Checksum 04:46:27 28c525ee5125: Download complete 04:46:28 c9b1b535fdd9: Pull complete 04:46:28 756a868c4378: Verifying Checksum 04:46:28 756a868c4378: Download complete 04:46:28 138eaada9080: Verifying Checksum 04:46:28 138eaada9080: Download complete 04:46:28 0622d0fa9048: Verifying Checksum 04:46:28 0622d0fa9048: Download complete 04:46:28 2cc5ad85d9ab: Pull complete 04:46:28 094b1ea09ed8: Verifying Checksum 04:46:28 094b1ea09ed8: Download complete 04:46:28 41b27a9f41bf: Verifying Checksum 04:46:28 41b27a9f41bf: Download complete 04:46:30 756a868c4378: Pull complete 04:46:30 444b2fc9a129: Pull complete 04:46:30 ea15f1150254: Pull complete 04:46:33 41b27a9f41bf: Pull complete 04:46:33 28c525ee5125: Pull complete 04:46:35 094b1ea09ed8: Pull complete 04:46:35 138eaada9080: Pull complete 04:46:35 0622d0fa9048: Pull complete 04:46:35 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:46:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:46:36 prd-centos7-docker-4c-2g-1829 does not seem to be running inside a container 04:46:36 $ 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-233 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-233:/w/workspace/edgexfoundry_edgex-ui-go_PR-233:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:46:37 $ docker top eaaebd90675079070e92b3d0a6df8c04ecd1205eda0c40a8217c52121d2bc690 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:46:37 provisioning config files... 04:46:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-233@tmp/config8550992351713133668tmp [Pipeline] { [Pipeline] echo 04:46:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:46:37 ---> create-netrc.sh [Pipeline] echo 04:46:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:46:38 ---> logs-deploy.sh 04:46:38 + ARCHIVE_ARTIFACTS= 04:46:38 + LOGS_SERVER=https://logs.edgexfoundry.org 04:46:38 + '[' https://logs.edgexfoundry.org == None ']' 04:46:38 + NEXUS_URL=https://nexus.edgexfoundry.org 04:46:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-233/6 04:46:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-233/6/ 04:46:38 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-233/6 /w/workspace/edgexfoundry_edgex-ui-go_PR-233 04:46:38 Archives upload complete. 04:46:39 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-233/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-233/6/