Pull request #237 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 06ea564be64d0c4d37e15143b1f80c1cbda10af1 rather than 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Obtained Jenkinsfile from 06ea564be64d0c4d37e15143b1f80c1cbda10af1 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-237/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2452 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [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-237 # timeout=10 Fetching without tags 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/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # 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/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 Commit message: "[feat] Add override environment support" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:42:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:42:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:42:59 ========================================================= 11:42:59 EdgeX Global Pipelines Version Info 11:42:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:43:01 ------------------- 11:43:01 stable info: 11:43:01 ------------------- 11:43:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:43:01 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:43:01 Message: update stable to v1.0.89 11:43:02 ------------------- 11:43:02 experimental info: 11:43:02 ------------------- 11:43:02 Commited By: **** collab-it+edgex@linuxfoundation.org 11:43:02 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 11:43:02 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 11:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:43:04 11:43:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:43:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:43:05 latest: Pulling from edgex-devops/git-semver 11:43:05 9123ac7c32f7: Pulling fs layer 11:43:05 b8cc5d1170e3: Pulling fs layer 11:43:05 2924cbbf6a41: Pulling fs layer 11:43:05 93b08a4f1073: Pulling fs layer 11:43:05 b8cc5d1170e3: Verifying Checksum 11:43:05 b8cc5d1170e3: Download complete 11:43:05 9123ac7c32f7: Verifying Checksum 11:43:05 9123ac7c32f7: Download complete 11:43:05 93b08a4f1073: Verifying Checksum 11:43:05 93b08a4f1073: Download complete 11:43:05 2924cbbf6a41: Verifying Checksum 11:43:05 2924cbbf6a41: Download complete 11:43:05 9123ac7c32f7: Pull complete 11:43:06 b8cc5d1170e3: Pull complete 11:43:07 2924cbbf6a41: Pull complete 11:43:08 93b08a4f1073: Pull complete 11:43:08 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 11:43:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:43:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:43:08 prd-centos7-docker-4c-2g-2452 does not seem to be running inside a container 11:43:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-237 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237:/w/workspace/edgexfoundry_edgex-ui-go_PR-237:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:43:10 $ docker top 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:43:11 [ssh-agent] Looking for ssh-agent implementation... 11:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:43:11 $ docker exec 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent 11:43:11 SSH_AUTH_SOCK=/tmp/ssh-7uV6dYrwliCV/agent.11 11:43:11 SSH_AGENT_PID=17 11:43:11 Running ssh-add (command line suppressed) 11:43:11 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_4370646167191579135.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_4370646167191579135.key) 11:43:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:43:12 + git describe --exact-match --tags HEAD 11:43:12 fatal: No names found, cannot describe anything. [Pipeline] } 11:43:12 $ docker exec --env ******** --env ******** 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent -k 11:43:12 unset SSH_AUTH_SOCK; 11:43:12 unset SSH_AGENT_PID; 11:43:12 echo Agent pid 17 killed; 11:43:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:43:12 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:43:12 This usually means this commit has not been tagged. [Pipeline] sshagent 11:43:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:43:13 [ssh-agent] Looking for ssh-agent implementation... 11:43:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:43:13 $ docker exec 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent 11:43:13 SSH_AUTH_SOCK=/tmp/ssh-0BmxZVbV6nqb/agent.45 11:43:13 SSH_AGENT_PID=50 11:43:13 Running ssh-add (command line suppressed) 11:43:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_5246763153796312337.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_5246763153796312337.key) 11:43:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:43:14 + git semver init 11:43:14 # -> Open(): unable to determine branch for HEAD 11:43:14 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-237/.git 11:43:14 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-237 11:43:14 # $SEMVER_REMOTE_NAME = origin 11:43:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:43:14 # $SEMVER_USER_NAME = edgex-jenkins 11:43:14 # $SEMVER_BRANCH = PR-237 11:43:14 # $SEMVER_TEMP = /tmp/semver-429792466 11:43:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 11:43:15 # '/tmp/semver-429792466' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-237/.semver' 11:43:15 # -> Force: false 11:43:15 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-237/.semver [Pipeline] } 11:43:15 $ docker exec --env ******** --env ******** 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent -k 11:43:15 unset SSH_AUTH_SOCK; 11:43:15 unset SSH_AGENT_PID; 11:43:15 echo Agent pid 50 killed; 11:43:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:43:16 + git semver [Pipeline] } 11:43:16 $ docker stop --time=1 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 11:43:18 $ docker rm -f 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:43:19 Stashed 56 file(s) [Pipeline] echo 11:43:19 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 11:43:34 Still waiting to schedule task 11:43:34 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2452’ 11:43:34 Still waiting to schedule task 11:43:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 11:45:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2453 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [Pipeline] { [Pipeline] ws 11:45:15 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 11:45:20 using credential edgex-jenkins-ssh 11:45:20 Cloning the remote Git repository 11:45:20 Cloning with configured refspecs honoured and without tags 11:45:20 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:45:20 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:45:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:45:20 > git --version # timeout=10 11:45:21 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:45:22 Fetching without tags 11:45:22 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:45:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:45:22 > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # timeout=10 11:45:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:45:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:45:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:45:22 > git config core.sparsecheckout # timeout=10 11:45:22 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 11:45:23 > git remote # timeout=10 11:45:23 > git config --get remote.origin.url # timeout=10 11:45:23 Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:45:23 Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) 11:45:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:45:23 > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 11:45:23 > git rev-parse HEAD^{commit} # timeout=10 11:45:23 > git config core.sparsecheckout # timeout=10 11:45:23 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 11:45:27 Commit message: "[feat] Add override environment support" 11:45:27 > git --version # timeout=10 11:45:27 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:45:29 ========================================================= 11:45:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:45:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:45:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 11:45:31 Sending build context to Docker daemon 12.91MB 11:45:31 Step 1/8 : ARG BASE=golang:1.11-alpine 11:45:31 Step 2/8 : FROM ${BASE} 11:45:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:45:32 cde5963f3b93: Pulling fs layer 11:45:32 2a23fa8c16f7: Pulling fs layer 11:45:32 777b28850792: Pulling fs layer 11:45:32 8a11ddd9e578: Pulling fs layer 11:45:32 4cf88f913ddb: Pulling fs layer 11:45:32 1df406cf5192: Pulling fs layer 11:45:32 cd6300453558: Pulling fs layer 11:45:32 b9c365052c96: Pulling fs layer 11:45:32 a2d8cc88f415: Pulling fs layer 11:45:32 ea1d1ca13537: Pulling fs layer 11:45:32 3750a50a1c5e: Pulling fs layer 11:45:32 8a11ddd9e578: Waiting 11:45:32 4cf88f913ddb: Waiting 11:45:32 1df406cf5192: Waiting 11:45:32 cd6300453558: Waiting 11:45:32 b9c365052c96: Waiting 11:45:32 a2d8cc88f415: Waiting 11:45:32 3750a50a1c5e: Waiting 11:45:32 ea1d1ca13537: Waiting 11:45:32 2a23fa8c16f7: Verifying Checksum 11:45:32 2a23fa8c16f7: Download complete 11:45:32 4cf88f913ddb: Download complete 11:45:32 1df406cf5192: Verifying Checksum 11:45:32 1df406cf5192: Download complete 11:45:32 cde5963f3b93: Verifying Checksum 11:45:32 cde5963f3b93: Download complete 11:45:32 cde5963f3b93: Pull complete 11:45:33 2a23fa8c16f7: Pull complete 11:45:34 777b28850792: Pull complete 11:45:34 cd6300453558: Verifying Checksum 11:45:34 cd6300453558: Download complete 11:45:34 a2d8cc88f415: Verifying Checksum 11:45:34 a2d8cc88f415: Download complete 11:45:35 ea1d1ca13537: Verifying Checksum 11:45:35 ea1d1ca13537: Download complete 11:45:35 3750a50a1c5e: Download complete 11:45:36 b9c365052c96: Verifying Checksum 11:45:36 b9c365052c96: Download complete 11:45:37 8a11ddd9e578: Verifying Checksum 11:45:37 8a11ddd9e578: Download complete 11:45:49 8a11ddd9e578: Pull complete 11:45:49 4cf88f913ddb: Pull complete 11:45:49 1df406cf5192: Pull complete 11:45:54 cd6300453558: Pull complete 11:45:58 b9c365052c96: Pull complete 11:45:59 a2d8cc88f415: Pull complete 11:46:01 ea1d1ca13537: Pull complete 11:46:01 3750a50a1c5e: Pull complete 11:46:01 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 11:46:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:46:01 ---> 78745c68409d 11:46:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:46:03 Running on prd-centos7-docker-4c-2g-2454 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [Pipeline] { [Pipeline] ws 11:46:03 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 11:46:06 using credential edgex-jenkins-ssh 11:46:06 Cloning the remote Git repository 11:46:06 Cloning with configured refspecs honoured and without tags 11:46:06 ---> Running in ed7eb5f4310a 11:46:06 Removing intermediate container ed7eb5f4310a 11:46:06 ---> e270899f1f5e 11:46:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:46:06 ---> Running in 065798db16fa 11:46:07 Fetching without tags 11:46:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:46:06 > git init /w/workspace/edgex-ui-go/1 # timeout=10 11:46:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:46:06 > git --version # timeout=10 11:46:06 using GIT_SSH to set credentials SSH Credentials for GitHub 11:46:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:46:07 > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # timeout=10 11:46:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:46:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 11:46:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:46:07 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:46:07 Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:46:07 Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) 11:46:07 > git config core.sparsecheckout # timeout=10 11:46:07 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 11:46:07 > git remote # timeout=10 11:46:07 > git config --get remote.origin.url # timeout=10 11:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 11:46:07 > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 11:46:07 > git rev-parse HEAD^{commit} # timeout=10 11:46:07 > git config core.sparsecheckout # timeout=10 11:46:07 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 11:46:09 Removing intermediate container 065798db16fa 11:46:09 ---> e228a2ec3a55 11:46:09 Step 5/8 : RUN apk add --no-cache make git 11:46:09 ---> Running in a046575a8e98 11:46:10 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 11:46:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 11:46:11 Commit message: "[feat] Add override environment support" 11:46:11 > git --version # timeout=10 11:46:11 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 11:46:12 OK: 125 MiB in 39 packages [Pipeline] echo 11:46:12 ========================================================= 11:46:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:46:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:46:13 Removing intermediate container a046575a8e98 11:46:13 ---> f568a8bec61c 11:46:13 Step 6/8 : WORKDIR /edgex-ui-go 11:46:13 ---> Running in 7707074d2ced 11:46:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 11:46:13 Sending build context to Docker daemon 12.91MB 11:46:13 Step 1/8 : ARG BASE=golang:1.11-alpine 11:46:13 Step 2/8 : FROM ${BASE} 11:46:14 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:46:14 e6b0cf9c0882: Pulling fs layer 11:46:14 2848faf0eed1: Pulling fs layer 11:46:14 0f37312ad70f: Pulling fs layer 11:46:14 5788d62ee057: Pulling fs layer 11:46:14 0e6b1d234666: Pulling fs layer 11:46:14 bf5d7aec512f: Pulling fs layer 11:46:14 34c802a77dc8: Pulling fs layer 11:46:14 9eb99e56ec68: Pulling fs layer 11:46:14 27c7a5d97fbd: Pulling fs layer 11:46:14 5c102a31e300: Pulling fs layer 11:46:14 dcfb455df0a1: Pulling fs layer 11:46:14 34c802a77dc8: Waiting 11:46:14 5788d62ee057: Waiting 11:46:14 9eb99e56ec68: Waiting 11:46:14 0e6b1d234666: Waiting 11:46:14 bf5d7aec512f: Waiting 11:46:14 27c7a5d97fbd: Waiting 11:46:14 5c102a31e300: Waiting 11:46:14 dcfb455df0a1: Waiting 11:46:14 0f37312ad70f: Verifying Checksum 11:46:14 0f37312ad70f: Download complete 11:46:14 2848faf0eed1: Download complete 11:46:14 0e6b1d234666: Verifying Checksum 11:46:14 0e6b1d234666: Download complete 11:46:14 bf5d7aec512f: Verifying Checksum 11:46:14 bf5d7aec512f: Download complete 11:46:14 e6b0cf9c0882: Verifying Checksum 11:46:14 e6b0cf9c0882: Download complete 11:46:14 Removing intermediate container 7707074d2ced 11:46:14 ---> 0d7ea0f92b92 11:46:14 Step 7/8 : COPY . . 11:46:14 e6b0cf9c0882: Pull complete 11:46:14 2848faf0eed1: Pull complete 11:46:15 34c802a77dc8: Verifying Checksum 11:46:15 34c802a77dc8: Download complete 11:46:15 27c7a5d97fbd: Verifying Checksum 11:46:15 27c7a5d97fbd: Download complete 11:46:15 5c102a31e300: Verifying Checksum 11:46:15 5c102a31e300: Download complete 11:46:15 dcfb455df0a1: Verifying Checksum 11:46:15 dcfb455df0a1: Download complete 11:46:15 5788d62ee057: Verifying Checksum 11:46:15 5788d62ee057: Download complete 11:46:15 9eb99e56ec68: Verifying Checksum 11:46:16 ---> 78dd2e01418b 11:46:16 Step 8/8 : RUN go mod download 11:46:16 ---> Running in 22e605e049cf 11:46:16 0f37312ad70f: Pull complete 11:46:21 go: finding github.com/BurntSushi/toml v0.3.1 11:46:21 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 11:46:21 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 11:46:21 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 11:46:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:46:21 go: finding github.com/armon/go-metrics v0.3.3 11:46:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:46:21 go: finding github.com/beorn7/perks v1.0.1 11:46:21 go: finding github.com/bgentry/speakeasy v0.1.0 11:46:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:46:21 go: finding github.com/cespare/xxhash/v2 v2.1.1 11:46:21 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 11:46:21 go: finding github.com/circonus-labs/circonusllhist v0.1.3 11:46:21 go: finding github.com/davecgh/go-spew v1.1.1 11:46:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 11:46:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 11:46:21 go: finding github.com/fatih/color v1.9.0 11:46:22 go: finding github.com/go-kit/kit v0.9.0 11:46:22 go: finding github.com/go-logfmt/logfmt v0.4.0 11:46:22 go: finding github.com/go-stack/stack v1.8.0 11:46:22 go: finding github.com/gogo/protobuf v1.1.1 11:46:22 go: finding github.com/golang/protobuf v1.3.2 11:46:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:46:22 go: finding github.com/google/go-cmp v0.4.0 11:46:22 go: finding github.com/google/gofuzz v1.0.0 11:46:22 go: finding github.com/gorilla/mux v1.7.1 11:46:22 go: finding github.com/gorilla/websocket v1.4.0 11:46:22 go: finding github.com/hashicorp/consul/api v1.4.0 11:46:22 go: finding github.com/hashicorp/consul/sdk v0.4.0 11:46:22 go: finding github.com/hashicorp/errwrap v1.0.0 11:46:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:46:22 go: finding github.com/hashicorp/go-hclog v0.12.2 11:46:22 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 11:46:22 go: finding github.com/hashicorp/go-msgpack v0.5.5 11:46:22 go: finding github.com/hashicorp/go-multierror v1.0.0 11:46:22 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 11:46:22 go: finding github.com/hashicorp/go-rootcerts v1.0.2 11:46:22 go: finding github.com/hashicorp/go-sockaddr v1.0.2 11:46:22 go: finding github.com/hashicorp/go-syslog v1.0.0 11:46:22 go: finding github.com/hashicorp/go-uuid v1.0.1 11:46:22 go: finding github.com/hashicorp/go.net v0.0.1 11:46:22 go: finding github.com/hashicorp/golang-lru v0.5.4 11:46:22 go: finding github.com/hashicorp/logutils v1.0.0 11:46:22 go: finding github.com/hashicorp/mdns v1.0.1 11:46:22 go: finding github.com/hashicorp/memberlist v0.2.0 11:46:22 5788d62ee057: Pull complete 11:46:22 0e6b1d234666: Pull complete 11:46:22 bf5d7aec512f: Pull complete 11:46:23 go: finding github.com/hashicorp/serf v0.9.0 11:46:23 go: finding github.com/json-iterator/go v1.1.9 11:46:23 go: finding github.com/julienschmidt/httprouter v1.2.0 11:46:23 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 11:46:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:46:23 go: finding github.com/kr/pretty v0.2.0 11:46:23 go: finding github.com/kr/pty v1.1.1 11:46:23 go: finding github.com/kr/text v0.1.0 11:46:23 go: finding github.com/mattn/go-colorable v0.1.6 11:46:23 go: finding github.com/mattn/go-isatty v0.0.12 11:46:23 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 11:46:23 go: finding github.com/miekg/dns v1.1.26 11:46:23 go: finding github.com/mitchellh/cli v1.0.0 11:46:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:46:23 go: finding github.com/mitchellh/copystructure v1.0.0 11:46:23 go: finding github.com/mitchellh/go-homedir v1.1.0 11:46:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:46:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 11:46:23 go: finding github.com/mitchellh/gox v0.4.0 11:46:23 go: finding github.com/mitchellh/iochan v1.0.0 11:46:23 go: finding github.com/mitchellh/mapstructure v1.2.2 11:46:23 go: finding github.com/mitchellh/reflectwalk v1.0.1 11:46:23 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 11:46:23 go: finding github.com/modern-go/reflect2 v1.0.1 11:46:23 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 11:46:23 go: finding github.com/pascaldekloe/goe v0.1.0 11:46:23 go: finding github.com/pelletier/go-toml v1.7.0 11:46:23 go: finding github.com/pkg/errors v0.8.1 11:46:23 go: finding github.com/pmezard/go-difflib v1.0.0 11:46:23 go: finding github.com/posener/complete v1.1.1 11:46:24 go: finding github.com/prometheus/client_golang v1.4.0 11:46:24 go: finding github.com/prometheus/client_model v0.2.0 11:46:24 go: finding github.com/prometheus/common v0.9.1 11:46:24 go: finding github.com/prometheus/procfs v0.0.8 11:46:24 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 11:46:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:46:24 go: finding github.com/sirupsen/logrus v1.4.2 11:46:24 go: finding github.com/stretchr/objx v0.1.1 11:46:24 go: finding github.com/stretchr/testify v1.4.0 11:46:24 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 11:46:24 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 11:46:24 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 11:46:24 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 11:46:24 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 11:46:24 go: finding golang.org/x/text v0.3.2 11:46:24 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 11:46:24 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 11:46:24 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 11:46:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 11:46:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 11:46:24 go: finding gopkg.in/yaml.v2 v2.2.8 11:46:28 34c802a77dc8: Pull complete 11:46:30 9eb99e56ec68: Pull complete 11:46:30 27c7a5d97fbd: Pull complete 11:46:31 5c102a31e300: Pull complete 11:46:31 dcfb455df0a1: Pull complete 11:46:31 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 11:46:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:46:31 ---> 7c70fe431013 11:46:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:46:33 ---> Running in f4d5a9da9446 11:46:33 Removing intermediate container f4d5a9da9446 11:46:33 ---> 37166169ac07 11:46:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:46:33 ---> Running in a72568489397 11:46:34 Removing intermediate container a72568489397 11:46:34 ---> d15541884216 11:46:34 Step 5/8 : RUN apk add --no-cache make git 11:46:34 ---> Running in ffea4050745f 11:46:35 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 11:46:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 11:46:36 OK: 143 MiB in 39 packages 11:46:37 Removing intermediate container ffea4050745f 11:46:37 ---> f1b614a42c0c 11:46:37 Step 6/8 : WORKDIR /edgex-ui-go 11:46:37 ---> Running in 70bde7c76da7 11:46:37 Removing intermediate container 70bde7c76da7 11:46:37 ---> f39def9dc1cc 11:46:37 Step 7/8 : COPY . . 11:46:38 ---> 74e6e0bc577f 11:46:38 Step 8/8 : RUN go mod download 11:46:39 ---> Running in 7ab5a6d17689 11:46:42 go: finding github.com/BurntSushi/toml v0.3.1 11:46:42 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 11:46:42 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 11:46:42 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 11:46:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:46:42 go: finding github.com/armon/go-metrics v0.3.3 11:46:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:46:42 go: finding github.com/beorn7/perks v1.0.1 11:46:42 go: finding github.com/bgentry/speakeasy v0.1.0 11:46:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:46:42 go: finding github.com/cespare/xxhash/v2 v2.1.1 11:46:42 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 11:46:42 go: finding github.com/circonus-labs/circonusllhist v0.1.3 11:46:42 go: finding github.com/davecgh/go-spew v1.1.1 11:46:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 11:46:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 11:46:42 go: finding github.com/fatih/color v1.9.0 11:46:42 go: finding github.com/go-kit/kit v0.9.0 11:46:42 go: finding github.com/go-logfmt/logfmt v0.4.0 11:46:42 go: finding github.com/go-stack/stack v1.8.0 11:46:42 go: finding github.com/gogo/protobuf v1.1.1 11:46:42 go: finding github.com/golang/protobuf v1.3.2 11:46:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:46:42 go: finding github.com/google/go-cmp v0.4.0 11:46:42 go: finding github.com/google/gofuzz v1.0.0 11:46:42 go: finding github.com/gorilla/mux v1.7.1 11:46:42 go: finding github.com/gorilla/websocket v1.4.0 11:46:42 go: finding github.com/hashicorp/consul/api v1.4.0 11:46:42 go: finding github.com/hashicorp/consul/sdk v0.4.0 11:46:42 go: finding github.com/hashicorp/errwrap v1.0.0 11:46:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:46:42 go: finding github.com/hashicorp/go-hclog v0.12.2 11:46:42 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 11:46:42 go: finding github.com/hashicorp/go-msgpack v0.5.5 11:46:42 go: finding github.com/hashicorp/go-multierror v1.0.0 11:46:42 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 11:46:42 go: finding github.com/hashicorp/go-rootcerts v1.0.2 11:46:42 go: finding github.com/hashicorp/go-sockaddr v1.0.2 11:46:42 go: finding github.com/hashicorp/go-syslog v1.0.0 11:46:42 go: finding github.com/hashicorp/go-uuid v1.0.1 11:46:42 go: finding github.com/hashicorp/go.net v0.0.1 11:46:42 go: finding github.com/hashicorp/golang-lru v0.5.4 11:46:42 go: finding github.com/hashicorp/logutils v1.0.0 11:46:42 go: finding github.com/hashicorp/mdns v1.0.1 11:46:42 go: finding github.com/hashicorp/memberlist v0.2.0 11:46:42 go: finding github.com/hashicorp/serf v0.9.0 11:46:42 go: finding github.com/json-iterator/go v1.1.9 11:46:42 go: finding github.com/julienschmidt/httprouter v1.2.0 11:46:42 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 11:46:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:46:42 go: finding github.com/kr/pretty v0.2.0 11:46:42 go: finding github.com/kr/pty v1.1.1 11:46:42 go: finding github.com/kr/text v0.1.0 11:46:42 go: finding github.com/mattn/go-colorable v0.1.6 11:46:42 go: finding github.com/mattn/go-isatty v0.0.12 11:46:42 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 11:46:42 go: finding github.com/miekg/dns v1.1.26 11:46:42 go: finding github.com/mitchellh/cli v1.0.0 11:46:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:46:42 go: finding github.com/mitchellh/copystructure v1.0.0 11:46:42 go: finding github.com/mitchellh/go-homedir v1.1.0 11:46:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:46:42 go: finding github.com/mitchellh/go-wordwrap v1.0.0 11:46:42 go: finding github.com/mitchellh/gox v0.4.0 11:46:42 go: finding github.com/mitchellh/iochan v1.0.0 11:46:42 go: finding github.com/mitchellh/mapstructure v1.2.2 11:46:42 go: finding github.com/mitchellh/reflectwalk v1.0.1 11:46:42 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 11:46:42 go: finding github.com/modern-go/reflect2 v1.0.1 11:46:42 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 11:46:42 go: finding github.com/pascaldekloe/goe v0.1.0 11:46:42 go: finding github.com/pelletier/go-toml v1.7.0 11:46:42 go: finding github.com/pkg/errors v0.8.1 11:46:42 go: finding github.com/pmezard/go-difflib v1.0.0 11:46:42 go: finding github.com/posener/complete v1.1.1 11:46:42 go: finding github.com/prometheus/client_golang v1.4.0 11:46:42 go: finding github.com/prometheus/client_model v0.2.0 11:46:42 go: finding github.com/prometheus/common v0.9.1 11:46:42 go: finding github.com/prometheus/procfs v0.0.8 11:46:42 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 11:46:42 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:46:42 go: finding github.com/sirupsen/logrus v1.4.2 11:46:42 go: finding github.com/stretchr/objx v0.1.1 11:46:42 go: finding github.com/stretchr/testify v1.4.0 11:46:42 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 11:46:42 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 11:46:42 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 11:46:42 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 11:46:42 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 11:46:42 go: finding golang.org/x/text v0.3.2 11:46:42 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 11:46:42 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 11:46:42 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 11:46:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 11:46:42 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 11:46:42 go: finding gopkg.in/yaml.v2 v2.2.8 11:46:43 Removing intermediate container 22e605e049cf 11:46:43 ---> 063c8aff394e 11:46:43 Successfully built 063c8aff394e 11:46:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:46:43 + docker inspect -f . ci-base-image-arm64 11:46:43 . [Pipeline] withDockerContainer 11:46:44 prd-ubuntu18.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container 11:46:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:46:46 $ docker top 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:47 + go version 11:46:47 go version go1.13.5 linux/arm64 [Pipeline] sh 11:46:48 + make test 11:46:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:46:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:46:57 Removing intermediate container 7ab5a6d17689 11:46:57 ---> 5ea6db9de0cf 11:46:57 Successfully built 5ea6db9de0cf 11:46:57 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 11:46:58 + docker inspect -f . ci-base-image-x86_64 11:46:58 . [Pipeline] withDockerContainer 11:46:58 prd-centos7-docker-4c-2g-2454 does not seem to be running inside a container 11:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:46:59 $ docker top b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:59 + go version 11:46:59 go version go1.13.5 linux/amd64 [Pipeline] sh 11:47:00 + make test 11:47:00 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:47:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:47:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:47:09 GO111MODULE=on go vet ./... [Pipeline] stash 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:47:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:47:11 GO111MODULE=on go vet ./... 11:47:12 Stashed 1 file(s) [Pipeline] } 11:47:12 $ docker stop --time=1 b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a 11:47:14 $ docker rm -f b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] stash 11:47:16 Warning: overwriting stash ‘coverage-report’ 11:47:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:47:16 Stashed 1 file(s) [Pipeline] } 11:47:16 + ls -al . 11:47:16 total 84 11:47:16 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 11:47 . 11:47:16 drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 11:46 .. 11:47:16 drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 11:46 assets 11:47:16 drwxrwxr-x. 2 jenkins jenkins 35 Jun 10 11:46 bin 11:47:16 drwxrwxr-x. 3 jenkins jenkins 29 Jun 10 11:46 cmd 11:47:16 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 10 11:46 CONTRIBUTING.md 11:47:16 -rw-r--r--. 1 jenkins jenkins 10 Jun 10 11:47 coverage.out 11:47:16 -rw-rw-r--. 1 jenkins jenkins 913 Jun 10 11:46 Dockerfile 11:47:16 -rw-rw-r--. 1 jenkins jenkins 898 Jun 10 11:46 Dockerfile.build 11:47:16 drwxrwxr-x. 4 jenkins jenkins 72 Jun 10 11:46 docs 11:47:16 drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 11:46 .git 11:47:16 -rw-rw-r--. 1 jenkins jenkins 136 Jun 10 11:46 .gitignore 11:47:16 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 10 11:46 go.mod 11:47:16 -rw-r--r--. 1 jenkins jenkins 20718 Jun 10 11:47 go.sum 11:47:16 drwxrwxr-x. 10 jenkins jenkins 139 Jun 10 11:46 internal 11:47:16 -rw-rw-r--. 1 jenkins jenkins 675 Jun 10 11:46 Jenkinsfile 11:47:16 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 10 11:46 LICENSE 11:47:16 -rw-rw-r--. 1 jenkins jenkins 951 Jun 10 11:46 Makefile 11:47:16 -rw-rw-r--. 1 jenkins jenkins 2409 Jun 10 11:46 README.md 11:47:16 drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 11:46 .semver 11:47:16 -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 11:43 VERSION 11:47:16 -rw-rw-r--. 1 jenkins jenkins 155 Jun 10 11:46 version.go 11:47:16 $ docker stop --time=1 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 11:47:18 $ docker rm -f 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:47:19 + 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=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce --label arch=amd64 --label version=0.0.0 . 11:47:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:47:19 Sending build context to Docker daemon 12.94MB 11:47:19 Step 1/24 : ARG BASE=golang:1.13-alpine 11:47:19 Step 2/24 : FROM ${BASE} AS builder 11:47:19 ---> 5ea6db9de0cf 11:47:19 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:47:20 ---> Running in 276d9741aef6 11:47:20 + ls -al . 11:47:20 total 116 11:47:20 drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 11:46 . 11:47:20 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:45 .. 11:47:20 drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 11:45 .git 11:47:20 -rw-rw-r-- 1 jenkins jenkins 136 Jun 10 11:45 .gitignore 11:47:20 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 .semver 11:47:20 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 10 11:45 CONTRIBUTING.md 11:47:20 -rw-rw-r-- 1 jenkins jenkins 913 Jun 10 11:45 Dockerfile 11:47:20 -rw-rw-r-- 1 jenkins jenkins 898 Jun 10 11:45 Dockerfile.build 11:47:20 -rw-rw-r-- 1 jenkins jenkins 675 Jun 10 11:45 Jenkinsfile 11:47:20 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 10 11:45 LICENSE 11:47:20 -rw-rw-r-- 1 jenkins jenkins 951 Jun 10 11:45 Makefile 11:47:20 -rw-rw-r-- 1 jenkins jenkins 2409 Jun 10 11:45 README.md 11:47:20 -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 11:43 VERSION 11:47:20 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 assets 11:47:20 drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 11:45 bin 11:47:20 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 cmd 11:47:20 -rw-r--r-- 1 jenkins jenkins 10 Jun 10 11:46 coverage.out 11:47:20 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:45 docs 11:47:20 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 10 11:45 go.mod 11:47:20 -rw-r--r-- 1 jenkins jenkins 20718 Jun 10 11:46 go.sum 11:47:20 drwxrwxr-x 10 jenkins jenkins 4096 Jun 10 11:45 internal 11:47:20 -rw-rw-r-- 1 jenkins jenkins 155 Jun 10 11:45 version.go [Pipeline] isUnix [Pipeline] sh 11:47:20 Removing intermediate container 276d9741aef6 11:47:20 ---> 3f69df77ced8 11:47:20 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:47:20 ---> Running in 7ab32418eaac 11:47:20 Removing intermediate container 7ab32418eaac 11:47:20 ---> 92b9f07d983a 11:47:20 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:47:20 + 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=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce --label arch=arm64 --label version=0.0.0 . 11:47:20 ---> Running in 61781e96ad9b 11:47:20 Removing intermediate container 61781e96ad9b 11:47:20 ---> dc031acd0c1b 11:47:20 Step 6/24 : LABEL Name=edgex-ui-go 11:47:20 ---> Running in b37c4df25f38 11:47:20 Removing intermediate container b37c4df25f38 11:47:20 ---> 6d18822e10e5 11:47:20 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:47:20 ---> Running in 3829519201ab 11:47:21 Sending build context to Docker daemon 12.94MB 11:47:21 Step 1/24 : ARG BASE=golang:1.13-alpine 11:47:21 Step 2/24 : FROM ${BASE} AS builder 11:47:21 ---> 063c8aff394e 11:47:21 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:47:21 Removing intermediate container 3829519201ab 11:47:21 ---> d2fe73887851 11:47:21 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:47:21 ---> Running in 2e1ba26fd410 11:47:21 ---> Running in f861320bbcad 11:47:21 Removing intermediate container f861320bbcad 11:47:21 ---> db6a1789fe04 11:47:21 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:47:21 ---> Running in c439fd308a73 11:47:22 Removing intermediate container 2e1ba26fd410 11:47:22 ---> dfd0ecbe6833 11:47:22 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:47:22 ---> Running in c5465ba25f4b 11:47:22 Removing intermediate container c439fd308a73 11:47:22 ---> 367561e8e0ca 11:47:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:47:22 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 11:47:22 ---> Running in 120866d1b36d 11:47:22 Removing intermediate container 120866d1b36d 11:47:22 ---> 4fc65b59b112 11:47:22 Step 6/24 : LABEL Name=edgex-ui-go 11:47:23 ---> Running in fa80b34cc93f 11:47:23 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 11:47:23 Removing intermediate container fa80b34cc93f 11:47:23 ---> e33fc58c6ee9 11:47:23 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:47:23 ---> Running in 288a7d812f2a 11:47:23 v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] 11:47:23 v3.11.6-76-g66fe4d6b1c [http://nl.alpinelinux.org/alpine/v3.11/community] 11:47:23 OK: 11290 distinct packages available 11:47:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 11:47:24 Removing intermediate container 288a7d812f2a 11:47:24 ---> 4e23fe283e88 11:47:24 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:47:24 ---> Running in 52032124dfd3 11:47:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 11:47:25 OK: 143 MiB in 39 packages 11:47:25 Removing intermediate container c5465ba25f4b 11:47:25 ---> fbe97b40485b 11:47:25 Step 10/24 : ENV GO111MODULE=on 11:47:25 ---> Running in 18ed61d441ea 11:47:25 Removing intermediate container 18ed61d441ea 11:47:25 ---> 3caaa43a7a06 11:47:25 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:47:25 ---> Running in 35eae8d13ae5 11:47:26 Removing intermediate container 35eae8d13ae5 11:47:26 ---> c2e1284f5fd1 11:47:26 Step 12/24 : COPY go.mod . 11:47:26 ---> 9ef74328904d 11:47:26 Step 13/24 : COPY Makefile . 11:47:26 ---> 4013865eb194 11:47:26 Step 14/24 : RUN make update 11:47:26 ---> Running in 81df7c140d06 11:47:26 Removing intermediate container 52032124dfd3 11:47:26 ---> 61b250aebb81 11:47:26 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:47:26 ---> Running in 788dfc376c9f 11:47:27 CGO_ENABLED=0 GO111MODULE=on go mod download 11:47:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 11:47:28 Removing intermediate container 81df7c140d06 11:47:28 ---> 4f021116f353 11:47:28 Step 15/24 : COPY . . 11:47:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 11:47:29 ---> f3ab3cac72a3 11:47:29 Step 16/24 : RUN ${MAKE} 11:47:29 ---> Running in 1b0c57df8354 11:47:29 v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] 11:47:29 v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] 11:47:29 OK: 11179 distinct packages available 11:47:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 11:47:29 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 11:47:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 11:47:30 OK: 125 MiB in 39 packages 11:47:32 Removing intermediate container 788dfc376c9f 11:47:32 ---> c3a6bd795ab5 11:47:32 Step 10/24 : ENV GO111MODULE=on 11:47:32 ---> Running in 5c2b8feba1f1 11:47:32 Removing intermediate container 5c2b8feba1f1 11:47:32 ---> cd3128ac08ad 11:47:32 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:47:32 ---> Running in 1bf5aff8daa0 11:47:33 Removing intermediate container 1bf5aff8daa0 11:47:33 ---> 1e44be0fac2c 11:47:33 Step 12/24 : COPY go.mod . 11:47:34 ---> dafdb456ed62 11:47:34 Step 13/24 : COPY Makefile . 11:47:34 ---> 143f77bd27b8 11:47:34 Step 14/24 : RUN make update 11:47:34 ---> Running in 2caeec201aa0 11:47:36 CGO_ENABLED=0 GO111MODULE=on go mod download 11:47:37 Removing intermediate container 2caeec201aa0 11:47:37 ---> c530b31ca213 11:47:37 Step 15/24 : COPY . . 11:47:38 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:47:39 ---> 7d4df26cd38a 11:47:39 Step 16/24 : RUN ${MAKE} 11:47:39 ---> Running in 1c4c34250245 11:47:40 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 11:47:40 Removing intermediate container 1b0c57df8354 11:47:40 ---> 5308e66148ac 11:47:40 Step 17/24 : FROM alpine 11:47:41 latest: Pulling from library/alpine 11:47:41 df20fa9351a1: Pulling fs layer 11:47:41 df20fa9351a1: Verifying Checksum 11:47:41 df20fa9351a1: Download complete 11:47:41 df20fa9351a1: Pull complete 11:47:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:47:41 Status: Downloaded newer image for alpine:latest 11:47:41 ---> a24bb4013296 11:47:41 Step 18/24 : EXPOSE 4000 11:47:41 ---> Running in 86f41e450ec3 11:47:41 Removing intermediate container 86f41e450ec3 11:47:41 ---> 4d78a8261b76 11:47:41 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 11:47:42 ---> 638e10012769 11:47:42 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:47:42 ---> Running in 08b1a9401993 11:47:43 Removing intermediate container 08b1a9401993 11:47:43 ---> 793e1261d767 11:47:43 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:47:43 ---> Running in 59ee6143f26b 11:47:43 Removing intermediate container 59ee6143f26b 11:47:43 ---> d4849bd5ed47 11:47:43 Step 22/24 : LABEL arch=amd64 11:47:43 ---> Running in 2921525e75cb 11:47:43 Removing intermediate container 2921525e75cb 11:47:43 ---> 6a5cf9e3267f 11:47:43 Step 23/24 : LABEL git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:47:43 ---> Running in ee3e202d68fd 11:47:43 Removing intermediate container ee3e202d68fd 11:47:43 ---> f63e4f94da22 11:47:43 Step 24/24 : LABEL version=0.0.0 11:47:43 ---> Running in c94184db1a7a 11:47:43 Removing intermediate container c94184db1a7a 11:47:43 ---> 66f1e2ee28a8 11:47:43 [Warning] One or more build-args [ARCH] were not consumed 11:47:43 Successfully built 66f1e2ee28a8 11:47:43 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] } 11:48:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:48:11 Removing intermediate container 1c4c34250245 11:48:11 ---> 776597aebe56 11:48:11 Step 17/24 : FROM alpine 11:48:11 latest: Pulling from library/alpine 11:48:11 b538f80385f9: Pulling fs layer 11:48:11 b538f80385f9: Verifying Checksum 11:48:11 b538f80385f9: Download complete 11:48:11 b538f80385f9: Pull complete 11:48:11 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 11:48:11 Status: Downloaded newer image for alpine:latest 11:48:11 ---> 62ee0e9f8440 11:48:11 Step 18/24 : EXPOSE 4000 11:48:11 ---> Running in 3ce369d424f8 11:48:11 Removing intermediate container 3ce369d424f8 11:48:11 ---> a1a0834c37e0 11:48:11 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 11:48:13 ---> bbfd5f90fa04 11:48:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:48:13 ---> Running in d525feff2f39 11:48:14 Removing intermediate container d525feff2f39 11:48:14 ---> f279f7785081 11:48:14 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:48:14 ---> Running in 2ec05ed300a0 11:48:14 Removing intermediate container 2ec05ed300a0 11:48:14 ---> c3090a60da56 11:48:14 Step 22/24 : LABEL arch=arm64 11:48:14 ---> Running in dc64fb79927d 11:48:15 Removing intermediate container dc64fb79927d 11:48:15 ---> 153288fd6bc5 11:48:15 Step 23/24 : LABEL git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce 11:48:15 ---> Running in 03189a1a07dc 11:48:16 Removing intermediate container 03189a1a07dc 11:48:16 ---> bcf03a681bd8 11:48:16 Step 24/24 : LABEL version=0.0.0 11:48:16 ---> Running in 8b0a7b943ba5 11:48:16 Removing intermediate container 8b0a7b943ba5 11:48:16 ---> 58091a4b2b1a 11:48:16 [Warning] One or more build-args [ARCH] were not consumed 11:48:16 Successfully built 58091a4b2b1a 11:48:16 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 11:48:18 provisioning config files... 11:48:18 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config30668346589764449tmp [Pipeline] { [Pipeline] sh 11:48:19 + curl -s https://codecov.io/bash 11:48:19 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config30668346589764449tmp 11:48:19 11:48:19 _____ _ 11:48:19 / ____| | | 11:48:19 | | ___ __| | ___ ___ _____ __ 11:48:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:48:19 | |___| (_) | (_| | __/ (_| (_) \ V / 11:48:19 \_____\___/ \__,_|\___|\___\___/ \_/ 11:48:19 Bash-20200602-f809a24 11:48:19 11:48:19 11:48:19 ==> Jenkins CI detected. 11:48:19 project root: . 11:48:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:48:19 ==> Running gcov in . (disable via -X gcov) 11:48:19 ==> Python coveragepy not found 11:48:19 ==> Searching for coverage reports in: 11:48:19 + . 11:48:19 -> Found 1 reports 11:48:19 ==> Detecting git/mercurial file structure 11:48:20 ==> Reading reports 11:48:20 + ./coverage.out bytes=10 11:48:20 ==> Appending adjustments 11:48:20 https://docs.codecov.io/docs/fixing-reports 11:48:20 + Found adjustments 11:48:20 ==> Gzipping contents 11:48:20 ==> Uploading reports 11:48:20 url: https://codecov.io 11:48:20 query: branch=PR-237&commit=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-237%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=237&job= 11:48:20 -> Pinging Codecov 11:48:20 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-237&commit=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-237%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=237&job= 11:48:21 -> Uploading 11:48:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [Pipeline] } 11:48:22 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 11:48:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:48:24 ---> package-listing.sh 11:48:24 ++ tr '[:upper:]' '[:lower:]' 11:48:24 ++ facter osfamily 11:48:25 + OS_FAMILY=redhat 11:48:25 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-237 11:48:25 + START_PACKAGES=/tmp/packages_start.txt 11:48:25 + END_PACKAGES=/tmp/packages_end.txt 11:48:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:48:25 + PACKAGES=/tmp/packages_start.txt 11:48:25 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-237 ']' 11:48:25 + PACKAGES=/tmp/packages_end.txt 11:48:25 + case "${OS_FAMILY}" in 11:48:25 + rpm -qa 11:48:25 + sort 11:48:36 + '[' -f /tmp/packages_start.txt ']' 11:48:36 + '[' -f /tmp/packages_end.txt ']' 11:48:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:48:36 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-237 ']' 11:48:36 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-237/archives/ 11:48:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-237/archives/ [Pipeline] isUnix [Pipeline] sh 11:48:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:48:37 11:48:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:48:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:48:39 alpine: Pulling from edgex-lftools-log-publisher 11:48:39 c9b1b535fdd9: Pulling fs layer 11:48:39 2cc5ad85d9ab: Pulling fs layer 11:48:39 756a868c4378: Pulling fs layer 11:48:39 444b2fc9a129: Pulling fs layer 11:48:39 ea15f1150254: Pulling fs layer 11:48:39 41b27a9f41bf: Pulling fs layer 11:48:39 28c525ee5125: Pulling fs layer 11:48:39 094b1ea09ed8: Pulling fs layer 11:48:39 138eaada9080: Pulling fs layer 11:48:39 0622d0fa9048: Pulling fs layer 11:48:39 41b27a9f41bf: Waiting 11:48:39 28c525ee5125: Waiting 11:48:39 094b1ea09ed8: Waiting 11:48:39 138eaada9080: Waiting 11:48:39 0622d0fa9048: Waiting 11:48:39 444b2fc9a129: Waiting 11:48:39 ea15f1150254: Waiting 11:48:39 2cc5ad85d9ab: Verifying Checksum 11:48:39 2cc5ad85d9ab: Download complete 11:48:39 444b2fc9a129: Download complete 11:48:39 c9b1b535fdd9: Download complete 11:48:39 ea15f1150254: Verifying Checksum 11:48:39 ea15f1150254: Download complete 11:48:39 28c525ee5125: Verifying Checksum 11:48:39 28c525ee5125: Download complete 11:48:41 756a868c4378: Verifying Checksum 11:48:41 756a868c4378: Download complete 11:48:42 138eaada9080: Verifying Checksum 11:48:42 138eaada9080: Download complete 11:48:42 0622d0fa9048: Verifying Checksum 11:48:42 0622d0fa9048: Download complete 11:48:44 c9b1b535fdd9: Pull complete 11:48:44 094b1ea09ed8: Verifying Checksum 11:48:44 094b1ea09ed8: Download complete 11:48:44 41b27a9f41bf: Verifying Checksum 11:48:44 41b27a9f41bf: Download complete 11:48:46 2cc5ad85d9ab: Pull complete 11:48:51 756a868c4378: Pull complete 11:48:51 444b2fc9a129: Pull complete 11:48:52 ea15f1150254: Pull complete 11:49:08 41b27a9f41bf: Pull complete 11:49:08 28c525ee5125: Pull complete 11:49:15 094b1ea09ed8: Pull complete 11:49:17 138eaada9080: Pull complete 11:49:18 0622d0fa9048: Pull complete 11:49:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:49:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:49:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:49:19 prd-centos7-docker-4c-2g-2452 does not seem to be running inside a container 11:49:19 $ 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-237 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237:/w/workspace/edgexfoundry_edgex-ui-go_PR-237:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:49:28 $ docker top b7e2e934339218b1429be0dd59540f4ec29373772922dfd2ccb112a4fa8135e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:49:29 provisioning config files... 11:49:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config995393591780242472tmp [Pipeline] { [Pipeline] echo 11:49:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:49:31 ---> create-netrc.sh [Pipeline] echo 11:49:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:49:32 ---> logs-deploy.sh 11:49:32 + ARCHIVE_ARTIFACTS= 11:49:32 + LOGS_SERVER=https://logs.edgexfoundry.org 11:49:32 + '[' https://logs.edgexfoundry.org == None ']' 11:49:32 + NEXUS_URL=https://nexus.edgexfoundry.org 11:49:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 11:49:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-237/1/ 11:49:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-237 11:49:38 Archives upload complete. 11:49:38 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-237/1/ 11:49:40 ---> uname -a: 11:49:40 Linux b7e2e9343392 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:49:40 11:49:40 11:49:40 ---> lscpu: 11:49:40 Architecture: x86_64 11:49:40 CPU op-mode(s): 32-bit, 64-bit 11:49:40 Byte Order: Little Endian 11:49:40 Address sizes: 40 bits physical, 48 bits virtual 11:49:40 CPU(s): 4 11:49:40 On-line CPU(s) list: 0-3 11:49:40 Thread(s) per core: 1 11:49:40 Core(s) per socket: 1 11:49:40 Socket(s): 4 11:49:40 NUMA node(s): 1 11:49:40 Vendor ID: GenuineIntel 11:49:40 CPU family: 6 11:49:40 Model: 44 11:49:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:49:40 Stepping: 1 11:49:40 CPU MHz: 2933.438 11:49:40 BogoMIPS: 5866.87 11:49:40 Virtualization: VT-x 11:49:40 Hypervisor vendor: KVM 11:49:40 Virtualization type: full 11:49:40 L1d cache: 128 KiB 11:49:40 L1i cache: 128 KiB 11:49:40 L2 cache: 16 MiB 11:49:40 L3 cache: 64 MiB 11:49:40 NUMA node0 CPU(s): 0-3 11:49:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:49:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:49:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:49:40 Vulnerability Meltdown: Mitigation; PTI 11:49:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:49:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:49:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:49:40 Vulnerability Tsx async abort: Not affected 11:49:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 11:49:40 11:49:40 11:49:41 ---> nproc: 11:49:41 4 11:49:41 11:49:41 11:49:41 ---> df -h: 11:49:41 Filesystem Size Used Available Use% Mounted on 11:49:41 overlay 50.0G 7.2G 42.7G 14% / 11:49:41 tmpfs 64.0M 0 64.0M 0% /dev 11:49:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:49:41 shm 64.0M 0 64.0M 0% /dev/shm 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-237 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp 11:49:41 /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa 11:49:41 11:49:41 11:49:41 ---> free -m: 11:49:41 total used free shared buff/cache available 11:49:41 Mem: 1837 669 122 0 1045 1062 11:49:41 Swap: 1023 1 1022 11:49:41 11:49:41 11:49:41 ---> ip addr: 11:49:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:49:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:49:41 inet 127.0.0.1/8 scope host lo 11:49:41 valid_lft forever preferred_lft forever 11:49:41 6: eth0@if7: mtu 1458 qdisc noqueue state UP 11:49:41 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:49:41 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:49:41 valid_lft forever preferred_lft forever 11:49:41 11:49:41 11:49:41 ---> sar -b -r -n DEV: 11:49:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/10/20 _x86_64_ (4 CPU) 11:49:41 11:49:41 11:41:57 LINUX RESTART 11:49:41 11:49:41 11:43:01 tps rtps wtps bread/s bwrtn/s 11:49:41 11:44:01 27.20 8.83 18.36 4286.36 2571.41 11:49:41 11:45:01 0.40 0.00 0.40 0.00 5.94 11:49:41 11:46:01 0.28 0.00 0.28 0.00 3.15 11:49:41 11:47:01 0.28 0.00 0.28 0.00 3.23 11:49:41 11:48:01 0.72 0.00 0.72 0.00 9.47 11:49:41 11:49:01 103.46 50.12 53.35 4857.28 10191.48 11:49:41 Average: 22.11 9.85 12.26 1526.44 2136.34 11:49:41 11:49:41 11:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:49:41 11:44:01 164852 1716704 91.24 2620 1131480 1140424 38.92 420836 1136492 20 11:49:41 11:45:01 171056 1710500 90.91 2620 1131484 1083224 36.97 420348 1132640 16 11:49:41 11:46:01 169704 1711852 90.98 2620 1131492 1083520 36.98 421668 1132640 8 11:49:41 11:47:01 168452 1713104 91.05 2620 1131492 1083436 36.98 425148 1129948 8 11:49:41 11:48:01 168932 1712624 91.02 2620 1131500 1083364 36.97 429800 1124936 8 11:49:41 11:49:01 63500 1818056 96.63 2620 1131352 1516620 51.76 576060 1058924 106392 11:49:41 Average: 151083 1730473 91.97 2620 1131467 1165098 39.76 448977 1119263 17742 11:49:41 11:49:41 11:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:49:41 11:44:01 eth0 77.11 67.65 398.67 87.58 0.00 0.00 0.00 11:49:41 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:44:01 docker0 25.63 21.56 2.43 60.33 0.00 0.00 0.00 11:49:41 11:45:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 11:49:41 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:46:01 eth0 0.95 0.45 0.32 0.20 0.00 0.00 0.00 11:49:41 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:47:01 eth0 0.47 0.32 0.27 0.20 0.00 0.00 0.00 11:49:41 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:48:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 11:49:41 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:49:01 eth0 101.71 53.35 2326.07 12.92 0.00 0.00 0.00 11:49:41 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 Average: eth0 30.24 20.37 455.53 16.83 0.00 0.00 0.00 11:49:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:49:41 Average: docker0 4.27 3.59 0.40 10.05 0.00 0.00 0.00 11:49:41 11:49:41 11:49:41 ---> sar -P ALL: 11:49:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/10/20 _x86_64_ (4 CPU) 11:49:41 11:49:41 11:41:57 LINUX RESTART 11:49:41 11:49:41 11:43:01 CPU %user %nice %system %iowait %steal %idle 11:49:41 11:44:01 all 2.93 0.00 1.59 0.54 3.27 91.67 11:49:41 11:44:01 0 3.23 0.00 1.67 0.62 3.68 90.79 11:49:41 11:44:01 1 2.59 0.00 1.55 1.10 3.14 91.62 11:49:41 11:44:01 2 2.55 0.00 1.77 0.22 3.27 92.20 11:49:41 11:44:01 3 3.34 0.00 1.34 0.25 2.98 92.09 11:49:41 11:45:01 all 0.11 0.00 0.05 0.00 0.25 99.58 11:49:41 11:45:01 0 0.05 0.00 0.05 0.00 0.20 99.70 11:49:41 11:45:01 1 0.20 0.00 0.07 0.00 0.47 99.27 11:49:41 11:45:01 2 0.18 0.00 0.07 0.00 0.28 99.47 11:49:41 11:45:01 3 0.03 0.00 0.03 0.00 0.07 99.87 11:49:41 11:46:01 all 0.13 0.00 0.04 0.00 0.21 99.62 11:49:41 11:46:01 0 0.03 0.00 0.03 0.00 0.25 99.68 11:49:41 11:46:01 1 0.08 0.00 0.02 0.00 0.18 99.72 11:49:41 11:46:01 2 0.38 0.00 0.05 0.00 0.37 99.20 11:49:41 11:46:01 3 0.03 0.00 0.05 0.00 0.05 99.87 11:49:41 11:47:01 all 0.12 0.00 0.04 0.00 0.18 99.66 11:49:41 11:47:01 0 0.02 0.00 0.03 0.00 0.08 99.87 11:49:41 11:47:01 1 0.05 0.00 0.05 0.00 0.27 99.63 11:49:41 11:47:01 2 0.40 0.00 0.05 0.00 0.28 99.27 11:49:41 11:47:01 3 0.02 0.00 0.02 0.00 0.07 99.90 11:49:41 11:48:01 all 0.12 0.00 0.05 0.00 0.14 99.70 11:49:41 11:48:01 0 0.02 0.00 0.02 0.00 0.08 99.88 11:49:41 11:48:01 1 0.03 0.00 0.02 0.00 0.23 99.72 11:49:41 11:48:01 2 0.38 0.00 0.10 0.00 0.12 99.40 11:49:41 11:48:01 3 0.05 0.00 0.02 0.00 0.13 99.80 11:49:41 11:49:01 all 4.86 0.00 3.42 2.43 22.84 66.46 11:49:41 11:49:01 0 4.07 0.00 3.12 1.34 23.73 67.75 11:49:41 11:49:01 1 6.28 0.00 3.44 4.12 22.11 64.05 11:49:41 11:49:01 2 4.41 0.00 3.49 1.99 22.91 67.21 11:49:41 11:49:01 3 4.65 0.00 3.69 2.26 22.61 66.78 11:49:41 Average: all 1.42 0.00 0.89 0.52 4.69 92.49 11:49:41 Average: 0 1.27 0.00 0.85 0.34 4.93 92.60 11:49:41 Average: 1 1.60 0.00 0.89 0.91 4.60 92.01 11:49:41 Average: 2 1.42 0.00 0.95 0.39 4.75 92.50 11:49:41 Average: 3 1.38 0.00 0.88 0.43 4.47 92.83 11:49:41 11:49:41 11:49:41