Pull request #239 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at fc6b590da5db28411c1d4ed520be24f88b5c953f rather than b894451eb48e16821248fec196a82dd5bdac8d2a Obtained Jenkinsfile from fc6b590da5db28411c1d4ed520be24f88b5c953f 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-2552 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [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-239 # 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fc6b590da5db28411c1d4ed520be24f88b5c953f into PR head commit b894451eb48e16821248fec196a82dd5bdac8d2a Merge succeeded, producing b894451eb48e16821248fec196a82dd5bdac8d2a Checking out Revision b894451eb48e16821248fec196a82dd5bdac8d2a (PR-239) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # 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 fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 Commit message: "Merge branch 'master' into issue-#238" > git rev-list --no-walk 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:10:26 ========================================================= 06:10:26 EdgeX Global Pipelines Version Info 06:10:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:10:28 ------------------- 06:10:28 stable info: 06:10:28 ------------------- 06:10:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:28 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:10:28 Message: update stable to v1.0.89 06:10:29 ------------------- 06:10:29 experimental info: 06:10:29 ------------------- 06:10:29 Commited By: **** collab-it+edgex@linuxfoundation.org 06:10:29 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:10:29 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 06:10:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:30 06:10:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:10:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:31 latest: Pulling from edgex-devops/git-semver 06:10:31 9123ac7c32f7: Pulling fs layer 06:10:31 b8cc5d1170e3: Pulling fs layer 06:10:31 2924cbbf6a41: Pulling fs layer 06:10:31 93b08a4f1073: Pulling fs layer 06:10:31 93b08a4f1073: Waiting 06:10:31 b8cc5d1170e3: Verifying Checksum 06:10:31 b8cc5d1170e3: Download complete 06:10:31 9123ac7c32f7: Verifying Checksum 06:10:31 9123ac7c32f7: Download complete 06:10:31 93b08a4f1073: Verifying Checksum 06:10:31 93b08a4f1073: Download complete 06:10:31 2924cbbf6a41: Verifying Checksum 06:10:31 2924cbbf6a41: Download complete 06:10:31 9123ac7c32f7: Pull complete 06:10:31 b8cc5d1170e3: Pull complete 06:10:32 2924cbbf6a41: Pull complete 06:10:32 93b08a4f1073: Pull complete 06:10:32 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 06:10:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:10:32 prd-centos7-docker-4c-2g-2552 does not seem to be running inside a container 06:10:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:10:34 $ docker top 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:34 [ssh-agent] Looking for ssh-agent implementation... 06:10:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:35 $ docker exec 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent 06:10:35 SSH_AUTH_SOCK=/tmp/ssh-cGPBjhkwJ5qL/agent.12 06:10:35 SSH_AGENT_PID=17 06:10:35 Running ssh-add (command line suppressed) 06:10:35 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_3312849023428348424.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_3312849023428348424.key) 06:10:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:35 + git describe --exact-match --tags HEAD 06:10:35 fatal: No names found, cannot describe anything. [Pipeline] } 06:10:35 $ docker exec --env ******** --env ******** 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent -k 06:10:36 unset SSH_AUTH_SOCK; 06:10:36 unset SSH_AGENT_PID; 06:10:36 echo Agent pid 17 killed; 06:10:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:10:36 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:10:36 This usually means this commit has not been tagged. [Pipeline] sshagent 06:10:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:36 [ssh-agent] Looking for ssh-agent implementation... 06:10:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:36 $ docker exec 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent 06:10:36 SSH_AUTH_SOCK=/tmp/ssh-VPQy3CmUI8Hy/agent.45 06:10:36 SSH_AGENT_PID=50 06:10:36 Running ssh-add (command line suppressed) 06:10:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_7557927471854154198.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_7557927471854154198.key) 06:10:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:37 + git semver init 06:10:37 # -> Open(): unable to determine branch for HEAD 06:10:37 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.git 06:10:37 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-239 06:10:37 # $SEMVER_REMOTE_NAME = origin 06:10:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:10:37 # $SEMVER_USER_NAME = edgex-jenkins 06:10:37 # $SEMVER_BRANCH = PR-239 06:10:37 # $SEMVER_TEMP = /tmp/semver-987707520 06:10:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:10:38 # '/tmp/semver-987707520' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver' 06:10:38 # -> Force: false 06:10:38 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver [Pipeline] } 06:10:38 $ docker exec --env ******** --env ******** 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent -k 06:10:38 unset SSH_AUTH_SOCK; 06:10:38 unset SSH_AGENT_PID; 06:10:38 echo Agent pid 50 killed; 06:10:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:38 + git semver [Pipeline] } 06:10:38 $ docker stop --time=1 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 06:10:40 $ docker rm -f 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:10:41 Stashed 56 file(s) [Pipeline] echo 06:10:41 [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 06:10:56 Still waiting to schedule task 06:10:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:10:56 Still waiting to schedule task 06:10:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:12:34 Running on prd-centos7-docker-4c-2g-2555 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws 06:12:34 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 06:12:39 using credential edgex-jenkins-ssh 06:12:39 Cloning the remote Git repository 06:12:39 Cloning with configured refspecs honoured and without tags 06:12:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:12:39 > git init /w/workspace/edgex-ui-go/2 # timeout=10 06:12:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:12:39 > git --version # timeout=10 06:12:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:40 Fetching without tags 06:12:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:12:40 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 06:12:40 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:12:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:12:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:41 Merging remotes/origin/master commit fc6b590da5db28411c1d4ed520be24f88b5c953f into PR head commit b894451eb48e16821248fec196a82dd5bdac8d2a 06:12:41 Merge succeeded, producing b894451eb48e16821248fec196a82dd5bdac8d2a 06:12:41 Checking out Revision b894451eb48e16821248fec196a82dd5bdac8d2a (PR-239) 06:12:41 > git config core.sparsecheckout # timeout=10 06:12:41 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 06:12:41 > git remote # timeout=10 06:12:41 > git config --get remote.origin.url # timeout=10 06:12:41 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:41 > git merge fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 06:12:41 > git rev-parse HEAD^{commit} # timeout=10 06:12:41 > git config core.sparsecheckout # timeout=10 06:12:41 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 06:12:45 Commit message: "Merge branch 'master' into issue-#238" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:12:46 ========================================================= 06:12:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:12:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:12:46 + 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 . 06:12:47 Sending build context to Docker daemon 12.92MB 06:12:47 Step 1/8 : ARG BASE=golang:1.11-alpine 06:12:47 Step 2/8 : FROM ${BASE} 06:12:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:12:53 e6b0cf9c0882: Pulling fs layer 06:12:53 2848faf0eed1: Pulling fs layer 06:12:53 0f37312ad70f: Pulling fs layer 06:12:53 5788d62ee057: Pulling fs layer 06:12:53 0e6b1d234666: Pulling fs layer 06:12:53 bf5d7aec512f: Pulling fs layer 06:12:53 34c802a77dc8: Pulling fs layer 06:12:53 9eb99e56ec68: Pulling fs layer 06:12:53 27c7a5d97fbd: Pulling fs layer 06:12:53 5c102a31e300: Pulling fs layer 06:12:53 dcfb455df0a1: Pulling fs layer 06:12:53 34c802a77dc8: Waiting 06:12:53 9eb99e56ec68: Waiting 06:12:53 27c7a5d97fbd: Waiting 06:12:53 5c102a31e300: Waiting 06:12:53 dcfb455df0a1: Waiting 06:12:53 5788d62ee057: Waiting 06:12:53 0e6b1d234666: Waiting 06:12:53 bf5d7aec512f: Waiting 06:12:53 0f37312ad70f: Download complete 06:12:53 2848faf0eed1: Verifying Checksum 06:12:53 2848faf0eed1: Download complete 06:12:53 0e6b1d234666: Verifying Checksum 06:12:53 0e6b1d234666: Download complete 06:12:53 e6b0cf9c0882: Verifying Checksum 06:12:53 e6b0cf9c0882: Download complete 06:12:53 bf5d7aec512f: Verifying Checksum 06:12:53 bf5d7aec512f: Download complete 06:12:53 e6b0cf9c0882: Pull complete 06:12:54 34c802a77dc8: Verifying Checksum 06:12:54 34c802a77dc8: Download complete 06:12:54 27c7a5d97fbd: Verifying Checksum 06:12:54 27c7a5d97fbd: Download complete 06:12:54 2848faf0eed1: Pull complete 06:12:55 5c102a31e300: Verifying Checksum 06:12:55 5c102a31e300: Download complete 06:12:55 dcfb455df0a1: Verifying Checksum 06:12:55 dcfb455df0a1: Download complete 06:12:55 9eb99e56ec68: Verifying Checksum 06:12:55 9eb99e56ec68: Download complete 06:12:55 0f37312ad70f: Pull complete 06:12:55 5788d62ee057: Verifying Checksum 06:12:55 5788d62ee057: Download complete 06:13:03 5788d62ee057: Pull complete 06:13:03 0e6b1d234666: Pull complete 06:13:03 bf5d7aec512f: Pull complete 06:13:08 34c802a77dc8: Pull complete 06:13:12 9eb99e56ec68: Pull complete 06:13:12 27c7a5d97fbd: Pull complete 06:13:13 5c102a31e300: Pull complete 06:13:13 dcfb455df0a1: Pull complete 06:13:13 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 06:13:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:13:13 ---> 7c70fe431013 06:13:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:14 ---> Running in f54bb66c57f5 06:13:14 Removing intermediate container f54bb66c57f5 06:13:14 ---> d8f09fb2e276 06:13:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:14 ---> Running in 341190f64277 06:13:16 Removing intermediate container 341190f64277 06:13:16 ---> 964e84216962 06:13:16 Step 5/8 : RUN apk add --no-cache make git 06:13:16 ---> Running in a73a16264f32 06:13:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:13:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:13:17 OK: 143 MiB in 39 packages 06:13:18 Removing intermediate container a73a16264f32 06:13:18 ---> 9b9f6164bb68 06:13:18 Step 6/8 : WORKDIR /edgex-ui-go 06:13:18 ---> Running in ff0360f8aa20 06:13:18 Removing intermediate container ff0360f8aa20 06:13:18 ---> 561838a8f46a 06:13:18 Step 7/8 : COPY . . 06:13:20 ---> 01fbafb7d2fc 06:13:20 Step 8/8 : RUN go mod download 06:13:20 ---> Running in 2c5b7a92be02 06:13:23 go: finding github.com/BurntSushi/toml v0.3.1 06:13:23 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:13:23 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:13:23 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:13:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:13:23 go: finding github.com/armon/go-metrics v0.3.3 06:13:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:13:23 go: finding github.com/beorn7/perks v1.0.1 06:13:23 go: finding github.com/bgentry/speakeasy v0.1.0 06:13:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:13:23 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:13:23 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:13:23 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:13:23 go: finding github.com/davecgh/go-spew v1.1.1 06:13:23 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:13:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:13:23 go: finding github.com/fatih/color v1.9.0 06:13:23 go: finding github.com/go-kit/kit v0.9.0 06:13:23 go: finding github.com/go-logfmt/logfmt v0.4.0 06:13:23 go: finding github.com/go-stack/stack v1.8.0 06:13:23 go: finding github.com/gogo/protobuf v1.1.1 06:13:23 go: finding github.com/golang/protobuf v1.3.2 06:13:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:13:23 go: finding github.com/google/go-cmp v0.4.0 06:13:23 go: finding github.com/google/gofuzz v1.0.0 06:13:23 go: finding github.com/gorilla/mux v1.7.1 06:13:23 go: finding github.com/gorilla/websocket v1.4.0 06:13:23 go: finding github.com/hashicorp/consul/api v1.4.0 06:13:23 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:13:23 go: finding github.com/hashicorp/errwrap v1.0.0 06:13:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:13:23 go: finding github.com/hashicorp/go-hclog v0.12.2 06:13:23 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:13:23 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:13:23 go: finding github.com/hashicorp/go-multierror v1.0.0 06:13:23 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 06:13:23 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:13:23 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:13:23 go: finding github.com/hashicorp/go-syslog v1.0.0 06:13:23 go: finding github.com/hashicorp/go-uuid v1.0.1 06:13:23 go: finding github.com/hashicorp/go.net v0.0.1 06:13:23 go: finding github.com/hashicorp/golang-lru v0.5.4 06:13:23 go: finding github.com/hashicorp/logutils v1.0.0 06:13:23 go: finding github.com/hashicorp/mdns v1.0.1 06:13:23 go: finding github.com/hashicorp/memberlist v0.2.0 06:13:23 go: finding github.com/hashicorp/serf v0.9.0 06:13:23 go: finding github.com/json-iterator/go v1.1.9 06:13:23 go: finding github.com/julienschmidt/httprouter v1.2.0 06:13:23 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 06:13:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:13:23 go: finding github.com/kr/pretty v0.2.0 06:13:23 go: finding github.com/kr/pty v1.1.1 06:13:23 go: finding github.com/kr/text v0.1.0 06:13:23 go: finding github.com/mattn/go-colorable v0.1.6 06:13:23 go: finding github.com/mattn/go-isatty v0.0.12 06:13:23 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:13:23 go: finding github.com/miekg/dns v1.1.26 06:13:23 go: finding github.com/mitchellh/cli v1.0.0 06:13:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:13:23 go: finding github.com/mitchellh/copystructure v1.0.0 06:13:23 go: finding github.com/mitchellh/go-homedir v1.1.0 06:13:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:13:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:13:23 go: finding github.com/mitchellh/gox v0.4.0 06:13:23 go: finding github.com/mitchellh/iochan v1.0.0 06:13:23 go: finding github.com/mitchellh/mapstructure v1.2.2 06:13:23 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:13:23 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:13:24 go: finding github.com/modern-go/reflect2 v1.0.1 06:13:24 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:13:24 go: finding github.com/pascaldekloe/goe v0.1.0 06:13:24 go: finding github.com/pelletier/go-toml v1.7.0 06:13:24 go: finding github.com/pkg/errors v0.8.1 06:13:24 go: finding github.com/pmezard/go-difflib v1.0.0 06:13:24 go: finding github.com/posener/complete v1.1.1 06:13:24 go: finding github.com/prometheus/client_golang v1.4.0 06:13:24 go: finding github.com/prometheus/client_model v0.2.0 06:13:24 go: finding github.com/prometheus/common v0.9.1 06:13:24 go: finding github.com/prometheus/procfs v0.0.8 06:13:24 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:13:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:13:24 go: finding github.com/sirupsen/logrus v1.4.2 06:13:24 go: finding github.com/stretchr/objx v0.1.1 06:13:24 go: finding github.com/stretchr/testify v1.4.0 06:13:24 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:13:24 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:13:24 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:13:24 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:13:24 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:13:24 go: finding golang.org/x/text v0.3.2 06:13:24 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:13:24 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:13:24 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:13:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:13:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:13:24 go: finding gopkg.in/yaml.v2 v2.2.8 06:13:39 Removing intermediate container 2c5b7a92be02 06:13:39 ---> 2745801f085c 06:13:39 Successfully built 2745801f085c 06:13:39 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 06:13:39 + docker inspect -f . ci-base-image-x86_64 06:13:39 . [Pipeline] withDockerContainer 06:13:39 prd-centos7-docker-4c-2g-2555 does not seem to be running inside a container 06:13:40 $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:13:40 $ docker top f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:41 + go version 06:13:41 go version go1.13.5 linux/amd64 [Pipeline] sh 06:13:41 + make test 06:13:41 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:13:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:13:51 GO111MODULE=on go vet ./... [Pipeline] stash 06:13:53 Stashed 1 file(s) [Pipeline] } 06:13:53 $ docker stop --time=1 f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 06:13:55 $ docker rm -f f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:56 + ls -al . 06:13:56 total 84 06:13:56 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 06:13 . 06:13:56 drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 06:12 .. 06:13:56 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 06:12 assets 06:13:56 drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 06:12 bin 06:13:56 drwxrwxr-x. 3 jenkins jenkins 29 Jun 11 06:12 cmd 06:13:56 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 11 06:12 CONTRIBUTING.md 06:13:56 -rw-r--r--. 1 jenkins jenkins 10 Jun 11 06:13 coverage.out 06:13:56 -rw-rw-r--. 1 jenkins jenkins 913 Jun 11 06:12 Dockerfile 06:13:56 -rw-rw-r--. 1 jenkins jenkins 898 Jun 11 06:12 Dockerfile.build 06:13:56 drwxrwxr-x. 4 jenkins jenkins 72 Jun 11 06:12 docs 06:13:56 drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 06:12 .git 06:13:56 -rw-rw-r--. 1 jenkins jenkins 136 Jun 11 06:12 .gitignore 06:13:56 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 11 06:12 go.mod 06:13:56 -rw-r--r--. 1 jenkins jenkins 20718 Jun 11 06:13 go.sum 06:13:56 drwxrwxr-x. 10 jenkins jenkins 139 Jun 11 06:12 internal 06:13:56 -rw-rw-r--. 1 jenkins jenkins 675 Jun 11 06:12 Jenkinsfile 06:13:56 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 11 06:12 LICENSE 06:13:56 -rw-rw-r--. 1 jenkins jenkins 951 Jun 11 06:12 Makefile 06:13:56 -rw-rw-r--. 1 jenkins jenkins 2409 Jun 11 06:12 README.md 06:13:56 drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 06:12 .semver 06:13:56 -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 06:10 VERSION 06:13:56 -rw-rw-r--. 1 jenkins jenkins 155 Jun 11 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:13:57 + 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=b894451eb48e16821248fec196a82dd5bdac8d2a --label arch=amd64 --label version=0.0.0 . 06:13:57 Sending build context to Docker daemon 12.94MB 06:13:57 Step 1/24 : ARG BASE=golang:1.13-alpine 06:13:57 Step 2/24 : FROM ${BASE} AS builder 06:13:57 ---> 2745801f085c 06:13:57 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:13:58 ---> Running in 7f29030dd920 06:13:58 Removing intermediate container 7f29030dd920 06:13:58 ---> 52453c003ba8 06:13:58 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:13:58 ---> Running in 00ae53137a7b 06:13:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2556 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws 06:13:58 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 06:13:58 Removing intermediate container 00ae53137a7b 06:13:58 ---> ad213767cbf8 06:13:58 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:13:58 ---> Running in 7baa37fed3c9 06:13:58 Removing intermediate container 7baa37fed3c9 06:13:58 ---> 24c41f6f0241 06:13:58 Step 6/24 : LABEL Name=edgex-ui-go 06:13:58 ---> Running in 0a9c0040ec48 06:13:58 Removing intermediate container 0a9c0040ec48 06:13:58 ---> a8e1d8bb05f6 06:13:58 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:13:59 ---> Running in 448b17cb40bc 06:13:59 Removing intermediate container 448b17cb40bc 06:13:59 ---> eaa6ab48049b 06:13:59 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:59 ---> Running in 2fc42825119b 06:14:00 Removing intermediate container 2fc42825119b 06:14:00 ---> 4edf5f96949b 06:14:00 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:14:00 ---> Running in 67a16eb84b60 06:14:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:14:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:14:01 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:14:01 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:14:01 OK: 11290 distinct packages available 06:14:01 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:14:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:14:03 OK: 143 MiB in 39 packages 06:14:03 Removing intermediate container 67a16eb84b60 06:14:03 ---> f83dd1117ef3 06:14:03 Step 10/24 : ENV GO111MODULE=on 06:14:03 ---> Running in 6921407aa478 06:14:03 Removing intermediate container 6921407aa478 06:14:03 ---> a87c4f68650b 06:14:03 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:14:03 ---> Running in ad8726d0611a 06:14:03 Removing intermediate container ad8726d0611a 06:14:03 ---> 623f6b7f1171 06:14:03 Step 12/24 : COPY go.mod . 06:14:04 ---> caa58953810f 06:14:04 Step 13/24 : COPY Makefile . 06:14:04 using credential edgex-jenkins-ssh 06:14:04 Cloning the remote Git repository 06:14:04 Cloning with configured refspecs honoured and without tags 06:14:04 ---> aaa46712f019 06:14:04 Step 14/24 : RUN make update 06:14:04 ---> Running in 76c47bd4fa6c 06:14:04 CGO_ENABLED=0 GO111MODULE=on go mod download 06:14:04 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:14:04 > git init /w/workspace/edgex-ui-go/2 # timeout=10 06:14:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:14:04 > git --version # timeout=10 06:14:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:14:05 Removing intermediate container 76c47bd4fa6c 06:14:05 ---> f2ca4b0b01e8 06:14:05 Step 15/24 : COPY . . 06:14:05 Fetching without tags 06:14:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:14:05 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 06:14:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:14:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:14:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:14:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:14:06 Merging remotes/origin/master commit fc6b590da5db28411c1d4ed520be24f88b5c953f into PR head commit b894451eb48e16821248fec196a82dd5bdac8d2a 06:14:06 ---> 02c631e0817b 06:14:06 Step 16/24 : RUN ${MAKE} 06:14:06 ---> Running in 526dc599a6c2 06:14:06 Merge succeeded, producing b894451eb48e16821248fec196a82dd5bdac8d2a 06:14:06 Checking out Revision b894451eb48e16821248fec196a82dd5bdac8d2a (PR-239) 06:14:07 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 06:14:06 > git config core.sparsecheckout # timeout=10 06:14:06 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 06:14:06 > git remote # timeout=10 06:14:06 > git config --get remote.origin.url # timeout=10 06:14:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:06 > git merge fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 06:14:06 > git rev-parse HEAD^{commit} # timeout=10 06:14:06 > git config core.sparsecheckout # timeout=10 06:14:06 > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 06:14:11 Commit message: "Merge branch 'master' into issue-#238" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:14:13 ========================================================= 06:14:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:14:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:14:14 + 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 . 06:14:15 Sending build context to Docker daemon 12.92MB 06:14:15 Step 1/8 : ARG BASE=golang:1.11-alpine 06:14:15 Step 2/8 : FROM ${BASE} 06:14:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:14:15 cde5963f3b93: Pulling fs layer 06:14:15 2a23fa8c16f7: Pulling fs layer 06:14:15 777b28850792: Pulling fs layer 06:14:15 8a11ddd9e578: Pulling fs layer 06:14:15 4cf88f913ddb: Pulling fs layer 06:14:15 1df406cf5192: Pulling fs layer 06:14:15 cd6300453558: Pulling fs layer 06:14:15 b9c365052c96: Pulling fs layer 06:14:15 a2d8cc88f415: Pulling fs layer 06:14:15 ea1d1ca13537: Pulling fs layer 06:14:15 3750a50a1c5e: Pulling fs layer 06:14:15 8a11ddd9e578: Waiting 06:14:15 4cf88f913ddb: Waiting 06:14:15 1df406cf5192: Waiting 06:14:15 cd6300453558: Waiting 06:14:15 b9c365052c96: Waiting 06:14:15 a2d8cc88f415: Waiting 06:14:15 ea1d1ca13537: Waiting 06:14:15 3750a50a1c5e: Waiting 06:14:15 777b28850792: Verifying Checksum 06:14:15 777b28850792: Download complete 06:14:15 2a23fa8c16f7: Verifying Checksum 06:14:15 2a23fa8c16f7: Download complete 06:14:15 4cf88f913ddb: Verifying Checksum 06:14:15 4cf88f913ddb: Download complete 06:14:15 1df406cf5192: Download complete 06:14:15 cde5963f3b93: Verifying Checksum 06:14:15 cde5963f3b93: Download complete 06:14:16 cde5963f3b93: Pull complete 06:14:17 2a23fa8c16f7: Pull complete 06:14:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:14:17 777b28850792: Pull complete 06:14:17 cd6300453558: Verifying Checksum 06:14:17 cd6300453558: Download complete 06:14:17 a2d8cc88f415: Verifying Checksum 06:14:17 a2d8cc88f415: Download complete 06:14:19 ea1d1ca13537: Verifying Checksum 06:14:19 ea1d1ca13537: Download complete 06:14:19 3750a50a1c5e: Download complete 06:14:19 Removing intermediate container 526dc599a6c2 06:14:19 ---> b953c85085a0 06:14:19 Step 17/24 : FROM alpine 06:14:19 latest: Pulling from library/alpine 06:14:19 df20fa9351a1: Pulling fs layer 06:14:19 df20fa9351a1: Verifying Checksum 06:14:19 df20fa9351a1: Download complete 06:14:19 df20fa9351a1: Pull complete 06:14:19 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:14:19 Status: Downloaded newer image for alpine:latest 06:14:19 ---> a24bb4013296 06:14:19 Step 18/24 : EXPOSE 4000 06:14:20 b9c365052c96: Verifying Checksum 06:14:20 b9c365052c96: Download complete 06:14:20 ---> Running in ea837627ad45 06:14:20 Removing intermediate container ea837627ad45 06:14:20 ---> 12ae1b5af266 06:14:20 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 06:14:21 8a11ddd9e578: Verifying Checksum 06:14:21 8a11ddd9e578: Download complete 06:14:21 ---> 46cbb01c81fe 06:14:21 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:14:21 ---> Running in 751c1e727969 06:14:21 Removing intermediate container 751c1e727969 06:14:21 ---> 634798a124bb 06:14:21 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:14:21 ---> Running in d5ba102bf51d 06:14:21 Removing intermediate container d5ba102bf51d 06:14:21 ---> 18060296963e 06:14:21 Step 22/24 : LABEL arch=amd64 06:14:21 ---> Running in 4ea4e082ef84 06:14:21 Removing intermediate container 4ea4e082ef84 06:14:21 ---> e4c75c7d6112 06:14:21 Step 23/24 : LABEL git_sha=b894451eb48e16821248fec196a82dd5bdac8d2a 06:14:21 ---> Running in a85ca45d96e5 06:14:22 Removing intermediate container a85ca45d96e5 06:14:22 ---> 07e34fd1c9f7 06:14:22 Step 24/24 : LABEL version=0.0.0 06:14:22 ---> Running in 410acb823522 06:14:22 Removing intermediate container 410acb823522 06:14:22 ---> 2eea65f17b04 06:14:22 [Warning] One or more build-args [ARCH] were not consumed 06:14:22 Successfully built 2eea65f17b04 06:14:22 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] } 06:14:31 8a11ddd9e578: Pull complete 06:14:32 4cf88f913ddb: Pull complete 06:14:32 1df406cf5192: Pull complete 06:14:38 cd6300453558: Pull complete 06:14:42 b9c365052c96: Pull complete 06:14:42 a2d8cc88f415: Pull complete 06:14:44 ea1d1ca13537: Pull complete 06:14:44 3750a50a1c5e: Pull complete 06:14:44 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 06:14:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:14:44 ---> 78745c68409d 06:14:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:14:50 ---> Running in 998dd4d55f7a 06:14:50 Removing intermediate container 998dd4d55f7a 06:14:50 ---> 863db10b8efd 06:14:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:50 ---> Running in 805e651515fa 06:14:53 Removing intermediate container 805e651515fa 06:14:53 ---> a4877f7bf64f 06:14:53 Step 5/8 : RUN apk add --no-cache make git 06:14:53 ---> Running in 44acfd1b8039 06:14:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:14:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:14:56 OK: 125 MiB in 39 packages 06:14:57 Removing intermediate container 44acfd1b8039 06:14:57 ---> 4b43c060d78c 06:14:57 Step 6/8 : WORKDIR /edgex-ui-go 06:14:57 ---> Running in 355b73e5d2a0 06:14:58 Removing intermediate container 355b73e5d2a0 06:14:58 ---> 2b78b63eb607 06:14:58 Step 7/8 : COPY . . 06:14:59 ---> 6d4483de3dee 06:14:59 Step 8/8 : RUN go mod download 06:14:59 ---> Running in 019a8ffe98ab 06:15:02 go: finding github.com/BurntSushi/toml v0.3.1 06:15:02 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:15:02 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:15:02 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:15:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:15:02 go: finding github.com/armon/go-metrics v0.3.3 06:15:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:15:02 go: finding github.com/beorn7/perks v1.0.1 06:15:02 go: finding github.com/bgentry/speakeasy v0.1.0 06:15:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:15:02 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:15:02 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:15:02 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:15:02 go: finding github.com/davecgh/go-spew v1.1.1 06:15:02 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:15:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:15:02 go: finding github.com/fatih/color v1.9.0 06:15:02 go: finding github.com/go-kit/kit v0.9.0 06:15:02 go: finding github.com/go-logfmt/logfmt v0.4.0 06:15:02 go: finding github.com/go-stack/stack v1.8.0 06:15:02 go: finding github.com/gogo/protobuf v1.1.1 06:15:02 go: finding github.com/golang/protobuf v1.3.2 06:15:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:15:02 go: finding github.com/google/go-cmp v0.4.0 06:15:02 go: finding github.com/google/gofuzz v1.0.0 06:15:02 go: finding github.com/gorilla/mux v1.7.1 06:15:02 go: finding github.com/gorilla/websocket v1.4.0 06:15:02 go: finding github.com/hashicorp/consul/api v1.4.0 06:15:02 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:15:02 go: finding github.com/hashicorp/errwrap v1.0.0 06:15:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:15:02 go: finding github.com/hashicorp/go-hclog v0.12.2 06:15:03 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:15:03 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:15:03 go: finding github.com/hashicorp/go-multierror v1.0.0 06:15:03 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 06:15:03 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:15:03 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:15:03 go: finding github.com/hashicorp/go-syslog v1.0.0 06:15:03 go: finding github.com/hashicorp/go-uuid v1.0.1 06:15:03 go: finding github.com/hashicorp/go.net v0.0.1 06:15:03 go: finding github.com/hashicorp/golang-lru v0.5.4 06:15:03 go: finding github.com/hashicorp/logutils v1.0.0 06:15:03 go: finding github.com/hashicorp/mdns v1.0.1 06:15:03 go: finding github.com/hashicorp/memberlist v0.2.0 06:15:03 go: finding github.com/hashicorp/serf v0.9.0 06:15:03 go: finding github.com/json-iterator/go v1.1.9 06:15:03 go: finding github.com/julienschmidt/httprouter v1.2.0 06:15:03 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 06:15:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:15:03 go: finding github.com/kr/pretty v0.2.0 06:15:03 go: finding github.com/kr/pty v1.1.1 06:15:03 go: finding github.com/kr/text v0.1.0 06:15:03 go: finding github.com/mattn/go-colorable v0.1.6 06:15:03 go: finding github.com/mattn/go-isatty v0.0.12 06:15:03 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:15:03 go: finding github.com/miekg/dns v1.1.26 06:15:03 go: finding github.com/mitchellh/cli v1.0.0 06:15:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:15:03 go: finding github.com/mitchellh/copystructure v1.0.0 06:15:03 go: finding github.com/mitchellh/go-homedir v1.1.0 06:15:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:15:03 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:15:03 go: finding github.com/mitchellh/gox v0.4.0 06:15:03 go: finding github.com/mitchellh/iochan v1.0.0 06:15:03 go: finding github.com/mitchellh/mapstructure v1.2.2 06:15:03 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:15:03 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:15:03 go: finding github.com/modern-go/reflect2 v1.0.1 06:15:03 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:15:03 go: finding github.com/pascaldekloe/goe v0.1.0 06:15:03 go: finding github.com/pelletier/go-toml v1.7.0 06:15:03 go: finding github.com/pkg/errors v0.8.1 06:15:03 go: finding github.com/pmezard/go-difflib v1.0.0 06:15:03 go: finding github.com/posener/complete v1.1.1 06:15:04 go: finding github.com/prometheus/client_golang v1.4.0 06:15:04 go: finding github.com/prometheus/client_model v0.2.0 06:15:04 go: finding github.com/prometheus/common v0.9.1 06:15:04 go: finding github.com/prometheus/procfs v0.0.8 06:15:04 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:15:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:15:04 go: finding github.com/sirupsen/logrus v1.4.2 06:15:04 go: finding github.com/stretchr/objx v0.1.1 06:15:04 go: finding github.com/stretchr/testify v1.4.0 06:15:04 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:15:04 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:15:04 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:15:04 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:15:04 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:15:04 go: finding golang.org/x/text v0.3.2 06:15:04 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:15:04 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:15:04 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:15:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:15:04 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:15:04 go: finding gopkg.in/yaml.v2 v2.2.8 06:15:22 Removing intermediate container 019a8ffe98ab 06:15:22 ---> 3c1a70b5691e 06:15:22 Successfully built 3c1a70b5691e 06:15:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:22 + docker inspect -f . ci-base-image-arm64 06:15:22 . [Pipeline] withDockerContainer 06:15:23 prd-ubuntu18.04-docker-arm64-4c-16g-2556 does not seem to be running inside a container 06:15:23 $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:15:25 $ docker top 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:26 + go version 06:15:26 go version go1.13.5 linux/arm64 [Pipeline] sh 06:15:27 + make test 06:15:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:15:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:15:51 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:15:51 GO111MODULE=on go vet ./... [Pipeline] stash 06:15:55 Warning: overwriting stash ‘coverage-report’ 06:15:55 Stashed 1 file(s) [Pipeline] } 06:15:55 $ docker stop --time=1 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 06:15:57 $ docker rm -f 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:15:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:15:59 + ls -al . 06:15:59 total 116 06:15:59 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 06:15 . 06:15:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:14 .. 06:15:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 06:14 .git 06:15:59 -rw-rw-r-- 1 jenkins jenkins 136 Jun 11 06:14 .gitignore 06:15:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 .semver 06:15:59 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 11 06:14 CONTRIBUTING.md 06:15:59 -rw-rw-r-- 1 jenkins jenkins 913 Jun 11 06:14 Dockerfile 06:15:59 -rw-rw-r-- 1 jenkins jenkins 898 Jun 11 06:14 Dockerfile.build 06:15:59 -rw-rw-r-- 1 jenkins jenkins 675 Jun 11 06:14 Jenkinsfile 06:15:59 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 11 06:14 LICENSE 06:15:59 -rw-rw-r-- 1 jenkins jenkins 951 Jun 11 06:14 Makefile 06:15:59 -rw-rw-r-- 1 jenkins jenkins 2409 Jun 11 06:14 README.md 06:15:59 -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 06:10 VERSION 06:15:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 assets 06:15:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 06:14 bin 06:15:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 cmd 06:15:59 -rw-r--r-- 1 jenkins jenkins 10 Jun 11 06:15 coverage.out 06:15:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:14 docs 06:15:59 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 11 06:14 go.mod 06:15:59 -rw-r--r-- 1 jenkins jenkins 20718 Jun 11 06:15 go.sum 06:15:59 drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 06:14 internal 06:15:59 -rw-rw-r-- 1 jenkins jenkins 155 Jun 11 06:14 version.go [Pipeline] isUnix [Pipeline] sh 06:15:59 + 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=b894451eb48e16821248fec196a82dd5bdac8d2a --label arch=arm64 --label version=0.0.0 . 06:16:00 Sending build context to Docker daemon 12.94MB 06:16:00 Step 1/24 : ARG BASE=golang:1.13-alpine 06:16:00 Step 2/24 : FROM ${BASE} AS builder 06:16:00 ---> 3c1a70b5691e 06:16:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:16:00 ---> Running in 13b6e6669c47 06:16:00 Removing intermediate container 13b6e6669c47 06:16:00 ---> 121c9283ca2b 06:16:00 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:16:00 ---> Running in bec08b892011 06:16:01 Removing intermediate container bec08b892011 06:16:01 ---> 01ad203e6190 06:16:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:16:01 ---> Running in d40aca4a4649 06:16:01 Removing intermediate container d40aca4a4649 06:16:01 ---> 1ea5f4cd4a59 06:16:01 Step 6/24 : LABEL Name=edgex-ui-go 06:16:01 ---> Running in 8a8893f05464 06:16:02 Removing intermediate container 8a8893f05464 06:16:02 ---> f4c48a8f950a 06:16:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:16:02 ---> Running in c6d78a552063 06:16:02 Removing intermediate container c6d78a552063 06:16:02 ---> 680e4a30f6d3 06:16:02 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:03 ---> Running in 3438f5c50128 06:16:05 Removing intermediate container 3438f5c50128 06:16:05 ---> fcbbf5b413e0 06:16:05 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:16:05 ---> Running in a963801b1fea 06:16:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:16:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:16:08 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:16:08 v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:16:08 OK: 11179 distinct packages available 06:16:08 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:16:09 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:16:09 OK: 125 MiB in 39 packages 06:16:11 Removing intermediate container a963801b1fea 06:16:11 ---> c889db4a9a6b 06:16:11 Step 10/24 : ENV GO111MODULE=on 06:16:11 ---> Running in 4af3cd7651d5 06:16:11 Removing intermediate container 4af3cd7651d5 06:16:11 ---> 20ba2685e9c8 06:16:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:16:11 ---> Running in c799b6c74128 06:16:12 Removing intermediate container c799b6c74128 06:16:12 ---> 42c84e30cc8f 06:16:12 Step 12/24 : COPY go.mod . 06:16:12 ---> d1b659951f22 06:16:12 Step 13/24 : COPY Makefile . 06:16:13 ---> 5585df1551bc 06:16:13 Step 14/24 : RUN make update 06:16:13 ---> Running in b5d213012be5 06:16:15 CGO_ENABLED=0 GO111MODULE=on go mod download 06:16:16 Removing intermediate container b5d213012be5 06:16:16 ---> e605765e1942 06:16:16 Step 15/24 : COPY . . 06:16:17 ---> add1b8ee34f1 06:16:17 Step 16/24 : RUN ${MAKE} 06:16:17 ---> Running in bee5d8679e97 06:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:16:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:16:48 Removing intermediate container bee5d8679e97 06:16:48 ---> 7261a48a376a 06:16:48 Step 17/24 : FROM alpine 06:16:48 latest: Pulling from library/alpine 06:16:48 b538f80385f9: Pulling fs layer 06:16:48 b538f80385f9: Download complete 06:16:49 b538f80385f9: Pull complete 06:16:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:16:49 Status: Downloaded newer image for alpine:latest 06:16:49 ---> 62ee0e9f8440 06:16:49 Step 18/24 : EXPOSE 4000 06:16:49 ---> Running in 2b77b72d6d79 06:16:50 Removing intermediate container 2b77b72d6d79 06:16:50 ---> 224f6f7bd600 06:16:50 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 06:16:51 ---> 84c5aabd97a7 06:16:51 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:16:52 ---> Running in 21773171d36a 06:16:52 Removing intermediate container 21773171d36a 06:16:52 ---> 92e2751aaf50 06:16:52 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:16:52 ---> Running in f39e175ecf79 06:16:52 Removing intermediate container f39e175ecf79 06:16:52 ---> 9fc70b036c8b 06:16:52 Step 22/24 : LABEL arch=arm64 06:16:53 ---> Running in 811032817bdc 06:16:53 Removing intermediate container 811032817bdc 06:16:53 ---> deab7bf8a47a 06:16:53 Step 23/24 : LABEL git_sha=b894451eb48e16821248fec196a82dd5bdac8d2a 06:16:53 ---> Running in 14ad34537991 06:16:53 Removing intermediate container 14ad34537991 06:16:53 ---> f1f048b07404 06:16:53 Step 24/24 : LABEL version=0.0.0 06:16:54 ---> Running in b85e7a516ed4 06:16:54 Removing intermediate container b85e7a516ed4 06:16:54 ---> dad4c62ca929 06:16:54 [Warning] One or more build-args [ARCH] were not consumed 06:16:54 Successfully built dad4c62ca929 06:16:54 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 06:16:55 provisioning config files... 06:16:55 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config5355440746655721420tmp [Pipeline] { [Pipeline] sh 06:16:55 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config5355440746655721420tmp 06:16:55 + curl -s https://codecov.io/bash 06:16:56 06:16:56 _____ _ 06:16:56 / ____| | | 06:16:56 | | ___ __| | ___ ___ _____ __ 06:16:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:16:56 | |___| (_) | (_| | __/ (_| (_) \ V / 06:16:56 \_____\___/ \__,_|\___|\___\___/ \_/ 06:16:56 Bash-20200602-f809a24 06:16:56 06:16:56 06:16:56 ==> Jenkins CI detected. 06:16:56 project root: . 06:16:56 Fixing merge commit SHA 06:16:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:16:56 ==> Running gcov in . (disable via -X gcov) 06:16:56 ==> Python coveragepy not found 06:16:56 ==> Searching for coverage reports in: 06:16:56 + . 06:16:56 -> Found 1 reports 06:16:56 ==> Detecting git/mercurial file structure 06:16:56 ==> Reading reports 06:16:56 + ./coverage.out bytes=10 06:16:56 ==> Appending adjustments 06:16:56 https://docs.codecov.io/docs/fixing-reports 06:16:56 + Found adjustments 06:16:56 ==> Gzipping contents 06:16:56 ==> Uploading reports 06:16:56 url: https://codecov.io 06:16:56 query: branch=PR-239&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= 06:16:56 -> Pinging Codecov 06:16:56 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-239&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= 06:16:56 -> Uploading 06:16:57 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] } 06:16:57 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 06:16:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:16:58 ---> package-listing.sh 06:16:58 ++ facter osfamily 06:16:58 ++ tr '[:upper:]' '[:lower:]' 06:16:58 + OS_FAMILY=redhat 06:16:58 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-239 06:16:58 + START_PACKAGES=/tmp/packages_start.txt 06:16:58 + END_PACKAGES=/tmp/packages_end.txt 06:16:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:16:58 + PACKAGES=/tmp/packages_start.txt 06:16:58 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' 06:16:58 + PACKAGES=/tmp/packages_end.txt 06:16:58 + case "${OS_FAMILY}" in 06:16:58 + rpm -qa 06:16:58 + sort 06:17:02 + '[' -f /tmp/packages_start.txt ']' 06:17:02 + '[' -f /tmp/packages_end.txt ']' 06:17:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:17:02 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' 06:17:02 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ 06:17:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ [Pipeline] isUnix [Pipeline] sh 06:17:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:03 06:17:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:17:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:03 alpine: Pulling from edgex-lftools-log-publisher 06:17:03 c9b1b535fdd9: Pulling fs layer 06:17:03 2cc5ad85d9ab: Pulling fs layer 06:17:03 756a868c4378: Pulling fs layer 06:17:03 444b2fc9a129: Pulling fs layer 06:17:03 ea15f1150254: Pulling fs layer 06:17:03 41b27a9f41bf: Pulling fs layer 06:17:03 28c525ee5125: Pulling fs layer 06:17:03 094b1ea09ed8: Pulling fs layer 06:17:03 138eaada9080: Pulling fs layer 06:17:03 0622d0fa9048: Pulling fs layer 06:17:03 ea15f1150254: Waiting 06:17:03 41b27a9f41bf: Waiting 06:17:03 28c525ee5125: Waiting 06:17:03 0622d0fa9048: Waiting 06:17:03 138eaada9080: Waiting 06:17:03 094b1ea09ed8: Waiting 06:17:03 444b2fc9a129: Waiting 06:17:03 2cc5ad85d9ab: Verifying Checksum 06:17:03 2cc5ad85d9ab: Download complete 06:17:03 444b2fc9a129: Verifying Checksum 06:17:03 444b2fc9a129: Download complete 06:17:03 c9b1b535fdd9: Download complete 06:17:03 ea15f1150254: Verifying Checksum 06:17:03 ea15f1150254: Download complete 06:17:03 28c525ee5125: Download complete 06:17:03 756a868c4378: Verifying Checksum 06:17:03 756a868c4378: Download complete 06:17:04 c9b1b535fdd9: Pull complete 06:17:04 138eaada9080: Verifying Checksum 06:17:04 138eaada9080: Download complete 06:17:04 094b1ea09ed8: Verifying Checksum 06:17:04 094b1ea09ed8: Download complete 06:17:04 0622d0fa9048: Verifying Checksum 06:17:04 0622d0fa9048: Download complete 06:17:04 2cc5ad85d9ab: Pull complete 06:17:04 41b27a9f41bf: Verifying Checksum 06:17:04 41b27a9f41bf: Download complete 06:17:05 756a868c4378: Pull complete 06:17:05 444b2fc9a129: Pull complete 06:17:05 ea15f1150254: Pull complete 06:17:10 41b27a9f41bf: Pull complete 06:17:10 28c525ee5125: Pull complete 06:17:13 094b1ea09ed8: Pull complete 06:17:13 138eaada9080: Pull complete 06:17:13 0622d0fa9048: Pull complete 06:17:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:17:13 prd-centos7-docker-4c-2g-2552 does not seem to be running inside a container 06:17:13 $ 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-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:17:16 $ docker top 51d81b4625ecf31b5c2e3b6387d44fe905cae98be61a8ce0c0e65954e4546bbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:16 provisioning config files... 06:17:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config1667856594928799075tmp [Pipeline] { [Pipeline] echo 06:17:16 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:17:16 ---> create-netrc.sh [Pipeline] echo 06:17:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:17:17 ---> logs-deploy.sh 06:17:17 + ARCHIVE_ARTIFACTS= 06:17:17 + LOGS_SERVER=https://logs.edgexfoundry.org 06:17:17 + '[' https://logs.edgexfoundry.org == None ']' 06:17:17 + NEXUS_URL=https://nexus.edgexfoundry.org 06:17:17 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/2 06:17:17 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/2/ 06:17:17 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-239 06:17:18 Archives upload complete. 06:17:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/2/ 06:17:19 ---> uname -a: 06:17:19 Linux 51d81b4625ec 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:17:19 06:17:19 06:17:19 ---> lscpu: 06:17:19 Architecture: x86_64 06:17:19 CPU op-mode(s): 32-bit, 64-bit 06:17:19 Byte Order: Little Endian 06:17:19 Address sizes: 40 bits physical, 48 bits virtual 06:17:19 CPU(s): 4 06:17:19 On-line CPU(s) list: 0-3 06:17:19 Thread(s) per core: 1 06:17:19 Core(s) per socket: 1 06:17:19 Socket(s): 4 06:17:19 NUMA node(s): 1 06:17:19 Vendor ID: GenuineIntel 06:17:19 CPU family: 6 06:17:19 Model: 44 06:17:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:17:19 Stepping: 1 06:17:19 CPU MHz: 2933.396 06:17:19 BogoMIPS: 5866.79 06:17:19 Virtualization: VT-x 06:17:19 Hypervisor vendor: KVM 06:17:19 Virtualization type: full 06:17:19 L1d cache: 128 KiB 06:17:19 L1i cache: 128 KiB 06:17:19 L2 cache: 16 MiB 06:17:19 L3 cache: 64 MiB 06:17:19 NUMA node0 CPU(s): 0-3 06:17:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:17:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:17:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:17:19 Vulnerability Meltdown: Mitigation; PTI 06:17:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:17:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:17:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:17:19 Vulnerability Tsx async abort: Not affected 06:17:19 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 06:17:19 06:17:19 06:17:19 ---> nproc: 06:17:19 4 06:17:19 06:17:19 06:17:19 ---> df -h: 06:17:19 Filesystem Size Used Available Use% Mounted on 06:17:19 overlay 50.0G 7.2G 42.7G 14% / 06:17:19 tmpfs 64.0M 0 64.0M 0% /dev 06:17:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:17:19 shm 64.0M 0 64.0M 0% /dev/shm 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-239 06:17:19 /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp 06:17:19 06:17:19 06:17:19 ---> free -m: 06:17:19 total used free shared buff/cache available 06:17:19 Mem: 1837 647 110 0 1080 1085 06:17:19 Swap: 1023 0 1023 06:17:19 06:17:19 06:17:19 ---> ip addr: 06:17:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:17:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:17:19 inet 127.0.0.1/8 scope host lo 06:17:19 valid_lft forever preferred_lft forever 06:17:19 6: eth0@if7: mtu 1458 qdisc noqueue state UP 06:17:19 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:17:19 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:17:19 valid_lft forever preferred_lft forever 06:17:19 06:17:19 06:17:19 ---> sar -b -r -n DEV: 06:17:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 06:17:19 06:17:19 06:09:42 LINUX RESTART 06:17:19 06:17:19 06:10:01 tps rtps wtps bread/s bwrtn/s 06:17:19 06:11:01 155.52 63.58 91.94 8341.73 40774.28 06:17:19 06:12:01 1.73 0.00 1.73 0.00 33.67 06:17:19 06:13:01 0.55 0.00 0.55 0.00 8.11 06:17:19 06:14:01 0.17 0.00 0.17 0.00 1.47 06:17:19 06:15:01 0.25 0.00 0.25 0.00 3.20 06:17:19 06:16:01 0.33 0.00 0.33 0.00 4.78 06:17:19 06:17:01 40.55 40.28 0.27 4107.11 2.61 06:17:19 Average: 28.45 14.84 13.61 1778.76 5834.39 06:17:19 06:17:19 06:10:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:17:19 06:11:01 162548 1719008 91.36 2620 1159104 1127756 38.49 427888 1130264 120 06:17:19 06:12:01 166544 1715012 91.15 2620 1159292 1094488 37.35 426100 1128512 20 06:17:19 06:13:01 166936 1714620 91.13 2620 1159300 1094524 37.35 427324 1127376 16 06:17:19 06:14:01 169472 1712084 90.99 2620 1159300 1077968 36.79 425128 1127212 12 06:17:19 06:15:01 166536 1715020 91.15 2620 1159304 1078148 36.80 431512 1123840 8 06:17:19 06:16:01 163936 1717620 91.29 2620 1159312 1078052 36.79 437020 1121140 12 06:17:19 06:17:01 74844 1806712 96.02 2620 1219860 1113940 38.02 435252 1206812 92 06:17:19 Average: 152974 1728582 91.87 2620 1167925 1094982 37.37 430032 1137879 40 06:17:19 06:17:19 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:17:19 06:11:01 eth0 479.56 309.29 1152.55 147.92 0.00 0.00 0.00 06:17:19 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:11:01 docker0 34.23 26.37 3.18 58.59 0.00 0.00 0.00 06:17:19 06:12:01 eth0 1.70 0.38 0.43 0.21 0.00 0.00 0.00 06:17:19 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:13:01 eth0 1.68 0.52 0.60 0.39 0.00 0.00 0.00 06:17:19 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:14:01 eth0 0.30 0.08 0.03 0.04 0.00 0.00 0.00 06:17:19 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:15:01 eth0 0.62 0.55 0.35 0.22 0.00 0.00 0.00 06:17:19 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:16:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 06:17:19 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:17:01 eth0 9.08 5.60 8.97 3.23 0.00 0.00 0.00 06:17:19 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 Average: eth0 70.48 45.25 166.20 21.73 0.00 0.00 0.00 06:17:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:19 Average: docker0 4.89 3.77 0.46 8.37 0.00 0.00 0.00 06:17:19 06:17:19 06:17:19 ---> sar -P ALL: 06:17:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 06:17:19 06:17:19 06:09:42 LINUX RESTART 06:17:19 06:17:19 06:10:01 CPU %user %nice %system %iowait %steal %idle 06:17:19 06:11:01 all 15.26 0.00 7.54 8.69 0.02 68.49 06:17:19 06:11:01 0 15.00 0.00 7.67 6.58 0.02 70.74 06:17:19 06:11:01 1 14.09 0.00 6.80 6.77 0.02 72.33 06:17:19 06:11:01 2 17.24 0.00 7.27 11.89 0.02 63.58 06:17:19 06:11:01 3 14.70 0.00 8.41 9.56 0.02 67.31 06:17:19 06:12:01 all 0.17 0.00 0.05 0.00 0.00 99.78 06:17:19 06:12:01 0 0.52 0.00 0.03 0.00 0.00 99.45 06:17:19 06:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:17:19 06:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:17:19 06:12:01 3 0.07 0.00 0.05 0.00 0.00 99.88 06:17:19 06:13:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:17:19 06:13:01 0 0.47 0.00 0.05 0.00 0.00 99.48 06:17:19 06:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:17:19 06:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:17:19 06:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:17:19 06:14:01 all 0.16 0.00 0.02 0.00 0.00 99.82 06:17:19 06:14:01 0 0.53 0.00 0.05 0.00 0.00 99.42 06:17:19 06:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:17:19 06:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:17:19 06:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:17:19 06:15:01 all 0.10 0.00 0.07 0.00 0.00 99.83 06:17:19 06:15:01 0 0.32 0.00 0.13 0.00 0.00 99.55 06:17:19 06:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:17:19 06:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:17:19 06:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:17:19 06:16:01 all 0.03 0.00 0.05 0.00 0.00 99.92 06:17:19 06:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:17:19 06:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:17:19 06:16:01 2 0.03 0.00 0.10 0.00 0.00 99.87 06:17:19 06:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:17:19 06:17:01 all 0.87 0.00 0.44 0.91 0.00 97.77 06:17:19 06:17:01 0 0.47 0.00 0.40 0.03 0.00 99.10 06:17:19 06:17:01 1 1.25 0.00 0.53 1.92 0.00 96.30 06:17:19 06:17:01 2 0.83 0.00 0.43 0.90 0.00 97.83 06:17:19 06:17:01 3 0.90 0.00 0.40 0.78 0.00 97.92 06:17:19 Average: all 2.38 0.00 1.16 1.36 0.00 95.09 06:17:19 Average: 0 2.46 0.00 1.19 0.94 0.00 95.40 06:17:19 Average: 1 2.20 0.00 1.06 1.23 0.00 95.50 06:17:19 Average: 2 2.60 0.00 1.13 1.82 0.00 94.45 06:17:19 Average: 3 2.24 0.00 1.27 1.46 0.00 95.02 06:17:19 06:17:19 06:17:19