Pull request #250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at c0d0adb7103374904f8518c035744b78f61b9238 rather than 891d4ad0c91f995460faaaae1065446d9ea6c82b Obtained Jenkinsfile from c0d0adb7103374904f8518c035744b78f61b9238 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4305 in /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [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-250 # 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/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c0d0adb7103374904f8518c035744b78f61b9238 into PR head commit 891d4ad0c91f995460faaaae1065446d9ea6c82b Merge succeeded, producing 891d4ad0c91f995460faaaae1065446d9ea6c82b Checking out Revision 891d4ad0c91f995460faaaae1065446d9ea6c82b (PR-250) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/250/head:refs/remotes/origin/PR-250 # 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/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 Commit message: "add receiver in app service page" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:21:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:21:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:21:02 ========================================================= 13:21:02 EdgeX Global Pipelines Version Info 13:21:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:21:03 ------------------- 13:21:03 stable info: 13:21:03 ------------------- 13:21:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:21:03 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 13:21:03 Message: update stable to v1.0.89 13:21:04 ------------------- 13:21:04 experimental info: 13:21:04 ------------------- 13:21:04 Commited By: **** collab-it+edgex@linuxfoundation.org 13:21:04 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 13:21:04 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 13:21:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:06 13:21:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:21:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:06 latest: Pulling from edgex-devops/git-semver 13:21:06 9123ac7c32f7: Pulling fs layer 13:21:06 b8cc5d1170e3: Pulling fs layer 13:21:06 2924cbbf6a41: Pulling fs layer 13:21:06 93b08a4f1073: Pulling fs layer 13:21:06 93b08a4f1073: Waiting 13:21:06 b8cc5d1170e3: Verifying Checksum 13:21:06 b8cc5d1170e3: Download complete 13:21:06 9123ac7c32f7: Verifying Checksum 13:21:06 9123ac7c32f7: Download complete 13:21:06 93b08a4f1073: Verifying Checksum 13:21:06 93b08a4f1073: Download complete 13:21:06 2924cbbf6a41: Verifying Checksum 13:21:06 2924cbbf6a41: Download complete 13:21:06 9123ac7c32f7: Pull complete 13:21:07 b8cc5d1170e3: Pull complete 13:21:07 2924cbbf6a41: Pull complete 13:21:07 93b08a4f1073: Pull complete 13:21:07 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 13:21:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:21:07 prd-centos7-docker-4c-2g-4305 does not seem to be running inside a container 13:21:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-250 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-250:/w/workspace/edgexfoundry_edgex-ui-go_PR-250:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:21:10 $ docker top bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:21:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:21:10 [ssh-agent] Looking for ssh-agent implementation... 13:21:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:21:10 $ docker exec bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent 13:21:10 SSH_AUTH_SOCK=/tmp/ssh-LGEoW2Pz0ha6/agent.11 13:21:10 SSH_AGENT_PID=16 13:21:10 Running ssh-add (command line suppressed) 13:21:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/private_key_3357731028731682762.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/private_key_3357731028731682762.key) 13:21:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:21:11 + git describe --exact-match --tags HEAD 13:21:11 fatal: No names found, cannot describe anything. [Pipeline] } 13:21:11 $ docker exec --env ******** --env ******** bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent -k 13:21:11 unset SSH_AUTH_SOCK; 13:21:11 unset SSH_AGENT_PID; 13:21:11 echo Agent pid 16 killed; 13:21:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:21:11 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:21:11 This usually means this commit has not been tagged. [Pipeline] sshagent 13:21:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:21:11 [ssh-agent] Looking for ssh-agent implementation... 13:21:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:21:11 $ docker exec bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent 13:21:11 SSH_AUTH_SOCK=/tmp/ssh-2G14SUR67HD2/agent.45 13:21:11 SSH_AGENT_PID=50 13:21:11 Running ssh-add (command line suppressed) 13:21:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/private_key_8425999778247408981.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/private_key_8425999778247408981.key) 13:21:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:21:12 + git semver init 13:21:12 # -> Open(): unable to determine branch for HEAD 13:21:12 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-250/.git 13:21:12 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-250 13:21:12 # $SEMVER_REMOTE_NAME = origin 13:21:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:21:12 # $SEMVER_USER_NAME = edgex-jenkins 13:21:12 # $SEMVER_BRANCH = PR-250 13:21:12 # $SEMVER_TEMP = /tmp/semver-051595542 13:21:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 13:21:13 # '/tmp/semver-051595542' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-250/.semver' 13:21:13 # -> Force: false 13:21:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-250/.semver [Pipeline] } 13:21:13 $ docker exec --env ******** --env ******** bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent -k 13:21:13 unset SSH_AUTH_SOCK; 13:21:13 unset SSH_AGENT_PID; 13:21:13 echo Agent pid 50 killed; 13:21:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:21:14 + git semver [Pipeline] } 13:21:14 $ docker stop --time=1 bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b 13:21:15 $ docker rm -f bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:21:17 Stashed 62 file(s) [Pipeline] echo 13:21:17 [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 13:21:32 Still waiting to schedule task 13:21:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:21:32 Still waiting to schedule task 13:21:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:23:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4306 in /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [Pipeline] { [Pipeline] ws 13:23:09 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 13:23:13 using credential edgex-jenkins-ssh 13:23:13 Cloning the remote Git repository 13:23:13 Cloning with configured refspecs honoured and without tags 13:23:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:23:14 > git init /w/workspace/edgex-ui-go/2 # timeout=10 13:23:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:23:14 > git --version # timeout=10 13:23:14 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:23:15 Fetching without tags 13:23:16 Merging remotes/origin/master commit c0d0adb7103374904f8518c035744b78f61b9238 into PR head commit 891d4ad0c91f995460faaaae1065446d9ea6c82b 13:23:16 Merge succeeded, producing 891d4ad0c91f995460faaaae1065446d9ea6c82b 13:23:16 Checking out Revision 891d4ad0c91f995460faaaae1065446d9ea6c82b (PR-250) 13:23:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:23:15 > git config --add remote.origin.fetch +refs/pull/250/head:refs/remotes/origin/PR-250 # timeout=10 13:23:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:23:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:23:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:23:16 > git config core.sparsecheckout # timeout=10 13:23:16 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 13:23:16 > git remote # timeout=10 13:23:16 > git config --get remote.origin.url # timeout=10 13:23:16 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:16 > git merge c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 13:23:16 > git rev-parse HEAD^{commit} # timeout=10 13:23:16 > git config core.sparsecheckout # timeout=10 13:23:16 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 13:23:21 Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 13:23:23 ========================================================= 13:23:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:23:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:23:24 + 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 . 13:23:25 Sending build context to Docker daemon 21.96MB 13:23:25 Step 1/8 : ARG BASE=golang:1.11-alpine 13:23:25 Step 2/8 : FROM ${BASE} 13:23:25 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:23:25 cde5963f3b93: Pulling fs layer 13:23:25 2a23fa8c16f7: Pulling fs layer 13:23:25 777b28850792: Pulling fs layer 13:23:25 8a11ddd9e578: Pulling fs layer 13:23:25 4cf88f913ddb: Pulling fs layer 13:23:25 1df406cf5192: Pulling fs layer 13:23:25 cd6300453558: Pulling fs layer 13:23:25 4cf88f913ddb: Waiting 13:23:25 1df406cf5192: Waiting 13:23:25 cd6300453558: Waiting 13:23:25 b9c365052c96: Pulling fs layer 13:23:25 a2d8cc88f415: Pulling fs layer 13:23:25 ea1d1ca13537: Pulling fs layer 13:23:25 3750a50a1c5e: Pulling fs layer 13:23:25 b9c365052c96: Waiting 13:23:25 a2d8cc88f415: Waiting 13:23:25 ea1d1ca13537: Waiting 13:23:25 3750a50a1c5e: Waiting 13:23:25 8a11ddd9e578: Waiting 13:23:25 777b28850792: Verifying Checksum 13:23:25 777b28850792: Download complete 13:23:25 2a23fa8c16f7: Verifying Checksum 13:23:25 2a23fa8c16f7: Download complete 13:23:25 4cf88f913ddb: Verifying Checksum 13:23:25 4cf88f913ddb: Download complete 13:23:25 1df406cf5192: Verifying Checksum 13:23:25 1df406cf5192: Download complete 13:23:25 cde5963f3b93: Download complete 13:23:26 cde5963f3b93: Pull complete 13:23:27 2a23fa8c16f7: Pull complete 13:23:27 777b28850792: Pull complete 13:23:27 cd6300453558: Verifying Checksum 13:23:27 cd6300453558: Download complete 13:23:27 a2d8cc88f415: Download complete 13:23:29 ea1d1ca13537: Verifying Checksum 13:23:29 ea1d1ca13537: Download complete 13:23:29 3750a50a1c5e: Verifying Checksum 13:23:29 3750a50a1c5e: Download complete 13:23:30 b9c365052c96: Verifying Checksum 13:23:30 b9c365052c96: Download complete 13:23:31 8a11ddd9e578: Verifying Checksum 13:23:31 8a11ddd9e578: Download complete 13:23:43 8a11ddd9e578: Pull complete 13:23:43 4cf88f913ddb: Pull complete 13:23:43 1df406cf5192: Pull complete 13:23:47 cd6300453558: Pull complete 13:23:52 b9c365052c96: Pull complete 13:23:52 a2d8cc88f415: Pull complete 13:23:54 ea1d1ca13537: Pull complete 13:23:55 3750a50a1c5e: Pull complete 13:23:55 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 13:23:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:23:55 ---> 78745c68409d 13:23:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:24:00 ---> Running in 5d28eb95d4fe 13:24:00 Removing intermediate container 5d28eb95d4fe 13:24:00 ---> 3aa379718853 13:24:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:24:00 ---> Running in 0d35a49e9e55 13:24:03 Removing intermediate container 0d35a49e9e55 13:24:03 ---> ee4cc574b3f0 13:24:03 Step 5/8 : RUN apk add --no-cache make git 13:24:03 ---> Running in 3697d3ca58aa 13:24:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 13:24:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 13:24:06 OK: 125 MiB in 39 packages 13:24:07 Removing intermediate container 3697d3ca58aa 13:24:07 ---> 8d3d7ea5f9ed 13:24:07 Step 6/8 : WORKDIR /edgex-ui-go 13:24:07 ---> Running in 58bb955e4da0 13:24:08 Removing intermediate container 58bb955e4da0 13:24:08 ---> bde48bccfb8b 13:24:08 Step 7/8 : COPY . . 13:24:10 ---> af2025f890c5 13:24:10 Step 8/8 : RUN go mod download 13:24:10 ---> Running in 61a5cc0b93b5 13:24:13 go: finding github.com/BurntSushi/toml v0.3.1 13:24:13 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 13:24:13 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 13:24:13 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 13:24:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:24:13 go: finding github.com/armon/go-metrics v0.3.3 13:24:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:24:13 go: finding github.com/beorn7/perks v1.0.1 13:24:13 go: finding github.com/bgentry/speakeasy v0.1.0 13:24:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:24:13 go: finding github.com/cespare/xxhash/v2 v2.1.1 13:24:13 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 13:24:13 go: finding github.com/circonus-labs/circonusllhist v0.1.3 13:24:13 go: finding github.com/davecgh/go-spew v1.1.1 13:24:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:24:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 13:24:13 go: finding github.com/fatih/color v1.9.0 13:24:13 go: finding github.com/go-kit/kit v0.9.0 13:24:13 go: finding github.com/go-logfmt/logfmt v0.4.0 13:24:14 go: finding github.com/go-stack/stack v1.8.0 13:24:14 go: finding github.com/gogo/protobuf v1.1.1 13:24:14 go: finding github.com/golang/protobuf v1.3.2 13:24:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:24:14 go: finding github.com/google/go-cmp v0.4.0 13:24:14 go: finding github.com/google/gofuzz v1.0.0 13:24:14 go: finding github.com/gorilla/mux v1.7.1 13:24:14 go: finding github.com/gorilla/websocket v1.4.0 13:24:14 go: finding github.com/hashicorp/consul/api v1.4.0 13:24:14 go: finding github.com/hashicorp/consul/sdk v0.4.0 13:24:14 go: finding github.com/hashicorp/errwrap v1.0.0 13:24:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:24:14 go: finding github.com/hashicorp/go-hclog v0.12.2 13:24:14 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 13:24:14 go: finding github.com/hashicorp/go-msgpack v0.5.5 13:24:14 go: finding github.com/hashicorp/go-multierror v1.0.0 13:24:14 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 13:24:14 go: finding github.com/hashicorp/go-rootcerts v1.0.2 13:24:14 go: finding github.com/hashicorp/go-sockaddr v1.0.2 13:24:14 go: finding github.com/hashicorp/go-syslog v1.0.0 13:24:14 go: finding github.com/hashicorp/go-uuid v1.0.1 13:24:14 go: finding github.com/hashicorp/go.net v0.0.1 13:24:14 go: finding github.com/hashicorp/golang-lru v0.5.4 13:24:14 go: finding github.com/hashicorp/logutils v1.0.0 13:24:14 go: finding github.com/hashicorp/mdns v1.0.1 13:24:14 go: finding github.com/hashicorp/memberlist v0.2.0 13:24:14 go: finding github.com/hashicorp/serf v0.9.0 13:24:14 go: finding github.com/json-iterator/go v1.1.9 13:24:14 go: finding github.com/julienschmidt/httprouter v1.2.0 13:24:14 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 13:24:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:24:14 go: finding github.com/kr/pretty v0.2.0 13:24:14 go: finding github.com/kr/pty v1.1.1 13:24:14 go: finding github.com/kr/text v0.1.0 13:24:14 go: finding github.com/mattn/go-colorable v0.1.6 13:24:14 go: finding github.com/mattn/go-isatty v0.0.12 13:24:14 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 13:24:14 go: finding github.com/miekg/dns v1.1.26 13:24:14 go: finding github.com/mitchellh/cli v1.0.0 13:24:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:24:14 go: finding github.com/mitchellh/copystructure v1.0.0 13:24:14 go: finding github.com/mitchellh/go-homedir v1.1.0 13:24:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:24:14 go: finding github.com/mitchellh/go-wordwrap v1.0.0 13:24:14 go: finding github.com/mitchellh/gox v0.4.0 13:24:15 go: finding github.com/mitchellh/iochan v1.0.0 13:24:15 go: finding github.com/mitchellh/mapstructure v1.2.2 13:24:15 go: finding github.com/mitchellh/reflectwalk v1.0.1 13:24:15 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 13:24:15 go: finding github.com/modern-go/reflect2 v1.0.1 13:24:15 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 13:24:15 go: finding github.com/pascaldekloe/goe v0.1.0 13:24:15 go: finding github.com/pelletier/go-toml v1.7.0 13:24:15 go: finding github.com/pkg/errors v0.8.1 13:24:15 go: finding github.com/pmezard/go-difflib v1.0.0 13:24:15 go: finding github.com/posener/complete v1.1.1 13:24:15 go: finding github.com/prometheus/client_golang v1.4.0 13:24:15 go: finding github.com/prometheus/client_model v0.2.0 13:24:15 go: finding github.com/prometheus/common v0.9.1 13:24:15 go: finding github.com/prometheus/procfs v0.0.8 13:24:15 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 13:24:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:24:15 go: finding github.com/sirupsen/logrus v1.4.2 13:24:15 go: finding github.com/stretchr/objx v0.1.1 13:24:15 go: finding github.com/stretchr/testify v1.4.0 13:24:15 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 13:24:15 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 13:24:15 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 13:24:15 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 13:24:15 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 13:24:15 go: finding golang.org/x/text v0.3.2 13:24:15 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 13:24:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 13:24:15 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 13:24:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:24:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 13:24:15 go: finding gopkg.in/yaml.v2 v2.2.8 13:24:16 Running on prd-centos7-docker-4c-2g-4307 in /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [Pipeline] { [Pipeline] ws 13:24:16 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 13:24:23 using credential edgex-jenkins-ssh 13:24:23 Cloning the remote Git repository 13:24:23 Cloning with configured refspecs honoured and without tags 13:24:23 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:24:23 > git init /w/workspace/edgex-ui-go/2 # timeout=10 13:24:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:24:24 > git --version # timeout=10 13:24:24 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:24:27 > git config --add remote.origin.fetch +refs/pull/250/head:refs/remotes/origin/PR-250 # timeout=10 13:24:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:27 Fetching without tags 13:24:28 Merging remotes/origin/master commit c0d0adb7103374904f8518c035744b78f61b9238 into PR head commit 891d4ad0c91f995460faaaae1065446d9ea6c82b 13:24:28 Merge succeeded, producing 891d4ad0c91f995460faaaae1065446d9ea6c82b 13:24:28 Checking out Revision 891d4ad0c91f995460faaaae1065446d9ea6c82b (PR-250) 13:24:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:24:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:24:27 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/250/head:refs/remotes/origin/PR-250 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:28 > git config core.sparsecheckout # timeout=10 13:24:28 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 13:24:28 > git remote # timeout=10 13:24:28 > git config --get remote.origin.url # timeout=10 13:24:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:28 > git merge c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 13:24:28 > git rev-parse HEAD^{commit} # timeout=10 13:24:28 > git config core.sparsecheckout # timeout=10 13:24:28 > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 13:24:33 Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 13:24:34 Removing intermediate container 61a5cc0b93b5 13:24:34 ---> b80ca9d69dca 13:24:34 Successfully built b80ca9d69dca 13:24:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:24:34 + docker inspect -f . ci-base-image-arm64 13:24:34 . [Pipeline] withDockerContainer 13:24:34 prd-ubuntu18.04-docker-arm64-4c-16g-4306 does not seem to be running inside a container 13:24:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-arm64 cat 13:24:36 $ docker top 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 -eo pid,comm [Pipeline] { [Pipeline] echo 13:24:36 ========================================================= 13:24:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:24:36 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 13:24:37 + 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 . 13:24:38 + go version 13:24:38 go version go1.13.5 linux/arm64 [Pipeline] sh 13:24:38 Sending build context to Docker daemon 21.96MB 13:24:38 Step 1/8 : ARG BASE=golang:1.11-alpine 13:24:38 Step 2/8 : FROM ${BASE} 13:24:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:24:38 e6b0cf9c0882: Pulling fs layer 13:24:38 2848faf0eed1: Pulling fs layer 13:24:38 0f37312ad70f: Pulling fs layer 13:24:38 5788d62ee057: Pulling fs layer 13:24:38 0e6b1d234666: Pulling fs layer 13:24:38 bf5d7aec512f: Pulling fs layer 13:24:38 34c802a77dc8: Pulling fs layer 13:24:38 9eb99e56ec68: Pulling fs layer 13:24:38 27c7a5d97fbd: Pulling fs layer 13:24:38 5c102a31e300: Pulling fs layer 13:24:38 dcfb455df0a1: Pulling fs layer 13:24:38 34c802a77dc8: Waiting 13:24:38 9eb99e56ec68: Waiting 13:24:38 27c7a5d97fbd: Waiting 13:24:38 5c102a31e300: Waiting 13:24:38 dcfb455df0a1: Waiting 13:24:38 0e6b1d234666: Waiting 13:24:38 bf5d7aec512f: Waiting 13:24:38 5788d62ee057: Waiting 13:24:38 0f37312ad70f: Verifying Checksum 13:24:38 0f37312ad70f: Download complete 13:24:38 2848faf0eed1: Download complete 13:24:38 0e6b1d234666: Verifying Checksum 13:24:38 0e6b1d234666: Download complete 13:24:39 + make test 13:24:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:24:39 bf5d7aec512f: Verifying Checksum 13:24:39 bf5d7aec512f: Download complete 13:24:39 e6b0cf9c0882: Verifying Checksum 13:24:39 e6b0cf9c0882: Download complete 13:24:39 e6b0cf9c0882: Pull complete 13:24:39 2848faf0eed1: Pull complete 13:24:40 0f37312ad70f: Pull complete 13:24:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:24:45 34c802a77dc8: Verifying Checksum 13:24:45 34c802a77dc8: Download complete 13:24:45 27c7a5d97fbd: Verifying Checksum 13:24:45 27c7a5d97fbd: Download complete 13:24:47 9eb99e56ec68: Verifying Checksum 13:24:47 9eb99e56ec68: Download complete 13:24:47 5788d62ee057: Verifying Checksum 13:24:47 5788d62ee057: Download complete 13:24:47 5c102a31e300: Verifying Checksum 13:24:47 5c102a31e300: Download complete 13:24:47 dcfb455df0a1: Verifying Checksum 13:24:47 dcfb455df0a1: Download complete 13:24:58 5788d62ee057: Pull complete 13:24:58 0e6b1d234666: Pull complete 13:24:58 bf5d7aec512f: Pull complete 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:25:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:25:02 GO111MODULE=on go vet ./... 13:25:04 34c802a77dc8: Pull complete [Pipeline] stash 13:25:06 Stashed 1 file(s) [Pipeline] } 13:25:06 $ docker stop --time=1 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 13:25:08 $ docker rm -f 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 13:25:10 9eb99e56ec68: Pull complete 13:25:10 27c7a5d97fbd: Pull complete [Pipeline] sh 13:25:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:25:11 + ls -al . 13:25:11 total 120 13:25:11 drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 13:24 . 13:25:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 13:23 .. 13:25:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 13:23 .git 13:25:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 13:23 .github 13:25:11 -rw-rw-r-- 1 jenkins jenkins 136 Jun 24 13:23 .gitignore 13:25:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 .semver 13:25:11 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 24 13:23 CONTRIBUTING.md 13:25:11 -rw-rw-r-- 1 jenkins jenkins 913 Jun 24 13:23 Dockerfile 13:25:11 -rw-rw-r-- 1 jenkins jenkins 898 Jun 24 13:23 Dockerfile.build 13:25:11 -rw-rw-r-- 1 jenkins jenkins 675 Jun 24 13:23 Jenkinsfile 13:25:11 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 24 13:23 LICENSE 13:25:11 -rw-rw-r-- 1 jenkins jenkins 951 Jun 24 13:23 Makefile 13:25:11 -rw-rw-r-- 1 jenkins jenkins 2773 Jun 24 13:23 README.md 13:25:11 -rw-rw-r-- 1 jenkins jenkins 5 Jun 24 13:21 VERSION 13:25:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 assets 13:25:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 13:23 bin 13:25:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 cmd 13:25:11 -rw-r--r-- 1 jenkins jenkins 10 Jun 24 13:24 coverage.out 13:25:11 drwxrwxr-x 5 jenkins jenkins 4096 Jun 24 13:23 docs 13:25:11 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 24 13:23 go.mod 13:25:11 -rw-r--r-- 1 jenkins jenkins 20718 Jun 24 13:24 go.sum 13:25:11 drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 13:23 internal 13:25:11 -rw-rw-r-- 1 jenkins jenkins 155 Jun 24 13:23 version.go [Pipeline] isUnix [Pipeline] sh 13:25:11 + 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=891d4ad0c91f995460faaaae1065446d9ea6c82b --label arch=arm64 --label version=0.0.0 . 13:25:11 5c102a31e300: Pull complete 13:25:12 Sending build context to Docker daemon 21.98MB 13:25:12 Step 1/24 : ARG BASE=golang:1.13-alpine 13:25:12 Step 2/24 : FROM ${BASE} AS builder 13:25:12 ---> b80ca9d69dca 13:25:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:25:12 ---> Running in bf18dad1383a 13:25:12 dcfb455df0a1: Pull complete 13:25:12 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 13:25:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:25:12 ---> 7c70fe431013 13:25:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:25:12 Removing intermediate container bf18dad1383a 13:25:12 ---> 1a49b0e77bc8 13:25:12 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:25:12 ---> Running in a36574c5d2a8 13:25:13 ---> Running in 5377c1cc24cc 13:25:13 Removing intermediate container 5377c1cc24cc 13:25:13 ---> e5672be1d447 13:25:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:13 Removing intermediate container a36574c5d2a8 13:25:13 ---> fddfb9798f0d 13:25:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 13:25:13 ---> Running in 976c8ed35be4 13:25:13 ---> Running in 08d9090fd260 13:25:14 Removing intermediate container 976c8ed35be4 13:25:14 ---> 6f2f3fdcb973 13:25:14 Step 6/24 : LABEL Name=edgex-ui-go 13:25:14 ---> Running in e9d7222bd471 13:25:14 Removing intermediate container e9d7222bd471 13:25:14 ---> 9b3f7cb8a89f 13:25:14 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:25:14 ---> Running in 6268b6e2468a 13:25:15 Removing intermediate container 6268b6e2468a 13:25:15 ---> e5d3729c41b5 13:25:15 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:15 ---> Running in 38ab4fbcccef 13:25:15 Removing intermediate container 08d9090fd260 13:25:15 ---> b3cc93ee7a1a 13:25:15 Step 5/8 : RUN apk add --no-cache make git 13:25:15 ---> Running in c715f09962af 13:25:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 13:25:16 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 13:25:17 OK: 143 MiB in 39 packages 13:25:17 Removing intermediate container c715f09962af 13:25:17 ---> 52038ba71087 13:25:17 Step 6/8 : WORKDIR /edgex-ui-go 13:25:17 ---> Running in 1ce747b5a433 13:25:17 Removing intermediate container 38ab4fbcccef 13:25:17 ---> c0685477b051 13:25:17 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:25:17 ---> Running in 1fc86667e904 13:25:18 Removing intermediate container 1ce747b5a433 13:25:18 ---> d5fbbbeb9976 13:25:18 Step 7/8 : COPY . . 13:25:18 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 13:25:19 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 13:25:20 ---> cb95b694f30e 13:25:20 Step 8/8 : RUN go mod download 13:25:20 ---> Running in 171dd9455fe5 13:25:20 v3.11.6-89-g109074e626 [http://nl.alpinelinux.org/alpine/v3.11/main] 13:25:20 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 13:25:20 OK: 11179 distinct packages available 13:25:20 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 13:25:21 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 13:25:22 OK: 125 MiB in 39 packages 13:25:23 Removing intermediate container 1fc86667e904 13:25:23 ---> c5282bb81c37 13:25:23 Step 10/24 : ENV GO111MODULE=on 13:25:23 ---> Running in 9696f34babfe 13:25:23 Removing intermediate container 9696f34babfe 13:25:23 ---> 3cdf7f47685b 13:25:23 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:25:24 ---> Running in 798b87cf0220 13:25:24 Removing intermediate container 798b87cf0220 13:25:24 ---> 466641cb4774 13:25:24 Step 12/24 : COPY go.mod . 13:25:25 go: finding github.com/BurntSushi/toml v0.3.1 13:25:25 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 13:25:25 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 13:25:25 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 13:25:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:25:25 go: finding github.com/armon/go-metrics v0.3.3 13:25:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:25:25 go: finding github.com/beorn7/perks v1.0.1 13:25:25 go: finding github.com/bgentry/speakeasy v0.1.0 13:25:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:25:25 go: finding github.com/cespare/xxhash/v2 v2.1.1 13:25:25 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 13:25:25 go: finding github.com/circonus-labs/circonusllhist v0.1.3 13:25:25 go: finding github.com/davecgh/go-spew v1.1.1 13:25:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:25:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 13:25:25 go: finding github.com/fatih/color v1.9.0 13:25:25 go: finding github.com/go-kit/kit v0.9.0 13:25:25 go: finding github.com/go-logfmt/logfmt v0.4.0 13:25:25 go: finding github.com/go-stack/stack v1.8.0 13:25:25 go: finding github.com/gogo/protobuf v1.1.1 13:25:25 go: finding github.com/golang/protobuf v1.3.2 13:25:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:25:25 go: finding github.com/google/go-cmp v0.4.0 13:25:25 go: finding github.com/google/gofuzz v1.0.0 13:25:25 go: finding github.com/gorilla/mux v1.7.1 13:25:25 go: finding github.com/gorilla/websocket v1.4.0 13:25:25 go: finding github.com/hashicorp/consul/api v1.4.0 13:25:25 go: finding github.com/hashicorp/consul/sdk v0.4.0 13:25:25 go: finding github.com/hashicorp/errwrap v1.0.0 13:25:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:25:25 go: finding github.com/hashicorp/go-hclog v0.12.2 13:25:25 ---> c21122eb82c7 13:25:25 Step 13/24 : COPY Makefile . 13:25:25 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 13:25:25 go: finding github.com/hashicorp/go-msgpack v0.5.5 13:25:25 go: finding github.com/hashicorp/go-multierror v1.0.0 13:25:25 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 13:25:25 go: finding github.com/hashicorp/go-rootcerts v1.0.2 13:25:25 go: finding github.com/hashicorp/go-sockaddr v1.0.2 13:25:25 go: finding github.com/hashicorp/go-syslog v1.0.0 13:25:25 go: finding github.com/hashicorp/go-uuid v1.0.1 13:25:25 go: finding github.com/hashicorp/go.net v0.0.1 13:25:25 go: finding github.com/hashicorp/golang-lru v0.5.4 13:25:25 go: finding github.com/hashicorp/logutils v1.0.0 13:25:25 go: finding github.com/hashicorp/mdns v1.0.1 13:25:25 go: finding github.com/hashicorp/memberlist v0.2.0 13:25:25 go: finding github.com/hashicorp/serf v0.9.0 13:25:25 go: finding github.com/json-iterator/go v1.1.9 13:25:25 go: finding github.com/julienschmidt/httprouter v1.2.0 13:25:25 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 13:25:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:25:25 go: finding github.com/kr/pretty v0.2.0 13:25:25 go: finding github.com/kr/pty v1.1.1 13:25:25 go: finding github.com/kr/text v0.1.0 13:25:25 go: finding github.com/mattn/go-colorable v0.1.6 13:25:25 go: finding github.com/mattn/go-isatty v0.0.12 13:25:25 ---> f48b7b3f3545 13:25:25 Step 14/24 : RUN make update 13:25:25 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 13:25:25 go: finding github.com/miekg/dns v1.1.26 13:25:25 go: finding github.com/mitchellh/cli v1.0.0 13:25:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:25:25 go: finding github.com/mitchellh/copystructure v1.0.0 13:25:25 go: finding github.com/mitchellh/go-homedir v1.1.0 13:25:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:25:25 go: finding github.com/mitchellh/go-wordwrap v1.0.0 13:25:25 go: finding github.com/mitchellh/gox v0.4.0 13:25:25 go: finding github.com/mitchellh/iochan v1.0.0 13:25:25 go: finding github.com/mitchellh/mapstructure v1.2.2 13:25:25 go: finding github.com/mitchellh/reflectwalk v1.0.1 13:25:26 ---> Running in 8edd676531f0 13:25:26 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 13:25:26 go: finding github.com/modern-go/reflect2 v1.0.1 13:25:26 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 13:25:26 go: finding github.com/pascaldekloe/goe v0.1.0 13:25:26 go: finding github.com/pelletier/go-toml v1.7.0 13:25:26 go: finding github.com/pkg/errors v0.8.1 13:25:26 go: finding github.com/pmezard/go-difflib v1.0.0 13:25:26 go: finding github.com/posener/complete v1.1.1 13:25:26 go: finding github.com/prometheus/client_golang v1.4.0 13:25:26 go: finding github.com/prometheus/client_model v0.2.0 13:25:26 go: finding github.com/prometheus/common v0.9.1 13:25:26 go: finding github.com/prometheus/procfs v0.0.8 13:25:26 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 13:25:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:25:26 go: finding github.com/sirupsen/logrus v1.4.2 13:25:26 go: finding github.com/stretchr/objx v0.1.1 13:25:26 go: finding github.com/stretchr/testify v1.4.0 13:25:26 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 13:25:26 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 13:25:26 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 13:25:26 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 13:25:26 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 13:25:26 go: finding golang.org/x/text v0.3.2 13:25:26 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 13:25:26 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 13:25:26 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 13:25:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:25:26 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 13:25:26 go: finding gopkg.in/yaml.v2 v2.2.8 13:25:27 CGO_ENABLED=0 GO111MODULE=on go mod download 13:25:28 Removing intermediate container 8edd676531f0 13:25:28 ---> 192143eff3df 13:25:28 Step 15/24 : COPY . . 13:25:30 ---> d4920dce494a 13:25:30 Step 16/24 : RUN ${MAKE} 13:25:30 ---> Running in d6c78e13cf95 13:25:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 13:25:45 Removing intermediate container 171dd9455fe5 13:25:45 ---> b2f6974f0c10 13:25:45 Successfully built b2f6974f0c10 13:25:45 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 13:25:46 + docker inspect -f . ci-base-image-x86_64 13:25:46 . [Pipeline] withDockerContainer 13:25:46 prd-centos7-docker-4c-2g-4307 does not seem to be running inside a container 13:25:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat 13:25:47 $ docker top 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe -eo pid,comm [Pipeline] { [Pipeline] sh 13:25:48 + go version 13:25:48 go version go1.13.5 linux/amd64 [Pipeline] sh 13:25:49 + make test 13:25:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:25:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:25:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:26:02 Removing intermediate container d6c78e13cf95 13:26:02 ---> fa7ab7d349ad 13:26:02 Step 17/24 : FROM alpine 13:26:02 latest: Pulling from library/alpine 13:26:02 b538f80385f9: Pulling fs layer 13:26:02 b538f80385f9: Download complete 13:26:03 b538f80385f9: Pull complete 13:26:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:26:03 Status: Downloaded newer image for alpine:latest 13:26:03 ---> 62ee0e9f8440 13:26:03 Step 18/24 : EXPOSE 4000 13:26:03 ---> Running in d68d3552dd42 13:26:03 Removing intermediate container d68d3552dd42 13:26:03 ---> 29ef7f5e27aa 13:26:03 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 13:26:05 ---> 6c14d96395f9 13:26:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:26:05 ---> Running in 87803c7894e6 13:26:06 Removing intermediate container 87803c7894e6 13:26:06 ---> 809e504e7c84 13:26:06 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:26:06 ---> Running in 9a95eb7b62c1 13:26:06 Removing intermediate container 9a95eb7b62c1 13:26:06 ---> a1a93a5bd393 13:26:06 Step 22/24 : LABEL arch=arm64 13:26:06 ---> Running in d2ebb2344dc4 13:26:07 Removing intermediate container d2ebb2344dc4 13:26:07 ---> 92f8d14647e4 13:26:07 Step 23/24 : LABEL git_sha=891d4ad0c91f995460faaaae1065446d9ea6c82b 13:26:07 ---> Running in 0699836adbe1 13:26:07 Removing intermediate container 0699836adbe1 13:26:07 ---> 136adee0772a 13:26:07 Step 24/24 : LABEL version=0.0.0 13:26:07 ---> Running in 921bc0502d18 13:26:08 Removing intermediate container 921bc0502d18 13:26:08 ---> 9648ca73dcc9 13:26:08 [Warning] One or more build-args [ARCH] were not consumed 13:26:08 Successfully built 9648ca73dcc9 13:26:08 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 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:26:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:26:08 GO111MODULE=on go vet ./... [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] stash 13:26:11 Warning: overwriting stash ‘coverage-report’ 13:26:12 Stashed 1 file(s) [Pipeline] } 13:26:12 $ docker stop --time=1 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe 13:26:14 $ docker rm -f 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:26:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:26:16 + ls -al . 13:26:16 total 84 13:26:16 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 24 13:25 . 13:26:16 drwxrwxr-x. 4 jenkins jenkins 28 Jun 24 13:24 .. 13:26:16 drwxrwxr-x. 3 jenkins jenkins 20 Jun 24 13:24 assets 13:26:16 drwxrwxr-x. 2 jenkins jenkins 35 Jun 24 13:24 bin 13:26:16 drwxrwxr-x. 3 jenkins jenkins 29 Jun 24 13:24 cmd 13:26:16 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 24 13:24 CONTRIBUTING.md 13:26:16 -rw-r--r--. 1 jenkins jenkins 10 Jun 24 13:25 coverage.out 13:26:16 -rw-rw-r--. 1 jenkins jenkins 913 Jun 24 13:24 Dockerfile 13:26:16 -rw-rw-r--. 1 jenkins jenkins 898 Jun 24 13:24 Dockerfile.build 13:26:16 drwxrwxr-x. 5 jenkins jenkins 104 Jun 24 13:24 docs 13:26:16 drwxrwxr-x. 8 jenkins jenkins 179 Jun 24 13:24 .git 13:26:16 drwxrwxr-x. 2 jenkins jenkins 38 Jun 24 13:24 .github 13:26:16 -rw-rw-r--. 1 jenkins jenkins 136 Jun 24 13:24 .gitignore 13:26:16 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 24 13:24 go.mod 13:26:16 -rw-r--r--. 1 jenkins jenkins 20718 Jun 24 13:25 go.sum 13:26:16 drwxrwxr-x. 10 jenkins jenkins 139 Jun 24 13:24 internal 13:26:16 -rw-rw-r--. 1 jenkins jenkins 675 Jun 24 13:24 Jenkinsfile 13:26:16 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 24 13:24 LICENSE 13:26:16 -rw-rw-r--. 1 jenkins jenkins 951 Jun 24 13:24 Makefile 13:26:16 -rw-rw-r--. 1 jenkins jenkins 2773 Jun 24 13:24 README.md 13:26:16 drwxrwxr-x. 3 jenkins jenkins 58 Jun 24 13:24 .semver 13:26:16 -rw-rw-r--. 1 jenkins jenkins 5 Jun 24 13:21 VERSION 13:26:16 -rw-rw-r--. 1 jenkins jenkins 155 Jun 24 13:24 version.go [Pipeline] isUnix [Pipeline] sh 13:26:16 + 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=891d4ad0c91f995460faaaae1065446d9ea6c82b --label arch=amd64 --label version=0.0.0 . 13:26:17 Sending build context to Docker daemon 21.98MB 13:26:17 Step 1/24 : ARG BASE=golang:1.13-alpine 13:26:17 Step 2/24 : FROM ${BASE} AS builder 13:26:17 ---> b2f6974f0c10 13:26:17 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:26:17 ---> Running in 3e76b4baff01 13:26:17 Removing intermediate container 3e76b4baff01 13:26:17 ---> e97020ba4f8f 13:26:17 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:26:18 ---> Running in 44e8a365539f 13:26:18 Removing intermediate container 44e8a365539f 13:26:18 ---> 0e259a6aa4d6 13:26:18 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 13:26:18 ---> Running in 13069340519f 13:26:18 Removing intermediate container 13069340519f 13:26:18 ---> 3af8fb75b413 13:26:18 Step 6/24 : LABEL Name=edgex-ui-go 13:26:18 ---> Running in 6a521ac896c1 13:26:18 Removing intermediate container 6a521ac896c1 13:26:18 ---> d754debc4a5a 13:26:18 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:26:18 ---> Running in 560cded46b9f 13:26:19 Removing intermediate container 560cded46b9f 13:26:19 ---> a9a348de6d31 13:26:19 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:26:19 ---> Running in 48c0d04bea92 13:26:20 Removing intermediate container 48c0d04bea92 13:26:20 ---> eaf6e84deae6 13:26:20 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:26:20 ---> Running in 653918f60292 13:26:22 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 13:26:22 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 13:26:23 v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] 13:26:23 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 13:26:23 OK: 11290 distinct packages available 13:26:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 13:26:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 13:26:24 OK: 143 MiB in 39 packages 13:26:25 Removing intermediate container 653918f60292 13:26:25 ---> aaba5201d254 13:26:25 Step 10/24 : ENV GO111MODULE=on 13:26:25 ---> Running in d6b70a75d557 13:26:25 Removing intermediate container d6b70a75d557 13:26:25 ---> 07e39dba970c 13:26:25 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:26:25 ---> Running in 1f5d6ec9a53f 13:26:25 Removing intermediate container 1f5d6ec9a53f 13:26:25 ---> 7942b8ac2e4b 13:26:25 Step 12/24 : COPY go.mod . 13:26:26 ---> e8efaed0a859 13:26:26 Step 13/24 : COPY Makefile . 13:26:26 ---> 6a183befbbab 13:26:26 Step 14/24 : RUN make update 13:26:27 ---> Running in 90f30fc7f14b 13:26:27 CGO_ENABLED=0 GO111MODULE=on go mod download 13:26:28 Removing intermediate container 90f30fc7f14b 13:26:28 ---> ad1e29cd88fa 13:26:28 Step 15/24 : COPY . . 13:26:30 ---> 77d435aaf906 13:26:30 Step 16/24 : RUN ${MAKE} 13:26:30 ---> Running in da560ae4c7c5 13:26:30 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 13:26:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:26:50 Removing intermediate container da560ae4c7c5 13:26:50 ---> 6ed60869c79b 13:26:50 Step 17/24 : FROM alpine 13:26:50 latest: Pulling from library/alpine 13:26:50 df20fa9351a1: Pulling fs layer 13:26:50 df20fa9351a1: Verifying Checksum 13:26:50 df20fa9351a1: Download complete 13:26:51 df20fa9351a1: Pull complete 13:26:51 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:26:51 Status: Downloaded newer image for alpine:latest 13:26:51 ---> a24bb4013296 13:26:51 Step 18/24 : EXPOSE 4000 13:26:51 ---> Running in 4a4c9f9be58d 13:26:52 Removing intermediate container 4a4c9f9be58d 13:26:52 ---> e2befb5d307d 13:26:52 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 13:26:53 ---> dca8bb103561 13:26:53 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:26:53 ---> Running in 21de7fb68729 13:26:53 Removing intermediate container 21de7fb68729 13:26:53 ---> d9da61455866 13:26:53 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:26:53 ---> Running in 0d34a6011f9f 13:26:53 Removing intermediate container 0d34a6011f9f 13:26:53 ---> ddaf12c60b65 13:26:53 Step 22/24 : LABEL arch=amd64 13:26:53 ---> Running in 210dd19bfbdd 13:26:54 Removing intermediate container 210dd19bfbdd 13:26:54 ---> fde045d8f344 13:26:54 Step 23/24 : LABEL git_sha=891d4ad0c91f995460faaaae1065446d9ea6c82b 13:26:54 ---> Running in 0931a09bd274 13:26:54 Removing intermediate container 0931a09bd274 13:26:54 ---> 9cb407ebeeff 13:26:54 Step 24/24 : LABEL version=0.0.0 13:26:54 ---> Running in 9426403d21f1 13:26:54 Removing intermediate container 9426403d21f1 13:26:54 ---> cdddff48a6fb 13:26:54 [Warning] One or more build-args [ARCH] were not consumed 13:26:54 Successfully built cdddff48a6fb 13:26:54 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:26:55 provisioning config files... 13:26:55 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config5958466691822070871tmp [Pipeline] { [Pipeline] sh 13:26:55 + curl -s https://codecov.io/bash 13:26:55 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config5958466691822070871tmp [Pipeline] } 13:26:55 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 13:26:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:26:57 ---> package-listing.sh 13:26:57 ++ facter osfamily 13:26:57 ++ tr '[:upper:]' '[:lower:]' 13:26:57 + OS_FAMILY=redhat 13:26:57 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-250 13:26:57 + START_PACKAGES=/tmp/packages_start.txt 13:26:57 + END_PACKAGES=/tmp/packages_end.txt 13:26:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:26:57 + PACKAGES=/tmp/packages_start.txt 13:26:57 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-250 ']' 13:26:57 + PACKAGES=/tmp/packages_end.txt 13:26:57 + case "${OS_FAMILY}" in 13:26:57 + rpm -qa 13:26:57 + sort 13:27:01 + '[' -f /tmp/packages_start.txt ']' 13:27:01 + '[' -f /tmp/packages_end.txt ']' 13:27:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:27:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-250 ']' 13:27:01 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-250/archives/ 13:27:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-250/archives/ [Pipeline] isUnix [Pipeline] sh 13:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:27:02 13:27:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:27:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:27:02 alpine: Pulling from edgex-lftools-log-publisher 13:27:02 c9b1b535fdd9: Pulling fs layer 13:27:02 2cc5ad85d9ab: Pulling fs layer 13:27:02 756a868c4378: Pulling fs layer 13:27:02 444b2fc9a129: Pulling fs layer 13:27:02 ea15f1150254: Pulling fs layer 13:27:02 41b27a9f41bf: Pulling fs layer 13:27:02 28c525ee5125: Pulling fs layer 13:27:02 094b1ea09ed8: Pulling fs layer 13:27:02 138eaada9080: Pulling fs layer 13:27:02 0622d0fa9048: Pulling fs layer 13:27:02 444b2fc9a129: Waiting 13:27:02 ea15f1150254: Waiting 13:27:02 41b27a9f41bf: Waiting 13:27:02 28c525ee5125: Waiting 13:27:02 094b1ea09ed8: Waiting 13:27:02 138eaada9080: Waiting 13:27:02 2cc5ad85d9ab: Verifying Checksum 13:27:02 2cc5ad85d9ab: Download complete 13:27:02 444b2fc9a129: Verifying Checksum 13:27:02 444b2fc9a129: Download complete 13:27:02 c9b1b535fdd9: Verifying Checksum 13:27:02 c9b1b535fdd9: Download complete 13:27:02 ea15f1150254: Download complete 13:27:02 28c525ee5125: Verifying Checksum 13:27:02 28c525ee5125: Download complete 13:27:02 756a868c4378: Verifying Checksum 13:27:02 756a868c4378: Download complete 13:27:02 c9b1b535fdd9: Pull complete 13:27:02 138eaada9080: Verifying Checksum 13:27:02 138eaada9080: Download complete 13:27:02 0622d0fa9048: Verifying Checksum 13:27:02 0622d0fa9048: Download complete 13:27:02 2cc5ad85d9ab: Pull complete 13:27:03 094b1ea09ed8: Verifying Checksum 13:27:03 094b1ea09ed8: Download complete 13:27:03 41b27a9f41bf: Verifying Checksum 13:27:03 41b27a9f41bf: Download complete 13:27:04 756a868c4378: Pull complete 13:27:04 444b2fc9a129: Pull complete 13:27:04 ea15f1150254: Pull complete 13:27:09 41b27a9f41bf: Pull complete 13:27:09 28c525ee5125: Pull complete 13:27:11 094b1ea09ed8: Pull complete 13:27:11 138eaada9080: Pull complete 13:27:12 0622d0fa9048: Pull complete 13:27:12 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:27:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:27:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:27:12 prd-centos7-docker-4c-2g-4305 does not seem to be running inside a container 13:27:12 $ 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-250 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-250:/w/workspace/edgexfoundry_edgex-ui-go_PR-250:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@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:10003/edgex-lftools-log-publisher:alpine cat 13:27:16 $ docker top 157aa59d5d34a2ed0dbeb9a97072fefad50922169dc5d00648b2d3cd2cc24755 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:27:16 provisioning config files... 13:27:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config6684574533597764971tmp [Pipeline] { [Pipeline] echo 13:27:16 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:27:16 ---> create-netrc.sh [Pipeline] echo 13:27:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:27:17 ---> logs-deploy.sh 13:27:17 + ARCHIVE_ARTIFACTS= 13:27:17 + LOGS_SERVER=https://logs.edgexfoundry.org 13:27:17 + '[' https://logs.edgexfoundry.org == None ']' 13:27:17 + NEXUS_URL=https://nexus.edgexfoundry.org 13:27:17 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-250/2 13:27:17 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-250/2/ 13:27:17 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-250/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-250 13:27:18 Archives upload complete. 13:27:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-250/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-250/2/