Pull request #249 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 c6e90bcad506a53a21afbb07ae058210c81821b7 rather than 52ed23a5be29d23e509b9b17b116f6487b1eadbb Obtained Jenkinsfile from c6e90bcad506a53a21afbb07ae058210c81821b7 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-249/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-4049’ is offline; ‘prd-centos7-docker-4c-2g-4051’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3317’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3513’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3841’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4054 in /w/workspace/edgexfoundry_edgex-ui-go_PR-249 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-249 # 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/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 52ed23a5be29d23e509b9b17b116f6487b1eadbb > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/249/head:refs/remotes/origin/PR-249 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 Merge succeeded, producing 52ed23a5be29d23e509b9b17b116f6487b1eadbb Checking out Revision 52ed23a5be29d23e509b9b17b116f6487b1eadbb (PR-249) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 Commit message: "Add doc for mqtt device registration" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:25:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:25:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:25:24 ========================================================= 01:25:24 EdgeX Global Pipelines Version Info 01:25:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:25:25 ------------------- 01:25:25 stable info: 01:25:25 ------------------- 01:25:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:25:25 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 01:25:25 Message: update stable to v1.0.89 01:25:26 ------------------- 01:25:26 experimental info: 01:25:26 ------------------- 01:25:26 Commited By: **** collab-it+edgex@linuxfoundation.org 01:25:26 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 01:25:26 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:25:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:27 01:25:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:25:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:28 latest: Pulling from edgex-devops/git-semver 01:25:28 9123ac7c32f7: Pulling fs layer 01:25:28 b8cc5d1170e3: Pulling fs layer 01:25:28 2924cbbf6a41: Pulling fs layer 01:25:28 93b08a4f1073: Pulling fs layer 01:25:28 93b08a4f1073: Waiting 01:25:28 b8cc5d1170e3: Verifying Checksum 01:25:28 b8cc5d1170e3: Download complete 01:25:28 9123ac7c32f7: Verifying Checksum 01:25:28 9123ac7c32f7: Download complete 01:25:28 93b08a4f1073: Verifying Checksum 01:25:28 93b08a4f1073: Download complete 01:25:28 2924cbbf6a41: Verifying Checksum 01:25:28 2924cbbf6a41: Download complete 01:25:28 9123ac7c32f7: Pull complete 01:25:28 b8cc5d1170e3: Pull complete 01:25:29 2924cbbf6a41: Pull complete 01:25:29 93b08a4f1073: Pull complete 01:25:29 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 01:25:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:25:29 prd-centos7-docker-4c-2g-4054 does not seem to be running inside a container 01:25:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-249 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-249:/w/workspace/edgexfoundry_edgex-ui-go_PR-249:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-249@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:25:32 $ docker top 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:25:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:25:32 [ssh-agent] Looking for ssh-agent implementation... 01:25:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:25:32 $ docker exec 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a ssh-agent 01:25:32 SSH_AUTH_SOCK=/tmp/ssh-lHED54webfRF/agent.12 01:25:32 SSH_AGENT_PID=17 01:25:32 Running ssh-add (command line suppressed) 01:25:32 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/private_key_6667963544046934945.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/private_key_6667963544046934945.key) 01:25:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:25:33 + git describe --exact-match --tags HEAD 01:25:33 fatal: No names found, cannot describe anything. [Pipeline] } 01:25:33 $ docker exec --env ******** --env ******** 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a ssh-agent -k 01:25:33 unset SSH_AUTH_SOCK; 01:25:33 unset SSH_AGENT_PID; 01:25:33 echo Agent pid 17 killed; 01:25:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:25:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:25:33 This usually means this commit has not been tagged. [Pipeline] sshagent 01:25:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:25:33 [ssh-agent] Looking for ssh-agent implementation... 01:25:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:25:33 $ docker exec 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a ssh-agent 01:25:34 SSH_AUTH_SOCK=/tmp/ssh-Orrblmx4KYqL/agent.45 01:25:34 SSH_AGENT_PID=50 01:25:34 Running ssh-add (command line suppressed) 01:25:34 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/private_key_956088482359029454.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/private_key_956088482359029454.key) 01:25:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:25:34 + git semver init 01:25:34 # -> Open(): unable to determine branch for HEAD 01:25:34 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-249/.git 01:25:34 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-249 01:25:34 # $SEMVER_REMOTE_NAME = origin 01:25:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:25:34 # $SEMVER_USER_NAME = edgex-jenkins 01:25:34 # $SEMVER_BRANCH = PR-249 01:25:34 # $SEMVER_TEMP = /tmp/semver-117952494 01:25:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 01:25:35 # '/tmp/semver-117952494' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-249/.semver' 01:25:35 # -> Force: false 01:25:35 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-249/.semver [Pipeline] } 01:25:35 $ docker exec --env ******** --env ******** 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a ssh-agent -k 01:25:35 unset SSH_AUTH_SOCK; 01:25:35 unset SSH_AGENT_PID; 01:25:35 echo Agent pid 50 killed; 01:25:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:25:36 + git semver [Pipeline] } 01:25:36 $ docker stop --time=1 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a 01:25:37 $ docker rm -f 8fcd6ef6af1631ce37f1d7ea5618217920baf7d985b87ee536209c17841c429a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:25:38 Stashed 61 file(s) [Pipeline] echo 01:25:38 [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 01:25:54 Still waiting to schedule task 01:25:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:25:54 Still waiting to schedule task 01:25:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:26:53 Running on prd-centos7-docker-4c-2g-4058 in /w/workspace/edgexfoundry_edgex-ui-go_PR-249 [Pipeline] { [Pipeline] ws 01:26:53 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 01:26:55 using credential edgex-jenkins-ssh 01:26:55 Cloning the remote Git repository 01:26:55 Cloning with configured refspecs honoured and without tags 01:26:55 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:26:55 > git init /w/workspace/edgex-ui-go/1 # timeout=10 01:26:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:26:55 > git --version # timeout=10 01:26:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:26:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:26:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:26:59 > git config --add remote.origin.fetch +refs/pull/249/head:refs/remotes/origin/PR-249 # timeout=10 01:26:59 Fetching without tags 01:26:59 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:26:59 Merge succeeded, producing 52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:26:59 Checking out Revision 52ed23a5be29d23e509b9b17b116f6487b1eadbb (PR-249) 01:26:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:26:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:26:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:26:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:26:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:26:59 > git config core.sparsecheckout # timeout=10 01:26:59 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 01:26:59 > git remote # timeout=10 01:26:59 > git config --get remote.origin.url # timeout=10 01:26:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:26:59 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 01:26:59 > git rev-parse HEAD^{commit} # timeout=10 01:26:59 > git config core.sparsecheckout # timeout=10 01:26:59 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 01:27:03 Commit message: "Add doc for mqtt device registration" 01:27:03 > git --version # timeout=10 01:27:03 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:27:04 ========================================================= 01:27:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 01:27:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:27:05 + 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 . 01:27:05 Sending build context to Docker daemon 19.07MB 01:27:05 Step 1/8 : ARG BASE=golang:1.11-alpine 01:27:05 Step 2/8 : FROM ${BASE} 01:27:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 01:27:05 e6b0cf9c0882: Pulling fs layer 01:27:05 2848faf0eed1: Pulling fs layer 01:27:05 0f37312ad70f: Pulling fs layer 01:27:05 5788d62ee057: Pulling fs layer 01:27:05 0e6b1d234666: Pulling fs layer 01:27:05 bf5d7aec512f: Pulling fs layer 01:27:05 34c802a77dc8: Pulling fs layer 01:27:05 9eb99e56ec68: Pulling fs layer 01:27:05 27c7a5d97fbd: Pulling fs layer 01:27:05 5c102a31e300: Pulling fs layer 01:27:05 dcfb455df0a1: Pulling fs layer 01:27:05 34c802a77dc8: Waiting 01:27:05 9eb99e56ec68: Waiting 01:27:05 27c7a5d97fbd: Waiting 01:27:05 5c102a31e300: Waiting 01:27:05 5788d62ee057: Waiting 01:27:05 dcfb455df0a1: Waiting 01:27:05 0e6b1d234666: Waiting 01:27:05 bf5d7aec512f: Waiting 01:27:05 0f37312ad70f: Verifying Checksum 01:27:05 0f37312ad70f: Download complete 01:27:05 2848faf0eed1: Verifying Checksum 01:27:05 2848faf0eed1: Download complete 01:27:05 0e6b1d234666: Verifying Checksum 01:27:05 0e6b1d234666: Download complete 01:27:05 bf5d7aec512f: Verifying Checksum 01:27:05 bf5d7aec512f: Download complete 01:27:05 e6b0cf9c0882: Verifying Checksum 01:27:05 e6b0cf9c0882: Download complete 01:27:05 e6b0cf9c0882: Pull complete 01:27:06 34c802a77dc8: Verifying Checksum 01:27:06 34c802a77dc8: Download complete 01:27:06 27c7a5d97fbd: Verifying Checksum 01:27:06 27c7a5d97fbd: Download complete 01:27:06 5c102a31e300: Verifying Checksum 01:27:06 5c102a31e300: Download complete 01:27:07 9eb99e56ec68: Verifying Checksum 01:27:07 9eb99e56ec68: Download complete 01:27:07 dcfb455df0a1: Verifying Checksum 01:27:07 dcfb455df0a1: Download complete 01:27:07 5788d62ee057: Verifying Checksum 01:27:07 5788d62ee057: Download complete 01:27:08 2848faf0eed1: Pull complete 01:27:08 0f37312ad70f: Pull complete 01:27:13 5788d62ee057: Pull complete 01:27:13 0e6b1d234666: Pull complete 01:27:13 bf5d7aec512f: Pull complete 01:27:19 34c802a77dc8: Pull complete 01:27:22 9eb99e56ec68: Pull complete 01:27:22 27c7a5d97fbd: Pull complete 01:27:23 5c102a31e300: Pull complete 01:27:23 dcfb455df0a1: Pull complete 01:27:23 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 01:27:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 01:27:23 ---> 7c70fe431013 01:27:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:27:24 ---> Running in 6afcc1e8b808 01:27:24 Removing intermediate container 6afcc1e8b808 01:27:24 ---> d913af3cff9d 01:27:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:24 ---> Running in 98f720bb55c2 01:27:25 Removing intermediate container 98f720bb55c2 01:27:25 ---> 8d7ba024879c 01:27:25 Step 5/8 : RUN apk add --no-cache make git 01:27:25 ---> Running in f010b16885e2 01:27:26 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:27:27 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:27:27 OK: 143 MiB in 39 packages 01:27:28 Removing intermediate container f010b16885e2 01:27:28 ---> a54987371ae9 01:27:28 Step 6/8 : WORKDIR /edgex-ui-go 01:27:28 ---> Running in c48e5d9b2f60 01:27:28 Removing intermediate container c48e5d9b2f60 01:27:28 ---> d060a0f5fb63 01:27:28 Step 7/8 : COPY . . 01:27:29 ---> d877beec9c76 01:27:29 Step 8/8 : RUN go mod download 01:27:29 ---> Running in fe001c32cf55 01:27:33 go: finding github.com/BurntSushi/toml v0.3.1 01:27:33 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 01:27:33 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 01:27:33 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 01:27:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:27:33 go: finding github.com/armon/go-metrics v0.3.3 01:27:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:27:33 go: finding github.com/beorn7/perks v1.0.1 01:27:33 go: finding github.com/bgentry/speakeasy v0.1.0 01:27:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:27:33 go: finding github.com/cespare/xxhash/v2 v2.1.1 01:27:33 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 01:27:33 go: finding github.com/circonus-labs/circonusllhist v0.1.3 01:27:33 go: finding github.com/davecgh/go-spew v1.1.1 01:27:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:27:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 01:27:33 go: finding github.com/fatih/color v1.9.0 01:27:33 go: finding github.com/go-kit/kit v0.9.0 01:27:33 go: finding github.com/go-logfmt/logfmt v0.4.0 01:27:33 go: finding github.com/go-stack/stack v1.8.0 01:27:33 go: finding github.com/gogo/protobuf v1.1.1 01:27:33 go: finding github.com/golang/protobuf v1.3.2 01:27:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:27:33 go: finding github.com/google/go-cmp v0.4.0 01:27:33 go: finding github.com/google/gofuzz v1.0.0 01:27:33 go: finding github.com/gorilla/mux v1.7.1 01:27:33 go: finding github.com/gorilla/websocket v1.4.0 01:27:33 go: finding github.com/hashicorp/consul/api v1.4.0 01:27:33 go: finding github.com/hashicorp/consul/sdk v0.4.0 01:27:33 go: finding github.com/hashicorp/errwrap v1.0.0 01:27:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:27:33 go: finding github.com/hashicorp/go-hclog v0.12.2 01:27:33 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 01:27:33 go: finding github.com/hashicorp/go-msgpack v0.5.5 01:27:33 go: finding github.com/hashicorp/go-multierror v1.0.0 01:27:33 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 01:27:33 go: finding github.com/hashicorp/go-rootcerts v1.0.2 01:27:33 go: finding github.com/hashicorp/go-sockaddr v1.0.2 01:27:33 go: finding github.com/hashicorp/go-syslog v1.0.0 01:27:33 go: finding github.com/hashicorp/go-uuid v1.0.1 01:27:33 go: finding github.com/hashicorp/go.net v0.0.1 01:27:33 go: finding github.com/hashicorp/golang-lru v0.5.4 01:27:33 go: finding github.com/hashicorp/logutils v1.0.0 01:27:33 go: finding github.com/hashicorp/mdns v1.0.1 01:27:33 go: finding github.com/hashicorp/memberlist v0.2.0 01:27:33 go: finding github.com/hashicorp/serf v0.9.0 01:27:33 go: finding github.com/json-iterator/go v1.1.9 01:27:33 go: finding github.com/julienschmidt/httprouter v1.2.0 01:27:33 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 01:27:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:27:33 go: finding github.com/kr/pretty v0.2.0 01:27:33 go: finding github.com/kr/pty v1.1.1 01:27:33 go: finding github.com/kr/text v0.1.0 01:27:33 go: finding github.com/mattn/go-colorable v0.1.6 01:27:33 go: finding github.com/mattn/go-isatty v0.0.12 01:27:33 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 01:27:33 go: finding github.com/miekg/dns v1.1.26 01:27:33 go: finding github.com/mitchellh/cli v1.0.0 01:27:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:27:33 go: finding github.com/mitchellh/copystructure v1.0.0 01:27:33 go: finding github.com/mitchellh/go-homedir v1.1.0 01:27:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:27:33 go: finding github.com/mitchellh/go-wordwrap v1.0.0 01:27:33 go: finding github.com/mitchellh/gox v0.4.0 01:27:33 go: finding github.com/mitchellh/iochan v1.0.0 01:27:33 go: finding github.com/mitchellh/mapstructure v1.2.2 01:27:33 go: finding github.com/mitchellh/reflectwalk v1.0.1 01:27:33 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:27:33 go: finding github.com/modern-go/reflect2 v1.0.1 01:27:33 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 01:27:33 go: finding github.com/pascaldekloe/goe v0.1.0 01:27:33 go: finding github.com/pelletier/go-toml v1.7.0 01:27:33 go: finding github.com/pkg/errors v0.8.1 01:27:33 go: finding github.com/pmezard/go-difflib v1.0.0 01:27:33 go: finding github.com/posener/complete v1.1.1 01:27:33 go: finding github.com/prometheus/client_golang v1.4.0 01:27:33 go: finding github.com/prometheus/client_model v0.2.0 01:27:33 go: finding github.com/prometheus/common v0.9.1 01:27:33 go: finding github.com/prometheus/procfs v0.0.8 01:27:33 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 01:27:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:27:33 go: finding github.com/sirupsen/logrus v1.4.2 01:27:33 go: finding github.com/stretchr/objx v0.1.1 01:27:33 go: finding github.com/stretchr/testify v1.4.0 01:27:33 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 01:27:33 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 01:27:33 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 01:27:33 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 01:27:33 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 01:27:33 go: finding golang.org/x/text v0.3.2 01:27:33 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 01:27:33 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 01:27:33 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 01:27:33 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:27:33 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 01:27:33 go: finding gopkg.in/yaml.v2 v2.2.8 01:27:48 Removing intermediate container fe001c32cf55 01:27:48 ---> 8d1120ecf5a2 01:27:48 Successfully built 8d1120ecf5a2 01:27:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:27:49 + docker inspect -f . ci-base-image-x86_64 01:27:49 . [Pipeline] withDockerContainer 01:27:49 prd-centos7-docker-4c-2g-4058 does not seem to be running inside a container 01:27:49 $ 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 01:27:50 $ docker top 5c9ce046e671131b6d27831341a569596f55f95f725a13b9bc7bcf5cd2fea030 -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:51 + go version 01:27:51 go version go1.13.5 linux/amd64 [Pipeline] sh 01:27:51 + make test 01:27:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:27:53 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:28:01 GO111MODULE=on go vet ./... [Pipeline] stash 01:28:03 Stashed 1 file(s) [Pipeline] } 01:28:03 $ docker stop --time=1 5c9ce046e671131b6d27831341a569596f55f95f725a13b9bc7bcf5cd2fea030 01:28:05 $ docker rm -f 5c9ce046e671131b6d27831341a569596f55f95f725a13b9bc7bcf5cd2fea030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:28:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:28:07 + ls -al . 01:28:07 total 84 01:28:07 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 01:27 . 01:28:07 drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 01:26 .. 01:28:07 drwxrwxr-x. 3 jenkins jenkins 20 Jun 23 01:26 assets 01:28:07 drwxrwxr-x. 2 jenkins jenkins 35 Jun 23 01:26 bin 01:28:07 drwxrwxr-x. 3 jenkins jenkins 29 Jun 23 01:26 cmd 01:28:07 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 23 01:26 CONTRIBUTING.md 01:28:07 -rw-r--r--. 1 jenkins jenkins 10 Jun 23 01:27 coverage.out 01:28:07 -rw-rw-r--. 1 jenkins jenkins 913 Jun 23 01:26 Dockerfile 01:28:07 -rw-rw-r--. 1 jenkins jenkins 898 Jun 23 01:26 Dockerfile.build 01:28:07 drwxrwxr-x. 5 jenkins jenkins 104 Jun 23 01:26 docs 01:28:07 drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 01:27 .git 01:28:07 drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 01:26 .github 01:28:07 -rw-rw-r--. 1 jenkins jenkins 136 Jun 23 01:26 .gitignore 01:28:07 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 23 01:26 go.mod 01:28:07 -rw-r--r--. 1 jenkins jenkins 20718 Jun 23 01:27 go.sum 01:28:07 drwxrwxr-x. 10 jenkins jenkins 139 Jun 23 01:26 internal 01:28:07 -rw-rw-r--. 1 jenkins jenkins 675 Jun 23 01:26 Jenkinsfile 01:28:07 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 23 01:26 LICENSE 01:28:07 -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 01:26 Makefile 01:28:07 -rw-rw-r--. 1 jenkins jenkins 2773 Jun 23 01:26 README.md 01:28:07 drwxrwxr-x. 3 jenkins jenkins 58 Jun 23 01:27 .semver 01:28:07 -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 01:25 VERSION 01:28:07 -rw-rw-r--. 1 jenkins jenkins 155 Jun 23 01:26 version.go [Pipeline] isUnix [Pipeline] sh 01:28:07 + 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=52ed23a5be29d23e509b9b17b116f6487b1eadbb --label arch=amd64 --label version=0.0.0 . 01:28:07 Sending build context to Docker daemon 19.09MB 01:28:07 Step 1/24 : ARG BASE=golang:1.13-alpine 01:28:07 Step 2/24 : FROM ${BASE} AS builder 01:28:07 ---> 8d1120ecf5a2 01:28:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:28:08 ---> Running in f56aaeaba187 01:28:08 Removing intermediate container f56aaeaba187 01:28:08 ---> 2f03fa6a7f6f 01:28:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:28:08 ---> Running in 436fe9d20372 01:28:08 Removing intermediate container 436fe9d20372 01:28:08 ---> 197f75f9a392 01:28:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:28:08 ---> Running in 2bc527c86c1e 01:28:08 Removing intermediate container 2bc527c86c1e 01:28:08 ---> 0736a6add7d6 01:28:08 Step 6/24 : LABEL Name=edgex-ui-go 01:28:08 ---> Running in cc6d4c01620c 01:28:09 Removing intermediate container cc6d4c01620c 01:28:09 ---> 6347b383b5bb 01:28:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:28:09 ---> Running in 358d4006b9f9 01:28:09 Removing intermediate container 358d4006b9f9 01:28:09 ---> cbe4031d6262 01:28:09 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:09 ---> Running in 9c27eb4d0d50 01:28:10 Removing intermediate container 9c27eb4d0d50 01:28:10 ---> bdd4970ce70d 01:28:10 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:28:10 ---> Running in fab17a9ced29 01:28:10 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:28:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:28:12 v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] 01:28:12 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 01:28:12 OK: 11290 distinct packages available 01:28:12 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:28:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:28:14 OK: 143 MiB in 39 packages 01:28:14 Removing intermediate container fab17a9ced29 01:28:14 ---> 88a20e9f5dc5 01:28:14 Step 10/24 : ENV GO111MODULE=on 01:28:14 ---> Running in d047beb9d2cd 01:28:14 Removing intermediate container d047beb9d2cd 01:28:14 ---> 20a91b180c8a 01:28:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:28:15 ---> Running in e9a456a3aff7 01:28:15 Removing intermediate container e9a456a3aff7 01:28:15 ---> f331e607b66a 01:28:15 Step 12/24 : COPY go.mod . 01:28:15 ---> 73ddf45c2c89 01:28:15 Step 13/24 : COPY Makefile . 01:28:15 ---> 62130da78d71 01:28:15 Step 14/24 : RUN make update 01:28:15 ---> Running in 757bcca14c51 01:28:16 CGO_ENABLED=0 GO111MODULE=on go mod download 01:28:16 Removing intermediate container 757bcca14c51 01:28:16 ---> b5340a36535b 01:28:16 Step 15/24 : COPY . . 01:28:18 ---> 601902c92d45 01:28:18 Step 16/24 : RUN ${MAKE} 01:28:18 ---> Running in ab85e06d1879 01:28:19 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 01:28:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:28:30 Removing intermediate container ab85e06d1879 01:28:30 ---> 2b967c2e1e2d 01:28:30 Step 17/24 : FROM alpine 01:28:30 latest: Pulling from library/alpine 01:28:30 df20fa9351a1: Pulling fs layer 01:28:30 df20fa9351a1: Verifying Checksum 01:28:30 df20fa9351a1: Download complete 01:28:31 df20fa9351a1: Pull complete 01:28:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:28:31 Status: Downloaded newer image for alpine:latest 01:28:31 ---> a24bb4013296 01:28:31 Step 18/24 : EXPOSE 4000 01:28:31 ---> Running in 1aa18dbbb523 01:28:31 Removing intermediate container 1aa18dbbb523 01:28:31 ---> 74091a709f6f 01:28:31 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 01:28:32 ---> 8230fe13e910 01:28:32 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:28:32 ---> Running in 2e92e244fb22 01:28:32 Removing intermediate container 2e92e244fb22 01:28:32 ---> d833d4cd36e5 01:28:32 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:28:32 ---> Running in 0f40389e627e 01:28:32 Removing intermediate container 0f40389e627e 01:28:32 ---> e4a2afc53215 01:28:32 Step 22/24 : LABEL arch=amd64 01:28:32 ---> Running in 82c3a6deb068 01:28:33 Removing intermediate container 82c3a6deb068 01:28:33 ---> 7ed75e1dbc2c 01:28:33 Step 23/24 : LABEL git_sha=52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:28:33 ---> Running in 597efd4f3791 01:28:33 Removing intermediate container 597efd4f3791 01:28:33 ---> 1688f6f131e0 01:28:33 Step 24/24 : LABEL version=0.0.0 01:28:33 ---> Running in 41bfc02fbf4d 01:28:33 Removing intermediate container 41bfc02fbf4d 01:28:33 ---> 82c171bcafd6 01:28:33 [Warning] One or more build-args [ARCH] were not consumed 01:28:33 Successfully built 82c171bcafd6 01:28:33 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:28:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4059 in /w/workspace/edgexfoundry_edgex-ui-go_PR-249 [Pipeline] { [Pipeline] ws 01:28:38 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 01:28:43 using credential edgex-jenkins-ssh 01:28:43 Cloning the remote Git repository 01:28:43 Cloning with configured refspecs honoured and without tags 01:28:43 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:28:44 > git init /w/workspace/edgex-ui-go/1 # timeout=10 01:28:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:28:44 > git --version # timeout=10 01:28:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:45 Fetching without tags 01:28:46 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:28:46 Merge succeeded, producing 52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:28:46 Checking out Revision 52ed23a5be29d23e509b9b17b116f6487b1eadbb (PR-249) 01:28:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:28:45 > git config --add remote.origin.fetch +refs/pull/249/head:refs/remotes/origin/PR-249 # timeout=10 01:28:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:28:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:28:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/249/head:refs/remotes/origin/PR-249 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:46 > git config core.sparsecheckout # timeout=10 01:28:46 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 01:28:46 > git remote # timeout=10 01:28:46 > git config --get remote.origin.url # timeout=10 01:28:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:46 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 01:28:46 > git rev-parse HEAD^{commit} # timeout=10 01:28:46 > git config core.sparsecheckout # timeout=10 01:28:46 > git checkout -f 52ed23a5be29d23e509b9b17b116f6487b1eadbb # timeout=10 01:28:51 Commit message: "Add doc for mqtt device registration" 01:28:51 > git --version # timeout=10 01:28:51 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:28:53 ========================================================= 01:28:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 01:28:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:28: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 . 01:28:55 Sending build context to Docker daemon 19.07MB 01:28:55 Step 1/8 : ARG BASE=golang:1.11-alpine 01:28:55 Step 2/8 : FROM ${BASE} 01:28:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:28:55 cde5963f3b93: Pulling fs layer 01:28:55 2a23fa8c16f7: Pulling fs layer 01:28:55 777b28850792: Pulling fs layer 01:28:55 8a11ddd9e578: Pulling fs layer 01:28:55 4cf88f913ddb: Pulling fs layer 01:28:55 1df406cf5192: Pulling fs layer 01:28:55 cd6300453558: Pulling fs layer 01:28:55 b9c365052c96: Pulling fs layer 01:28:55 a2d8cc88f415: Pulling fs layer 01:28:55 ea1d1ca13537: Pulling fs layer 01:28:55 3750a50a1c5e: Pulling fs layer 01:28:55 8a11ddd9e578: Waiting 01:28:55 4cf88f913ddb: Waiting 01:28:55 1df406cf5192: Waiting 01:28:55 cd6300453558: Waiting 01:28:55 b9c365052c96: Waiting 01:28:55 a2d8cc88f415: Waiting 01:28:55 ea1d1ca13537: Waiting 01:28:55 3750a50a1c5e: Waiting 01:28:55 777b28850792: Verifying Checksum 01:28:55 777b28850792: Download complete 01:28:55 2a23fa8c16f7: Verifying Checksum 01:28:55 2a23fa8c16f7: Download complete 01:28:55 4cf88f913ddb: Verifying Checksum 01:28:55 4cf88f913ddb: Download complete 01:28:55 1df406cf5192: Verifying Checksum 01:28:55 1df406cf5192: Download complete 01:28:55 cde5963f3b93: Download complete 01:28:56 cde5963f3b93: Pull complete 01:28:57 2a23fa8c16f7: Pull complete 01:28:57 777b28850792: Pull complete 01:28:59 cd6300453558: Verifying Checksum 01:28:59 cd6300453558: Download complete 01:28:59 a2d8cc88f415: Verifying Checksum 01:28:59 a2d8cc88f415: Download complete 01:29:00 ea1d1ca13537: Verifying Checksum 01:29:00 ea1d1ca13537: Download complete 01:29:00 3750a50a1c5e: Verifying Checksum 01:29:00 3750a50a1c5e: Download complete 01:29:00 b9c365052c96: Verifying Checksum 01:29:00 b9c365052c96: Download complete 01:29:01 8a11ddd9e578: Verifying Checksum 01:29:01 8a11ddd9e578: Download complete 01:29:14 8a11ddd9e578: Pull complete 01:29:14 4cf88f913ddb: Pull complete 01:29:14 1df406cf5192: Pull complete 01:29:18 cd6300453558: Pull complete 01:29:22 b9c365052c96: Pull complete 01:29:22 a2d8cc88f415: Pull complete 01:29:25 ea1d1ca13537: Pull complete 01:29:25 3750a50a1c5e: Pull complete 01:29:25 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 01:29:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 01:29:25 ---> 78745c68409d 01:29:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:29:31 ---> Running in 7e032c91f9cf 01:29:31 Removing intermediate container 7e032c91f9cf 01:29:31 ---> 7d3ebb3e9d4d 01:29:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:31 ---> Running in 379f5973b536 01:29:33 Removing intermediate container 379f5973b536 01:29:33 ---> 62b42a7953a0 01:29:33 Step 5/8 : RUN apk add --no-cache make git 01:29:34 ---> Running in 8041fbc1c988 01:29:35 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:29:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:29:37 OK: 125 MiB in 39 packages 01:29:38 Removing intermediate container 8041fbc1c988 01:29:38 ---> 51e16041898c 01:29:38 Step 6/8 : WORKDIR /edgex-ui-go 01:29:38 ---> Running in 676005b58d9c 01:29:39 Removing intermediate container 676005b58d9c 01:29:39 ---> f3dc8ba24389 01:29:39 Step 7/8 : COPY . . 01:29:41 ---> 11142db7ce2e 01:29:41 Step 8/8 : RUN go mod download 01:29:41 ---> Running in e85ca3892d35 01:29:44 go: finding github.com/BurntSushi/toml v0.3.1 01:29:44 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 01:29:44 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 01:29:44 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 01:29:44 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:29:44 go: finding github.com/armon/go-metrics v0.3.3 01:29:44 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:29:44 go: finding github.com/beorn7/perks v1.0.1 01:29:44 go: finding github.com/bgentry/speakeasy v0.1.0 01:29:44 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:29:44 go: finding github.com/cespare/xxhash/v2 v2.1.1 01:29:44 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 01:29:44 go: finding github.com/circonus-labs/circonusllhist v0.1.3 01:29:44 go: finding github.com/davecgh/go-spew v1.1.1 01:29:44 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:29:44 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 01:29:44 go: finding github.com/fatih/color v1.9.0 01:29:44 go: finding github.com/go-kit/kit v0.9.0 01:29:44 go: finding github.com/go-logfmt/logfmt v0.4.0 01:29:44 go: finding github.com/go-stack/stack v1.8.0 01:29:44 go: finding github.com/gogo/protobuf v1.1.1 01:29:44 go: finding github.com/golang/protobuf v1.3.2 01:29:44 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:29:44 go: finding github.com/google/go-cmp v0.4.0 01:29:44 go: finding github.com/google/gofuzz v1.0.0 01:29:44 go: finding github.com/gorilla/mux v1.7.1 01:29:44 go: finding github.com/gorilla/websocket v1.4.0 01:29:44 go: finding github.com/hashicorp/consul/api v1.4.0 01:29:44 go: finding github.com/hashicorp/consul/sdk v0.4.0 01:29:44 go: finding github.com/hashicorp/errwrap v1.0.0 01:29:44 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:29:44 go: finding github.com/hashicorp/go-hclog v0.12.2 01:29:44 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 01:29:44 go: finding github.com/hashicorp/go-msgpack v0.5.5 01:29:44 go: finding github.com/hashicorp/go-multierror v1.0.0 01:29:44 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 01:29:44 go: finding github.com/hashicorp/go-rootcerts v1.0.2 01:29:44 go: finding github.com/hashicorp/go-sockaddr v1.0.2 01:29:45 go: finding github.com/hashicorp/go-syslog v1.0.0 01:29:45 go: finding github.com/hashicorp/go-uuid v1.0.1 01:29:45 go: finding github.com/hashicorp/go.net v0.0.1 01:29:45 go: finding github.com/hashicorp/golang-lru v0.5.4 01:29:45 go: finding github.com/hashicorp/logutils v1.0.0 01:29:45 go: finding github.com/hashicorp/mdns v1.0.1 01:29:45 go: finding github.com/hashicorp/memberlist v0.2.0 01:29:45 go: finding github.com/hashicorp/serf v0.9.0 01:29:45 go: finding github.com/json-iterator/go v1.1.9 01:29:45 go: finding github.com/julienschmidt/httprouter v1.2.0 01:29:45 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 01:29:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:29:45 go: finding github.com/kr/pretty v0.2.0 01:29:45 go: finding github.com/kr/pty v1.1.1 01:29:45 go: finding github.com/kr/text v0.1.0 01:29:45 go: finding github.com/mattn/go-colorable v0.1.6 01:29:45 go: finding github.com/mattn/go-isatty v0.0.12 01:29:45 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 01:29:45 go: finding github.com/miekg/dns v1.1.26 01:29:45 go: finding github.com/mitchellh/cli v1.0.0 01:29:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:29:45 go: finding github.com/mitchellh/copystructure v1.0.0 01:29:45 go: finding github.com/mitchellh/go-homedir v1.1.0 01:29:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:29:45 go: finding github.com/mitchellh/go-wordwrap v1.0.0 01:29:45 go: finding github.com/mitchellh/gox v0.4.0 01:29:45 go: finding github.com/mitchellh/iochan v1.0.0 01:29:45 go: finding github.com/mitchellh/mapstructure v1.2.2 01:29:45 go: finding github.com/mitchellh/reflectwalk v1.0.1 01:29:45 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:29:45 go: finding github.com/modern-go/reflect2 v1.0.1 01:29:45 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 01:29:45 go: finding github.com/pascaldekloe/goe v0.1.0 01:29:45 go: finding github.com/pelletier/go-toml v1.7.0 01:29:45 go: finding github.com/pkg/errors v0.8.1 01:29:45 go: finding github.com/pmezard/go-difflib v1.0.0 01:29:45 go: finding github.com/posener/complete v1.1.1 01:29:45 go: finding github.com/prometheus/client_golang v1.4.0 01:29:45 go: finding github.com/prometheus/client_model v0.2.0 01:29:45 go: finding github.com/prometheus/common v0.9.1 01:29:45 go: finding github.com/prometheus/procfs v0.0.8 01:29:45 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 01:29:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:29:45 go: finding github.com/sirupsen/logrus v1.4.2 01:29:45 go: finding github.com/stretchr/objx v0.1.1 01:29:45 go: finding github.com/stretchr/testify v1.4.0 01:29:45 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 01:29:45 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 01:29:45 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 01:29:45 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 01:29:45 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 01:29:45 go: finding golang.org/x/text v0.3.2 01:29:45 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 01:29:45 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 01:29:45 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 01:29:45 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:29:45 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 01:29:45 go: finding gopkg.in/yaml.v2 v2.2.8 01:30:04 Removing intermediate container e85ca3892d35 01:30:04 ---> fdc3c748c393 01:30:04 Successfully built fdc3c748c393 01:30:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:30:04 + docker inspect -f . ci-base-image-arm64 01:30:04 . [Pipeline] withDockerContainer 01:30:05 prd-ubuntu18.04-docker-arm64-4c-16g-4059 does not seem to be running inside a container 01:30:05 $ 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-arm64 cat 01:30:07 $ docker top a100c0da2b1c91c4beea58355a6531e4181474550d3012f618a0c39a589507e4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:08 + go version 01:30:08 go version go1.13.5 linux/arm64 [Pipeline] sh 01:30:09 + make test 01:30:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:30:11 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:30:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:30:33 GO111MODULE=on go vet ./... [Pipeline] stash 01:30:39 Warning: overwriting stash ‘coverage-report’ 01:30:39 Stashed 1 file(s) [Pipeline] } 01:30:39 $ docker stop --time=1 a100c0da2b1c91c4beea58355a6531e4181474550d3012f618a0c39a589507e4 01:30:41 $ docker rm -f a100c0da2b1c91c4beea58355a6531e4181474550d3012f618a0c39a589507e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:30:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:30:43 + ls -al . 01:30:43 total 120 01:30:43 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:30 . 01:30:43 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 01:28 .. 01:30:43 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 01:28 .git 01:30:43 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:28 .github 01:30:43 -rw-rw-r-- 1 jenkins jenkins 136 Jun 23 01:28 .gitignore 01:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:28 .semver 01:30:43 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 23 01:28 CONTRIBUTING.md 01:30:43 -rw-rw-r-- 1 jenkins jenkins 913 Jun 23 01:28 Dockerfile 01:30:43 -rw-rw-r-- 1 jenkins jenkins 898 Jun 23 01:28 Dockerfile.build 01:30:43 -rw-rw-r-- 1 jenkins jenkins 675 Jun 23 01:28 Jenkinsfile 01:30:43 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 23 01:28 LICENSE 01:30:43 -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 01:28 Makefile 01:30:43 -rw-rw-r-- 1 jenkins jenkins 2773 Jun 23 01:28 README.md 01:30:43 -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 01:25 VERSION 01:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:28 assets 01:30:43 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:28 bin 01:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:28 cmd 01:30:43 -rw-r--r-- 1 jenkins jenkins 10 Jun 23 01:30 coverage.out 01:30:43 drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 01:28 docs 01:30:43 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 23 01:28 go.mod 01:30:43 -rw-r--r-- 1 jenkins jenkins 20718 Jun 23 01:30 go.sum 01:30:43 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:28 internal 01:30:43 -rw-rw-r-- 1 jenkins jenkins 155 Jun 23 01:28 version.go [Pipeline] isUnix [Pipeline] sh 01:30:43 + 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=52ed23a5be29d23e509b9b17b116f6487b1eadbb --label arch=arm64 --label version=0.0.0 . 01:30:44 Sending build context to Docker daemon 19.09MB 01:30:44 Step 1/24 : ARG BASE=golang:1.13-alpine 01:30:44 Step 2/24 : FROM ${BASE} AS builder 01:30:44 ---> fdc3c748c393 01:30:44 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:30:44 ---> Running in 4f0e1f7f4533 01:30:45 Removing intermediate container 4f0e1f7f4533 01:30:45 ---> a150beafdf14 01:30:45 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:30:45 ---> Running in a30d61c759c2 01:30:45 Removing intermediate container a30d61c759c2 01:30:45 ---> 9db04e9e3871 01:30:45 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:30:46 ---> Running in 37279c18bca6 01:30:46 Removing intermediate container 37279c18bca6 01:30:46 ---> daec3e7266e2 01:30:46 Step 6/24 : LABEL Name=edgex-ui-go 01:30:46 ---> Running in ade47b87e18b 01:30:46 Removing intermediate container ade47b87e18b 01:30:46 ---> 2b53f2347065 01:30:46 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:30:47 ---> Running in 090cc7c2c0e4 01:30:47 Removing intermediate container 090cc7c2c0e4 01:30:47 ---> 6f921de65c27 01:30:47 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:47 ---> Running in ba43ca0062c4 01:30:50 Removing intermediate container ba43ca0062c4 01:30:50 ---> 7fb6b6b7c64a 01:30:50 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:30:50 ---> Running in 6d13cd06780a 01:30:51 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:30:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:30:53 v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] 01:30:53 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 01:30:53 OK: 11179 distinct packages available 01:30:53 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:30:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:30:54 OK: 125 MiB in 39 packages 01:30:55 Removing intermediate container 6d13cd06780a 01:30:55 ---> 1521ed4a6b16 01:30:55 Step 10/24 : ENV GO111MODULE=on 01:30:55 ---> Running in e8c751bfd25d 01:30:56 Removing intermediate container e8c751bfd25d 01:30:56 ---> 8e2cb8f20b63 01:30:56 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:30:56 ---> Running in 694db11a0793 01:30:57 Removing intermediate container 694db11a0793 01:30:57 ---> ab2ba49a6108 01:30:57 Step 12/24 : COPY go.mod . 01:30:57 ---> 1133d0a12f4f 01:30:57 Step 13/24 : COPY Makefile . 01:30:58 ---> d9bbddb13c37 01:30:58 Step 14/24 : RUN make update 01:30:58 ---> Running in c75a6512960b 01:31:00 CGO_ENABLED=0 GO111MODULE=on go mod download 01:31:01 Removing intermediate container c75a6512960b 01:31:01 ---> f10f78dd3532 01:31:01 Step 15/24 : COPY . . 01:31:03 ---> 818db86bc717 01:31:03 Step 16/24 : RUN ${MAKE} 01:31:03 ---> Running in fcf82586e1ed 01:31:04 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 01:31:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:31:35 Removing intermediate container fcf82586e1ed 01:31:35 ---> 905081153309 01:31:35 Step 17/24 : FROM alpine 01:31:35 latest: Pulling from library/alpine 01:31:35 b538f80385f9: Pulling fs layer 01:31:35 b538f80385f9: Verifying Checksum 01:31:35 b538f80385f9: Download complete 01:31:35 b538f80385f9: Pull complete 01:31:35 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:31:35 Status: Downloaded newer image for alpine:latest 01:31:35 ---> 62ee0e9f8440 01:31:35 Step 18/24 : EXPOSE 4000 01:31:35 ---> Running in f04bd36b00b2 01:31:35 Removing intermediate container f04bd36b00b2 01:31:35 ---> d94e636da958 01:31:35 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 01:31:41 ---> b01750e8e28c 01:31:41 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:31:41 ---> Running in 59d05b6273fd 01:31:41 Removing intermediate container 59d05b6273fd 01:31:41 ---> d10fb9f3a855 01:31:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:31:42 ---> Running in 56b380cd88d7 01:31:42 Removing intermediate container 56b380cd88d7 01:31:42 ---> 50e1fec1a464 01:31:42 Step 22/24 : LABEL arch=arm64 01:31:42 ---> Running in 6ed986cca7b1 01:31:42 Removing intermediate container 6ed986cca7b1 01:31:42 ---> 577c0d41e2aa 01:31:42 Step 23/24 : LABEL git_sha=52ed23a5be29d23e509b9b17b116f6487b1eadbb 01:31:43 ---> Running in 76e71a9b909d 01:31:43 Removing intermediate container 76e71a9b909d 01:31:43 ---> c2b8f526d371 01:31:43 Step 24/24 : LABEL version=0.0.0 01:31:43 ---> Running in 64f6f4db28b6 01:31:44 Removing intermediate container 64f6f4db28b6 01:31:44 ---> 10f739ef4f71 01:31:44 [Warning] One or more build-args [ARCH] were not consumed 01:31:44 Successfully built 10f739ef4f71 01:31:44 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:31:45 provisioning config files... 01:31:45 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/config6942973448571362033tmp [Pipeline] { [Pipeline] sh 01:31:45 + curl -s https://codecov.io/bash 01:31:45 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/config6942973448571362033tmp 01:31:45 01:31:45 _____ _ 01:31:45 / ____| | | 01:31:45 | | ___ __| | ___ ___ _____ __ 01:31:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:31:45 | |___| (_) | (_| | __/ (_| (_) \ V / 01:31:45 \_____\___/ \__,_|\___|\___\___/ \_/ 01:31:45 Bash-20200602-f809a24 01:31:45 01:31:45 01:31:45 ==> Jenkins CI detected. 01:31:45 project root: . 01:31:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:31:45 ==> Running gcov in . (disable via -X gcov) 01:31:45 ==> Python coveragepy not found 01:31:45 ==> Searching for coverage reports in: 01:31:45 + . 01:31:45 -> Found 1 reports 01:31:45 ==> Detecting git/mercurial file structure 01:31:45 ==> Reading reports 01:31:45 + ./coverage.out bytes=10 01:31:45 ==> Appending adjustments 01:31:45 https://docs.codecov.io/docs/fixing-reports 01:31:45 + Found adjustments 01:31:45 ==> Gzipping contents 01:31:45 ==> Uploading reports 01:31:45 url: https://codecov.io 01:31:45 query: branch=PR-249&commit=52ed23a5be29d23e509b9b17b116f6487b1eadbb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-249%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=249&job= 01:31:45 -> Pinging Codecov 01:31:45 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-249&commit=52ed23a5be29d23e509b9b17b116f6487b1eadbb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-249%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=249&job= 01:34:07 -> Uploading 01:34:07 X> Failed to upload 01:34:07 -> Sleeping for 30s and trying again... 01:34:25 -> Pinging Codecov 01:34:25 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-249&commit=52ed23a5be29d23e509b9b17b116f6487b1eadbb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-249%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=249&job= 01:34:25 -> Uploading 01:34:25 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/52ed23a5be29d23e509b9b17b116f6487b1eadbb [Pipeline] } 01:34:25 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 01:34:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:34:27 ---> package-listing.sh 01:34:27 ++ facter osfamily 01:34:27 ++ tr '[:upper:]' '[:lower:]' 01:34:27 + OS_FAMILY=redhat 01:34:27 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-249 01:34:27 + START_PACKAGES=/tmp/packages_start.txt 01:34:27 + END_PACKAGES=/tmp/packages_end.txt 01:34:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:34:27 + PACKAGES=/tmp/packages_start.txt 01:34:27 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-249 ']' 01:34:27 + PACKAGES=/tmp/packages_end.txt 01:34:27 + case "${OS_FAMILY}" in 01:34:27 + rpm -qa 01:34:27 + sort 01:34:32 + '[' -f /tmp/packages_start.txt ']' 01:34:32 + '[' -f /tmp/packages_end.txt ']' 01:34:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:34:32 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-249 ']' 01:34:32 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-249/archives/ 01:34:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-249/archives/ [Pipeline] isUnix [Pipeline] sh 01:34:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:34:32 01:34:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:34:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:34:32 alpine: Pulling from edgex-lftools-log-publisher 01:34:32 c9b1b535fdd9: Pulling fs layer 01:34:32 2cc5ad85d9ab: Pulling fs layer 01:34:32 756a868c4378: Pulling fs layer 01:34:32 444b2fc9a129: Pulling fs layer 01:34:32 ea15f1150254: Pulling fs layer 01:34:32 41b27a9f41bf: Pulling fs layer 01:34:32 28c525ee5125: Pulling fs layer 01:34:32 094b1ea09ed8: Pulling fs layer 01:34:32 138eaada9080: Pulling fs layer 01:34:32 0622d0fa9048: Pulling fs layer 01:34:32 ea15f1150254: Waiting 01:34:32 41b27a9f41bf: Waiting 01:34:32 28c525ee5125: Waiting 01:34:32 094b1ea09ed8: Waiting 01:34:32 138eaada9080: Waiting 01:34:32 0622d0fa9048: Waiting 01:34:32 444b2fc9a129: Waiting 01:34:32 2cc5ad85d9ab: Verifying Checksum 01:34:32 2cc5ad85d9ab: Download complete 01:34:32 444b2fc9a129: Verifying Checksum 01:34:32 444b2fc9a129: Download complete 01:34:32 c9b1b535fdd9: Verifying Checksum 01:34:32 ea15f1150254: Verifying Checksum 01:34:32 ea15f1150254: Download complete 01:34:32 28c525ee5125: Verifying Checksum 01:34:32 28c525ee5125: Download complete 01:34:33 756a868c4378: Verifying Checksum 01:34:33 756a868c4378: Download complete 01:34:33 c9b1b535fdd9: Pull complete 01:34:33 138eaada9080: Verifying Checksum 01:34:33 138eaada9080: Download complete 01:34:33 094b1ea09ed8: Verifying Checksum 01:34:33 094b1ea09ed8: Download complete 01:34:33 0622d0fa9048: Verifying Checksum 01:34:33 0622d0fa9048: Download complete 01:34:34 41b27a9f41bf: Verifying Checksum 01:34:34 41b27a9f41bf: Download complete 01:34:34 2cc5ad85d9ab: Pull complete 01:34:35 756a868c4378: Pull complete 01:34:35 444b2fc9a129: Pull complete 01:34:35 ea15f1150254: Pull complete 01:34:39 41b27a9f41bf: Pull complete 01:34:39 28c525ee5125: Pull complete 01:34:42 094b1ea09ed8: Pull complete 01:34:42 138eaada9080: Pull complete 01:34:42 0622d0fa9048: Pull complete 01:34:42 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 01:34:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:34:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:34:43 prd-centos7-docker-4c-2g-4054 does not seem to be running inside a container 01:34:43 $ 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-249 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-249:/w/workspace/edgexfoundry_edgex-ui-go_PR-249:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-249@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:10003/edgex-lftools-log-publisher:alpine cat 01:34:47 $ docker top 036de4ed7845c16ed08b10be8ec2849f5e3bc42a72562e53d5feacbd6608c22b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:47 provisioning config files... 01:34:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-249@tmp/config371388882491752723tmp [Pipeline] { [Pipeline] echo 01:34:47 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:34:47 ---> create-netrc.sh [Pipeline] echo 01:34:48 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:34:48 ---> logs-deploy.sh 01:34:48 + ARCHIVE_ARTIFACTS= 01:34:48 + LOGS_SERVER=https://logs.edgexfoundry.org 01:34:48 + '[' https://logs.edgexfoundry.org == None ']' 01:34:48 + NEXUS_URL=https://nexus.edgexfoundry.org 01:34:48 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-249/1 01:34:48 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-249/1/ 01:34:48 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-249/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-249 01:34:49 Archives upload complete. 01:34:49 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-249/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-249/1/