Pull request #247 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at c6e90bcad506a53a21afbb07ae058210c81821b7 rather than e543c8f2d099eb69d8efe3a4508085f26e614269 Obtained Jenkinsfile from c6e90bcad506a53a21afbb07ae058210c81821b7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-4039’ 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-4040 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [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-247 # 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/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # 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/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) > 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 e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 Commit message: "Add mqtt device device to edgex doc Issue #245" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:01:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:01:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:01:36 ========================================================= 01:01:36 EdgeX Global Pipelines Version Info 01:01:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7dcb4afd0ec456bbbde3221b286e66d74fe8fb72 # timeout=10 01:01:38 ------------------- 01:01:38 stable info: 01:01:38 ------------------- 01:01:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:01:38 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 01:01:38 Message: update stable to v1.0.89 01:01:39 ------------------- 01:01:39 experimental info: 01:01:39 ------------------- 01:01:39 Commited By: **** collab-it+edgex@linuxfoundation.org 01:01:39 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 01:01:39 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:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:41 01:01:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:01:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:41 latest: Pulling from edgex-devops/git-semver 01:01:41 9123ac7c32f7: Pulling fs layer 01:01:41 b8cc5d1170e3: Pulling fs layer 01:01:41 2924cbbf6a41: Pulling fs layer 01:01:41 93b08a4f1073: Pulling fs layer 01:01:41 93b08a4f1073: Waiting 01:01:41 b8cc5d1170e3: Verifying Checksum 01:01:41 b8cc5d1170e3: Download complete 01:01:41 9123ac7c32f7: Verifying Checksum 01:01:41 9123ac7c32f7: Download complete 01:01:41 93b08a4f1073: Verifying Checksum 01:01:41 93b08a4f1073: Download complete 01:01:41 2924cbbf6a41: Verifying Checksum 01:01:41 2924cbbf6a41: Download complete 01:01:41 9123ac7c32f7: Pull complete 01:01:41 b8cc5d1170e3: Pull complete 01:01:42 2924cbbf6a41: Pull complete 01:01:43 93b08a4f1073: Pull complete 01:01:43 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 01:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:01:43 prd-centos7-docker-4c-2g-4040 does not seem to be running inside a container 01:01:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-247 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247:/w/workspace/edgexfoundry_edgex-ui-go_PR-247:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:01:45 $ docker top 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:01:46 [ssh-agent] Looking for ssh-agent implementation... 01:01:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:01:46 $ docker exec 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent 01:01:46 SSH_AUTH_SOCK=/tmp/ssh-wrCA7CfA6U3L/agent.12 01:01:46 SSH_AGENT_PID=17 01:01:46 Running ssh-add (command line suppressed) 01:01:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_2681001532372576553.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_2681001532372576553.key) 01:01:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:01:46 + git describe --exact-match --tags HEAD 01:01:46 fatal: No names found, cannot describe anything. [Pipeline] } 01:01:47 $ docker exec --env ******** --env ******** 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent -k 01:01:47 unset SSH_AUTH_SOCK; 01:01:47 unset SSH_AGENT_PID; 01:01:47 echo Agent pid 17 killed; 01:01:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:01:47 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:01:47 This usually means this commit has not been tagged. [Pipeline] sshagent 01:01:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:01:47 [ssh-agent] Looking for ssh-agent implementation... 01:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:01:47 $ docker exec 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent 01:01:47 SSH_AUTH_SOCK=/tmp/ssh-EudMDOHH9nat/agent.46 01:01:47 SSH_AGENT_PID=51 01:01:47 Running ssh-add (command line suppressed) 01:01:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_1414980269789395638.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_1414980269789395638.key) 01:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:01:48 + git semver init 01:01:48 # -> Open(): unable to determine branch for HEAD 01:01:48 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-247/.git 01:01:48 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-247 01:01:48 # $SEMVER_REMOTE_NAME = origin 01:01:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:01:48 # $SEMVER_USER_NAME = edgex-jenkins 01:01:48 # $SEMVER_BRANCH = PR-247 01:01:48 # $SEMVER_TEMP = /tmp/semver-308790567 01:01:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 01:01:49 # '/tmp/semver-308790567' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-247/.semver' 01:01:49 # -> Force: false 01:01:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-247/.semver [Pipeline] } 01:01:49 $ docker exec --env ******** --env ******** 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent -k 01:01:49 unset SSH_AUTH_SOCK; 01:01:49 unset SSH_AGENT_PID; 01:01:49 echo Agent pid 51 killed; 01:01:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:01:49 + git semver [Pipeline] } 01:01:49 $ docker stop --time=1 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef 01:01:51 $ docker rm -f 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:01:52 Stashed 61 file(s) [Pipeline] echo 01:01:52 [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:02:07 Still waiting to schedule task 01:02:07 ‘prd-centos7-docker-4c-2g-4036’ is offline; ‘prd-centos7-docker-4c-2g-4039’ is offline; ‘prd-centos7-docker-4c-2g-4043’ 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’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4038’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4042’ doesn’t have label ‘centos7-docker-4c-2g’ 01:02:07 Still waiting to schedule task 01:02:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:02:22 Running on prd-centos7-docker-4c-2g-4044 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [Pipeline] { [Pipeline] ws 01:02:22 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 01:02:25 using credential edgex-jenkins-ssh 01:02:25 Cloning the remote Git repository 01:02:25 Cloning with configured refspecs honoured and without tags 01:02:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:02:26 Fetching without tags 01:02:25 > git init /w/workspace/edgex-ui-go/4 # timeout=10 01:02:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:02:25 > git --version # timeout=10 01:02:25 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:02:26 > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # timeout=10 01:02:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:02:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:02:26 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:26 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 01:02:27 Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 01:02:27 Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) 01:02:26 > git config core.sparsecheckout # timeout=10 01:02:26 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 01:02:27 > git remote # timeout=10 01:02:27 > git config --get remote.origin.url # timeout=10 01:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:27 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 01:02:27 > git rev-parse HEAD^{commit} # timeout=10 01:02:27 > git config core.sparsecheckout # timeout=10 01:02:27 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 01:02:30 Commit message: "Add mqtt device device to edgex doc Issue #245" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:02:31 ========================================================= 01:02:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 01:02:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:02:32 + 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:02:32 Sending build context to Docker daemon 19.07MB 01:02:32 Step 1/8 : ARG BASE=golang:1.11-alpine 01:02:32 Step 2/8 : FROM ${BASE} 01:02:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 01:02:32 e6b0cf9c0882: Pulling fs layer 01:02:32 2848faf0eed1: Pulling fs layer 01:02:32 0f37312ad70f: Pulling fs layer 01:02:32 5788d62ee057: Pulling fs layer 01:02:32 0e6b1d234666: Pulling fs layer 01:02:32 bf5d7aec512f: Pulling fs layer 01:02:32 34c802a77dc8: Pulling fs layer 01:02:32 9eb99e56ec68: Pulling fs layer 01:02:32 27c7a5d97fbd: Pulling fs layer 01:02:32 5c102a31e300: Pulling fs layer 01:02:32 dcfb455df0a1: Pulling fs layer 01:02:32 34c802a77dc8: Waiting 01:02:32 9eb99e56ec68: Waiting 01:02:32 27c7a5d97fbd: Waiting 01:02:32 5788d62ee057: Waiting 01:02:32 5c102a31e300: Waiting 01:02:32 0e6b1d234666: Waiting 01:02:32 dcfb455df0a1: Waiting 01:02:32 bf5d7aec512f: Waiting 01:02:32 0f37312ad70f: Download complete 01:02:32 2848faf0eed1: Download complete 01:02:32 0e6b1d234666: Verifying Checksum 01:02:32 0e6b1d234666: Download complete 01:02:32 bf5d7aec512f: Verifying Checksum 01:02:32 bf5d7aec512f: Download complete 01:02:32 e6b0cf9c0882: Verifying Checksum 01:02:32 e6b0cf9c0882: Download complete 01:02:33 34c802a77dc8: Verifying Checksum 01:02:33 34c802a77dc8: Download complete 01:02:33 27c7a5d97fbd: Verifying Checksum 01:02:33 27c7a5d97fbd: Download complete 01:02:34 5c102a31e300: Verifying Checksum 01:02:34 5c102a31e300: Download complete 01:02:34 dcfb455df0a1: Verifying Checksum 01:02:34 dcfb455df0a1: Download complete 01:02:34 9eb99e56ec68: Verifying Checksum 01:02:34 9eb99e56ec68: Download complete 01:02:34 5788d62ee057: Verifying Checksum 01:02:34 5788d62ee057: Download complete 01:02:36 e6b0cf9c0882: Pull complete 01:02:36 2848faf0eed1: Pull complete 01:02:36 0f37312ad70f: Pull complete 01:02:41 5788d62ee057: Pull complete 01:02:41 0e6b1d234666: Pull complete 01:02:41 bf5d7aec512f: Pull complete 01:02:45 34c802a77dc8: Pull complete 01:02:49 9eb99e56ec68: Pull complete 01:02:49 27c7a5d97fbd: Pull complete 01:02:49 5c102a31e300: Pull complete 01:02:49 dcfb455df0a1: Pull complete 01:02:49 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 01:02:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 01:02:49 ---> 7c70fe431013 01:02:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:02:51 ---> Running in 83cfdadae2eb 01:02:51 Removing intermediate container 83cfdadae2eb 01:02:51 ---> 8b8219e760f7 01:02:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:51 ---> Running in f155d7a8776e 01:02:52 Removing intermediate container f155d7a8776e 01:02:52 ---> 59c7a9679e7d 01:02:52 Step 5/8 : RUN apk add --no-cache make git 01:02:52 ---> Running in ecab79ed0f94 01:02:53 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:02:54 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:02:54 OK: 143 MiB in 39 packages 01:02:54 Removing intermediate container ecab79ed0f94 01:02:54 ---> 23bcd267403b 01:02:54 Step 6/8 : WORKDIR /edgex-ui-go 01:02:54 ---> Running in 1e085a0ac302 01:02:54 Removing intermediate container 1e085a0ac302 01:02:54 ---> b6e667f362af 01:02:54 Step 7/8 : COPY . . 01:02:56 ---> 940282a67cb0 01:02:56 Step 8/8 : RUN go mod download 01:02:56 ---> Running in 4113632b27f0 01:03:00 go: finding github.com/BurntSushi/toml v0.3.1 01:03:00 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 01:03:00 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 01:03:00 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 01:03:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:03:00 go: finding github.com/armon/go-metrics v0.3.3 01:03:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:03:00 go: finding github.com/beorn7/perks v1.0.1 01:03:00 go: finding github.com/bgentry/speakeasy v0.1.0 01:03:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:03:00 go: finding github.com/cespare/xxhash/v2 v2.1.1 01:03:00 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 01:03:00 go: finding github.com/circonus-labs/circonusllhist v0.1.3 01:03:00 go: finding github.com/davecgh/go-spew v1.1.1 01:03:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:03:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 01:03:00 go: finding github.com/fatih/color v1.9.0 01:03:00 go: finding github.com/go-kit/kit v0.9.0 01:03:00 go: finding github.com/go-logfmt/logfmt v0.4.0 01:03:00 go: finding github.com/go-stack/stack v1.8.0 01:03:00 go: finding github.com/gogo/protobuf v1.1.1 01:03:00 go: finding github.com/golang/protobuf v1.3.2 01:03:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:03:01 go: finding github.com/google/go-cmp v0.4.0 01:03:01 go: finding github.com/google/gofuzz v1.0.0 01:03:01 go: finding github.com/gorilla/mux v1.7.1 01:03:01 go: finding github.com/gorilla/websocket v1.4.0 01:03:01 go: finding github.com/hashicorp/consul/api v1.4.0 01:03:01 go: finding github.com/hashicorp/consul/sdk v0.4.0 01:03:01 go: finding github.com/hashicorp/errwrap v1.0.0 01:03:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:03:01 go: finding github.com/hashicorp/go-hclog v0.12.2 01:03:01 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 01:03:01 go: finding github.com/hashicorp/go-msgpack v0.5.5 01:03:01 go: finding github.com/hashicorp/go-multierror v1.0.0 01:03:01 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 01:03:01 go: finding github.com/hashicorp/go-rootcerts v1.0.2 01:03:01 go: finding github.com/hashicorp/go-sockaddr v1.0.2 01:03:01 go: finding github.com/hashicorp/go-syslog v1.0.0 01:03:01 go: finding github.com/hashicorp/go-uuid v1.0.1 01:03:01 go: finding github.com/hashicorp/go.net v0.0.1 01:03:01 go: finding github.com/hashicorp/golang-lru v0.5.4 01:03:01 go: finding github.com/hashicorp/logutils v1.0.0 01:03:01 go: finding github.com/hashicorp/mdns v1.0.1 01:03:01 go: finding github.com/hashicorp/memberlist v0.2.0 01:03:01 go: finding github.com/hashicorp/serf v0.9.0 01:03:01 go: finding github.com/json-iterator/go v1.1.9 01:03:01 go: finding github.com/julienschmidt/httprouter v1.2.0 01:03:01 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 01:03:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:03:01 go: finding github.com/kr/pretty v0.2.0 01:03:02 go: finding github.com/kr/pty v1.1.1 01:03:02 go: finding github.com/kr/text v0.1.0 01:03:02 go: finding github.com/mattn/go-colorable v0.1.6 01:03:02 go: finding github.com/mattn/go-isatty v0.0.12 01:03:02 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 01:03:02 go: finding github.com/miekg/dns v1.1.26 01:03:02 go: finding github.com/mitchellh/cli v1.0.0 01:03:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:03:02 go: finding github.com/mitchellh/copystructure v1.0.0 01:03:02 go: finding github.com/mitchellh/go-homedir v1.1.0 01:03:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:03:02 go: finding github.com/mitchellh/go-wordwrap v1.0.0 01:03:02 go: finding github.com/mitchellh/gox v0.4.0 01:03:02 go: finding github.com/mitchellh/iochan v1.0.0 01:03:02 go: finding github.com/mitchellh/mapstructure v1.2.2 01:03:02 go: finding github.com/mitchellh/reflectwalk v1.0.1 01:03:02 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:03:02 go: finding github.com/modern-go/reflect2 v1.0.1 01:03:02 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 01:03:02 go: finding github.com/pascaldekloe/goe v0.1.0 01:03:02 go: finding github.com/pelletier/go-toml v1.7.0 01:03:02 go: finding github.com/pkg/errors v0.8.1 01:03:02 go: finding github.com/pmezard/go-difflib v1.0.0 01:03:02 go: finding github.com/posener/complete v1.1.1 01:03:02 go: finding github.com/prometheus/client_golang v1.4.0 01:03:02 go: finding github.com/prometheus/client_model v0.2.0 01:03:02 go: finding github.com/prometheus/common v0.9.1 01:03:02 go: finding github.com/prometheus/procfs v0.0.8 01:03:02 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 01:03:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:03:03 go: finding github.com/sirupsen/logrus v1.4.2 01:03:03 go: finding github.com/stretchr/objx v0.1.1 01:03:03 go: finding github.com/stretchr/testify v1.4.0 01:03:03 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 01:03:03 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 01:03:03 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 01:03:03 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 01:03:03 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 01:03:03 go: finding golang.org/x/text v0.3.2 01:03:03 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 01:03:03 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 01:03:03 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 01:03:03 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:03:03 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 01:03:03 go: finding gopkg.in/yaml.v2 v2.2.8 01:03:18 Removing intermediate container 4113632b27f0 01:03:18 ---> 1ad9ac193954 01:03:18 Successfully built 1ad9ac193954 01:03:18 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:03:19 + docker inspect -f . ci-base-image-x86_64 01:03:19 . [Pipeline] withDockerContainer 01:03:19 prd-centos7-docker-4c-2g-4044 does not seem to be running inside a container 01:03:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:03:19 $ docker top 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:20 + go version 01:03:20 go version go1.13.5 linux/amd64 [Pipeline] sh 01:03:20 + make test 01:03:20 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:03:21 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:03:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:03:29 GO111MODULE=on go vet ./... [Pipeline] stash 01:03:30 Stashed 1 file(s) [Pipeline] } 01:03:30 $ docker stop --time=1 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 01:03:32 $ docker rm -f 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:03:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:03:35 + ls -al . 01:03:35 total 84 01:03:35 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 01:03 . 01:03:35 drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 01:02 .. 01:03:35 drwxrwxr-x. 3 jenkins jenkins 20 Jun 23 01:02 assets 01:03:35 drwxrwxr-x. 2 jenkins jenkins 35 Jun 23 01:02 bin 01:03:35 drwxrwxr-x. 3 jenkins jenkins 29 Jun 23 01:02 cmd 01:03:35 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 23 01:02 CONTRIBUTING.md 01:03:35 -rw-r--r--. 1 jenkins jenkins 10 Jun 23 01:03 coverage.out 01:03:35 -rw-rw-r--. 1 jenkins jenkins 913 Jun 23 01:02 Dockerfile 01:03:35 -rw-rw-r--. 1 jenkins jenkins 898 Jun 23 01:02 Dockerfile.build 01:03:35 drwxrwxr-x. 5 jenkins jenkins 104 Jun 23 01:02 docs 01:03:35 drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 01:02 .git 01:03:35 drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 01:02 .github 01:03:35 -rw-rw-r--. 1 jenkins jenkins 136 Jun 23 01:02 .gitignore 01:03:35 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 23 01:02 go.mod 01:03:35 -rw-r--r--. 1 jenkins jenkins 20718 Jun 23 01:03 go.sum 01:03:35 drwxrwxr-x. 10 jenkins jenkins 139 Jun 23 01:02 internal 01:03:35 -rw-rw-r--. 1 jenkins jenkins 675 Jun 23 01:02 Jenkinsfile 01:03:35 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 23 01:02 LICENSE 01:03:35 -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 01:02 Makefile 01:03:35 -rw-rw-r--. 1 jenkins jenkins 2773 Jun 23 01:02 README.md 01:03:35 drwxrwxr-x. 3 jenkins jenkins 58 Jun 23 01:02 .semver 01:03:35 -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 01:01 VERSION 01:03:35 -rw-rw-r--. 1 jenkins jenkins 155 Jun 23 01:02 version.go [Pipeline] isUnix [Pipeline] sh 01:03:35 + 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=e543c8f2d099eb69d8efe3a4508085f26e614269 --label arch=amd64 --label version=0.0.0 . 01:03:35 Sending build context to Docker daemon 19.09MB 01:03:35 Step 1/24 : ARG BASE=golang:1.13-alpine 01:03:35 Step 2/24 : FROM ${BASE} AS builder 01:03:35 ---> 1ad9ac193954 01:03:35 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:03:35 ---> Running in e39e07756a46 01:03:36 Removing intermediate container e39e07756a46 01:03:36 ---> 8fde8ed00d67 01:03:36 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:03:36 ---> Running in 5525d472cd07 01:03:36 Removing intermediate container 5525d472cd07 01:03:36 ---> 60f421f4030c 01:03:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:03:36 ---> Running in c13587f8fe60 01:03:36 Removing intermediate container c13587f8fe60 01:03:36 ---> 90b202b314cd 01:03:36 Step 6/24 : LABEL Name=edgex-ui-go 01:03:36 ---> Running in 23e443478bac 01:03:36 Removing intermediate container 23e443478bac 01:03:36 ---> c592896d7ecf 01:03:36 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:03:36 ---> Running in 04c462dc5acd 01:03:36 Removing intermediate container 04c462dc5acd 01:03:36 ---> 7c22a1458526 01:03:36 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:36 ---> Running in 6a922e6f9bff 01:03:37 Removing intermediate container 6a922e6f9bff 01:03:37 ---> e6677c49bccd 01:03:37 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:03:37 ---> Running in 432927b42767 01:03:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:03:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:03:40 v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] 01:03:40 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 01:03:40 OK: 11290 distinct packages available 01:03:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 01:03:40 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 01:03:41 OK: 143 MiB in 39 packages 01:03:41 Removing intermediate container 432927b42767 01:03:41 ---> 937991fa492b 01:03:41 Step 10/24 : ENV GO111MODULE=on 01:03:41 ---> Running in ddbc0a9f8a2f 01:03:42 Removing intermediate container ddbc0a9f8a2f 01:03:42 ---> da36a32f6e42 01:03:42 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:03:42 ---> Running in 474f26cf08a6 01:03:42 Removing intermediate container 474f26cf08a6 01:03:42 ---> b2622efeedaf 01:03:42 Step 12/24 : COPY go.mod . 01:03:42 ---> f61ba3d2d363 01:03:42 Step 13/24 : COPY Makefile . 01:03:42 ---> 1bd10f59e176 01:03:42 Step 14/24 : RUN make update 01:03:42 ---> Running in f930edc9b70d 01:03:43 CGO_ENABLED=0 GO111MODULE=on go mod download 01:03:44 Removing intermediate container f930edc9b70d 01:03:44 ---> bf485b1d1d35 01:03:44 Step 15/24 : COPY . . 01:03:45 ---> e2dc1ace5076 01:03:45 Step 16/24 : RUN ${MAKE} 01:03:45 ---> Running in fa65fe6288cf 01:03:45 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:03:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:03:57 Removing intermediate container fa65fe6288cf 01:03:57 ---> 854abbdbec43 01:03:57 Step 17/24 : FROM alpine 01:03:57 latest: Pulling from library/alpine 01:03:57 df20fa9351a1: Pulling fs layer 01:03:57 df20fa9351a1: Verifying Checksum 01:03:57 df20fa9351a1: Download complete 01:03:57 df20fa9351a1: Pull complete 01:03:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:03:57 Status: Downloaded newer image for alpine:latest 01:03:57 ---> a24bb4013296 01:03:57 Step 18/24 : EXPOSE 4000 01:03:57 ---> Running in 8c83b24b8fcd 01:03:57 Removing intermediate container 8c83b24b8fcd 01:03:57 ---> ed4386707ba8 01:03:57 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:03:58 ---> cbd02217f0b0 01:03:58 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:03:58 ---> Running in 26776b063da3 01:03:58 Removing intermediate container 26776b063da3 01:03:58 ---> 2b4d5205c35e 01:03:58 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:03:58 ---> Running in 61ba485ff910 01:03:59 Removing intermediate container 61ba485ff910 01:03:59 ---> 1bea21f0838c 01:03:59 Step 22/24 : LABEL arch=amd64 01:03:59 ---> Running in 13115db0f328 01:03:59 Removing intermediate container 13115db0f328 01:03:59 ---> b4130a834f97 01:03:59 Step 23/24 : LABEL git_sha=e543c8f2d099eb69d8efe3a4508085f26e614269 01:03:59 ---> Running in 3df060b21598 01:03:59 Removing intermediate container 3df060b21598 01:03:59 ---> fcb2272fb501 01:03:59 Step 24/24 : LABEL version=0.0.0 01:03:59 ---> Running in b5860a94ac66 01:03:59 Removing intermediate container b5860a94ac66 01:03:59 ---> f9bb2486326c 01:03:59 [Warning] One or more build-args [ARCH] were not consumed 01:03:59 Successfully built f9bb2486326c 01:03:59 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:04:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4045 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [Pipeline] { [Pipeline] ws 01:04:03 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 01:04:08 using credential edgex-jenkins-ssh 01:04:08 Cloning the remote Git repository 01:04:08 Cloning with configured refspecs honoured and without tags 01:04:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:04:08 > git init /w/workspace/edgex-ui-go/4 # timeout=10 01:04:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:04:08 > git --version # timeout=10 01:04:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:04:10 Fetching without tags 01:04:10 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 01:04:11 Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 01:04:11 Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) 01:04:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:04:10 > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # timeout=10 01:04:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:04:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:04:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:04:10 > git config core.sparsecheckout # timeout=10 01:04:10 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 01:04:10 > git remote # timeout=10 01:04:10 > git config --get remote.origin.url # timeout=10 01:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:10 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 01:04:10 > git rev-parse HEAD^{commit} # timeout=10 01:04:11 > git config core.sparsecheckout # timeout=10 01:04:11 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 01:04:15 Commit message: "Add mqtt device device to edgex doc Issue #245" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:04:17 ========================================================= 01:04:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 01:04:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:04:18 + 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:04:19 Sending build context to Docker daemon 19.07MB 01:04:19 Step 1/8 : ARG BASE=golang:1.11-alpine 01:04:19 Step 2/8 : FROM ${BASE} 01:04:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:04:19 cde5963f3b93: Pulling fs layer 01:04:19 2a23fa8c16f7: Pulling fs layer 01:04:19 777b28850792: Pulling fs layer 01:04:19 8a11ddd9e578: Pulling fs layer 01:04:19 4cf88f913ddb: Pulling fs layer 01:04:19 1df406cf5192: Pulling fs layer 01:04:19 cd6300453558: Pulling fs layer 01:04:19 b9c365052c96: Pulling fs layer 01:04:19 a2d8cc88f415: Pulling fs layer 01:04:19 ea1d1ca13537: Pulling fs layer 01:04:19 3750a50a1c5e: Pulling fs layer 01:04:19 8a11ddd9e578: Waiting 01:04:19 4cf88f913ddb: Waiting 01:04:19 1df406cf5192: Waiting 01:04:19 cd6300453558: Waiting 01:04:19 b9c365052c96: Waiting 01:04:19 a2d8cc88f415: Waiting 01:04:19 ea1d1ca13537: Waiting 01:04:19 3750a50a1c5e: Waiting 01:04:19 777b28850792: Verifying Checksum 01:04:19 777b28850792: Download complete 01:04:19 2a23fa8c16f7: Verifying Checksum 01:04:19 2a23fa8c16f7: Download complete 01:04:19 4cf88f913ddb: Verifying Checksum 01:04:19 4cf88f913ddb: Download complete 01:04:19 1df406cf5192: Verifying Checksum 01:04:19 1df406cf5192: Download complete 01:04:19 cde5963f3b93: Verifying Checksum 01:04:19 cde5963f3b93: Download complete 01:04:20 cde5963f3b93: Pull complete 01:04:21 2a23fa8c16f7: Pull complete 01:04:21 777b28850792: Pull complete 01:04:21 cd6300453558: Verifying Checksum 01:04:21 cd6300453558: Download complete 01:04:21 a2d8cc88f415: Verifying Checksum 01:04:21 a2d8cc88f415: Download complete 01:04:23 ea1d1ca13537: Verifying Checksum 01:04:23 ea1d1ca13537: Download complete 01:04:23 3750a50a1c5e: Verifying Checksum 01:04:23 3750a50a1c5e: Download complete 01:04:24 b9c365052c96: Verifying Checksum 01:04:24 b9c365052c96: Download complete 01:04:25 8a11ddd9e578: Verifying Checksum 01:04:25 8a11ddd9e578: Download complete 01:04:37 8a11ddd9e578: Pull complete 01:04:37 4cf88f913ddb: Pull complete 01:04:37 1df406cf5192: Pull complete 01:04:41 cd6300453558: Pull complete 01:04:47 b9c365052c96: Pull complete 01:04:47 a2d8cc88f415: Pull complete 01:04:48 ea1d1ca13537: Pull complete 01:04:49 3750a50a1c5e: Pull complete 01:04:49 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 01:04:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 01:04:49 ---> 78745c68409d 01:04:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:04:53 ---> Running in f5938bbca190 01:04:53 Removing intermediate container f5938bbca190 01:04:53 ---> d8b7f927162a 01:04:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:54 ---> Running in 748cfe5709a0 01:04:56 Removing intermediate container 748cfe5709a0 01:04:56 ---> 2a733f68b2f7 01:04:56 Step 5/8 : RUN apk add --no-cache make git 01:04:56 ---> Running in 574feae6c642 01:04:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:04:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:05:00 OK: 125 MiB in 39 packages 01:05:01 Removing intermediate container 574feae6c642 01:05:01 ---> 27c1b0169150 01:05:01 Step 6/8 : WORKDIR /edgex-ui-go 01:05:01 ---> Running in a0f4d8648732 01:05:02 Removing intermediate container a0f4d8648732 01:05:02 ---> 3a0b4074c801 01:05:02 Step 7/8 : COPY . . 01:05:04 ---> 4f684cbc5d9a 01:05:04 Step 8/8 : RUN go mod download 01:05:04 ---> Running in 24ce053b80e5 01:05:07 go: finding github.com/BurntSushi/toml v0.3.1 01:05:07 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 01:05:07 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 01:05:07 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 01:05:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:05:07 go: finding github.com/armon/go-metrics v0.3.3 01:05:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:05:07 go: finding github.com/beorn7/perks v1.0.1 01:05:07 go: finding github.com/bgentry/speakeasy v0.1.0 01:05:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:05:07 go: finding github.com/cespare/xxhash/v2 v2.1.1 01:05:07 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 01:05:07 go: finding github.com/circonus-labs/circonusllhist v0.1.3 01:05:07 go: finding github.com/davecgh/go-spew v1.1.1 01:05:07 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:05:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 01:05:07 go: finding github.com/fatih/color v1.9.0 01:05:07 go: finding github.com/go-kit/kit v0.9.0 01:05:07 go: finding github.com/go-logfmt/logfmt v0.4.0 01:05:07 go: finding github.com/go-stack/stack v1.8.0 01:05:07 go: finding github.com/gogo/protobuf v1.1.1 01:05:07 go: finding github.com/golang/protobuf v1.3.2 01:05:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:05:07 go: finding github.com/google/go-cmp v0.4.0 01:05:07 go: finding github.com/google/gofuzz v1.0.0 01:05:07 go: finding github.com/gorilla/mux v1.7.1 01:05:07 go: finding github.com/gorilla/websocket v1.4.0 01:05:07 go: finding github.com/hashicorp/consul/api v1.4.0 01:05:07 go: finding github.com/hashicorp/consul/sdk v0.4.0 01:05:07 go: finding github.com/hashicorp/errwrap v1.0.0 01:05:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:05:07 go: finding github.com/hashicorp/go-hclog v0.12.2 01:05:07 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 01:05:07 go: finding github.com/hashicorp/go-msgpack v0.5.5 01:05:07 go: finding github.com/hashicorp/go-multierror v1.0.0 01:05:07 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 01:05:07 go: finding github.com/hashicorp/go-rootcerts v1.0.2 01:05:07 go: finding github.com/hashicorp/go-sockaddr v1.0.2 01:05:07 go: finding github.com/hashicorp/go-syslog v1.0.0 01:05:07 go: finding github.com/hashicorp/go-uuid v1.0.1 01:05:07 go: finding github.com/hashicorp/go.net v0.0.1 01:05:07 go: finding github.com/hashicorp/golang-lru v0.5.4 01:05:07 go: finding github.com/hashicorp/logutils v1.0.0 01:05:07 go: finding github.com/hashicorp/mdns v1.0.1 01:05:07 go: finding github.com/hashicorp/memberlist v0.2.0 01:05:07 go: finding github.com/hashicorp/serf v0.9.0 01:05:07 go: finding github.com/json-iterator/go v1.1.9 01:05:07 go: finding github.com/julienschmidt/httprouter v1.2.0 01:05:07 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 01:05:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:05:07 go: finding github.com/kr/pretty v0.2.0 01:05:07 go: finding github.com/kr/pty v1.1.1 01:05:07 go: finding github.com/kr/text v0.1.0 01:05:07 go: finding github.com/mattn/go-colorable v0.1.6 01:05:07 go: finding github.com/mattn/go-isatty v0.0.12 01:05:07 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 01:05:07 go: finding github.com/miekg/dns v1.1.26 01:05:07 go: finding github.com/mitchellh/cli v1.0.0 01:05:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:05:07 go: finding github.com/mitchellh/copystructure v1.0.0 01:05:07 go: finding github.com/mitchellh/go-homedir v1.1.0 01:05:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:05:07 go: finding github.com/mitchellh/go-wordwrap v1.0.0 01:05:07 go: finding github.com/mitchellh/gox v0.4.0 01:05:07 go: finding github.com/mitchellh/iochan v1.0.0 01:05:07 go: finding github.com/mitchellh/mapstructure v1.2.2 01:05:07 go: finding github.com/mitchellh/reflectwalk v1.0.1 01:05:07 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:05:07 go: finding github.com/modern-go/reflect2 v1.0.1 01:05:07 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 01:05:07 go: finding github.com/pascaldekloe/goe v0.1.0 01:05:07 go: finding github.com/pelletier/go-toml v1.7.0 01:05:07 go: finding github.com/pkg/errors v0.8.1 01:05:07 go: finding github.com/pmezard/go-difflib v1.0.0 01:05:07 go: finding github.com/posener/complete v1.1.1 01:05:07 go: finding github.com/prometheus/client_golang v1.4.0 01:05:07 go: finding github.com/prometheus/client_model v0.2.0 01:05:07 go: finding github.com/prometheus/common v0.9.1 01:05:07 go: finding github.com/prometheus/procfs v0.0.8 01:05:07 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 01:05:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:05:07 go: finding github.com/sirupsen/logrus v1.4.2 01:05:07 go: finding github.com/stretchr/objx v0.1.1 01:05:07 go: finding github.com/stretchr/testify v1.4.0 01:05:07 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 01:05:07 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 01:05:07 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 01:05:07 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 01:05:07 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 01:05:07 go: finding golang.org/x/text v0.3.2 01:05:07 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 01:05:07 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 01:05:07 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 01:05:07 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:05:07 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 01:05:07 go: finding gopkg.in/yaml.v2 v2.2.8 01:05:26 Removing intermediate container 24ce053b80e5 01:05:26 ---> ec9be65b4f42 01:05:26 Successfully built ec9be65b4f42 01:05:26 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:05:26 + docker inspect -f . ci-base-image-arm64 01:05:26 . [Pipeline] withDockerContainer 01:05:26 prd-ubuntu18.04-docker-arm64-4c-16g-4045 does not seem to be running inside a container 01:05:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:05:28 $ docker top 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:30 + go version 01:05:30 go version go1.13.5 linux/arm64 [Pipeline] sh 01:05:31 + make test 01:05:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:05:32 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:05:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:05:54 GO111MODULE=on go vet ./... [Pipeline] stash 01:05:57 Warning: overwriting stash ‘coverage-report’ 01:05:58 Stashed 1 file(s) [Pipeline] } 01:05:58 $ docker stop --time=1 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 01:06:00 $ docker rm -f 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:06:01 + ls -al . 01:06:01 total 120 01:06:01 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:05 . 01:06:01 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 01:04 .. 01:06:01 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 01:04 .git 01:06:01 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:04 .github 01:06:01 -rw-rw-r-- 1 jenkins jenkins 136 Jun 23 01:04 .gitignore 01:06:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 .semver 01:06:01 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 23 01:04 CONTRIBUTING.md 01:06:01 -rw-rw-r-- 1 jenkins jenkins 913 Jun 23 01:04 Dockerfile 01:06:01 -rw-rw-r-- 1 jenkins jenkins 898 Jun 23 01:04 Dockerfile.build 01:06:01 -rw-rw-r-- 1 jenkins jenkins 675 Jun 23 01:04 Jenkinsfile 01:06:01 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 23 01:04 LICENSE 01:06:01 -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 01:04 Makefile 01:06:01 -rw-rw-r-- 1 jenkins jenkins 2773 Jun 23 01:04 README.md 01:06:01 -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 01:01 VERSION 01:06:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 assets 01:06:01 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:04 bin 01:06:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 cmd 01:06:01 -rw-r--r-- 1 jenkins jenkins 10 Jun 23 01:05 coverage.out 01:06:01 drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 01:04 docs 01:06:01 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 23 01:04 go.mod 01:06:01 -rw-r--r-- 1 jenkins jenkins 20718 Jun 23 01:05 go.sum 01:06:01 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:04 internal 01:06:01 -rw-rw-r-- 1 jenkins jenkins 155 Jun 23 01:04 version.go [Pipeline] isUnix [Pipeline] sh 01:06:02 + 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=e543c8f2d099eb69d8efe3a4508085f26e614269 --label arch=arm64 --label version=0.0.0 . 01:06:02 Sending build context to Docker daemon 19.09MB 01:06:02 Step 1/24 : ARG BASE=golang:1.13-alpine 01:06:02 Step 2/24 : FROM ${BASE} AS builder 01:06:02 ---> ec9be65b4f42 01:06:02 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:06:02 ---> Running in 52bca3285977 01:06:03 Removing intermediate container 52bca3285977 01:06:03 ---> fb018fbc112c 01:06:03 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:06:03 ---> Running in 0469e70a175d 01:06:03 Removing intermediate container 0469e70a175d 01:06:03 ---> 0b982ac4b316 01:06:03 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:06:04 ---> Running in 0a119996165e 01:06:04 Removing intermediate container 0a119996165e 01:06:04 ---> 79648789171f 01:06:04 Step 6/24 : LABEL Name=edgex-ui-go 01:06:04 ---> Running in 666a939cfcac 01:06:04 Removing intermediate container 666a939cfcac 01:06:04 ---> 9c671b3ea432 01:06:04 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:06:05 ---> Running in fba0c4729903 01:06:05 Removing intermediate container fba0c4729903 01:06:05 ---> 4695c93b3e53 01:06:05 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:05 ---> Running in eb117ecf5305 01:06:07 Removing intermediate container eb117ecf5305 01:06:07 ---> 6dbe336c7be2 01:06:07 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:06:07 ---> Running in 1e81aa222379 01:06:09 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:06:10 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:06:11 v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] 01:06:11 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 01:06:11 OK: 11179 distinct packages available 01:06:11 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 01:06:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 01:06:12 OK: 125 MiB in 39 packages 01:06:13 Removing intermediate container 1e81aa222379 01:06:13 ---> 7d6cf1c3b1e3 01:06:13 Step 10/24 : ENV GO111MODULE=on 01:06:13 ---> Running in 2d3764a63e56 01:06:14 Removing intermediate container 2d3764a63e56 01:06:14 ---> 5d71b05049e1 01:06:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:06:14 ---> Running in 47001ba3d1d5 01:06:15 Removing intermediate container 47001ba3d1d5 01:06:15 ---> 5628452da887 01:06:15 Step 12/24 : COPY go.mod . 01:06:15 ---> b5e1654d8d3e 01:06:15 Step 13/24 : COPY Makefile . 01:06:16 ---> e8100f18d77d 01:06:16 Step 14/24 : RUN make update 01:06:16 ---> Running in 106dcb98240c 01:06:17 CGO_ENABLED=0 GO111MODULE=on go mod download 01:06:19 Removing intermediate container 106dcb98240c 01:06:19 ---> 0004f50e3dfd 01:06:19 Step 15/24 : COPY . . 01:06:20 ---> 86303aa445aa 01:06:20 Step 16/24 : RUN ${MAKE} 01:06:21 ---> Running in 4d60257f3b79 01:06:22 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:06:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:06:52 Removing intermediate container 4d60257f3b79 01:06:52 ---> 0042a41d5643 01:06:52 Step 17/24 : FROM alpine 01:06:52 latest: Pulling from library/alpine 01:06:52 b538f80385f9: Pulling fs layer 01:06:52 b538f80385f9: Download complete 01:06:53 b538f80385f9: Pull complete 01:06:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:06:53 Status: Downloaded newer image for alpine:latest 01:06:53 ---> 62ee0e9f8440 01:06:53 Step 18/24 : EXPOSE 4000 01:06:53 ---> Running in 8ae09e6b5e79 01:06:53 Removing intermediate container 8ae09e6b5e79 01:06:53 ---> 6c0395c12ce4 01:06:53 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:06:55 ---> 4de48cc711d6 01:06:55 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:06:55 ---> Running in 4001c0215abf 01:06:56 Removing intermediate container 4001c0215abf 01:06:56 ---> 5f51eb46dd29 01:06:56 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:06:56 ---> Running in 1613e5256db2 01:06:56 Removing intermediate container 1613e5256db2 01:06:56 ---> ce24cb9cda2d 01:06:56 Step 22/24 : LABEL arch=arm64 01:06:56 ---> Running in a2f326bd510f 01:06:57 Removing intermediate container a2f326bd510f 01:06:57 ---> 6e38fdfa0fe2 01:06:57 Step 23/24 : LABEL git_sha=e543c8f2d099eb69d8efe3a4508085f26e614269 01:06:57 ---> Running in 060d789222d4 01:06:57 Removing intermediate container 060d789222d4 01:06:57 ---> 673a6ab468d3 01:06:57 Step 24/24 : LABEL version=0.0.0 01:06:57 ---> Running in 41a7ee6c6e6a 01:06:58 Removing intermediate container 41a7ee6c6e6a 01:06:58 ---> c270244cbc2e 01:06:58 [Warning] One or more build-args [ARCH] were not consumed 01:06:58 Successfully built c270244cbc2e 01:06:58 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:06:58 provisioning config files... 01:06:58 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config5932070354356078605tmp [Pipeline] { [Pipeline] sh 01:06:59 + curl -s https://codecov.io/bash 01:06:59 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config5932070354356078605tmp 01:06:59 01:06:59 _____ _ 01:06:59 / ____| | | 01:06:59 | | ___ __| | ___ ___ _____ __ 01:06:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:06:59 | |___| (_) | (_| | __/ (_| (_) \ V / 01:06:59 \_____\___/ \__,_|\___|\___\___/ \_/ 01:06:59 Bash-20200602-f809a24 01:06:59 01:06:59 01:06:59 ==> Jenkins CI detected. 01:06:59 project root: . 01:06:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:06:59 ==> Running gcov in . (disable via -X gcov) 01:06:59 ==> Python coveragepy not found 01:06:59 ==> Searching for coverage reports in: 01:06:59 + . 01:06:59 -> Found 1 reports 01:06:59 ==> Detecting git/mercurial file structure 01:06:59 ==> Reading reports 01:06:59 + ./coverage.out bytes=10 01:06:59 ==> Appending adjustments 01:06:59 https://docs.codecov.io/docs/fixing-reports 01:06:59 + Found adjustments 01:06:59 ==> Gzipping contents 01:06:59 ==> Uploading reports 01:06:59 url: https://codecov.io 01:06:59 query: branch=PR-247&commit=e543c8f2d099eb69d8efe3a4508085f26e614269&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-247%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=247&job= 01:06:59 -> Pinging Codecov 01:06:59 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-247&commit=e543c8f2d099eb69d8efe3a4508085f26e614269&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-247%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=247&job= 01:07:00 -> Uploading 01:07:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e543c8f2d099eb69d8efe3a4508085f26e614269 [Pipeline] } 01:07:00 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:07:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:07:02 ---> package-listing.sh 01:07:02 ++ facter osfamily 01:07:02 ++ tr '[:upper:]' '[:lower:]' 01:07:02 + OS_FAMILY=redhat 01:07:02 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-247 01:07:02 + START_PACKAGES=/tmp/packages_start.txt 01:07:02 + END_PACKAGES=/tmp/packages_end.txt 01:07:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:07:02 + PACKAGES=/tmp/packages_start.txt 01:07:02 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-247 ']' 01:07:02 + PACKAGES=/tmp/packages_end.txt 01:07:02 + case "${OS_FAMILY}" in 01:07:02 + rpm -qa 01:07:02 + sort 01:07:05 + '[' -f /tmp/packages_start.txt ']' 01:07:05 + '[' -f /tmp/packages_end.txt ']' 01:07:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:07:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-247 ']' 01:07:05 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-247/archives/ 01:07:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-247/archives/ [Pipeline] isUnix [Pipeline] sh 01:07:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:07:06 01:07:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:07:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:07:06 alpine: Pulling from edgex-lftools-log-publisher 01:07:06 c9b1b535fdd9: Pulling fs layer 01:07:06 2cc5ad85d9ab: Pulling fs layer 01:07:06 756a868c4378: Pulling fs layer 01:07:06 444b2fc9a129: Pulling fs layer 01:07:06 ea15f1150254: Pulling fs layer 01:07:06 41b27a9f41bf: Pulling fs layer 01:07:06 28c525ee5125: Pulling fs layer 01:07:06 094b1ea09ed8: Pulling fs layer 01:07:06 138eaada9080: Pulling fs layer 01:07:06 0622d0fa9048: Pulling fs layer 01:07:06 41b27a9f41bf: Waiting 01:07:06 28c525ee5125: Waiting 01:07:06 094b1ea09ed8: Waiting 01:07:06 138eaada9080: Waiting 01:07:06 0622d0fa9048: Waiting 01:07:06 444b2fc9a129: Waiting 01:07:06 ea15f1150254: Waiting 01:07:06 2cc5ad85d9ab: Verifying Checksum 01:07:06 2cc5ad85d9ab: Download complete 01:07:06 444b2fc9a129: Verifying Checksum 01:07:06 444b2fc9a129: Download complete 01:07:06 c9b1b535fdd9: Verifying Checksum 01:07:06 c9b1b535fdd9: Download complete 01:07:06 ea15f1150254: Verifying Checksum 01:07:06 ea15f1150254: Download complete 01:07:06 28c525ee5125: Verifying Checksum 01:07:06 28c525ee5125: Download complete 01:07:06 c9b1b535fdd9: Pull complete 01:07:06 756a868c4378: Verifying Checksum 01:07:06 756a868c4378: Download complete 01:07:06 138eaada9080: Verifying Checksum 01:07:06 138eaada9080: Download complete 01:07:06 0622d0fa9048: Verifying Checksum 01:07:06 0622d0fa9048: Download complete 01:07:07 094b1ea09ed8: Verifying Checksum 01:07:07 094b1ea09ed8: Download complete 01:07:07 2cc5ad85d9ab: Pull complete 01:07:07 41b27a9f41bf: Verifying Checksum 01:07:07 41b27a9f41bf: Download complete 01:07:08 756a868c4378: Pull complete 01:07:08 444b2fc9a129: Pull complete 01:07:09 ea15f1150254: Pull complete 01:07:13 41b27a9f41bf: Pull complete 01:07:13 28c525ee5125: Pull complete 01:07:16 094b1ea09ed8: Pull complete 01:07:17 138eaada9080: Pull complete 01:07:17 0622d0fa9048: Pull complete 01:07:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 01:07:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:07:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:07:17 prd-centos7-docker-4c-2g-4040 does not seem to be running inside a container 01:07:17 $ 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-247 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247:/w/workspace/edgexfoundry_edgex-ui-go_PR-247:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:07:20 $ docker top d887a5b34176e76645a4ca1d4013a905f765d0a7c7eca6bc8fd15d5c49f765c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:07:20 provisioning config files... 01:07:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config269168282263808145tmp [Pipeline] { [Pipeline] echo 01:07:20 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:07:20 ---> create-netrc.sh [Pipeline] echo 01:07:20 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:07:21 ---> logs-deploy.sh 01:07:21 + ARCHIVE_ARTIFACTS= 01:07:21 + LOGS_SERVER=https://logs.edgexfoundry.org 01:07:21 + '[' https://logs.edgexfoundry.org == None ']' 01:07:21 + NEXUS_URL=https://nexus.edgexfoundry.org 01:07:21 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 01:07:21 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-247/4/ 01:07:21 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 /w/workspace/edgexfoundry_edgex-ui-go_PR-247 01:07:22 Archives upload complete. 01:07:22 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-247/4/