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 [2020-06-24T13:21:01.902Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-24T13:21:02.026Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-24T13:21:02.064Z] ========================================================= [2020-06-24T13:21:02.064Z] EdgeX Global Pipelines Version Info [2020-06-24T13:21:02.064Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-24T13:21:03.917Z] ------------------- [2020-06-24T13:21:03.917Z] stable info: [2020-06-24T13:21:03.917Z] ------------------- [2020-06-24T13:21:03.917Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-24T13:21:03.917Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-24T13:21:03.917Z] Message: update stable to v1.0.89 [2020-06-24T13:21:04.487Z] ------------------- [2020-06-24T13:21:04.487Z] experimental info: [2020-06-24T13:21:04.487Z] ------------------- [2020-06-24T13:21:04.487Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-24T13:21:04.487Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-24T13:21:04.487Z] 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 [2020-06-24T13:21:05.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-24T13:21:06.161Z] [2020-06-24T13:21:06.161Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:21:06.480Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-24T13:21:06.480Z] latest: Pulling from edgex-devops/git-semver [2020-06-24T13:21:06.480Z] 9123ac7c32f7: Pulling fs layer [2020-06-24T13:21:06.480Z] b8cc5d1170e3: Pulling fs layer [2020-06-24T13:21:06.480Z] 2924cbbf6a41: Pulling fs layer [2020-06-24T13:21:06.480Z] 93b08a4f1073: Pulling fs layer [2020-06-24T13:21:06.480Z] 93b08a4f1073: Waiting [2020-06-24T13:21:06.480Z] b8cc5d1170e3: Verifying Checksum [2020-06-24T13:21:06.480Z] b8cc5d1170e3: Download complete [2020-06-24T13:21:06.480Z] 9123ac7c32f7: Verifying Checksum [2020-06-24T13:21:06.480Z] 9123ac7c32f7: Download complete [2020-06-24T13:21:06.741Z] 93b08a4f1073: Verifying Checksum [2020-06-24T13:21:06.741Z] 93b08a4f1073: Download complete [2020-06-24T13:21:06.741Z] 2924cbbf6a41: Verifying Checksum [2020-06-24T13:21:06.741Z] 2924cbbf6a41: Download complete [2020-06-24T13:21:06.741Z] 9123ac7c32f7: Pull complete [2020-06-24T13:21:07.002Z] b8cc5d1170e3: Pull complete [2020-06-24T13:21:07.577Z] 2924cbbf6a41: Pull complete [2020-06-24T13:21:07.838Z] 93b08a4f1073: Pull complete [2020-06-24T13:21:07.838Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-24T13:21:07.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-24T13:21:07.838Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-24T13:21:07.942Z] prd-centos7-docker-4c-2g-4305 does not seem to be running inside a container [2020-06-24T13:21:07.986Z] $ 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 [2020-06-24T13:21:10.222Z] $ docker top bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-24T13:21:10.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-24T13:21:10.450Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-24T13:21:10.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-24T13:21:10.657Z] $ docker exec bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent [2020-06-24T13:21:10.807Z] SSH_AUTH_SOCK=/tmp/ssh-LGEoW2Pz0ha6/agent.11 [2020-06-24T13:21:10.807Z] SSH_AGENT_PID=16 [2020-06-24T13:21:10.819Z] Running ssh-add (command line suppressed) [2020-06-24T13:21:10.942Z] 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) [2020-06-24T13:21:10.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-24T13:21:11.296Z] + git describe --exact-match --tags HEAD [2020-06-24T13:21:11.296Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-24T13:21:11.362Z] $ docker exec --env ******** --env ******** bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent -k [2020-06-24T13:21:11.472Z] unset SSH_AUTH_SOCK; [2020-06-24T13:21:11.473Z] unset SSH_AGENT_PID; [2020-06-24T13:21:11.473Z] echo Agent pid 16 killed; [2020-06-24T13:21:11.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-24T13:21:11.548Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-24T13:21:11.548Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-24T13:21:11.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-24T13:21:11.603Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-24T13:21:11.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-24T13:21:11.768Z] $ docker exec bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent [2020-06-24T13:21:11.920Z] SSH_AUTH_SOCK=/tmp/ssh-2G14SUR67HD2/agent.45 [2020-06-24T13:21:11.920Z] SSH_AGENT_PID=50 [2020-06-24T13:21:11.926Z] Running ssh-add (command line suppressed) [2020-06-24T13:21:12.044Z] 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) [2020-06-24T13:21:12.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-24T13:21:12.391Z] + git semver init [2020-06-24T13:21:12.391Z] # -> Open(): unable to determine branch for HEAD [2020-06-24T13:21:12.391Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-250/.git [2020-06-24T13:21:12.391Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [2020-06-24T13:21:12.391Z] # $SEMVER_REMOTE_NAME = origin [2020-06-24T13:21:12.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-24T13:21:12.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-24T13:21:12.391Z] # $SEMVER_BRANCH = PR-250 [2020-06-24T13:21:12.391Z] # $SEMVER_TEMP = /tmp/semver-051595542 [2020-06-24T13:21:12.391Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-24T13:21:13.780Z] # '/tmp/semver-051595542' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-250/.semver' [2020-06-24T13:21:13.780Z] # -> Force: false [2020-06-24T13:21:13.780Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-250/.semver [Pipeline] } [2020-06-24T13:21:13.796Z] $ docker exec --env ******** --env ******** bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b ssh-agent -k [2020-06-24T13:21:13.913Z] unset SSH_AUTH_SOCK; [2020-06-24T13:21:13.913Z] unset SSH_AGENT_PID; [2020-06-24T13:21:13.913Z] echo Agent pid 50 killed; [2020-06-24T13:21:13.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-24T13:21:14.308Z] + git semver [Pipeline] } [2020-06-24T13:21:14.328Z] $ docker stop --time=1 bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b [2020-06-24T13:21:15.885Z] $ docker rm -f bf5ee14be2d0fdfbcfc68b597d389ad5071709961456f4a936ab35cb4c974e4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-24T13:21:17.051Z] Stashed 62 file(s) [Pipeline] echo [2020-06-24T13:21:17.053Z] [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 [2020-06-24T13:21:32.212Z] Still waiting to schedule task [2020-06-24T13:21:32.213Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-24T13:21:32.214Z] Still waiting to schedule task [2020-06-24T13:21:32.214Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-24T13:23:09.188Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4306 in /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [Pipeline] { [Pipeline] ws [2020-06-24T13:23:09.213Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-06-24T13:23:13.872Z] using credential edgex-jenkins-ssh [2020-06-24T13:23:13.903Z] Cloning the remote Git repository [2020-06-24T13:23:13.904Z] Cloning with configured refspecs honoured and without tags [2020-06-24T13:23:13.946Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:23:14.066Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-06-24T13:23:14.135Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:23:14.136Z] > git --version # timeout=10 [2020-06-24T13:23:14.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:23:14.248Z] > 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 [2020-06-24T13:23:15.750Z] Fetching without tags [2020-06-24T13:23:16.208Z] Merging remotes/origin/master commit c0d0adb7103374904f8518c035744b78f61b9238 into PR head commit 891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:23:16.580Z] Merge succeeded, producing 891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:23:16.581Z] Checking out Revision 891d4ad0c91f995460faaaae1065446d9ea6c82b (PR-250) [2020-06-24T13:23:15.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-24T13:23:15.648Z] > git config --add remote.origin.fetch +refs/pull/250/head:refs/remotes/origin/PR-250 # timeout=10 [2020-06-24T13:23:15.667Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-24T13:23:15.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-24T13:23:15.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:23:15.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:23:15.750Z] > 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 [2020-06-24T13:23:16.203Z] > git config core.sparsecheckout # timeout=10 [2020-06-24T13:23:16.230Z] > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 [2020-06-24T13:23:16.473Z] > git remote # timeout=10 [2020-06-24T13:23:16.493Z] > git config --get remote.origin.url # timeout=10 [2020-06-24T13:23:16.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:23:16.520Z] > git merge c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [2020-06-24T13:23:16.541Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-24T13:23:16.563Z] > git config core.sparsecheckout # timeout=10 [2020-06-24T13:23:16.577Z] > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 [2020-06-24T13:23:21.345Z] 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 [2020-06-24T13:23:23.196Z] ========================================================= [2020-06-24T13:23:23.196Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-24T13:23:23.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:23:24.168Z] + 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 . [2020-06-24T13:23:25.611Z] Sending build context to Docker daemon 21.96MB [2020-06-24T13:23:25.611Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-24T13:23:25.611Z] Step 2/8 : FROM ${BASE} [2020-06-24T13:23:25.611Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-24T13:23:25.611Z] cde5963f3b93: Pulling fs layer [2020-06-24T13:23:25.611Z] 2a23fa8c16f7: Pulling fs layer [2020-06-24T13:23:25.611Z] 777b28850792: Pulling fs layer [2020-06-24T13:23:25.611Z] 8a11ddd9e578: Pulling fs layer [2020-06-24T13:23:25.611Z] 4cf88f913ddb: Pulling fs layer [2020-06-24T13:23:25.611Z] 1df406cf5192: Pulling fs layer [2020-06-24T13:23:25.611Z] cd6300453558: Pulling fs layer [2020-06-24T13:23:25.611Z] 4cf88f913ddb: Waiting [2020-06-24T13:23:25.611Z] 1df406cf5192: Waiting [2020-06-24T13:23:25.611Z] cd6300453558: Waiting [2020-06-24T13:23:25.611Z] b9c365052c96: Pulling fs layer [2020-06-24T13:23:25.611Z] a2d8cc88f415: Pulling fs layer [2020-06-24T13:23:25.611Z] ea1d1ca13537: Pulling fs layer [2020-06-24T13:23:25.611Z] 3750a50a1c5e: Pulling fs layer [2020-06-24T13:23:25.611Z] b9c365052c96: Waiting [2020-06-24T13:23:25.611Z] a2d8cc88f415: Waiting [2020-06-24T13:23:25.611Z] ea1d1ca13537: Waiting [2020-06-24T13:23:25.611Z] 3750a50a1c5e: Waiting [2020-06-24T13:23:25.611Z] 8a11ddd9e578: Waiting [2020-06-24T13:23:25.611Z] 777b28850792: Verifying Checksum [2020-06-24T13:23:25.611Z] 777b28850792: Download complete [2020-06-24T13:23:25.611Z] 2a23fa8c16f7: Verifying Checksum [2020-06-24T13:23:25.611Z] 2a23fa8c16f7: Download complete [2020-06-24T13:23:25.889Z] 4cf88f913ddb: Verifying Checksum [2020-06-24T13:23:25.889Z] 4cf88f913ddb: Download complete [2020-06-24T13:23:25.889Z] 1df406cf5192: Verifying Checksum [2020-06-24T13:23:25.889Z] 1df406cf5192: Download complete [2020-06-24T13:23:25.889Z] cde5963f3b93: Download complete [2020-06-24T13:23:26.496Z] cde5963f3b93: Pull complete [2020-06-24T13:23:27.101Z] 2a23fa8c16f7: Pull complete [2020-06-24T13:23:27.707Z] 777b28850792: Pull complete [2020-06-24T13:23:27.707Z] cd6300453558: Verifying Checksum [2020-06-24T13:23:27.707Z] cd6300453558: Download complete [2020-06-24T13:23:27.707Z] a2d8cc88f415: Download complete [2020-06-24T13:23:29.150Z] ea1d1ca13537: Verifying Checksum [2020-06-24T13:23:29.150Z] ea1d1ca13537: Download complete [2020-06-24T13:23:29.426Z] 3750a50a1c5e: Verifying Checksum [2020-06-24T13:23:29.426Z] 3750a50a1c5e: Download complete [2020-06-24T13:23:30.868Z] b9c365052c96: Verifying Checksum [2020-06-24T13:23:30.868Z] b9c365052c96: Download complete [2020-06-24T13:23:31.140Z] 8a11ddd9e578: Verifying Checksum [2020-06-24T13:23:31.140Z] 8a11ddd9e578: Download complete [2020-06-24T13:23:43.543Z] 8a11ddd9e578: Pull complete [2020-06-24T13:23:43.543Z] 4cf88f913ddb: Pull complete [2020-06-24T13:23:43.543Z] 1df406cf5192: Pull complete [2020-06-24T13:23:47.861Z] cd6300453558: Pull complete [2020-06-24T13:23:52.171Z] b9c365052c96: Pull complete [2020-06-24T13:23:52.445Z] a2d8cc88f415: Pull complete [2020-06-24T13:23:54.426Z] ea1d1ca13537: Pull complete [2020-06-24T13:23:55.021Z] 3750a50a1c5e: Pull complete [2020-06-24T13:23:55.021Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-24T13:23:55.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-24T13:23:55.021Z] ---> 78745c68409d [2020-06-24T13:23:55.021Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-24T13:24:00.410Z] ---> Running in 5d28eb95d4fe [2020-06-24T13:24:00.410Z] Removing intermediate container 5d28eb95d4fe [2020-06-24T13:24:00.410Z] ---> 3aa379718853 [2020-06-24T13:24:00.410Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-24T13:24:00.683Z] ---> Running in 0d35a49e9e55 [2020-06-24T13:24:03.316Z] Removing intermediate container 0d35a49e9e55 [2020-06-24T13:24:03.316Z] ---> ee4cc574b3f0 [2020-06-24T13:24:03.316Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-24T13:24:03.316Z] ---> Running in 3697d3ca58aa [2020-06-24T13:24:04.743Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-24T13:24:05.729Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-24T13:24:06.321Z] OK: 125 MiB in 39 packages [2020-06-24T13:24:07.306Z] Removing intermediate container 3697d3ca58aa [2020-06-24T13:24:07.306Z] ---> 8d3d7ea5f9ed [2020-06-24T13:24:07.306Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-24T13:24:07.580Z] ---> Running in 58bb955e4da0 [2020-06-24T13:24:08.176Z] Removing intermediate container 58bb955e4da0 [2020-06-24T13:24:08.176Z] ---> bde48bccfb8b [2020-06-24T13:24:08.176Z] Step 7/8 : COPY . . [2020-06-24T13:24:10.144Z] ---> af2025f890c5 [2020-06-24T13:24:10.144Z] Step 8/8 : RUN go mod download [2020-06-24T13:24:10.144Z] ---> Running in 61a5cc0b93b5 [2020-06-24T13:24:13.516Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-24T13:24:13.516Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-24T13:24:13.516Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-24T13:24:13.516Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-24T13:24:13.516Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-24T13:24:13.516Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-24T13:24:13.516Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-24T13:24:13.516Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-24T13:24:13.787Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-24T13:24:13.787Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-24T13:24:13.788Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-24T13:24:13.788Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-24T13:24:13.788Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-24T13:24:13.788Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-24T13:24:13.788Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-24T13:24:13.788Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-24T13:24:13.788Z] go: finding github.com/fatih/color v1.9.0 [2020-06-24T13:24:13.788Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-24T13:24:13.788Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-24T13:24:14.059Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-24T13:24:14.059Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-24T13:24:14.059Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-24T13:24:14.059Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-24T13:24:14.059Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-24T13:24:14.059Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-24T13:24:14.059Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-24T13:24:14.059Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-24T13:24:14.059Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-24T13:24:14.059Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-24T13:24:14.333Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-24T13:24:14.605Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-24T13:24:14.605Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-24T13:24:14.605Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-24T13:24:14.605Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-24T13:24:14.605Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-24T13:24:14.605Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-24T13:24:14.605Z] go: finding github.com/kr/pty v1.1.1 [2020-06-24T13:24:14.875Z] go: finding github.com/kr/text v0.1.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-24T13:24:14.875Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-24T13:24:14.875Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-24T13:24:14.875Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-24T13:24:14.875Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-24T13:24:15.148Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-24T13:24:15.148Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-24T13:24:15.148Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-24T13:24:15.148Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-24T13:24:15.148Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-24T13:24:15.148Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-24T13:24:15.148Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-24T13:24:15.148Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-24T13:24:15.148Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-24T13:24:15.148Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-24T13:24:15.148Z] go: finding github.com/posener/complete v1.1.1 [2020-06-24T13:24:15.148Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-24T13:24:15.419Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-24T13:24:15.420Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-24T13:24:15.420Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-24T13:24:15.420Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-24T13:24:15.420Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-24T13:24:15.420Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-24T13:24:15.420Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-24T13:24:15.420Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-24T13:24:15.420Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-24T13:24:15.420Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-24T13:24:15.420Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-24T13:24:15.699Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-24T13:24:15.699Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-24T13:24:15.699Z] go: finding golang.org/x/text v0.3.2 [2020-06-24T13:24:15.699Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-24T13:24:15.699Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-24T13:24:15.699Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-24T13:24:15.699Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-24T13:24:15.699Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-24T13:24:15.699Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-24T13:24:16.162Z] Running on prd-centos7-docker-4c-2g-4307 in /w/workspace/edgexfoundry_edgex-ui-go_PR-250 [Pipeline] { [Pipeline] ws [2020-06-24T13:24:16.188Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-06-24T13:24:23.696Z] using credential edgex-jenkins-ssh [2020-06-24T13:24:23.726Z] Cloning the remote Git repository [2020-06-24T13:24:23.726Z] Cloning with configured refspecs honoured and without tags [2020-06-24T13:24:23.803Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:24:23.947Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-06-24T13:24:24.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:24:24.179Z] > git --version # timeout=10 [2020-06-24T13:24:24.281Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:24:24.378Z] > 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 [2020-06-24T13:24:27.132Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-24T13:24:27.214Z] > git config --add remote.origin.fetch +refs/pull/250/head:refs/remotes/origin/PR-250 # timeout=10 [2020-06-24T13:24:27.375Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-24T13:24:27.591Z] Fetching without tags [2020-06-24T13:24:28.113Z] Merging remotes/origin/master commit c0d0adb7103374904f8518c035744b78f61b9238 into PR head commit 891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:24:28.487Z] Merge succeeded, producing 891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:24:28.487Z] Checking out Revision 891d4ad0c91f995460faaaae1065446d9ea6c82b (PR-250) [2020-06-24T13:24:27.524Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-24T13:24:27.610Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-24T13:24:27.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:24:27.627Z] > 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 [2020-06-24T13:24:28.127Z] > git config core.sparsecheckout # timeout=10 [2020-06-24T13:24:28.164Z] > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 [2020-06-24T13:24:28.335Z] > git remote # timeout=10 [2020-06-24T13:24:28.367Z] > git config --get remote.origin.url # timeout=10 [2020-06-24T13:24:28.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-24T13:24:28.419Z] > git merge c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [2020-06-24T13:24:28.467Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-24T13:24:28.491Z] > git config core.sparsecheckout # timeout=10 [2020-06-24T13:24:28.546Z] > git checkout -f 891d4ad0c91f995460faaaae1065446d9ea6c82b # timeout=10 [2020-06-24T13:24:33.179Z] Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-24T13:24:34.041Z] Removing intermediate container 61a5cc0b93b5 [2020-06-24T13:24:34.041Z] ---> b80ca9d69dca [2020-06-24T13:24:34.041Z] Successfully built b80ca9d69dca [2020-06-24T13:24:34.041Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:24:34.571Z] + docker inspect -f . ci-base-image-arm64 [2020-06-24T13:24:34.571Z] . [Pipeline] withDockerContainer [2020-06-24T13:24:34.817Z] prd-ubuntu18.04-docker-arm64-4c-16g-4306 does not seem to be running inside a container [2020-06-24T13:24:34.882Z] $ 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 [2020-06-24T13:24:36.645Z] $ docker top 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-06-24T13:24:36.982Z] ========================================================= [2020-06-24T13:24:36.982Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-24T13:24:36.982Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:24:37.959Z] + 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 . [2020-06-24T13:24:38.084Z] + go version [2020-06-24T13:24:38.084Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-24T13:24:38.957Z] Sending build context to Docker daemon 21.96MB [2020-06-24T13:24:38.957Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-24T13:24:38.957Z] Step 2/8 : FROM ${BASE} [2020-06-24T13:24:38.957Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-24T13:24:38.957Z] e6b0cf9c0882: Pulling fs layer [2020-06-24T13:24:38.957Z] 2848faf0eed1: Pulling fs layer [2020-06-24T13:24:38.957Z] 0f37312ad70f: Pulling fs layer [2020-06-24T13:24:38.957Z] 5788d62ee057: Pulling fs layer [2020-06-24T13:24:38.957Z] 0e6b1d234666: Pulling fs layer [2020-06-24T13:24:38.957Z] bf5d7aec512f: Pulling fs layer [2020-06-24T13:24:38.957Z] 34c802a77dc8: Pulling fs layer [2020-06-24T13:24:38.957Z] 9eb99e56ec68: Pulling fs layer [2020-06-24T13:24:38.957Z] 27c7a5d97fbd: Pulling fs layer [2020-06-24T13:24:38.957Z] 5c102a31e300: Pulling fs layer [2020-06-24T13:24:38.957Z] dcfb455df0a1: Pulling fs layer [2020-06-24T13:24:38.957Z] 34c802a77dc8: Waiting [2020-06-24T13:24:38.957Z] 9eb99e56ec68: Waiting [2020-06-24T13:24:38.957Z] 27c7a5d97fbd: Waiting [2020-06-24T13:24:38.957Z] 5c102a31e300: Waiting [2020-06-24T13:24:38.957Z] dcfb455df0a1: Waiting [2020-06-24T13:24:38.957Z] 0e6b1d234666: Waiting [2020-06-24T13:24:38.957Z] bf5d7aec512f: Waiting [2020-06-24T13:24:38.957Z] 5788d62ee057: Waiting [2020-06-24T13:24:38.957Z] 0f37312ad70f: Verifying Checksum [2020-06-24T13:24:38.957Z] 0f37312ad70f: Download complete [2020-06-24T13:24:38.957Z] 2848faf0eed1: Download complete [2020-06-24T13:24:38.957Z] 0e6b1d234666: Verifying Checksum [2020-06-24T13:24:38.957Z] 0e6b1d234666: Download complete [2020-06-24T13:24:39.193Z] + make test [2020-06-24T13:24:39.193Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-24T13:24:39.367Z] bf5d7aec512f: Verifying Checksum [2020-06-24T13:24:39.367Z] bf5d7aec512f: Download complete [2020-06-24T13:24:39.367Z] e6b0cf9c0882: Verifying Checksum [2020-06-24T13:24:39.367Z] e6b0cf9c0882: Download complete [2020-06-24T13:24:39.367Z] e6b0cf9c0882: Pull complete [2020-06-24T13:24:39.776Z] 2848faf0eed1: Pull complete [2020-06-24T13:24:40.230Z] 0f37312ad70f: Pull complete [2020-06-24T13:24:40.641Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-24T13:24:45.287Z] 34c802a77dc8: Verifying Checksum [2020-06-24T13:24:45.287Z] 34c802a77dc8: Download complete [2020-06-24T13:24:45.287Z] 27c7a5d97fbd: Verifying Checksum [2020-06-24T13:24:45.287Z] 27c7a5d97fbd: Download complete [2020-06-24T13:24:47.870Z] 9eb99e56ec68: Verifying Checksum [2020-06-24T13:24:47.870Z] 9eb99e56ec68: Download complete [2020-06-24T13:24:47.870Z] 5788d62ee057: Verifying Checksum [2020-06-24T13:24:47.870Z] 5788d62ee057: Download complete [2020-06-24T13:24:47.870Z] 5c102a31e300: Verifying Checksum [2020-06-24T13:24:47.870Z] 5c102a31e300: Download complete [2020-06-24T13:24:47.870Z] dcfb455df0a1: Verifying Checksum [2020-06-24T13:24:47.870Z] dcfb455df0a1: Download complete [2020-06-24T13:24:58.041Z] 5788d62ee057: Pull complete [2020-06-24T13:24:58.041Z] 0e6b1d234666: Pull complete [2020-06-24T13:24:58.041Z] bf5d7aec512f: Pull complete [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-24T13:25:02.829Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-24T13:25:02.829Z] GO111MODULE=on go vet ./... [2020-06-24T13:25:04.812Z] 34c802a77dc8: Pull complete [Pipeline] stash [2020-06-24T13:25:06.633Z] Stashed 1 file(s) [Pipeline] } [2020-06-24T13:25:06.613Z] $ docker stop --time=1 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 [2020-06-24T13:25:08.658Z] $ docker rm -f 2b0863458f174d1b27ddeef5735ac03a7174d8c75d7abef14fdb495d0d2f2785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-24T13:25:10.248Z] 9eb99e56ec68: Pull complete [2020-06-24T13:25:10.248Z] 27c7a5d97fbd: Pull complete [Pipeline] sh [2020-06-24T13:25:10.839Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-24T13:25:11.168Z] + ls -al . [2020-06-24T13:25:11.168Z] total 120 [2020-06-24T13:25:11.168Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 13:24 . [2020-06-24T13:25:11.168Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 13:23 .. [2020-06-24T13:25:11.168Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 13:23 .git [2020-06-24T13:25:11.168Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 13:23 .github [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 24 13:23 .gitignore [2020-06-24T13:25:11.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 .semver [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 24 13:23 CONTRIBUTING.md [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 24 13:23 Dockerfile [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 24 13:23 Dockerfile.build [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 24 13:23 Jenkinsfile [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 24 13:23 LICENSE [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 24 13:23 Makefile [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 2773 Jun 24 13:23 README.md [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 24 13:21 VERSION [2020-06-24T13:25:11.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 assets [2020-06-24T13:25:11.168Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 13:23 bin [2020-06-24T13:25:11.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 13:23 cmd [2020-06-24T13:25:11.168Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 24 13:24 coverage.out [2020-06-24T13:25:11.168Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 24 13:23 docs [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 24 13:23 go.mod [2020-06-24T13:25:11.168Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 24 13:24 go.sum [2020-06-24T13:25:11.168Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 13:23 internal [2020-06-24T13:25:11.168Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 24 13:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:25:11.501Z] + 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 . [2020-06-24T13:25:11.783Z] 5c102a31e300: Pull complete [2020-06-24T13:25:12.098Z] Sending build context to Docker daemon 21.98MB [2020-06-24T13:25:12.098Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-24T13:25:12.098Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-24T13:25:12.098Z] ---> b80ca9d69dca [2020-06-24T13:25:12.098Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-24T13:25:12.373Z] ---> Running in bf18dad1383a [2020-06-24T13:25:12.384Z] dcfb455df0a1: Pull complete [2020-06-24T13:25:12.384Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-24T13:25:12.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-24T13:25:12.384Z] ---> 7c70fe431013 [2020-06-24T13:25:12.384Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-24T13:25:12.970Z] Removing intermediate container bf18dad1383a [2020-06-24T13:25:12.970Z] ---> 1a49b0e77bc8 [2020-06-24T13:25:12.970Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-24T13:25:12.970Z] ---> Running in a36574c5d2a8 [2020-06-24T13:25:13.352Z] ---> Running in 5377c1cc24cc [2020-06-24T13:25:13.353Z] Removing intermediate container 5377c1cc24cc [2020-06-24T13:25:13.353Z] ---> e5672be1d447 [2020-06-24T13:25:13.353Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-24T13:25:13.566Z] Removing intermediate container a36574c5d2a8 [2020-06-24T13:25:13.566Z] ---> fddfb9798f0d [2020-06-24T13:25:13.566Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-24T13:25:13.566Z] ---> Running in 976c8ed35be4 [2020-06-24T13:25:13.627Z] ---> Running in 08d9090fd260 [2020-06-24T13:25:14.161Z] Removing intermediate container 976c8ed35be4 [2020-06-24T13:25:14.161Z] ---> 6f2f3fdcb973 [2020-06-24T13:25:14.161Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-24T13:25:14.161Z] ---> Running in e9d7222bd471 [2020-06-24T13:25:14.754Z] Removing intermediate container e9d7222bd471 [2020-06-24T13:25:14.754Z] ---> 9b3f7cb8a89f [2020-06-24T13:25:14.754Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-24T13:25:14.754Z] ---> Running in 6268b6e2468a [2020-06-24T13:25:15.347Z] Removing intermediate container 6268b6e2468a [2020-06-24T13:25:15.347Z] ---> e5d3729c41b5 [2020-06-24T13:25:15.347Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-24T13:25:15.347Z] ---> Running in 38ab4fbcccef [2020-06-24T13:25:15.553Z] Removing intermediate container 08d9090fd260 [2020-06-24T13:25:15.553Z] ---> b3cc93ee7a1a [2020-06-24T13:25:15.553Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-24T13:25:15.553Z] ---> Running in c715f09962af [2020-06-24T13:25:16.131Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-24T13:25:16.718Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-24T13:25:17.301Z] OK: 143 MiB in 39 packages [2020-06-24T13:25:17.879Z] Removing intermediate container c715f09962af [2020-06-24T13:25:17.879Z] ---> 52038ba71087 [2020-06-24T13:25:17.879Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-24T13:25:17.879Z] ---> Running in 1ce747b5a433 [2020-06-24T13:25:17.955Z] Removing intermediate container 38ab4fbcccef [2020-06-24T13:25:17.955Z] ---> c0685477b051 [2020-06-24T13:25:17.955Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-24T13:25:17.955Z] ---> Running in 1fc86667e904 [2020-06-24T13:25:18.158Z] Removing intermediate container 1ce747b5a433 [2020-06-24T13:25:18.158Z] ---> d5fbbbeb9976 [2020-06-24T13:25:18.158Z] Step 7/8 : COPY . . [2020-06-24T13:25:18.944Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-24T13:25:19.921Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-24T13:25:20.173Z] ---> cb95b694f30e [2020-06-24T13:25:20.173Z] Step 8/8 : RUN go mod download [2020-06-24T13:25:20.173Z] ---> Running in 171dd9455fe5 [2020-06-24T13:25:20.889Z] v3.11.6-89-g109074e626 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-24T13:25:20.889Z] v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-24T13:25:20.889Z] OK: 11179 distinct packages available [2020-06-24T13:25:20.889Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-24T13:25:21.480Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-24T13:25:22.074Z] OK: 125 MiB in 39 packages [2020-06-24T13:25:23.507Z] Removing intermediate container 1fc86667e904 [2020-06-24T13:25:23.507Z] ---> c5282bb81c37 [2020-06-24T13:25:23.507Z] Step 10/24 : ENV GO111MODULE=on [2020-06-24T13:25:23.507Z] ---> Running in 9696f34babfe [2020-06-24T13:25:23.779Z] Removing intermediate container 9696f34babfe [2020-06-24T13:25:23.779Z] ---> 3cdf7f47685b [2020-06-24T13:25:23.779Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-24T13:25:24.054Z] ---> Running in 798b87cf0220 [2020-06-24T13:25:24.647Z] Removing intermediate container 798b87cf0220 [2020-06-24T13:25:24.647Z] ---> 466641cb4774 [2020-06-24T13:25:24.647Z] Step 12/24 : COPY go.mod . [2020-06-24T13:25:25.056Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-24T13:25:25.056Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-24T13:25:25.056Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-24T13:25:25.056Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-24T13:25:25.056Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-24T13:25:25.056Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-24T13:25:25.056Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-24T13:25:25.056Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-24T13:25:25.056Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-24T13:25:25.056Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-24T13:25:25.056Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-24T13:25:25.056Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-24T13:25:25.056Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-24T13:25:25.056Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-24T13:25:25.056Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-24T13:25:25.056Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-24T13:25:25.056Z] go: finding github.com/fatih/color v1.9.0 [2020-06-24T13:25:25.056Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-24T13:25:25.056Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-24T13:25:25.056Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-24T13:25:25.056Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-24T13:25:25.056Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-24T13:25:25.056Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-24T13:25:25.056Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-24T13:25:25.056Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-24T13:25:25.056Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-24T13:25:25.056Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-24T13:25:25.056Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-24T13:25:25.056Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-24T13:25:25.056Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-24T13:25:25.056Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-24T13:25:25.056Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-24T13:25:25.243Z] ---> c21122eb82c7 [2020-06-24T13:25:25.243Z] Step 13/24 : COPY Makefile . [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-24T13:25:25.351Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-24T13:25:25.633Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-24T13:25:25.633Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-24T13:25:25.633Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-24T13:25:25.633Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-24T13:25:25.633Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-24T13:25:25.633Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-24T13:25:25.633Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-24T13:25:25.633Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-24T13:25:25.633Z] go: finding github.com/kr/pty v1.1.1 [2020-06-24T13:25:25.633Z] go: finding github.com/kr/text v0.1.0 [2020-06-24T13:25:25.633Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-24T13:25:25.633Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-24T13:25:25.841Z] ---> f48b7b3f3545 [2020-06-24T13:25:25.841Z] Step 14/24 : RUN make update [2020-06-24T13:25:25.907Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-24T13:25:25.907Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-24T13:25:25.907Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-24T13:25:26.115Z] ---> Running in 8edd676531f0 [2020-06-24T13:25:26.174Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-24T13:25:26.174Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-24T13:25:26.174Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-24T13:25:26.174Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-24T13:25:26.174Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-24T13:25:26.174Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-24T13:25:26.174Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-24T13:25:26.174Z] go: finding github.com/posener/complete v1.1.1 [2020-06-24T13:25:26.174Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-24T13:25:26.174Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-24T13:25:26.174Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-24T13:25:26.174Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-24T13:25:26.443Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-24T13:25:26.443Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-24T13:25:26.443Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-24T13:25:26.443Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-24T13:25:26.443Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-24T13:25:26.443Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-24T13:25:26.443Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-24T13:25:26.443Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-24T13:25:26.443Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-24T13:25:26.443Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-24T13:25:26.724Z] go: finding golang.org/x/text v0.3.2 [2020-06-24T13:25:26.724Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-24T13:25:26.724Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-24T13:25:26.724Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-24T13:25:26.724Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-24T13:25:26.724Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-24T13:25:26.724Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-24T13:25:27.543Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-24T13:25:28.985Z] Removing intermediate container 8edd676531f0 [2020-06-24T13:25:28.985Z] ---> 192143eff3df [2020-06-24T13:25:28.985Z] Step 15/24 : COPY . . [2020-06-24T13:25:30.954Z] ---> d4920dce494a [2020-06-24T13:25:30.954Z] Step 16/24 : RUN ${MAKE} [2020-06-24T13:25:30.954Z] ---> Running in d6c78e13cf95 [2020-06-24T13:25:32.383Z] 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 [2020-06-24T13:25:45.934Z] Removing intermediate container 171dd9455fe5 [2020-06-24T13:25:45.934Z] ---> b2f6974f0c10 [2020-06-24T13:25:45.934Z] Successfully built b2f6974f0c10 [2020-06-24T13:25:45.934Z] 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 [2020-06-24T13:25:46.418Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-24T13:25:46.681Z] . [Pipeline] withDockerContainer [2020-06-24T13:25:46.820Z] prd-centos7-docker-4c-2g-4307 does not seem to be running inside a container [2020-06-24T13:25:46.894Z] $ 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 [2020-06-24T13:25:47.673Z] $ docker top 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-24T13:25:48.206Z] + go version [2020-06-24T13:25:48.501Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-24T13:25:49.258Z] + make test [2020-06-24T13:25:49.258Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-24T13:25:52.633Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-24T13:25:54.563Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-24T13:26:02.828Z] Removing intermediate container d6c78e13cf95 [2020-06-24T13:26:02.828Z] ---> fa7ab7d349ad [2020-06-24T13:26:02.828Z] Step 17/24 : FROM alpine [2020-06-24T13:26:02.828Z] latest: Pulling from library/alpine [2020-06-24T13:26:02.828Z] b538f80385f9: Pulling fs layer [2020-06-24T13:26:02.828Z] b538f80385f9: Download complete [2020-06-24T13:26:03.100Z] b538f80385f9: Pull complete [2020-06-24T13:26:03.100Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-24T13:26:03.100Z] Status: Downloaded newer image for alpine:latest [2020-06-24T13:26:03.100Z] ---> 62ee0e9f8440 [2020-06-24T13:26:03.100Z] Step 18/24 : EXPOSE 4000 [2020-06-24T13:26:03.372Z] ---> Running in d68d3552dd42 [2020-06-24T13:26:03.646Z] Removing intermediate container d68d3552dd42 [2020-06-24T13:26:03.646Z] ---> 29ef7f5e27aa [2020-06-24T13:26:03.646Z] 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 [2020-06-24T13:26:05.625Z] ---> 6c14d96395f9 [2020-06-24T13:26:05.625Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-24T13:26:05.625Z] ---> Running in 87803c7894e6 [2020-06-24T13:26:06.213Z] Removing intermediate container 87803c7894e6 [2020-06-24T13:26:06.213Z] ---> 809e504e7c84 [2020-06-24T13:26:06.213Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-24T13:26:06.213Z] ---> Running in 9a95eb7b62c1 [2020-06-24T13:26:06.485Z] Removing intermediate container 9a95eb7b62c1 [2020-06-24T13:26:06.485Z] ---> a1a93a5bd393 [2020-06-24T13:26:06.485Z] Step 22/24 : LABEL arch=arm64 [2020-06-24T13:26:06.758Z] ---> Running in d2ebb2344dc4 [2020-06-24T13:26:07.030Z] Removing intermediate container d2ebb2344dc4 [2020-06-24T13:26:07.030Z] ---> 92f8d14647e4 [2020-06-24T13:26:07.030Z] Step 23/24 : LABEL git_sha=891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:26:07.303Z] ---> Running in 0699836adbe1 [2020-06-24T13:26:07.578Z] Removing intermediate container 0699836adbe1 [2020-06-24T13:26:07.578Z] ---> 136adee0772a [2020-06-24T13:26:07.578Z] Step 24/24 : LABEL version=0.0.0 [2020-06-24T13:26:07.849Z] ---> Running in 921bc0502d18 [2020-06-24T13:26:08.119Z] Removing intermediate container 921bc0502d18 [2020-06-24T13:26:08.119Z] ---> 9648ca73dcc9 [2020-06-24T13:26:08.119Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-24T13:26:08.119Z] Successfully built 9648ca73dcc9 [2020-06-24T13:26:08.119Z] 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 [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-24T13:26:08.613Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-24T13:26:08.613Z] 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 [2020-06-24T13:26:11.581Z] Warning: overwriting stash ‘coverage-report’ [2020-06-24T13:26:12.576Z] Stashed 1 file(s) [Pipeline] } [2020-06-24T13:26:12.586Z] $ docker stop --time=1 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe [2020-06-24T13:26:14.810Z] $ docker rm -f 363acf25887bec03bf70e7967f2f9050c0190b5d2980100bca05a1df1f740dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-24T13:26:15.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-24T13:26:16.290Z] + ls -al . [2020-06-24T13:26:16.290Z] total 84 [2020-06-24T13:26:16.290Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 24 13:25 . [2020-06-24T13:26:16.290Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 24 13:24 .. [2020-06-24T13:26:16.290Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 24 13:24 assets [2020-06-24T13:26:16.290Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 24 13:24 bin [2020-06-24T13:26:16.290Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 24 13:24 cmd [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 24 13:24 CONTRIBUTING.md [2020-06-24T13:26:16.290Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 24 13:25 coverage.out [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 24 13:24 Dockerfile [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 24 13:24 Dockerfile.build [2020-06-24T13:26:16.290Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 24 13:24 docs [2020-06-24T13:26:16.290Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 24 13:24 .git [2020-06-24T13:26:16.290Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 24 13:24 .github [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 24 13:24 .gitignore [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 24 13:24 go.mod [2020-06-24T13:26:16.290Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 24 13:25 go.sum [2020-06-24T13:26:16.290Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 24 13:24 internal [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 24 13:24 Jenkinsfile [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 24 13:24 LICENSE [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 24 13:24 Makefile [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 2773 Jun 24 13:24 README.md [2020-06-24T13:26:16.290Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 24 13:24 .semver [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 24 13:21 VERSION [2020-06-24T13:26:16.290Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 24 13:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:26:16.608Z] + 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 . [2020-06-24T13:26:17.213Z] Sending build context to Docker daemon 21.98MB [2020-06-24T13:26:17.213Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-24T13:26:17.213Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-24T13:26:17.213Z] ---> b2f6974f0c10 [2020-06-24T13:26:17.213Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-24T13:26:17.804Z] ---> Running in 3e76b4baff01 [2020-06-24T13:26:17.804Z] Removing intermediate container 3e76b4baff01 [2020-06-24T13:26:17.804Z] ---> e97020ba4f8f [2020-06-24T13:26:17.804Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-24T13:26:18.066Z] ---> Running in 44e8a365539f [2020-06-24T13:26:18.329Z] Removing intermediate container 44e8a365539f [2020-06-24T13:26:18.329Z] ---> 0e259a6aa4d6 [2020-06-24T13:26:18.329Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-24T13:26:18.329Z] ---> Running in 13069340519f [2020-06-24T13:26:18.596Z] Removing intermediate container 13069340519f [2020-06-24T13:26:18.596Z] ---> 3af8fb75b413 [2020-06-24T13:26:18.596Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-24T13:26:18.596Z] ---> Running in 6a521ac896c1 [2020-06-24T13:26:18.859Z] Removing intermediate container 6a521ac896c1 [2020-06-24T13:26:18.859Z] ---> d754debc4a5a [2020-06-24T13:26:18.859Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-24T13:26:18.859Z] ---> Running in 560cded46b9f [2020-06-24T13:26:19.133Z] Removing intermediate container 560cded46b9f [2020-06-24T13:26:19.133Z] ---> a9a348de6d31 [2020-06-24T13:26:19.133Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-24T13:26:19.133Z] ---> Running in 48c0d04bea92 [2020-06-24T13:26:20.547Z] Removing intermediate container 48c0d04bea92 [2020-06-24T13:26:20.547Z] ---> eaf6e84deae6 [2020-06-24T13:26:20.547Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-24T13:26:20.547Z] ---> Running in 653918f60292 [2020-06-24T13:26:22.023Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-24T13:26:22.973Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-24T13:26:23.556Z] v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-24T13:26:23.556Z] v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-24T13:26:23.556Z] OK: 11290 distinct packages available [2020-06-24T13:26:23.556Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-24T13:26:24.133Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-24T13:26:24.772Z] OK: 143 MiB in 39 packages [2020-06-24T13:26:25.048Z] Removing intermediate container 653918f60292 [2020-06-24T13:26:25.048Z] ---> aaba5201d254 [2020-06-24T13:26:25.048Z] Step 10/24 : ENV GO111MODULE=on [2020-06-24T13:26:25.313Z] ---> Running in d6b70a75d557 [2020-06-24T13:26:25.592Z] Removing intermediate container d6b70a75d557 [2020-06-24T13:26:25.592Z] ---> 07e39dba970c [2020-06-24T13:26:25.592Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-24T13:26:25.592Z] ---> Running in 1f5d6ec9a53f [2020-06-24T13:26:25.881Z] Removing intermediate container 1f5d6ec9a53f [2020-06-24T13:26:25.881Z] ---> 7942b8ac2e4b [2020-06-24T13:26:25.881Z] Step 12/24 : COPY go.mod . [2020-06-24T13:26:26.469Z] ---> e8efaed0a859 [2020-06-24T13:26:26.469Z] Step 13/24 : COPY Makefile . [2020-06-24T13:26:26.736Z] ---> 6a183befbbab [2020-06-24T13:26:26.736Z] Step 14/24 : RUN make update [2020-06-24T13:26:27.003Z] ---> Running in 90f30fc7f14b [2020-06-24T13:26:27.643Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-24T13:26:28.636Z] Removing intermediate container 90f30fc7f14b [2020-06-24T13:26:28.636Z] ---> ad1e29cd88fa [2020-06-24T13:26:28.636Z] Step 15/24 : COPY . . [2020-06-24T13:26:30.091Z] ---> 77d435aaf906 [2020-06-24T13:26:30.091Z] Step 16/24 : RUN ${MAKE} [2020-06-24T13:26:30.091Z] ---> Running in da560ae4c7c5 [2020-06-24T13:26:30.691Z] 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 [2020-06-24T13:26:47.287Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-24T13:26:50.643Z] Removing intermediate container da560ae4c7c5 [2020-06-24T13:26:50.643Z] ---> 6ed60869c79b [2020-06-24T13:26:50.643Z] Step 17/24 : FROM alpine [2020-06-24T13:26:50.643Z] latest: Pulling from library/alpine [2020-06-24T13:26:50.643Z] df20fa9351a1: Pulling fs layer [2020-06-24T13:26:50.925Z] df20fa9351a1: Verifying Checksum [2020-06-24T13:26:50.925Z] df20fa9351a1: Download complete [2020-06-24T13:26:51.529Z] df20fa9351a1: Pull complete [2020-06-24T13:26:51.529Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-24T13:26:51.529Z] Status: Downloaded newer image for alpine:latest [2020-06-24T13:26:51.529Z] ---> a24bb4013296 [2020-06-24T13:26:51.529Z] Step 18/24 : EXPOSE 4000 [2020-06-24T13:26:51.808Z] ---> Running in 4a4c9f9be58d [2020-06-24T13:26:52.097Z] Removing intermediate container 4a4c9f9be58d [2020-06-24T13:26:52.097Z] ---> e2befb5d307d [2020-06-24T13:26:52.097Z] 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 [2020-06-24T13:26:53.521Z] ---> dca8bb103561 [2020-06-24T13:26:53.521Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-24T13:26:53.521Z] ---> Running in 21de7fb68729 [2020-06-24T13:26:53.521Z] Removing intermediate container 21de7fb68729 [2020-06-24T13:26:53.521Z] ---> d9da61455866 [2020-06-24T13:26:53.521Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-24T13:26:53.790Z] ---> Running in 0d34a6011f9f [2020-06-24T13:26:53.790Z] Removing intermediate container 0d34a6011f9f [2020-06-24T13:26:53.790Z] ---> ddaf12c60b65 [2020-06-24T13:26:53.790Z] Step 22/24 : LABEL arch=amd64 [2020-06-24T13:26:53.790Z] ---> Running in 210dd19bfbdd [2020-06-24T13:26:54.054Z] Removing intermediate container 210dd19bfbdd [2020-06-24T13:26:54.054Z] ---> fde045d8f344 [2020-06-24T13:26:54.054Z] Step 23/24 : LABEL git_sha=891d4ad0c91f995460faaaae1065446d9ea6c82b [2020-06-24T13:26:54.318Z] ---> Running in 0931a09bd274 [2020-06-24T13:26:54.318Z] Removing intermediate container 0931a09bd274 [2020-06-24T13:26:54.318Z] ---> 9cb407ebeeff [2020-06-24T13:26:54.318Z] Step 24/24 : LABEL version=0.0.0 [2020-06-24T13:26:54.319Z] ---> Running in 9426403d21f1 [2020-06-24T13:26:54.583Z] Removing intermediate container 9426403d21f1 [2020-06-24T13:26:54.583Z] ---> cdddff48a6fb [2020-06-24T13:26:54.583Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-24T13:26:54.583Z] Successfully built cdddff48a6fb [2020-06-24T13:26:54.583Z] 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 [2020-06-24T13:26:55.282Z] provisioning config files... [2020-06-24T13:26:55.294Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config5958466691822070871tmp [Pipeline] { [Pipeline] sh [2020-06-24T13:26:55.617Z] + curl -s https://codecov.io/bash [2020-06-24T13:26:55.617Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config5958466691822070871tmp [Pipeline] } [2020-06-24T13:26:55.886Z] 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 [2020-06-24T13:26:56.710Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-24T13:26:57.286Z] ---> package-listing.sh [2020-06-24T13:26:57.286Z] ++ facter osfamily [2020-06-24T13:26:57.286Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-24T13:26:57.286Z] + OS_FAMILY=redhat [2020-06-24T13:26:57.286Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-250 [2020-06-24T13:26:57.286Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-24T13:26:57.286Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-24T13:26:57.286Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-24T13:26:57.286Z] + PACKAGES=/tmp/packages_start.txt [2020-06-24T13:26:57.286Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-250 ']' [2020-06-24T13:26:57.286Z] + PACKAGES=/tmp/packages_end.txt [2020-06-24T13:26:57.286Z] + case "${OS_FAMILY}" in [2020-06-24T13:26:57.286Z] + rpm -qa [2020-06-24T13:26:57.286Z] + sort [2020-06-24T13:27:01.504Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-24T13:27:01.504Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-24T13:27:01.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-24T13:27:01.504Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-250 ']' [2020-06-24T13:27:01.504Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-250/archives/ [2020-06-24T13:27:01.504Z] + 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 [2020-06-24T13:27:02.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-24T13:27:02.112Z] [2020-06-24T13:27:02.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-24T13:27:02.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-24T13:27:02.429Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-24T13:27:02.429Z] c9b1b535fdd9: Pulling fs layer [2020-06-24T13:27:02.429Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-24T13:27:02.429Z] 756a868c4378: Pulling fs layer [2020-06-24T13:27:02.429Z] 444b2fc9a129: Pulling fs layer [2020-06-24T13:27:02.429Z] ea15f1150254: Pulling fs layer [2020-06-24T13:27:02.429Z] 41b27a9f41bf: Pulling fs layer [2020-06-24T13:27:02.429Z] 28c525ee5125: Pulling fs layer [2020-06-24T13:27:02.429Z] 094b1ea09ed8: Pulling fs layer [2020-06-24T13:27:02.429Z] 138eaada9080: Pulling fs layer [2020-06-24T13:27:02.429Z] 0622d0fa9048: Pulling fs layer [2020-06-24T13:27:02.429Z] 444b2fc9a129: Waiting [2020-06-24T13:27:02.429Z] ea15f1150254: Waiting [2020-06-24T13:27:02.429Z] 41b27a9f41bf: Waiting [2020-06-24T13:27:02.429Z] 28c525ee5125: Waiting [2020-06-24T13:27:02.429Z] 094b1ea09ed8: Waiting [2020-06-24T13:27:02.429Z] 138eaada9080: Waiting [2020-06-24T13:27:02.429Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-24T13:27:02.429Z] 2cc5ad85d9ab: Download complete [2020-06-24T13:27:02.429Z] 444b2fc9a129: Verifying Checksum [2020-06-24T13:27:02.429Z] 444b2fc9a129: Download complete [2020-06-24T13:27:02.429Z] c9b1b535fdd9: Verifying Checksum [2020-06-24T13:27:02.429Z] c9b1b535fdd9: Download complete [2020-06-24T13:27:02.429Z] ea15f1150254: Download complete [2020-06-24T13:27:02.690Z] 28c525ee5125: Verifying Checksum [2020-06-24T13:27:02.690Z] 28c525ee5125: Download complete [2020-06-24T13:27:02.690Z] 756a868c4378: Verifying Checksum [2020-06-24T13:27:02.690Z] 756a868c4378: Download complete [2020-06-24T13:27:02.690Z] c9b1b535fdd9: Pull complete [2020-06-24T13:27:02.974Z] 138eaada9080: Verifying Checksum [2020-06-24T13:27:02.974Z] 138eaada9080: Download complete [2020-06-24T13:27:02.974Z] 0622d0fa9048: Verifying Checksum [2020-06-24T13:27:02.974Z] 0622d0fa9048: Download complete [2020-06-24T13:27:02.974Z] 2cc5ad85d9ab: Pull complete [2020-06-24T13:27:03.250Z] 094b1ea09ed8: Verifying Checksum [2020-06-24T13:27:03.250Z] 094b1ea09ed8: Download complete [2020-06-24T13:27:03.511Z] 41b27a9f41bf: Verifying Checksum [2020-06-24T13:27:03.511Z] 41b27a9f41bf: Download complete [2020-06-24T13:27:04.466Z] 756a868c4378: Pull complete [2020-06-24T13:27:04.727Z] 444b2fc9a129: Pull complete [2020-06-24T13:27:04.989Z] ea15f1150254: Pull complete [2020-06-24T13:27:09.226Z] 41b27a9f41bf: Pull complete [2020-06-24T13:27:09.226Z] 28c525ee5125: Pull complete [2020-06-24T13:27:11.774Z] 094b1ea09ed8: Pull complete [2020-06-24T13:27:11.774Z] 138eaada9080: Pull complete [2020-06-24T13:27:12.036Z] 0622d0fa9048: Pull complete [2020-06-24T13:27:12.036Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-24T13:27:12.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-24T13:27:12.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-24T13:27:12.182Z] prd-centos7-docker-4c-2g-4305 does not seem to be running inside a container [2020-06-24T13:27:12.228Z] $ 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 [2020-06-24T13:27:16.515Z] $ docker top 157aa59d5d34a2ed0dbeb9a97072fefad50922169dc5d00648b2d3cd2cc24755 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-24T13:27:16.669Z] provisioning config files... [2020-06-24T13:27:16.681Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-250@tmp/config6684574533597764971tmp [Pipeline] { [Pipeline] echo [2020-06-24T13:27:16.708Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-24T13:27:16.997Z] ---> create-netrc.sh [Pipeline] echo [2020-06-24T13:27:17.006Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-24T13:27:17.299Z] ---> logs-deploy.sh [2020-06-24T13:27:17.300Z] + ARCHIVE_ARTIFACTS= [2020-06-24T13:27:17.300Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-24T13:27:17.300Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-24T13:27:17.300Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-24T13:27:17.300Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-250/2 [2020-06-24T13:27:17.300Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-250/2/ [2020-06-24T13:27:17.300Z] + 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 [2020-06-24T13:27:18.685Z] Archives upload complete. [2020-06-24T13:27:18.685Z] + 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/