Pull request #239 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 DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 06ea564be64d0c4d37e15143b1f80c1cbda10af1 rather than 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Obtained Jenkinsfile from 06ea564be64d0c4d37e15143b1f80c1cbda10af1 Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-239/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 ‘prd-centos7-docker-4c-2g-2452’ is offline Running on prd-centos7-docker-4c-2g-2455 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-239 # 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # 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 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # 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 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 Commit message: "Remove useless code about gateway messbox prompt" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:56:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:56:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:56:34 ========================================================= 11:56:34 EdgeX Global Pipelines Version Info 11:56:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:56:35 ------------------- 11:56:35 stable info: 11:56:35 ------------------- 11:56:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:56:35 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:56:35 Message: update stable to v1.0.89 11:56:36 ------------------- 11:56:36 experimental info: 11:56:36 ------------------- 11:56:36 Commited By: **** collab-it+edgex@linuxfoundation.org 11:56:36 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:56:36 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 11:56:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:38 11:56:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:56:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:38 latest: Pulling from edgex-devops/git-semver 11:56:38 9123ac7c32f7: Pulling fs layer 11:56:38 b8cc5d1170e3: Pulling fs layer 11:56:38 2924cbbf6a41: Pulling fs layer 11:56:38 93b08a4f1073: Pulling fs layer 11:56:38 93b08a4f1073: Waiting 11:56:38 b8cc5d1170e3: Verifying Checksum 11:56:38 b8cc5d1170e3: Download complete 11:56:38 9123ac7c32f7: Verifying Checksum 11:56:38 9123ac7c32f7: Download complete 11:56:39 2924cbbf6a41: Verifying Checksum 11:56:39 2924cbbf6a41: Download complete 11:56:39 93b08a4f1073: Verifying Checksum 11:56:39 93b08a4f1073: Download complete 11:56:39 9123ac7c32f7: Pull complete 11:56:39 b8cc5d1170e3: Pull complete 11:56:40 2924cbbf6a41: Pull complete 11:56:40 93b08a4f1073: Pull complete 11:56:40 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 11:56:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:56:40 prd-centos7-docker-4c-2g-2455 does not seem to be running inside a container 11:56:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@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 11:56:42 $ docker top 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:56:42 [ssh-agent] Looking for ssh-agent implementation... 11:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:56:42 $ docker exec 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent 11:56:43 SSH_AUTH_SOCK=/tmp/ssh-cDD6XHuc3Svh/agent.11 11:56:43 SSH_AGENT_PID=16 11:56:43 Running ssh-add (command line suppressed) 11:56:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_8393594766102714731.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_8393594766102714731.key) 11:56:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:56:43 + git describe --exact-match --tags HEAD 11:56:43 fatal: No names found, cannot describe anything. [Pipeline] } 11:56:43 $ docker exec --env ******** --env ******** 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent -k 11:56:44 unset SSH_AUTH_SOCK; 11:56:44 unset SSH_AGENT_PID; 11:56:44 echo Agent pid 16 killed; 11:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:56:44 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:56:44 This usually means this commit has not been tagged. [Pipeline] sshagent 11:56:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:56:44 [ssh-agent] Looking for ssh-agent implementation... 11:56:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:56:44 $ docker exec 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent 11:56:44 SSH_AUTH_SOCK=/tmp/ssh-VRcfj1NvP5uP/agent.46 11:56:44 SSH_AGENT_PID=51 11:56:44 Running ssh-add (command line suppressed) 11:56:44 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_2121253517714440351.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_2121253517714440351.key) 11:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:56:45 + git semver init 11:56:45 # -> Open(): unable to determine branch for HEAD 11:56:45 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.git 11:56:45 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-239 11:56:45 # $SEMVER_REMOTE_NAME = origin 11:56:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:56:45 # $SEMVER_USER_NAME = edgex-jenkins 11:56:45 # $SEMVER_BRANCH = PR-239 11:56:45 # $SEMVER_TEMP = /tmp/semver-288839929 11:56:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 11:56:46 # '/tmp/semver-288839929' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver' 11:56:46 # -> Force: false 11:56:46 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver [Pipeline] } 11:56:46 $ docker exec --env ******** --env ******** 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent -k 11:56:46 unset SSH_AUTH_SOCK; 11:56:46 unset SSH_AGENT_PID; 11:56:46 echo Agent pid 51 killed; 11:56:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:56:46 + git semver [Pipeline] } 11:56:46 $ docker stop --time=1 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b 11:56:48 $ docker rm -f 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:56:49 Stashed 56 file(s) [Pipeline] echo 11:56:49 [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 11:57:04 Still waiting to schedule task 11:57:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:57:04 Still waiting to schedule task 11:57:04 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 11:58:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2456 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws 11:58:40 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 11:58:45 using credential edgex-jenkins-ssh 11:58:45 Cloning the remote Git repository 11:58:45 Cloning with configured refspecs honoured and without tags 11:58:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:58:45 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:58:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:58:45 > git --version # timeout=10 11:58:45 using GIT_SSH to set credentials SSH Credentials for GitHub 11:58:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:58:46 Fetching without tags 11:58:46 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 11:58:47 Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 11:58:47 Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) 11:58:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:58:46 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 11:58:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:58:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:58:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:58:46 using GIT_SSH to set credentials SSH Credentials for GitHub 11:58:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:58:46 > git config core.sparsecheckout # timeout=10 11:58:47 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 11:58:47 > git remote # timeout=10 11:58:47 > git config --get remote.origin.url # timeout=10 11:58:47 using GIT_SSH to set credentials SSH Credentials for GitHub 11:58:47 > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 11:58:47 > git rev-parse HEAD^{commit} # timeout=10 11:58:47 > git config core.sparsecheckout # timeout=10 11:58:47 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 11:58:51 Commit message: "Remove useless code about gateway messbox prompt" 11:58:52 > git --version # timeout=10 11:58:52 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:58:53 ========================================================= 11:58:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:58:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:58:54 + 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 . 11:58:55 Sending build context to Docker daemon 12.91MB 11:58:55 Step 1/8 : ARG BASE=golang:1.11-alpine 11:58:55 Step 2/8 : FROM ${BASE} 11:58:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:58:56 cde5963f3b93: Pulling fs layer 11:58:56 2a23fa8c16f7: Pulling fs layer 11:58:56 777b28850792: Pulling fs layer 11:58:56 8a11ddd9e578: Pulling fs layer 11:58:56 4cf88f913ddb: Pulling fs layer 11:58:56 1df406cf5192: Pulling fs layer 11:58:56 cd6300453558: Pulling fs layer 11:58:56 b9c365052c96: Pulling fs layer 11:58:56 a2d8cc88f415: Pulling fs layer 11:58:56 ea1d1ca13537: Pulling fs layer 11:58:56 3750a50a1c5e: Pulling fs layer 11:58:56 cd6300453558: Waiting 11:58:56 b9c365052c96: Waiting 11:58:56 8a11ddd9e578: Waiting 11:58:56 a2d8cc88f415: Waiting 11:58:56 ea1d1ca13537: Waiting 11:58:56 4cf88f913ddb: Waiting 11:58:56 3750a50a1c5e: Waiting 11:58:56 1df406cf5192: Waiting 11:58:56 777b28850792: Verifying Checksum 11:58:56 777b28850792: Download complete 11:58:56 2a23fa8c16f7: Download complete 11:58:56 4cf88f913ddb: Verifying Checksum 11:58:56 4cf88f913ddb: Download complete 11:58:56 1df406cf5192: Verifying Checksum 11:58:56 1df406cf5192: Download complete 11:58:56 cde5963f3b93: Verifying Checksum 11:58:57 cde5963f3b93: Pull complete 11:58:57 2a23fa8c16f7: Pull complete 11:58:58 777b28850792: Pull complete 11:58:59 cd6300453558: Verifying Checksum 11:58:59 cd6300453558: Download complete 11:58:59 a2d8cc88f415: Verifying Checksum 11:58:59 a2d8cc88f415: Download complete 11:59:00 ea1d1ca13537: Verifying Checksum 11:59:00 ea1d1ca13537: Download complete 11:59:00 3750a50a1c5e: Download complete 11:59:01 8a11ddd9e578: Verifying Checksum 11:59:01 8a11ddd9e578: Download complete 11:59:01 b9c365052c96: Verifying Checksum 11:59:01 b9c365052c96: Download complete 11:59:13 8a11ddd9e578: Pull complete 11:59:13 4cf88f913ddb: Pull complete 11:59:13 1df406cf5192: Pull complete 11:59:18 cd6300453558: Pull complete 11:59:22 b9c365052c96: Pull complete 11:59:22 a2d8cc88f415: Pull complete 11:59:24 ea1d1ca13537: Pull complete 11:59:25 3750a50a1c5e: Pull complete 11:59:25 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 11:59:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:59:25 ---> 78745c68409d 11:59:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:59:29 ---> Running in 382a27564b7e 11:59:29 Removing intermediate container 382a27564b7e 11:59:29 ---> 548cd59dcdc7 11:59:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:59:29 ---> Running in de2c03df1c46 11:59:32 Removing intermediate container de2c03df1c46 11:59:32 ---> e06aed4682d5 11:59:32 Step 5/8 : RUN apk add --no-cache make git 11:59:32 ---> Running in 8155f47d6617 11:59:33 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 11:59:34 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 11:59:35 OK: 125 MiB in 39 packages 11:59:36 Removing intermediate container 8155f47d6617 11:59:36 ---> a4f582265063 11:59:36 Step 6/8 : WORKDIR /edgex-ui-go 11:59:36 ---> Running in 639fb5c9cdda 11:59:37 Removing intermediate container 639fb5c9cdda 11:59:37 ---> fad605a974f3 11:59:37 Step 7/8 : COPY . . 11:59:38 ---> ebe02711710b 11:59:38 Step 8/8 : RUN go mod download 11:59:38 ---> Running in 9031f809b448 11:59:45 Running on prd-centos7-docker-4c-2g-2457 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws 11:59:45 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 11:59:45 go: finding cloud.google.com/go v0.26.0 11:59:45 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 11:59:45 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 11:59:45 go: finding github.com/BurntSushi/toml v0.3.1 11:59:45 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 11:59:45 go: finding github.com/Microsoft/go-winio v0.4.3 11:59:45 go: finding github.com/NYTimes/gziphandler v1.0.1 11:59:45 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 11:59:45 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 11:59:45 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 11:59:45 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 11:59:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:59:45 go: finding github.com/armon/go-metrics v0.3.3 11:59:45 go: finding github.com/armon/go-radix v1.0.0 11:59:45 go: finding github.com/aws/aws-sdk-go v1.25.41 11:59:45 go: finding github.com/beorn7/perks v1.0.1 11:59:45 go: finding github.com/bgentry/speakeasy v0.1.0 11:59:45 go: finding github.com/boltdb/bolt v1.3.1 11:59:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:59:45 go: finding github.com/cespare/xxhash/v2 v2.1.1 11:59:45 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 11:59:45 go: finding github.com/circonus-labs/circonusllhist v0.1.3 11:59:45 go: finding github.com/client9/misspell v0.3.4 11:59:45 go: finding github.com/coredns/coredns v1.1.2 11:59:45 go: finding github.com/davecgh/go-spew v1.1.1 11:59:45 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 11:59:45 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:59:45 go: finding github.com/digitalocean/godo v1.10.0 11:59:45 go: finding github.com/dimchansky/utfbom v1.1.0 11:59:45 go: finding github.com/dnaeon/go-vcr v1.0.1 11:59:45 go: finding github.com/docker/go-connections v0.3.0 11:59:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 11:59:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 11:59:45 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 11:59:45 go: finding github.com/envoyproxy/go-control-plane v0.8.0 11:59:45 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 11:59:45 go: finding github.com/fatih/color v1.9.0 11:59:45 go: finding github.com/fatih/structs v1.1.0 11:59:46 go: finding github.com/fsnotify/fsnotify v1.4.7 11:59:46 go: finding github.com/ghodss/yaml v1.0.0 11:59:46 go: finding github.com/go-kit/kit v0.9.0 11:59:46 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 11:59:46 go: finding github.com/go-logfmt/logfmt v0.4.0 11:59:46 go: finding github.com/go-ole/go-ole v1.2.1 11:59:46 go: finding github.com/go-stack/stack v1.8.0 11:59:46 go: finding github.com/go-test/deep v1.0.2 11:59:46 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 11:59:46 go: finding github.com/gobuffalo/depgen v0.1.0 11:59:46 go: finding github.com/gobuffalo/envy v1.7.0 11:59:46 go: finding github.com/gobuffalo/flect v0.1.3 11:59:46 go: finding github.com/gobuffalo/genny v0.1.1 11:59:46 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 11:59:46 go: finding github.com/gobuffalo/gogen v0.1.1 11:59:46 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 11:59:46 go: finding github.com/gobuffalo/mapi v1.0.2 11:59:46 go: finding github.com/gobuffalo/packd v0.1.0 11:59:46 go: finding github.com/gobuffalo/packr/v2 v2.2.0 11:59:46 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 11:59:46 go: finding github.com/gogo/googleapis v1.1.0 11:59:46 go: finding github.com/gogo/protobuf v1.2.1 11:59:46 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 11:59:46 go: finding github.com/golang/mock v1.1.1 11:59:46 go: finding github.com/golang/protobuf v1.3.2 11:59:46 go: finding github.com/golang/snappy v0.0.1 11:59:46 go: finding github.com/gomodule/redigo v2.0.0+incompatible 11:59:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:59:46 go: finding github.com/google/go-cmp v0.4.0 11:59:47 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 11:59:47 go: finding github.com/google/gofuzz v1.0.0 11:59:47 go: finding github.com/googleapis/gnostic v0.2.0 11:59:47 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 11:59:47 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 11:59:47 go: finding github.com/gorilla/mux v1.7.1 11:59:47 go: finding github.com/gorilla/websocket v1.4.0 11:59:47 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 11:59:47 go: finding github.com/hashicorp/consul v1.7.2 11:59:47 go: finding github.com/hashicorp/consul/api v1.4.0 11:59:47 go: finding github.com/hashicorp/consul/sdk v0.4.0 11:59:47 go: finding github.com/hashicorp/errwrap v1.0.0 11:59:47 go: finding github.com/hashicorp/go-bexpr v0.1.2 11:59:47 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 11:59:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:59:47 go: finding github.com/hashicorp/go-connlimit v0.2.0 11:59:47 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 11:59:47 using credential edgex-jenkins-ssh 11:59:47 Cloning the remote Git repository 11:59:47 Cloning with configured refspecs honoured and without tags 11:59:47 go: finding github.com/hashicorp/go-hclog v0.12.2 11:59:47 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 11:59:47 go: finding github.com/hashicorp/go-memdb v1.0.3 11:59:47 go: finding github.com/hashicorp/go-msgpack v0.5.5 11:59:47 go: finding github.com/hashicorp/go-multierror v1.0.0 11:59:47 go: finding github.com/hashicorp/go-plugin v1.0.1 11:59:47 go: finding github.com/hashicorp/go-raftchunking v0.6.1 11:59:47 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 11:59:48 go: finding github.com/hashicorp/go-rootcerts v1.0.2 11:59:48 go: finding github.com/hashicorp/go-sockaddr v1.0.2 11:59:48 go: finding github.com/hashicorp/go-syslog v1.0.0 11:59:48 go: finding github.com/hashicorp/go-uuid v1.0.1 11:59:48 go: finding github.com/hashicorp/go-version v1.1.0 11:59:48 go: finding github.com/hashicorp/go.net v0.0.1 11:59:48 go: finding github.com/hashicorp/golang-lru v0.5.4 11:59:48 go: finding github.com/hashicorp/hcl v1.0.0 11:59:48 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 11:59:48 go: finding github.com/hashicorp/logutils v1.0.0 11:59:48 go: finding github.com/hashicorp/mdns v1.0.1 11:59:48 go: finding github.com/hashicorp/memberlist v0.2.0 11:59:48 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 11:59:48 go: finding github.com/hashicorp/raft v1.1.2 11:59:48 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 11:59:48 go: finding github.com/hashicorp/serf v0.9.0 11:59:48 go: finding github.com/hashicorp/vault/api v1.0.4 11:59:48 go: finding github.com/hashicorp/vault/sdk v0.1.13 11:59:47 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:59:47 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:59:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:59:48 > git --version # timeout=10 11:59:48 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:48 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 11:59:48 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 11:59:48 go: finding github.com/hpcloud/tail v1.0.0 11:59:48 go: finding github.com/imdario/mergo v0.3.6 11:59:48 go: finding github.com/inconshreveable/mousetrap v1.0.0 11:59:48 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 11:59:48 Fetching without tags 11:59:48 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 11:59:48 go: finding github.com/joho/godotenv v1.3.0 11:59:48 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 11:59:48 go: finding github.com/json-iterator/go v1.1.9 11:59:48 go: finding github.com/jtolds/gls v4.2.1+incompatible 11:59:48 go: finding github.com/julienschmidt/httprouter v1.2.0 11:59:48 go: finding github.com/karrick/godirwalk v1.10.3 11:59:48 go: finding github.com/kisielk/errcheck v1.2.0 11:59:49 go: finding github.com/kisielk/gotool v1.0.0 11:59:49 go: finding github.com/klauspost/compress v1.9.5 11:59:49 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 11:59:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:59:49 go: finding github.com/kr/pretty v0.2.0 11:59:49 go: finding github.com/kr/pty v1.1.1 11:59:49 go: finding github.com/kr/text v0.1.0 11:59:49 go: finding github.com/likexian/gokit v0.20.16 11:59:49 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 11:59:49 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 11:59:49 go: finding github.com/linode/linodego v0.7.1 11:59:49 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 11:59:49 go: finding github.com/markbates/safe v1.0.1 11:59:49 go: finding github.com/mattn/go-colorable v0.1.6 11:59:49 go: finding github.com/mattn/go-isatty v0.0.12 11:59:49 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 11:59:49 go: finding github.com/miekg/dns v1.1.26 11:59:49 go: finding github.com/mitchellh/cli v1.0.0 11:59:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:59:49 go: finding github.com/mitchellh/copystructure v1.0.0 11:59:49 go: finding github.com/mitchellh/go-homedir v1.1.0 11:59:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:59:49 go: finding github.com/mitchellh/go-wordwrap v1.0.0 11:59:49 go: finding github.com/mitchellh/gox v0.4.0 11:59:49 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 11:59:49 Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 11:59:49 Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) 11:59:49 go: finding github.com/mitchellh/iochan v1.0.0 11:59:49 go: finding github.com/mitchellh/mapstructure v1.2.2 11:59:49 go: finding github.com/mitchellh/reflectwalk v1.0.1 11:59:49 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 11:59:49 go: finding github.com/modern-go/reflect2 v1.0.1 11:59:49 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 11:59:49 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 11:59:49 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 11:59:49 go: finding github.com/oklog/run v1.0.0 11:59:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:59:48 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 11:59:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:59:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:59:48 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:49 > git config core.sparsecheckout # timeout=10 11:59:49 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 11:59:49 > git remote # timeout=10 11:59:49 > git config --get remote.origin.url # timeout=10 11:59:49 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:49 > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 11:59:49 > git rev-parse HEAD^{commit} # timeout=10 11:59:49 > git config core.sparsecheckout # timeout=10 11:59:49 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 11:59:49 go: finding github.com/onsi/ginkgo v1.6.0 11:59:49 go: finding github.com/onsi/gomega v1.4.2 11:59:49 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 11:59:49 go: finding github.com/pascaldekloe/goe v0.1.0 11:59:49 go: finding github.com/pebbe/zmq4 v1.2.0 11:59:49 go: finding github.com/pelletier/go-toml v1.7.0 11:59:49 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 11:59:49 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 11:59:50 go: finding github.com/pkg/errors v0.8.1 11:59:50 go: finding github.com/pmezard/go-difflib v1.0.0 11:59:50 go: finding github.com/posener/complete v1.1.1 11:59:50 go: finding github.com/prometheus/client_golang v1.4.0 11:59:50 go: finding github.com/prometheus/client_model v0.2.0 11:59:50 go: finding github.com/prometheus/common v0.9.1 11:59:50 go: finding github.com/prometheus/procfs v0.0.8 11:59:50 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 11:59:50 go: finding github.com/rogpeppe/go-internal v1.3.0 11:59:50 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 11:59:50 go: finding github.com/ryanuber/go-glob v1.0.0 11:59:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:59:50 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 11:59:50 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 11:59:50 go: finding github.com/sirupsen/logrus v1.4.2 11:59:50 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 11:59:50 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 11:59:50 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 11:59:50 go: finding github.com/spf13/cobra v0.0.3 11:59:50 go: finding github.com/spf13/pflag v1.0.3 11:59:50 go: finding github.com/stretchr/objx v0.1.1 11:59:50 go: finding github.com/stretchr/testify v1.4.0 11:59:50 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 11:59:50 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 11:59:50 go: finding github.com/tidwall/pretty v1.0.0 11:59:50 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 11:59:50 go: finding github.com/vmware/govmomi v0.18.0 11:59:50 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 11:59:50 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 11:59:50 go: finding go.mongodb.org/mongo-driver v1.3.1 11:59:51 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 11:59:51 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 11:59:51 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 11:59:51 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 11:59:51 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 11:59:51 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 11:59:51 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 11:59:51 go: finding golang.org/x/text v0.3.2 11:59:51 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 11:59:51 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 11:59:51 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 11:59:51 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 11:59:51 go: finding google.golang.org/appengine v1.4.0 11:59:51 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 11:59:51 go: finding google.golang.org/grpc v1.23.0 11:59:51 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 11:59:51 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 11:59:51 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 11:59:51 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 11:59:51 go: finding gopkg.in/errgo.v2 v2.1.0 11:59:51 go: finding gopkg.in/fsnotify.v1 v1.4.7 11:59:51 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 11:59:51 go: finding gopkg.in/inf.v0 v0.9.1 11:59:51 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 11:59:51 go: finding gopkg.in/resty.v1 v1.12.0 11:59:51 go: finding gopkg.in/square/go-jose.v2 v2.3.1 11:59:51 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 11:59:51 go: finding gopkg.in/yaml.v2 v2.2.8 11:59:51 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 11:59:51 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 11:59:51 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 11:59:52 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 11:59:52 go: finding k8s.io/client-go v8.0.0+incompatible 11:59:52 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 11:59:53 Commit message: "Remove useless code about gateway messbox prompt" 11:59:53 > git --version # timeout=10 11:59:53 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:59:54 ========================================================= 11:59:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:59:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:59:55 + 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 . 11:59:55 Sending build context to Docker daemon 12.91MB 11:59:55 Step 1/8 : ARG BASE=golang:1.11-alpine 11:59:55 Step 2/8 : FROM ${BASE} 11:59:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:59:55 e6b0cf9c0882: Pulling fs layer 11:59:55 2848faf0eed1: Pulling fs layer 11:59:55 0f37312ad70f: Pulling fs layer 11:59:55 5788d62ee057: Pulling fs layer 11:59:55 0e6b1d234666: Pulling fs layer 11:59:55 bf5d7aec512f: Pulling fs layer 11:59:55 34c802a77dc8: Pulling fs layer 11:59:55 9eb99e56ec68: Pulling fs layer 11:59:55 27c7a5d97fbd: Pulling fs layer 11:59:55 5c102a31e300: Pulling fs layer 11:59:55 dcfb455df0a1: Pulling fs layer 11:59:55 34c802a77dc8: Waiting 11:59:55 9eb99e56ec68: Waiting 11:59:55 27c7a5d97fbd: Waiting 11:59:55 5c102a31e300: Waiting 11:59:55 dcfb455df0a1: Waiting 11:59:55 5788d62ee057: Waiting 11:59:55 0e6b1d234666: Waiting 11:59:55 bf5d7aec512f: Waiting 11:59:55 0f37312ad70f: Download complete 11:59:55 2848faf0eed1: Verifying Checksum 11:59:55 2848faf0eed1: Download complete 11:59:55 0e6b1d234666: Verifying Checksum 11:59:55 0e6b1d234666: Download complete 11:59:55 bf5d7aec512f: Verifying Checksum 11:59:55 bf5d7aec512f: Download complete 11:59:55 e6b0cf9c0882: Verifying Checksum 11:59:55 e6b0cf9c0882: Download complete 11:59:55 e6b0cf9c0882: Pull complete 11:59:56 2848faf0eed1: Pull complete 11:59:57 34c802a77dc8: Verifying Checksum 11:59:57 34c802a77dc8: Download complete 11:59:57 27c7a5d97fbd: Verifying Checksum 11:59:57 27c7a5d97fbd: Download complete 11:59:57 0f37312ad70f: Pull complete 11:59:57 5788d62ee057: Verifying Checksum 11:59:57 5788d62ee057: Download complete 11:59:58 5c102a31e300: Verifying Checksum 11:59:58 5c102a31e300: Download complete 11:59:58 dcfb455df0a1: Verifying Checksum 11:59:58 dcfb455df0a1: Download complete 11:59:58 9eb99e56ec68: Verifying Checksum 11:59:58 9eb99e56ec68: Download complete 12:00:04 5788d62ee057: Pull complete 12:00:04 0e6b1d234666: Pull complete 12:00:04 bf5d7aec512f: Pull complete 12:00:08 34c802a77dc8: Pull complete 12:00:12 9eb99e56ec68: Pull complete 12:00:12 27c7a5d97fbd: Pull complete 12:00:13 5c102a31e300: Pull complete 12:00:13 dcfb455df0a1: Pull complete 12:00:13 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 12:00:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 12:00:13 ---> 7c70fe431013 12:00:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:00:14 ---> Running in af8dafcc079f 12:00:14 Removing intermediate container af8dafcc079f 12:00:14 ---> 61b52eb84127 12:00:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:00:15 ---> Running in ff9227b436f1 12:00:16 Removing intermediate container ff9227b436f1 12:00:16 ---> 904f333a81e6 12:00:16 Step 5/8 : RUN apk add --no-cache make git 12:00:16 ---> Running in 07b0b456cac4 12:00:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 12:00:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 12:00:17 OK: 143 MiB in 39 packages 12:00:18 Removing intermediate container 07b0b456cac4 12:00:18 ---> b05178b1cbaf 12:00:18 Step 6/8 : WORKDIR /edgex-ui-go 12:00:18 ---> Running in 5cd68fd6e8c3 12:00:18 Removing intermediate container 5cd68fd6e8c3 12:00:18 ---> 31653e8f37dd 12:00:18 Step 7/8 : COPY . . 12:00:20 ---> 2b9aa55f6ffb 12:00:20 Step 8/8 : RUN go mod download 12:00:20 ---> Running in e039a81e2e2e 12:00:25 go: finding cloud.google.com/go v0.26.0 12:00:25 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 12:00:25 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 12:00:25 go: finding github.com/BurntSushi/toml v0.3.1 12:00:25 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 12:00:25 go: finding github.com/Microsoft/go-winio v0.4.3 12:00:25 go: finding github.com/NYTimes/gziphandler v1.0.1 12:00:25 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 12:00:25 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 12:00:25 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 12:00:25 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 12:00:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 12:00:25 go: finding github.com/armon/go-metrics v0.3.3 12:00:25 go: finding github.com/armon/go-radix v1.0.0 12:00:25 go: finding github.com/aws/aws-sdk-go v1.25.41 12:00:25 go: finding github.com/beorn7/perks v1.0.1 12:00:25 go: finding github.com/bgentry/speakeasy v0.1.0 12:00:25 go: finding github.com/boltdb/bolt v1.3.1 12:00:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 12:00:25 go: finding github.com/cespare/xxhash/v2 v2.1.1 12:00:25 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 12:00:25 go: finding github.com/circonus-labs/circonusllhist v0.1.3 12:00:25 go: finding github.com/client9/misspell v0.3.4 12:00:25 go: finding github.com/coredns/coredns v1.1.2 12:00:25 go: finding github.com/davecgh/go-spew v1.1.1 12:00:25 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 12:00:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:00:25 go: finding github.com/digitalocean/godo v1.10.0 12:00:25 go: finding github.com/dimchansky/utfbom v1.1.0 12:00:25 go: finding github.com/dnaeon/go-vcr v1.0.1 12:00:25 go: finding github.com/docker/go-connections v0.3.0 12:00:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 12:00:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 12:00:25 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 12:00:25 go: finding github.com/envoyproxy/go-control-plane v0.8.0 12:00:25 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 12:00:25 go: finding github.com/fatih/color v1.9.0 12:00:25 go: finding github.com/fatih/structs v1.1.0 12:00:25 go: finding github.com/fsnotify/fsnotify v1.4.7 12:00:25 go: finding github.com/ghodss/yaml v1.0.0 12:00:25 go: finding github.com/go-kit/kit v0.9.0 12:00:25 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 12:00:25 go: finding github.com/go-logfmt/logfmt v0.4.0 12:00:25 go: finding github.com/go-ole/go-ole v1.2.1 12:00:25 go: finding github.com/go-stack/stack v1.8.0 12:00:25 go: finding github.com/go-test/deep v1.0.2 12:00:25 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 12:00:25 go: finding github.com/gobuffalo/depgen v0.1.0 12:00:25 go: finding github.com/gobuffalo/envy v1.7.0 12:00:25 go: finding github.com/gobuffalo/flect v0.1.3 12:00:25 go: finding github.com/gobuffalo/genny v0.1.1 12:00:25 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 12:00:25 go: finding github.com/gobuffalo/gogen v0.1.1 12:00:25 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 12:00:25 go: finding github.com/gobuffalo/mapi v1.0.2 12:00:25 go: finding github.com/gobuffalo/packd v0.1.0 12:00:25 go: finding github.com/gobuffalo/packr/v2 v2.2.0 12:00:25 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 12:00:25 go: finding github.com/gogo/googleapis v1.1.0 12:00:25 go: finding github.com/gogo/protobuf v1.2.1 12:00:25 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 12:00:25 go: finding github.com/golang/mock v1.1.1 12:00:25 go: finding github.com/golang/protobuf v1.3.2 12:00:25 go: finding github.com/golang/snappy v0.0.1 12:00:26 go: finding github.com/gomodule/redigo v2.0.0+incompatible 12:00:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 12:00:26 go: finding github.com/google/go-cmp v0.4.0 12:00:26 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 12:00:26 go: finding github.com/google/gofuzz v1.0.0 12:00:26 go: finding github.com/googleapis/gnostic v0.2.0 12:00:26 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 12:00:26 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 12:00:26 go: finding github.com/gorilla/mux v1.7.1 12:00:26 go: finding github.com/gorilla/websocket v1.4.0 12:00:26 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 12:00:26 go: finding github.com/hashicorp/consul v1.7.2 12:00:26 go: finding github.com/hashicorp/consul/api v1.4.0 12:00:26 go: finding github.com/hashicorp/consul/sdk v0.4.0 12:00:26 go: finding github.com/hashicorp/errwrap v1.0.0 12:00:26 go: finding github.com/hashicorp/go-bexpr v0.1.2 12:00:26 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 12:00:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 12:00:26 go: finding github.com/hashicorp/go-connlimit v0.2.0 12:00:26 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 12:00:26 go: finding github.com/hashicorp/go-hclog v0.12.2 12:00:26 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 12:00:26 go: finding github.com/hashicorp/go-memdb v1.0.3 12:00:26 go: finding github.com/hashicorp/go-msgpack v0.5.5 12:00:26 go: finding github.com/hashicorp/go-multierror v1.0.0 12:00:26 go: finding github.com/hashicorp/go-plugin v1.0.1 12:00:26 go: finding github.com/hashicorp/go-raftchunking v0.6.1 12:00:26 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 12:00:26 go: finding github.com/hashicorp/go-rootcerts v1.0.2 12:00:26 go: finding github.com/hashicorp/go-sockaddr v1.0.2 12:00:26 go: finding github.com/hashicorp/go-syslog v1.0.0 12:00:26 go: finding github.com/hashicorp/go-uuid v1.0.1 12:00:26 go: finding github.com/hashicorp/go-version v1.1.0 12:00:26 go: finding github.com/hashicorp/go.net v0.0.1 12:00:26 go: finding github.com/hashicorp/golang-lru v0.5.4 12:00:26 go: finding github.com/hashicorp/hcl v1.0.0 12:00:26 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 12:00:26 go: finding github.com/hashicorp/logutils v1.0.0 12:00:26 go: finding github.com/hashicorp/mdns v1.0.1 12:00:26 go: finding github.com/hashicorp/memberlist v0.2.0 12:00:26 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 12:00:26 go: finding github.com/hashicorp/raft v1.1.2 12:00:26 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 12:00:26 go: finding github.com/hashicorp/serf v0.9.0 12:00:26 go: finding github.com/hashicorp/vault/api v1.0.4 12:00:26 go: finding github.com/hashicorp/vault/sdk v0.1.13 12:00:26 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 12:00:26 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 12:00:26 go: finding github.com/hpcloud/tail v1.0.0 12:00:26 go: finding github.com/imdario/mergo v0.3.6 12:00:26 go: finding github.com/inconshreveable/mousetrap v1.0.0 12:00:26 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 12:00:26 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 12:00:26 go: finding github.com/joho/godotenv v1.3.0 12:00:26 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 12:00:26 go: finding github.com/json-iterator/go v1.1.9 12:00:26 go: finding github.com/jtolds/gls v4.2.1+incompatible 12:00:26 go: finding github.com/julienschmidt/httprouter v1.2.0 12:00:26 go: finding github.com/karrick/godirwalk v1.10.3 12:00:26 go: finding github.com/kisielk/errcheck v1.2.0 12:00:26 go: finding github.com/kisielk/gotool v1.0.0 12:00:26 go: finding github.com/klauspost/compress v1.9.5 12:00:26 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 12:00:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 12:00:26 go: finding github.com/kr/pretty v0.2.0 12:00:26 go: finding github.com/kr/pty v1.1.1 12:00:26 go: finding github.com/kr/text v0.1.0 12:00:26 go: finding github.com/likexian/gokit v0.20.16 12:00:26 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 12:00:26 go: finding github.com/linode/linodego v0.7.1 12:00:26 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 12:00:26 go: finding github.com/markbates/safe v1.0.1 12:00:26 go: finding github.com/mattn/go-colorable v0.1.6 12:00:26 go: finding github.com/mattn/go-isatty v0.0.12 12:00:26 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 12:00:26 go: finding github.com/miekg/dns v1.1.26 12:00:26 go: finding github.com/mitchellh/cli v1.0.0 12:00:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:00:26 go: finding github.com/mitchellh/copystructure v1.0.0 12:00:26 go: finding github.com/mitchellh/go-homedir v1.1.0 12:00:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 12:00:26 go: finding github.com/mitchellh/go-wordwrap v1.0.0 12:00:26 go: finding github.com/mitchellh/gox v0.4.0 12:00:26 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 12:00:26 go: finding github.com/mitchellh/iochan v1.0.0 12:00:26 go: finding github.com/mitchellh/mapstructure v1.2.2 12:00:26 go: finding github.com/mitchellh/reflectwalk v1.0.1 12:00:26 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 12:00:26 go: finding github.com/modern-go/reflect2 v1.0.1 12:00:26 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 12:00:26 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 12:00:26 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 12:00:26 go: finding github.com/oklog/run v1.0.0 12:00:26 go: finding github.com/onsi/ginkgo v1.6.0 12:00:26 go: finding github.com/onsi/gomega v1.4.2 12:00:26 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 12:00:26 go: finding github.com/pascaldekloe/goe v0.1.0 12:00:26 go: finding github.com/pebbe/zmq4 v1.2.0 12:00:26 go: finding github.com/pelletier/go-toml v1.7.0 12:00:26 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 12:00:26 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 12:00:26 go: finding github.com/pkg/errors v0.8.1 12:00:26 go: finding github.com/pmezard/go-difflib v1.0.0 12:00:26 go: finding github.com/posener/complete v1.1.1 12:00:26 go: finding github.com/prometheus/client_golang v1.4.0 12:00:26 go: finding github.com/prometheus/client_model v0.2.0 12:00:26 go: finding github.com/prometheus/common v0.9.1 12:00:26 go: finding github.com/prometheus/procfs v0.0.8 12:00:26 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 12:00:26 go: finding github.com/rogpeppe/go-internal v1.3.0 12:00:26 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 12:00:26 go: finding github.com/ryanuber/go-glob v1.0.0 12:00:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 12:00:26 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 12:00:26 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 12:00:26 go: finding github.com/sirupsen/logrus v1.4.2 12:00:26 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 12:00:26 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 12:00:26 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 12:00:26 go: finding github.com/spf13/cobra v0.0.3 12:00:26 go: finding github.com/spf13/pflag v1.0.3 12:00:26 go: finding github.com/stretchr/objx v0.1.1 12:00:26 go: finding github.com/stretchr/testify v1.4.0 12:00:26 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 12:00:26 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 12:00:26 go: finding github.com/tidwall/pretty v1.0.0 12:00:26 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 12:00:26 go: finding github.com/vmware/govmomi v0.18.0 12:00:26 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 12:00:26 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 12:00:26 go: finding go.mongodb.org/mongo-driver v1.3.1 12:00:26 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 12:00:26 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 12:00:26 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 12:00:26 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 12:00:26 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 12:00:26 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 12:00:26 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 12:00:26 go: finding golang.org/x/text v0.3.2 12:00:26 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 12:00:26 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 12:00:26 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 12:00:26 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 12:00:26 go: finding google.golang.org/appengine v1.4.0 12:00:26 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 12:00:26 go: finding google.golang.org/grpc v1.23.0 12:00:26 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 12:00:26 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 12:00:26 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 12:00:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 12:00:26 go: finding gopkg.in/errgo.v2 v2.1.0 12:00:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 12:00:26 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 12:00:26 go: finding gopkg.in/inf.v0 v0.9.1 12:00:26 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 12:00:26 go: finding gopkg.in/resty.v1 v1.12.0 12:00:26 go: finding gopkg.in/square/go-jose.v2 v2.3.1 12:00:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 12:00:27 go: finding gopkg.in/yaml.v2 v2.2.8 12:00:27 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 12:00:27 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 12:00:27 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 12:00:27 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 12:00:27 go: finding k8s.io/client-go v8.0.0+incompatible 12:00:27 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 12:01:28 Removing intermediate container 9031f809b448 12:01:28 ---> 089e49204022 12:01:28 Successfully built 089e49204022 12:01:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:01:29 + docker inspect -f . ci-base-image-arm64 12:01:29 . [Pipeline] withDockerContainer 12:01:29 prd-ubuntu18.04-docker-arm64-4c-16g-2456 does not seem to be running inside a container 12:01:30 $ 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 12:01:31 $ docker top 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 -eo pid,comm [Pipeline] { [Pipeline] sh 12:01:33 + go version 12:01:33 go version go1.13.5 linux/arm64 [Pipeline] sh 12:01:34 + make test 12:01:34 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:01:35 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:01:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:01:58 GO111MODULE=on go vet ./... [Pipeline] stash 12:02:02 Stashed 1 file(s) [Pipeline] } 12:02:02 $ docker stop --time=1 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 12:02:04 $ docker rm -f 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:02:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:02:06 + ls -al . 12:02:06 total 136 12:02:06 drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 12:01 . 12:02:06 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:58 .. 12:02:06 drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 11:58 .git 12:02:06 -rw-rw-r-- 1 jenkins jenkins 136 Jun 10 11:58 .gitignore 12:02:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 .semver 12:02:06 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 10 11:58 CONTRIBUTING.md 12:02:06 -rw-rw-r-- 1 jenkins jenkins 913 Jun 10 11:58 Dockerfile 12:02:06 -rw-rw-r-- 1 jenkins jenkins 898 Jun 10 11:58 Dockerfile.build 12:02:06 -rw-rw-r-- 1 jenkins jenkins 675 Jun 10 11:58 Jenkinsfile 12:02:06 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 10 11:58 LICENSE 12:02:06 -rw-rw-r-- 1 jenkins jenkins 951 Jun 10 11:58 Makefile 12:02:06 -rw-rw-r-- 1 jenkins jenkins 2409 Jun 10 11:58 README.md 12:02:06 -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 11:56 VERSION 12:02:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 assets 12:02:06 drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 11:58 bin 12:02:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 cmd 12:02:06 -rw-r--r-- 1 jenkins jenkins 10 Jun 10 12:01 coverage.out 12:02:06 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:58 docs 12:02:06 -rw-r--r-- 1 jenkins jenkins 974 Jun 10 12:01 go.mod 12:02:06 -rw-r--r-- 1 jenkins jenkins 44475 Jun 10 12:01 go.sum 12:02:06 drwxrwxr-x 10 jenkins jenkins 4096 Jun 10 11:58 internal 12:02:06 -rw-rw-r-- 1 jenkins jenkins 155 Jun 10 11:58 version.go [Pipeline] isUnix [Pipeline] sh 12:02:07 + 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=5144b27adca1737493c370d1cbb6fc7e022cf9c9 --label arch=arm64 --label version=0.0.0 . 12:02:07 Sending build context to Docker daemon 12.96MB 12:02:07 Step 1/24 : ARG BASE=golang:1.13-alpine 12:02:07 Step 2/24 : FROM ${BASE} AS builder 12:02:07 ---> 089e49204022 12:02:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:02:07 ---> Running in b12b2d321d00 12:02:08 Removing intermediate container b12b2d321d00 12:02:08 ---> 3c1d03505702 12:02:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:02:08 ---> Running in ec07109c754d 12:02:08 Removing intermediate container ec07109c754d 12:02:08 ---> c60ce96c328d 12:02:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:02:09 ---> Running in dce2b8170e05 12:02:09 Removing intermediate container dce2b8170e05 12:02:09 ---> a9e8271f25c9 12:02:09 Step 6/24 : LABEL Name=edgex-ui-go 12:02:09 ---> Running in 6aaf1a49732a 12:02:09 Removing intermediate container 6aaf1a49732a 12:02:09 ---> 907240dd87bd 12:02:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:02:10 ---> Running in c7a98feeaa40 12:02:10 Removing intermediate container c7a98feeaa40 12:02:10 ---> c4e715c1645f 12:02:10 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:02:10 ---> Running in 5c752a850d6c 12:02:13 Removing intermediate container 5c752a850d6c 12:02:13 ---> ac06ce704b2b 12:02:13 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:02:13 ---> Running in e13b9191bfb3 12:02:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 12:02:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 12:02:16 v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] 12:02:16 v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] 12:02:16 OK: 11179 distinct packages available 12:02:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 12:02:16 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 12:02:17 OK: 125 MiB in 39 packages 12:02:18 Removing intermediate container e039a81e2e2e 12:02:18 ---> 9e2f03694a95 12:02:18 Successfully built 9e2f03694a95 12:02:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 12:02:19 Removing intermediate container e13b9191bfb3 12:02:19 ---> 3158d5365095 12:02:19 Step 10/24 : ENV GO111MODULE=on 12:02:19 ---> Running in b7ace5534d49 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:02:19 Removing intermediate container b7ace5534d49 12:02:19 ---> ecc02db60bcd 12:02:19 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:02:19 + docker inspect -f . ci-base-image-x86_64 12:02:19 . [Pipeline] withDockerContainer 12:02:19 ---> Running in 7d754390cb5e 12:02:19 prd-centos7-docker-4c-2g-2457 does not seem to be running inside a container 12:02:19 $ 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 ******** -e ******** ci-base-image-x86_64 cat 12:02:19 Removing intermediate container 7d754390cb5e 12:02:19 ---> ffcde66c73ef 12:02:19 Step 12/24 : COPY go.mod . 12:02:20 ---> 87db2aee7c3a 12:02:20 Step 13/24 : COPY Makefile . 12:02:20 $ docker top f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:21 + go version 12:02:21 go version go1.13.5 linux/amd64 [Pipeline] sh 12:02:21 + make test 12:02:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:02:21 ---> 0e71a3eb783a 12:02:21 Step 14/24 : RUN make update 12:02:21 ---> Running in 950a10d3a0de 12:02:22 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:02:22 CGO_ENABLED=0 GO111MODULE=on go mod download 12:02:24 Removing intermediate container 950a10d3a0de 12:02:24 ---> 981b589f6614 12:02:24 Step 15/24 : COPY . . 12:02:26 ---> 43208b2d7ae4 12:02:26 Step 16/24 : RUN ${MAKE} 12:02:26 ---> Running in 24456303c867 12:02:28 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 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:02:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:02:33 GO111MODULE=on go vet ./... [Pipeline] stash 12:02:33 Warning: overwriting stash ‘coverage-report’ 12:02:33 Stashed 1 file(s) [Pipeline] } 12:02:33 $ docker stop --time=1 f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 12:02:36 $ docker rm -f f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:02:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:02:37 + ls -al . 12:02:37 total 104 12:02:37 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 12:02 . 12:02:37 drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 11:59 .. 12:02:37 drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 11:59 assets 12:02:37 drwxrwxr-x. 2 jenkins jenkins 35 Jun 10 11:59 bin 12:02:37 drwxrwxr-x. 3 jenkins jenkins 29 Jun 10 11:59 cmd 12:02:37 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 10 11:59 CONTRIBUTING.md 12:02:37 -rw-r--r--. 1 jenkins jenkins 10 Jun 10 12:02 coverage.out 12:02:37 -rw-rw-r--. 1 jenkins jenkins 913 Jun 10 11:59 Dockerfile 12:02:37 -rw-rw-r--. 1 jenkins jenkins 898 Jun 10 11:59 Dockerfile.build 12:02:37 drwxrwxr-x. 4 jenkins jenkins 72 Jun 10 11:59 docs 12:02:37 drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 11:59 .git 12:02:37 -rw-rw-r--. 1 jenkins jenkins 136 Jun 10 11:59 .gitignore 12:02:37 -rw-r--r--. 1 jenkins jenkins 974 Jun 10 12:02 go.mod 12:02:37 -rw-r--r--. 1 jenkins jenkins 44475 Jun 10 12:02 go.sum 12:02:37 drwxrwxr-x. 10 jenkins jenkins 139 Jun 10 11:59 internal 12:02:37 -rw-rw-r--. 1 jenkins jenkins 675 Jun 10 11:59 Jenkinsfile 12:02:37 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 10 11:59 LICENSE 12:02:37 -rw-rw-r--. 1 jenkins jenkins 951 Jun 10 11:59 Makefile 12:02:37 -rw-rw-r--. 1 jenkins jenkins 2409 Jun 10 11:59 README.md 12:02:37 drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 11:59 .semver 12:02:37 -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 11:56 VERSION 12:02:37 -rw-rw-r--. 1 jenkins jenkins 155 Jun 10 11:59 version.go [Pipeline] isUnix [Pipeline] sh 12:02:37 + 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=5144b27adca1737493c370d1cbb6fc7e022cf9c9 --label arch=amd64 --label version=0.0.0 . 12:02:38 Sending build context to Docker daemon 12.96MB 12:02:38 Step 1/24 : ARG BASE=golang:1.13-alpine 12:02:38 Step 2/24 : FROM ${BASE} AS builder 12:02:38 ---> 9e2f03694a95 12:02:38 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:02:38 ---> Running in 97255873f705 12:02:39 Removing intermediate container 97255873f705 12:02:39 ---> a6d845cb77ad 12:02:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:02:39 ---> Running in c4bd927e5258 12:02:39 Removing intermediate container c4bd927e5258 12:02:39 ---> 7aa404a2de58 12:02:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:02:39 ---> Running in 07e2c7538dcb 12:02:39 Removing intermediate container 07e2c7538dcb 12:02:39 ---> 589e4565823c 12:02:39 Step 6/24 : LABEL Name=edgex-ui-go 12:02:39 ---> Running in 97bfedf45c8c 12:02:39 Removing intermediate container 97bfedf45c8c 12:02:39 ---> 1a4e4bc988ac 12:02:39 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:02:39 ---> Running in d1ebbd29de17 12:02:39 Removing intermediate container d1ebbd29de17 12:02:39 ---> 5fd2add80502 12:02:39 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:02:39 ---> Running in 6cd688b4775a 12:02:40 Removing intermediate container 6cd688b4775a 12:02:40 ---> 1277d80fa3c0 12:02:40 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:02:40 ---> Running in f83a272724a3 12:02:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 12:02:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 12:02:42 v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] 12:02:42 v3.11.6-76-g66fe4d6b1c [http://nl.alpinelinux.org/alpine/v3.11/community] 12:02:42 OK: 11290 distinct packages available 12:02:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 12:02:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 12:02:43 OK: 143 MiB in 39 packages 12:02:44 Removing intermediate container f83a272724a3 12:02:44 ---> be7bc1740688 12:02:44 Step 10/24 : ENV GO111MODULE=on 12:02:44 ---> Running in 6f6558db0b24 12:02:44 Removing intermediate container 6f6558db0b24 12:02:44 ---> 2564dd12a826 12:02:44 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:02:44 ---> Running in 8c3592c524e9 12:02:44 Removing intermediate container 8c3592c524e9 12:02:44 ---> 66b7a83ea402 12:02:44 Step 12/24 : COPY go.mod . 12:02:44 ---> 0936357d554a 12:02:44 Step 13/24 : COPY Makefile . 12:02:45 ---> 8f4bceebd580 12:02:45 Step 14/24 : RUN make update 12:02:45 ---> Running in 78366c537776 12:02:45 CGO_ENABLED=0 GO111MODULE=on go mod download 12:02:46 Removing intermediate container 78366c537776 12:02:46 ---> e9952b46d43c 12:02:46 Step 15/24 : COPY . . 12:02:47 ---> 606f49d05849 12:02:47 Step 16/24 : RUN ${MAKE} 12:02:47 ---> Running in cf431864d4d4 12:02:47 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 12:02:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:02:58 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:02:59 Removing intermediate container 24456303c867 12:02:59 ---> 747424306c5b 12:02:59 Step 17/24 : FROM alpine 12:02:59 latest: Pulling from library/alpine 12:02:59 b538f80385f9: Pulling fs layer 12:02:59 b538f80385f9: Verifying Checksum 12:02:59 b538f80385f9: Download complete 12:02:59 b538f80385f9: Pull complete 12:02:59 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 12:02:59 Status: Downloaded newer image for alpine:latest 12:02:59 ---> 62ee0e9f8440 12:02:59 Step 18/24 : EXPOSE 4000 12:02:59 ---> Running in 07a119e959d1 12:03:00 Removing intermediate container 07a119e959d1 12:03:00 ---> 6a0f9d6dc0bf 12:03:00 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 12:03:00 Removing intermediate container cf431864d4d4 12:03:00 ---> 58a348e7396c 12:03:00 Step 17/24 : FROM alpine 12:03:00 latest: Pulling from library/alpine 12:03:00 df20fa9351a1: Pulling fs layer 12:03:00 df20fa9351a1: Download complete 12:03:01 df20fa9351a1: Pull complete 12:03:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 12:03:01 Status: Downloaded newer image for alpine:latest 12:03:01 ---> a24bb4013296 12:03:01 Step 18/24 : EXPOSE 4000 12:03:01 ---> Running in b4775a961bef 12:03:01 Removing intermediate container b4775a961bef 12:03:01 ---> 5aebbf5f628b 12:03:01 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 12:03:02 ---> 04907ce4f875 12:03:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:03:02 ---> Running in e0a9f8bf4ddb 12:03:02 Removing intermediate container e0a9f8bf4ddb 12:03:02 ---> da86f72a30a2 12:03:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:03:02 ---> bc0d17e526de 12:03:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:03:02 ---> Running in c11b538f5b40 12:03:02 Removing intermediate container c11b538f5b40 12:03:02 ---> 298cf21fc49d 12:03:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:03:02 ---> Running in 7075fdd40986 12:03:03 ---> Running in a3a8eea8d199 12:03:03 Removing intermediate container a3a8eea8d199 12:03:03 ---> 6a2f3c4292ed 12:03:03 Step 22/24 : LABEL arch=amd64 12:03:03 ---> Running in 579e1cdf8a97 12:03:03 Removing intermediate container 579e1cdf8a97 12:03:03 ---> 0df59f625009 12:03:03 Step 23/24 : LABEL git_sha=5144b27adca1737493c370d1cbb6fc7e022cf9c9 12:03:03 Removing intermediate container 7075fdd40986 12:03:03 ---> c4e7e727b4d1 12:03:03 Step 22/24 : LABEL arch=arm64 12:03:03 ---> Running in b92fe8f927e2 12:03:03 ---> Running in ff7b8e45d51e 12:03:03 Removing intermediate container ff7b8e45d51e 12:03:03 ---> db7e39b84c97 12:03:03 Step 24/24 : LABEL version=0.0.0 12:03:03 ---> Running in 4c547b076174 12:03:03 Removing intermediate container b92fe8f927e2 12:03:03 ---> 3759ddaab770 12:03:03 Step 23/24 : LABEL git_sha=5144b27adca1737493c370d1cbb6fc7e022cf9c9 12:03:03 Removing intermediate container 4c547b076174 12:03:03 ---> fc4a4665136c 12:03:03 [Warning] One or more build-args [ARCH] were not consumed 12:03:03 Successfully built fc4a4665136c 12:03:03 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script 12:03:03 ---> Running in 81a3bf2b94e2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 12:03:04 Removing intermediate container 81a3bf2b94e2 12:03:04 ---> ed734063079e 12:03:04 Step 24/24 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 12:03:04 ---> Running in ff2098a9f060 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 12:03:04 Removing intermediate container ff2098a9f060 12:03:04 ---> 527c2e777436 12:03:04 [Warning] One or more build-args [ARCH] were not consumed 12:03:04 Successfully built 527c2e777436 12:03:04 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [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 12:03:06 provisioning config files... 12:03:06 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config3931080901324368504tmp [Pipeline] { [Pipeline] sh 12:03:06 + curl -s https://codecov.io/bash 12:03:06 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config3931080901324368504tmp 12:03:07 12:03:07 _____ _ 12:03:07 / ____| | | 12:03:07 | | ___ __| | ___ ___ _____ __ 12:03:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:03:07 | |___| (_) | (_| | __/ (_| (_) \ V / 12:03:07 \_____\___/ \__,_|\___|\___\___/ \_/ 12:03:07 Bash-20200602-f809a24 12:03:07 12:03:07 12:03:07 ==> Jenkins CI detected. 12:03:07 project root: . 12:03:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:03:07 ==> Running gcov in . (disable via -X gcov) 12:03:07 ==> Python coveragepy not found 12:03:07 ==> Searching for coverage reports in: 12:03:07 + . 12:03:07 -> Found 1 reports 12:03:07 ==> Detecting git/mercurial file structure 12:03:07 ==> Reading reports 12:03:07 + ./coverage.out bytes=10 12:03:07 ==> Appending adjustments 12:03:07 https://docs.codecov.io/docs/fixing-reports 12:03:07 + Found adjustments 12:03:07 ==> Gzipping contents 12:03:07 ==> Uploading reports 12:03:07 url: https://codecov.io 12:03:07 query: branch=PR-239&commit=5144b27adca1737493c370d1cbb6fc7e022cf9c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= 12:03:07 -> Pinging Codecov 12:03:07 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-239&commit=5144b27adca1737493c370d1cbb6fc7e022cf9c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= 12:03:08 -> Uploading 12:03:09 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5144b27adca1737493c370d1cbb6fc7e022cf9c9 [Pipeline] } 12:03:09 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 12:03:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:03:11 ---> package-listing.sh 12:03:11 ++ facter osfamily 12:03:11 ++ tr '[:upper:]' '[:lower:]' 12:03:11 + OS_FAMILY=redhat 12:03:11 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-239 12:03:11 + START_PACKAGES=/tmp/packages_start.txt 12:03:11 + END_PACKAGES=/tmp/packages_end.txt 12:03:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:03:11 + PACKAGES=/tmp/packages_start.txt 12:03:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' 12:03:11 + PACKAGES=/tmp/packages_end.txt 12:03:11 + case "${OS_FAMILY}" in 12:03:11 + rpm -qa 12:03:11 + sort 12:03:15 + '[' -f /tmp/packages_start.txt ']' 12:03:15 + '[' -f /tmp/packages_end.txt ']' 12:03:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:03:15 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' 12:03:15 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ 12:03:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ [Pipeline] isUnix [Pipeline] sh 12:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:03:15 12:03:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:03:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:03:16 alpine: Pulling from edgex-lftools-log-publisher 12:03:16 c9b1b535fdd9: Pulling fs layer 12:03:16 2cc5ad85d9ab: Pulling fs layer 12:03:16 756a868c4378: Pulling fs layer 12:03:16 444b2fc9a129: Pulling fs layer 12:03:16 ea15f1150254: Pulling fs layer 12:03:16 41b27a9f41bf: Pulling fs layer 12:03:16 28c525ee5125: Pulling fs layer 12:03:16 094b1ea09ed8: Pulling fs layer 12:03:16 138eaada9080: Pulling fs layer 12:03:16 0622d0fa9048: Pulling fs layer 12:03:16 444b2fc9a129: Waiting 12:03:16 ea15f1150254: Waiting 12:03:16 41b27a9f41bf: Waiting 12:03:16 28c525ee5125: Waiting 12:03:16 094b1ea09ed8: Waiting 12:03:16 138eaada9080: Waiting 12:03:16 0622d0fa9048: Waiting 12:03:16 2cc5ad85d9ab: Download complete 12:03:16 444b2fc9a129: Verifying Checksum 12:03:16 444b2fc9a129: Download complete 12:03:16 c9b1b535fdd9: Verifying Checksum 12:03:16 c9b1b535fdd9: Download complete 12:03:16 ea15f1150254: Download complete 12:03:16 28c525ee5125: Verifying Checksum 12:03:16 28c525ee5125: Download complete 12:03:16 c9b1b535fdd9: Pull complete 12:03:16 756a868c4378: Verifying Checksum 12:03:16 756a868c4378: Download complete 12:03:17 2cc5ad85d9ab: Pull complete 12:03:17 138eaada9080: Verifying Checksum 12:03:17 138eaada9080: Download complete 12:03:17 0622d0fa9048: Verifying Checksum 12:03:17 0622d0fa9048: Download complete 12:03:17 094b1ea09ed8: Verifying Checksum 12:03:17 094b1ea09ed8: Download complete 12:03:17 41b27a9f41bf: Verifying Checksum 12:03:17 41b27a9f41bf: Download complete 12:03:18 756a868c4378: Pull complete 12:03:18 444b2fc9a129: Pull complete 12:03:18 ea15f1150254: Pull complete 12:03:23 41b27a9f41bf: Pull complete 12:03:23 28c525ee5125: Pull complete 12:03:25 094b1ea09ed8: Pull complete 12:03:25 138eaada9080: Pull complete 12:03:26 0622d0fa9048: Pull complete 12:03:26 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 12:03:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:03:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:03:26 prd-centos7-docker-4c-2g-2455 does not seem to be running inside a container 12:03:26 $ 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-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@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 12:03:30 $ docker top 33893bc7492571fb40840b3e6171ba51b3c4d608d494945ba9a547433a5e545f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:03:30 provisioning config files... 12:03:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config8135419148897558508tmp [Pipeline] { [Pipeline] echo 12:03:30 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:03:30 ---> create-netrc.sh [Pipeline] echo 12:03:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:03:31 ---> logs-deploy.sh 12:03:31 + ARCHIVE_ARTIFACTS= 12:03:31 + LOGS_SERVER=https://logs.edgexfoundry.org 12:03:31 + '[' https://logs.edgexfoundry.org == None ']' 12:03:31 + NEXUS_URL=https://nexus.edgexfoundry.org 12:03:31 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 12:03:31 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/1/ 12:03:31 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-239 12:03:32 Archives upload complete. 12:03:32 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/1/ 12:03:33 ---> uname -a: 12:03:33 Linux 33893bc74925 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:03:33 12:03:33 12:03:33 ---> lscpu: 12:03:33 Architecture: x86_64 12:03:33 CPU op-mode(s): 32-bit, 64-bit 12:03:33 Byte Order: Little Endian 12:03:33 Address sizes: 40 bits physical, 48 bits virtual 12:03:33 CPU(s): 4 12:03:33 On-line CPU(s) list: 0-3 12:03:33 Thread(s) per core: 1 12:03:33 Core(s) per socket: 1 12:03:33 Socket(s): 4 12:03:33 NUMA node(s): 1 12:03:33 Vendor ID: GenuineIntel 12:03:33 CPU family: 6 12:03:33 Model: 44 12:03:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:03:33 Stepping: 1 12:03:33 CPU MHz: 2933.438 12:03:33 BogoMIPS: 5866.87 12:03:33 Virtualization: VT-x 12:03:33 Hypervisor vendor: KVM 12:03:33 Virtualization type: full 12:03:33 L1d cache: 128 KiB 12:03:33 L1i cache: 128 KiB 12:03:33 L2 cache: 16 MiB 12:03:33 L3 cache: 64 MiB 12:03:33 NUMA node0 CPU(s): 0-3 12:03:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:03:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:03:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:03:33 Vulnerability Meltdown: Mitigation; PTI 12:03:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:03:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:03:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:03:33 Vulnerability Tsx async abort: Not affected 12:03:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 12:03:33 12:03:33