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 [2020-06-11T06:10:26.689Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T06:10:26.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T06:10:26.851Z] ========================================================= [2020-06-11T06:10:26.851Z] EdgeX Global Pipelines Version Info [2020-06-11T06:10:26.851Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:10:28.263Z] ------------------- [2020-06-11T06:10:28.263Z] stable info: [2020-06-11T06:10:28.263Z] ------------------- [2020-06-11T06:10:28.263Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T06:10:28.263Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T06:10:28.263Z] Message: update stable to v1.0.89 [2020-06-11T06:10:29.207Z] ------------------- [2020-06-11T06:10:29.207Z] experimental info: [2020-06-11T06:10:29.207Z] ------------------- [2020-06-11T06:10:29.207Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T06:10:29.207Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T06:10:29.207Z] 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 [2020-06-11T06:10:30.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:30.681Z] [2020-06-11T06:10:30.681Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:10:31.026Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:31.026Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T06:10:31.026Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T06:10:31.026Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T06:10:31.026Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T06:10:31.026Z] 93b08a4f1073: Pulling fs layer [2020-06-11T06:10:31.026Z] 93b08a4f1073: Waiting [2020-06-11T06:10:31.026Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T06:10:31.026Z] b8cc5d1170e3: Download complete [2020-06-11T06:10:31.026Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T06:10:31.026Z] 9123ac7c32f7: Download complete [2020-06-11T06:10:31.292Z] 93b08a4f1073: Verifying Checksum [2020-06-11T06:10:31.292Z] 93b08a4f1073: Download complete [2020-06-11T06:10:31.292Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T06:10:31.292Z] 2924cbbf6a41: Download complete [2020-06-11T06:10:31.292Z] 9123ac7c32f7: Pull complete [2020-06-11T06:10:31.555Z] b8cc5d1170e3: Pull complete [2020-06-11T06:10:32.128Z] 2924cbbf6a41: Pull complete [2020-06-11T06:10:32.391Z] 93b08a4f1073: Pull complete [2020-06-11T06:10:32.391Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T06:10:32.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:32.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T06:10:32.503Z] prd-centos7-docker-4c-2g-2552 does not seem to be running inside a container [2020-06-11T06:10:32.553Z] $ 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 [2020-06-11T06:10:34.744Z] $ docker top 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T06:10:34.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:10:34.936Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:10:35.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:10:35.140Z] $ docker exec 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent [2020-06-11T06:10:35.305Z] SSH_AUTH_SOCK=/tmp/ssh-cGPBjhkwJ5qL/agent.12 [2020-06-11T06:10:35.305Z] SSH_AGENT_PID=17 [2020-06-11T06:10:35.317Z] Running ssh-add (command line suppressed) [2020-06-11T06:10:35.435Z] 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) [2020-06-11T06:10:35.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:10:35.814Z] + git describe --exact-match --tags HEAD [2020-06-11T06:10:35.814Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T06:10:35.963Z] $ docker exec --env ******** --env ******** 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent -k [2020-06-11T06:10:36.078Z] unset SSH_AUTH_SOCK; [2020-06-11T06:10:36.079Z] unset SSH_AGENT_PID; [2020-06-11T06:10:36.079Z] echo Agent pid 17 killed; [2020-06-11T06:10:36.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T06:10:36.163Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T06:10:36.163Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T06:10:36.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:10:36.213Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:10:36.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:10:36.374Z] $ docker exec 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent [2020-06-11T06:10:36.526Z] SSH_AUTH_SOCK=/tmp/ssh-VPQy3CmUI8Hy/agent.45 [2020-06-11T06:10:36.526Z] SSH_AGENT_PID=50 [2020-06-11T06:10:36.532Z] Running ssh-add (command line suppressed) [2020-06-11T06:10:36.646Z] 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) [2020-06-11T06:10:36.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:10:37.004Z] + git semver init [2020-06-11T06:10:37.004Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T06:10:37.004Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.git [2020-06-11T06:10:37.004Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-11T06:10:37.004Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T06:10:37.004Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T06:10:37.004Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T06:10:37.004Z] # $SEMVER_BRANCH = PR-239 [2020-06-11T06:10:37.004Z] # $SEMVER_TEMP = /tmp/semver-987707520 [2020-06-11T06:10:37.004Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-11T06:10:38.388Z] # '/tmp/semver-987707520' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver' [2020-06-11T06:10:38.388Z] # -> Force: false [2020-06-11T06:10:38.388Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver [Pipeline] } [2020-06-11T06:10:38.400Z] $ docker exec --env ******** --env ******** 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 ssh-agent -k [2020-06-11T06:10:38.508Z] unset SSH_AUTH_SOCK; [2020-06-11T06:10:38.508Z] unset SSH_AGENT_PID; [2020-06-11T06:10:38.508Z] echo Agent pid 50 killed; [2020-06-11T06:10:38.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T06:10:38.933Z] + git semver [Pipeline] } [2020-06-11T06:10:38.948Z] $ docker stop --time=1 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 [2020-06-11T06:10:40.316Z] $ docker rm -f 9327ab65959876c51422b595aa75055a281660445bc0b8e4f1510b9dd80bda07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T06:10:41.068Z] Stashed 56 file(s) [Pipeline] echo [2020-06-11T06:10:41.070Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T06:10:56.235Z] Still waiting to schedule task [2020-06-11T06:10:56.235Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T06:10:56.236Z] Still waiting to schedule task [2020-06-11T06:10:56.236Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-11T06:12:34.418Z] Running on prd-centos7-docker-4c-2g-2555 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws [2020-06-11T06:12:34.444Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-06-11T06:12:39.116Z] using credential edgex-jenkins-ssh [2020-06-11T06:12:39.143Z] Cloning the remote Git repository [2020-06-11T06:12:39.143Z] Cloning with configured refspecs honoured and without tags [2020-06-11T06:12:39.177Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:39.245Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-06-11T06:12:39.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:39.309Z] > git --version # timeout=10 [2020-06-11T06:12:39.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:12:39.351Z] > 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 [2020-06-11T06:12:40.808Z] Fetching without tags [2020-06-11T06:12:40.760Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:12:40.768Z] > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 [2020-06-11T06:12:40.778Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:12:40.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:12:40.816Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:40.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:12:40.828Z] > 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 [2020-06-11T06:12:41.263Z] Merging remotes/origin/master commit fc6b590da5db28411c1d4ed520be24f88b5c953f into PR head commit b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:12:41.445Z] Merge succeeded, producing b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:12:41.445Z] Checking out Revision b894451eb48e16821248fec196a82dd5bdac8d2a (PR-239) [2020-06-11T06:12:41.275Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:12:41.282Z] > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 [2020-06-11T06:12:41.364Z] > git remote # timeout=10 [2020-06-11T06:12:41.415Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T06:12:41.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:12:41.426Z] > git merge fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 [2020-06-11T06:12:41.435Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T06:12:41.451Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:12:41.456Z] > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 [2020-06-11T06:12:45.347Z] 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 [2020-06-11T06:12:46.223Z] ========================================================= [2020-06-11T06:12:46.223Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T06:12:46.223Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:12:46.997Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T06:12:47.963Z] Sending build context to Docker daemon 12.92MB [2020-06-11T06:12:47.963Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T06:12:47.963Z] Step 2/8 : FROM ${BASE} [2020-06-11T06:12:53.278Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T06:12:53.278Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T06:12:53.278Z] 2848faf0eed1: Pulling fs layer [2020-06-11T06:12:53.278Z] 0f37312ad70f: Pulling fs layer [2020-06-11T06:12:53.278Z] 5788d62ee057: Pulling fs layer [2020-06-11T06:12:53.278Z] 0e6b1d234666: Pulling fs layer [2020-06-11T06:12:53.278Z] bf5d7aec512f: Pulling fs layer [2020-06-11T06:12:53.278Z] 34c802a77dc8: Pulling fs layer [2020-06-11T06:12:53.278Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T06:12:53.278Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T06:12:53.278Z] 5c102a31e300: Pulling fs layer [2020-06-11T06:12:53.278Z] dcfb455df0a1: Pulling fs layer [2020-06-11T06:12:53.278Z] 34c802a77dc8: Waiting [2020-06-11T06:12:53.278Z] 9eb99e56ec68: Waiting [2020-06-11T06:12:53.278Z] 27c7a5d97fbd: Waiting [2020-06-11T06:12:53.278Z] 5c102a31e300: Waiting [2020-06-11T06:12:53.278Z] dcfb455df0a1: Waiting [2020-06-11T06:12:53.278Z] 5788d62ee057: Waiting [2020-06-11T06:12:53.278Z] 0e6b1d234666: Waiting [2020-06-11T06:12:53.278Z] bf5d7aec512f: Waiting [2020-06-11T06:12:53.278Z] 0f37312ad70f: Download complete [2020-06-11T06:12:53.278Z] 2848faf0eed1: Verifying Checksum [2020-06-11T06:12:53.278Z] 2848faf0eed1: Download complete [2020-06-11T06:12:53.278Z] 0e6b1d234666: Verifying Checksum [2020-06-11T06:12:53.278Z] 0e6b1d234666: Download complete [2020-06-11T06:12:53.278Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T06:12:53.278Z] e6b0cf9c0882: Download complete [2020-06-11T06:12:53.278Z] bf5d7aec512f: Verifying Checksum [2020-06-11T06:12:53.278Z] bf5d7aec512f: Download complete [2020-06-11T06:12:53.562Z] e6b0cf9c0882: Pull complete [2020-06-11T06:12:54.185Z] 34c802a77dc8: Verifying Checksum [2020-06-11T06:12:54.185Z] 34c802a77dc8: Download complete [2020-06-11T06:12:54.185Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T06:12:54.185Z] 27c7a5d97fbd: Download complete [2020-06-11T06:12:54.871Z] 2848faf0eed1: Pull complete [2020-06-11T06:12:55.158Z] 5c102a31e300: Verifying Checksum [2020-06-11T06:12:55.158Z] 5c102a31e300: Download complete [2020-06-11T06:12:55.158Z] dcfb455df0a1: Verifying Checksum [2020-06-11T06:12:55.158Z] dcfb455df0a1: Download complete [2020-06-11T06:12:55.158Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T06:12:55.158Z] 9eb99e56ec68: Download complete [2020-06-11T06:12:55.158Z] 0f37312ad70f: Pull complete [2020-06-11T06:12:55.422Z] 5788d62ee057: Verifying Checksum [2020-06-11T06:12:55.422Z] 5788d62ee057: Download complete [2020-06-11T06:13:03.641Z] 5788d62ee057: Pull complete [2020-06-11T06:13:03.641Z] 0e6b1d234666: Pull complete [2020-06-11T06:13:03.641Z] bf5d7aec512f: Pull complete [2020-06-11T06:13:08.990Z] 34c802a77dc8: Pull complete [2020-06-11T06:13:12.317Z] 9eb99e56ec68: Pull complete [2020-06-11T06:13:12.317Z] 27c7a5d97fbd: Pull complete [2020-06-11T06:13:13.726Z] 5c102a31e300: Pull complete [2020-06-11T06:13:13.726Z] dcfb455df0a1: Pull complete [2020-06-11T06:13:13.726Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T06:13:13.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T06:13:13.726Z] ---> 7c70fe431013 [2020-06-11T06:13:13.726Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T06:13:14.308Z] ---> Running in f54bb66c57f5 [2020-06-11T06:13:14.576Z] Removing intermediate container f54bb66c57f5 [2020-06-11T06:13:14.576Z] ---> d8f09fb2e276 [2020-06-11T06:13:14.576Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:13:14.576Z] ---> Running in 341190f64277 [2020-06-11T06:13:16.515Z] Removing intermediate container 341190f64277 [2020-06-11T06:13:16.515Z] ---> 964e84216962 [2020-06-11T06:13:16.515Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T06:13:16.515Z] ---> Running in a73a16264f32 [2020-06-11T06:13:17.091Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:17.667Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:17.928Z] OK: 143 MiB in 39 packages [2020-06-11T06:13:18.505Z] Removing intermediate container a73a16264f32 [2020-06-11T06:13:18.505Z] ---> 9b9f6164bb68 [2020-06-11T06:13:18.505Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T06:13:18.505Z] ---> Running in ff0360f8aa20 [2020-06-11T06:13:18.771Z] Removing intermediate container ff0360f8aa20 [2020-06-11T06:13:18.771Z] ---> 561838a8f46a [2020-06-11T06:13:18.771Z] Step 7/8 : COPY . . [2020-06-11T06:13:20.721Z] ---> 01fbafb7d2fc [2020-06-11T06:13:20.721Z] Step 8/8 : RUN go mod download [2020-06-11T06:13:20.721Z] ---> Running in 2c5b7a92be02 [2020-06-11T06:13:23.292Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T06:13:23.292Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T06:13:23.292Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T06:13:23.292Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T06:13:23.292Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T06:13:23.292Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T06:13:23.292Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T06:13:23.558Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T06:13:23.558Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T06:13:23.558Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T06:13:23.558Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T06:13:23.558Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T06:13:23.558Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T06:13:23.558Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T06:13:23.558Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T06:13:23.558Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T06:13:23.558Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T06:13:23.558Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T06:13:23.558Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T06:13:23.558Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T06:13:23.558Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T06:13:23.558Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T06:13:23.558Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T06:13:23.558Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T06:13:23.558Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T06:13:23.558Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T06:13:23.558Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T06:13:23.558Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T06:13:23.837Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T06:13:23.837Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T06:13:23.837Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T06:13:23.837Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T06:13:23.837Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T06:13:23.837Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T06:13:23.837Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T06:13:23.837Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T06:13:23.837Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T06:13:23.837Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T06:13:23.837Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T06:13:24.100Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T06:13:24.100Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T06:13:24.100Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T06:13:24.100Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T06:13:24.100Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T06:13:24.100Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T06:13:24.100Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T06:13:24.100Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T06:13:24.100Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T06:13:24.100Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T06:13:24.100Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T06:13:24.100Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T06:13:24.100Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T06:13:24.100Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T06:13:24.100Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T06:13:24.100Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T06:13:24.100Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T06:13:24.100Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T06:13:24.100Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T06:13:24.100Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T06:13:24.100Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T06:13:24.366Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T06:13:24.366Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T06:13:24.366Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T06:13:24.366Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T06:13:24.366Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T06:13:24.366Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T06:13:24.366Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T06:13:39.403Z] Removing intermediate container 2c5b7a92be02 [2020-06-11T06:13:39.403Z] ---> 2745801f085c [2020-06-11T06:13:39.403Z] Successfully built 2745801f085c [2020-06-11T06:13:39.403Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:39.883Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T06:13:39.883Z] . [Pipeline] withDockerContainer [2020-06-11T06:13:39.994Z] prd-centos7-docker-4c-2g-2555 does not seem to be running inside a container [2020-06-11T06:13:40.051Z] $ 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 [2020-06-11T06:13:40.710Z] $ docker top f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T06:13:41.188Z] + go version [2020-06-11T06:13:41.188Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T06:13:41.509Z] + make test [2020-06-11T06:13:41.509Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T06:13:42.922Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T06:13:51.762Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T06:13:51.762Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T06:13:51.763Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T06:13:51.763Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-11T06:13:53.504Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T06:13:53.513Z] $ docker stop --time=1 f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 [2020-06-11T06:13:55.741Z] $ docker rm -f f89681c74b6542499e0b3c964818d9656c944a3b7dd721409cad6d9c58020085 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T06:13:56.676Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T06:13:56.980Z] + ls -al . [2020-06-11T06:13:56.980Z] total 84 [2020-06-11T06:13:56.980Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 06:13 . [2020-06-11T06:13:56.980Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 06:12 .. [2020-06-11T06:13:56.980Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 06:12 assets [2020-06-11T06:13:56.980Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 06:12 bin [2020-06-11T06:13:56.980Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 11 06:12 cmd [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 11 06:12 CONTRIBUTING.md [2020-06-11T06:13:56.980Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 11 06:13 coverage.out [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 11 06:12 Dockerfile [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 11 06:12 Dockerfile.build [2020-06-11T06:13:56.980Z] drwxrwxr-x. 4 jenkins jenkins 72 Jun 11 06:12 docs [2020-06-11T06:13:56.980Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 06:12 .git [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 11 06:12 .gitignore [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 11 06:12 go.mod [2020-06-11T06:13:56.980Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 11 06:13 go.sum [2020-06-11T06:13:56.980Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 11 06:12 internal [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 11 06:12 Jenkinsfile [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 11 06:12 LICENSE [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 11 06:12 Makefile [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 2409 Jun 11 06:12 README.md [2020-06-11T06:13:56.980Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 06:12 .semver [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 06:10 VERSION [2020-06-11T06:13:56.980Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 11 06:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:57.294Z] + 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 . [2020-06-11T06:13:57.554Z] Sending build context to Docker daemon 12.94MB [2020-06-11T06:13:57.554Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T06:13:57.554Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T06:13:57.554Z] ---> 2745801f085c [2020-06-11T06:13:57.554Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T06:13:58.127Z] ---> Running in 7f29030dd920 [2020-06-11T06:13:58.389Z] Removing intermediate container 7f29030dd920 [2020-06-11T06:13:58.389Z] ---> 52453c003ba8 [2020-06-11T06:13:58.389Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T06:13:58.389Z] ---> Running in 00ae53137a7b [2020-06-11T06:13:58.475Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2556 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws [2020-06-11T06:13:58.499Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-06-11T06:13:58.650Z] Removing intermediate container 00ae53137a7b [2020-06-11T06:13:58.650Z] ---> ad213767cbf8 [2020-06-11T06:13:58.650Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T06:13:58.650Z] ---> Running in 7baa37fed3c9 [2020-06-11T06:13:58.913Z] Removing intermediate container 7baa37fed3c9 [2020-06-11T06:13:58.913Z] ---> 24c41f6f0241 [2020-06-11T06:13:58.913Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T06:13:58.913Z] ---> Running in 0a9c0040ec48 [2020-06-11T06:13:58.913Z] Removing intermediate container 0a9c0040ec48 [2020-06-11T06:13:58.913Z] ---> a8e1d8bb05f6 [2020-06-11T06:13:58.913Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T06:13:59.178Z] ---> Running in 448b17cb40bc [2020-06-11T06:13:59.178Z] Removing intermediate container 448b17cb40bc [2020-06-11T06:13:59.178Z] ---> eaa6ab48049b [2020-06-11T06:13:59.178Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:13:59.178Z] ---> Running in 2fc42825119b [2020-06-11T06:14:00.137Z] Removing intermediate container 2fc42825119b [2020-06-11T06:14:00.137Z] ---> 4edf5f96949b [2020-06-11T06:14:00.137Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T06:14:00.137Z] ---> Running in 67a16eb84b60 [2020-06-11T06:14:00.716Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:14:01.289Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:14:01.862Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T06:14:01.862Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T06:14:01.862Z] OK: 11290 distinct packages available [2020-06-11T06:14:01.862Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:14:02.437Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:14:03.013Z] OK: 143 MiB in 39 packages [2020-06-11T06:14:03.278Z] Removing intermediate container 67a16eb84b60 [2020-06-11T06:14:03.278Z] ---> f83dd1117ef3 [2020-06-11T06:14:03.278Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T06:14:03.278Z] ---> Running in 6921407aa478 [2020-06-11T06:14:03.541Z] Removing intermediate container 6921407aa478 [2020-06-11T06:14:03.541Z] ---> a87c4f68650b [2020-06-11T06:14:03.541Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T06:14:03.541Z] ---> Running in ad8726d0611a [2020-06-11T06:14:03.803Z] Removing intermediate container ad8726d0611a [2020-06-11T06:14:03.803Z] ---> 623f6b7f1171 [2020-06-11T06:14:03.803Z] Step 12/24 : COPY go.mod . [2020-06-11T06:14:04.067Z] ---> caa58953810f [2020-06-11T06:14:04.067Z] Step 13/24 : COPY Makefile . [2020-06-11T06:14:04.073Z] using credential edgex-jenkins-ssh [2020-06-11T06:14:04.108Z] Cloning the remote Git repository [2020-06-11T06:14:04.108Z] Cloning with configured refspecs honoured and without tags [2020-06-11T06:14:04.335Z] ---> aaa46712f019 [2020-06-11T06:14:04.335Z] Step 14/24 : RUN make update [2020-06-11T06:14:04.335Z] ---> Running in 76c47bd4fa6c [2020-06-11T06:14:04.602Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T06:14:04.154Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:14:04.266Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-06-11T06:14:04.339Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:14:04.340Z] > git --version # timeout=10 [2020-06-11T06:14:04.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:14:04.444Z] > 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 [2020-06-11T06:14:05.181Z] Removing intermediate container 76c47bd4fa6c [2020-06-11T06:14:05.181Z] ---> f2ca4b0b01e8 [2020-06-11T06:14:05.181Z] Step 15/24 : COPY . . [2020-06-11T06:14:05.801Z] Fetching without tags [2020-06-11T06:14:05.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:14:05.692Z] > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 [2020-06-11T06:14:05.713Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:14:05.746Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:14:05.786Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:14:05.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:14:05.801Z] > 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 [2020-06-11T06:14:06.357Z] Merging remotes/origin/master commit fc6b590da5db28411c1d4ed520be24f88b5c953f into PR head commit b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:14:06.585Z] ---> 02c631e0817b [2020-06-11T06:14:06.585Z] Step 16/24 : RUN ${MAKE} [2020-06-11T06:14:06.585Z] ---> Running in 526dc599a6c2 [2020-06-11T06:14:06.726Z] Merge succeeded, producing b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:14:06.727Z] Checking out Revision b894451eb48e16821248fec196a82dd5bdac8d2a (PR-239) [2020-06-11T06:14:07.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T06:14:06.351Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:14:06.374Z] > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 [2020-06-11T06:14:06.601Z] > git remote # timeout=10 [2020-06-11T06:14:06.622Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T06:14:06.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:14:06.653Z] > git merge fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 [2020-06-11T06:14:06.680Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T06:14:06.707Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:14:06.728Z] > git checkout -f b894451eb48e16821248fec196a82dd5bdac8d2a # timeout=10 [2020-06-11T06:14:11.609Z] 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 [2020-06-11T06:14:13.126Z] ========================================================= [2020-06-11T06:14:13.126Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T06:14:13.126Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:14:14.344Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T06:14:15.331Z] Sending build context to Docker daemon 12.92MB [2020-06-11T06:14:15.331Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T06:14:15.331Z] Step 2/8 : FROM ${BASE} [2020-06-11T06:14:15.609Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T06:14:15.609Z] cde5963f3b93: Pulling fs layer [2020-06-11T06:14:15.609Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T06:14:15.609Z] 777b28850792: Pulling fs layer [2020-06-11T06:14:15.609Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T06:14:15.609Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T06:14:15.609Z] 1df406cf5192: Pulling fs layer [2020-06-11T06:14:15.609Z] cd6300453558: Pulling fs layer [2020-06-11T06:14:15.609Z] b9c365052c96: Pulling fs layer [2020-06-11T06:14:15.609Z] a2d8cc88f415: Pulling fs layer [2020-06-11T06:14:15.609Z] ea1d1ca13537: Pulling fs layer [2020-06-11T06:14:15.609Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T06:14:15.609Z] 8a11ddd9e578: Waiting [2020-06-11T06:14:15.609Z] 4cf88f913ddb: Waiting [2020-06-11T06:14:15.609Z] 1df406cf5192: Waiting [2020-06-11T06:14:15.609Z] cd6300453558: Waiting [2020-06-11T06:14:15.609Z] b9c365052c96: Waiting [2020-06-11T06:14:15.609Z] a2d8cc88f415: Waiting [2020-06-11T06:14:15.609Z] ea1d1ca13537: Waiting [2020-06-11T06:14:15.609Z] 3750a50a1c5e: Waiting [2020-06-11T06:14:15.609Z] 777b28850792: Verifying Checksum [2020-06-11T06:14:15.609Z] 777b28850792: Download complete [2020-06-11T06:14:15.609Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T06:14:15.609Z] 2a23fa8c16f7: Download complete [2020-06-11T06:14:15.887Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T06:14:15.887Z] 4cf88f913ddb: Download complete [2020-06-11T06:14:15.887Z] 1df406cf5192: Download complete [2020-06-11T06:14:15.887Z] cde5963f3b93: Verifying Checksum [2020-06-11T06:14:15.887Z] cde5963f3b93: Download complete [2020-06-11T06:14:16.497Z] cde5963f3b93: Pull complete [2020-06-11T06:14:17.098Z] 2a23fa8c16f7: Pull complete [2020-06-11T06:14:17.278Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T06:14:17.709Z] 777b28850792: Pull complete [2020-06-11T06:14:17.710Z] cd6300453558: Verifying Checksum [2020-06-11T06:14:17.710Z] cd6300453558: Download complete [2020-06-11T06:14:17.710Z] a2d8cc88f415: Verifying Checksum [2020-06-11T06:14:17.710Z] a2d8cc88f415: Download complete [2020-06-11T06:14:19.153Z] ea1d1ca13537: Verifying Checksum [2020-06-11T06:14:19.153Z] ea1d1ca13537: Download complete [2020-06-11T06:14:19.153Z] 3750a50a1c5e: Download complete [2020-06-11T06:14:19.201Z] Removing intermediate container 526dc599a6c2 [2020-06-11T06:14:19.201Z] ---> b953c85085a0 [2020-06-11T06:14:19.201Z] Step 17/24 : FROM alpine [2020-06-11T06:14:19.463Z] latest: Pulling from library/alpine [2020-06-11T06:14:19.728Z] df20fa9351a1: Pulling fs layer [2020-06-11T06:14:19.728Z] df20fa9351a1: Verifying Checksum [2020-06-11T06:14:19.728Z] df20fa9351a1: Download complete [2020-06-11T06:14:19.990Z] df20fa9351a1: Pull complete [2020-06-11T06:14:19.990Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T06:14:19.990Z] Status: Downloaded newer image for alpine:latest [2020-06-11T06:14:19.990Z] ---> a24bb4013296 [2020-06-11T06:14:19.990Z] Step 18/24 : EXPOSE 4000 [2020-06-11T06:14:20.138Z] b9c365052c96: Verifying Checksum [2020-06-11T06:14:20.138Z] b9c365052c96: Download complete [2020-06-11T06:14:20.252Z] ---> Running in ea837627ad45 [2020-06-11T06:14:20.514Z] Removing intermediate container ea837627ad45 [2020-06-11T06:14:20.514Z] ---> 12ae1b5af266 [2020-06-11T06:14:20.514Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:14:21.118Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T06:14:21.119Z] 8a11ddd9e578: Download complete [2020-06-11T06:14:21.461Z] ---> 46cbb01c81fe [2020-06-11T06:14:21.461Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:14:21.461Z] ---> Running in 751c1e727969 [2020-06-11T06:14:21.461Z] Removing intermediate container 751c1e727969 [2020-06-11T06:14:21.461Z] ---> 634798a124bb [2020-06-11T06:14:21.461Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T06:14:21.728Z] ---> Running in d5ba102bf51d [2020-06-11T06:14:21.728Z] Removing intermediate container d5ba102bf51d [2020-06-11T06:14:21.728Z] ---> 18060296963e [2020-06-11T06:14:21.728Z] Step 22/24 : LABEL arch=amd64 [2020-06-11T06:14:21.728Z] ---> Running in 4ea4e082ef84 [2020-06-11T06:14:21.994Z] Removing intermediate container 4ea4e082ef84 [2020-06-11T06:14:21.994Z] ---> e4c75c7d6112 [2020-06-11T06:14:21.994Z] Step 23/24 : LABEL git_sha=b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:14:21.994Z] ---> Running in a85ca45d96e5 [2020-06-11T06:14:22.257Z] Removing intermediate container a85ca45d96e5 [2020-06-11T06:14:22.257Z] ---> 07e34fd1c9f7 [2020-06-11T06:14:22.257Z] Step 24/24 : LABEL version=0.0.0 [2020-06-11T06:14:22.257Z] ---> Running in 410acb823522 [2020-06-11T06:14:22.519Z] Removing intermediate container 410acb823522 [2020-06-11T06:14:22.519Z] ---> 2eea65f17b04 [2020-06-11T06:14:22.519Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T06:14:22.519Z] Successfully built 2eea65f17b04 [2020-06-11T06:14:22.519Z] 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] } [2020-06-11T06:14:31.710Z] 8a11ddd9e578: Pull complete [2020-06-11T06:14:32.307Z] 4cf88f913ddb: Pull complete [2020-06-11T06:14:32.588Z] 1df406cf5192: Pull complete [2020-06-11T06:14:38.005Z] cd6300453558: Pull complete [2020-06-11T06:14:42.325Z] b9c365052c96: Pull complete [2020-06-11T06:14:42.325Z] a2d8cc88f415: Pull complete [2020-06-11T06:14:44.323Z] ea1d1ca13537: Pull complete [2020-06-11T06:14:44.613Z] 3750a50a1c5e: Pull complete [2020-06-11T06:14:44.613Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T06:14:44.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T06:14:44.613Z] ---> 78745c68409d [2020-06-11T06:14:44.613Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T06:14:50.004Z] ---> Running in 998dd4d55f7a [2020-06-11T06:14:50.004Z] Removing intermediate container 998dd4d55f7a [2020-06-11T06:14:50.004Z] ---> 863db10b8efd [2020-06-11T06:14:50.004Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:14:50.004Z] ---> Running in 805e651515fa [2020-06-11T06:14:53.393Z] Removing intermediate container 805e651515fa [2020-06-11T06:14:53.393Z] ---> a4877f7bf64f [2020-06-11T06:14:53.393Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T06:14:53.393Z] ---> Running in 44acfd1b8039 [2020-06-11T06:14:54.824Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:55.419Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:56.013Z] OK: 125 MiB in 39 packages [2020-06-11T06:14:57.445Z] Removing intermediate container 44acfd1b8039 [2020-06-11T06:14:57.445Z] ---> 4b43c060d78c [2020-06-11T06:14:57.445Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T06:14:57.445Z] ---> Running in 355b73e5d2a0 [2020-06-11T06:14:58.038Z] Removing intermediate container 355b73e5d2a0 [2020-06-11T06:14:58.038Z] ---> 2b78b63eb607 [2020-06-11T06:14:58.038Z] Step 7/8 : COPY . . [2020-06-11T06:14:59.466Z] ---> 6d4483de3dee [2020-06-11T06:14:59.466Z] Step 8/8 : RUN go mod download [2020-06-11T06:14:59.738Z] ---> Running in 019a8ffe98ab [2020-06-11T06:15:02.372Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T06:15:02.372Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T06:15:02.372Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T06:15:02.372Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T06:15:02.645Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T06:15:02.645Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T06:15:02.645Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T06:15:02.645Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T06:15:02.645Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T06:15:02.645Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T06:15:02.645Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T06:15:02.645Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T06:15:02.645Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T06:15:02.645Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T06:15:02.645Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T06:15:02.645Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T06:15:02.645Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T06:15:02.645Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T06:15:02.918Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T06:15:02.918Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T06:15:02.918Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T06:15:02.918Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T06:15:02.918Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T06:15:02.918Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T06:15:02.918Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T06:15:02.918Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T06:15:02.918Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T06:15:02.918Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T06:15:02.918Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T06:15:02.918Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T06:15:02.918Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T06:15:02.918Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T06:15:03.190Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T06:15:03.461Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T06:15:03.461Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T06:15:03.461Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T06:15:03.461Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T06:15:03.461Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T06:15:03.461Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T06:15:03.461Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T06:15:03.461Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T06:15:03.461Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T06:15:03.461Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T06:15:03.461Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T06:15:03.461Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T06:15:03.461Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-11T06:15:03.461Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T06:15:03.461Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T06:15:03.461Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T06:15:03.461Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T06:15:03.461Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T06:15:03.461Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T06:15:03.732Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T06:15:03.732Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T06:15:03.732Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T06:15:03.732Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T06:15:03.732Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T06:15:03.732Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T06:15:03.732Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T06:15:03.732Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T06:15:03.732Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T06:15:03.732Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T06:15:03.732Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T06:15:03.732Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T06:15:03.732Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T06:15:04.004Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T06:15:04.004Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T06:15:04.004Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T06:15:04.004Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T06:15:04.004Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T06:15:04.004Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T06:15:04.004Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T06:15:04.004Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T06:15:04.004Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T06:15:04.004Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T06:15:04.004Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T06:15:04.004Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T06:15:04.004Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T06:15:04.004Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T06:15:04.004Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T06:15:04.004Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T06:15:04.004Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T06:15:04.004Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T06:15:04.004Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T06:15:04.004Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T06:15:04.004Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T06:15:22.317Z] Removing intermediate container 019a8ffe98ab [2020-06-11T06:15:22.317Z] ---> 3c1a70b5691e [2020-06-11T06:15:22.317Z] Successfully built 3c1a70b5691e [2020-06-11T06:15:22.317Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:22.858Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T06:15:22.858Z] . [Pipeline] withDockerContainer [2020-06-11T06:15:23.136Z] prd-ubuntu18.04-docker-arm64-4c-16g-2556 does not seem to be running inside a container [2020-06-11T06:15:23.186Z] $ 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 [2020-06-11T06:15:25.019Z] $ docker top 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T06:15:26.393Z] + go version [2020-06-11T06:15:26.393Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T06:15:27.435Z] + make test [2020-06-11T06:15:27.435Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T06:15:28.878Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T06:15:51.076Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T06:15:51.076Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-11T06:15:55.421Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T06:15:55.794Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T06:15:55.768Z] $ docker stop --time=1 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 [2020-06-11T06:15:57.739Z] $ docker rm -f 59fcf1dad500e33af8ee430319728b1c02ed0736131d41bf31aa1d061e481011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T06:15:58.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T06:15:59.091Z] + ls -al . [2020-06-11T06:15:59.091Z] total 116 [2020-06-11T06:15:59.091Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 06:15 . [2020-06-11T06:15:59.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:14 .. [2020-06-11T06:15:59.091Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 06:14 .git [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 11 06:14 .gitignore [2020-06-11T06:15:59.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 .semver [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 11 06:14 CONTRIBUTING.md [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 11 06:14 Dockerfile [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 11 06:14 Dockerfile.build [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 11 06:14 Jenkinsfile [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 11 06:14 LICENSE [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 11 06:14 Makefile [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 2409 Jun 11 06:14 README.md [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 06:10 VERSION [2020-06-11T06:15:59.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 assets [2020-06-11T06:15:59.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 06:14 bin [2020-06-11T06:15:59.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:14 cmd [2020-06-11T06:15:59.091Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 11 06:15 coverage.out [2020-06-11T06:15:59.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:14 docs [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 11 06:14 go.mod [2020-06-11T06:15:59.091Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 11 06:15 go.sum [2020-06-11T06:15:59.091Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 06:14 internal [2020-06-11T06:15:59.091Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 11 06:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:59.430Z] + 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 . [2020-06-11T06:16:00.029Z] Sending build context to Docker daemon 12.94MB [2020-06-11T06:16:00.029Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T06:16:00.029Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T06:16:00.029Z] ---> 3c1a70b5691e [2020-06-11T06:16:00.029Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T06:16:00.300Z] ---> Running in 13b6e6669c47 [2020-06-11T06:16:00.573Z] Removing intermediate container 13b6e6669c47 [2020-06-11T06:16:00.573Z] ---> 121c9283ca2b [2020-06-11T06:16:00.573Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T06:16:00.845Z] ---> Running in bec08b892011 [2020-06-11T06:16:01.117Z] Removing intermediate container bec08b892011 [2020-06-11T06:16:01.117Z] ---> 01ad203e6190 [2020-06-11T06:16:01.117Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T06:16:01.400Z] ---> Running in d40aca4a4649 [2020-06-11T06:16:01.676Z] Removing intermediate container d40aca4a4649 [2020-06-11T06:16:01.676Z] ---> 1ea5f4cd4a59 [2020-06-11T06:16:01.676Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T06:16:01.949Z] ---> Running in 8a8893f05464 [2020-06-11T06:16:02.545Z] Removing intermediate container 8a8893f05464 [2020-06-11T06:16:02.545Z] ---> f4c48a8f950a [2020-06-11T06:16:02.545Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T06:16:02.545Z] ---> Running in c6d78a552063 [2020-06-11T06:16:02.820Z] Removing intermediate container c6d78a552063 [2020-06-11T06:16:02.820Z] ---> 680e4a30f6d3 [2020-06-11T06:16:02.820Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:16:03.095Z] ---> Running in 3438f5c50128 [2020-06-11T06:16:05.716Z] Removing intermediate container 3438f5c50128 [2020-06-11T06:16:05.716Z] ---> fcbbf5b413e0 [2020-06-11T06:16:05.716Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T06:16:05.716Z] ---> Running in a963801b1fea [2020-06-11T06:16:07.148Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:16:07.738Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:16:08.330Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T06:16:08.331Z] v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T06:16:08.331Z] OK: 11179 distinct packages available [2020-06-11T06:16:08.331Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:16:09.304Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:16:09.576Z] OK: 125 MiB in 39 packages [2020-06-11T06:16:11.012Z] Removing intermediate container a963801b1fea [2020-06-11T06:16:11.012Z] ---> c889db4a9a6b [2020-06-11T06:16:11.012Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T06:16:11.012Z] ---> Running in 4af3cd7651d5 [2020-06-11T06:16:11.607Z] Removing intermediate container 4af3cd7651d5 [2020-06-11T06:16:11.607Z] ---> 20ba2685e9c8 [2020-06-11T06:16:11.607Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T06:16:11.607Z] ---> Running in c799b6c74128 [2020-06-11T06:16:12.203Z] Removing intermediate container c799b6c74128 [2020-06-11T06:16:12.203Z] ---> 42c84e30cc8f [2020-06-11T06:16:12.203Z] Step 12/24 : COPY go.mod . [2020-06-11T06:16:12.798Z] ---> d1b659951f22 [2020-06-11T06:16:12.798Z] Step 13/24 : COPY Makefile . [2020-06-11T06:16:13.395Z] ---> 5585df1551bc [2020-06-11T06:16:13.395Z] Step 14/24 : RUN make update [2020-06-11T06:16:13.669Z] ---> Running in b5d213012be5 [2020-06-11T06:16:15.113Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T06:16:16.548Z] Removing intermediate container b5d213012be5 [2020-06-11T06:16:16.548Z] ---> e605765e1942 [2020-06-11T06:16:16.548Z] Step 15/24 : COPY . . [2020-06-11T06:16:17.980Z] ---> add1b8ee34f1 [2020-06-11T06:16:17.980Z] Step 16/24 : RUN ${MAKE} [2020-06-11T06:16:17.980Z] ---> Running in bee5d8679e97 [2020-06-11T06:16:19.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T06:16:41.602Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T06:16:48.303Z] Removing intermediate container bee5d8679e97 [2020-06-11T06:16:48.303Z] ---> 7261a48a376a [2020-06-11T06:16:48.303Z] Step 17/24 : FROM alpine [2020-06-11T06:16:48.576Z] latest: Pulling from library/alpine [2020-06-11T06:16:48.576Z] b538f80385f9: Pulling fs layer [2020-06-11T06:16:48.854Z] b538f80385f9: Download complete [2020-06-11T06:16:49.452Z] b538f80385f9: Pull complete [2020-06-11T06:16:49.452Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T06:16:49.452Z] Status: Downloaded newer image for alpine:latest [2020-06-11T06:16:49.452Z] ---> 62ee0e9f8440 [2020-06-11T06:16:49.452Z] Step 18/24 : EXPOSE 4000 [2020-06-11T06:16:49.725Z] ---> Running in 2b77b72d6d79 [2020-06-11T06:16:50.323Z] Removing intermediate container 2b77b72d6d79 [2020-06-11T06:16:50.323Z] ---> 224f6f7bd600 [2020-06-11T06:16:50.323Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:16:51.760Z] ---> 84c5aabd97a7 [2020-06-11T06:16:51.760Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:16:52.035Z] ---> Running in 21773171d36a [2020-06-11T06:16:52.312Z] Removing intermediate container 21773171d36a [2020-06-11T06:16:52.312Z] ---> 92e2751aaf50 [2020-06-11T06:16:52.312Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T06:16:52.585Z] ---> Running in f39e175ecf79 [2020-06-11T06:16:52.859Z] Removing intermediate container f39e175ecf79 [2020-06-11T06:16:52.859Z] ---> 9fc70b036c8b [2020-06-11T06:16:52.859Z] Step 22/24 : LABEL arch=arm64 [2020-06-11T06:16:53.134Z] ---> Running in 811032817bdc [2020-06-11T06:16:53.406Z] Removing intermediate container 811032817bdc [2020-06-11T06:16:53.406Z] ---> deab7bf8a47a [2020-06-11T06:16:53.406Z] Step 23/24 : LABEL git_sha=b894451eb48e16821248fec196a82dd5bdac8d2a [2020-06-11T06:16:53.681Z] ---> Running in 14ad34537991 [2020-06-11T06:16:53.955Z] Removing intermediate container 14ad34537991 [2020-06-11T06:16:53.955Z] ---> f1f048b07404 [2020-06-11T06:16:53.955Z] Step 24/24 : LABEL version=0.0.0 [2020-06-11T06:16:54.229Z] ---> Running in b85e7a516ed4 [2020-06-11T06:16:54.503Z] Removing intermediate container b85e7a516ed4 [2020-06-11T06:16:54.503Z] ---> dad4c62ca929 [2020-06-11T06:16:54.503Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T06:16:54.503Z] Successfully built dad4c62ca929 [2020-06-11T06:16:54.782Z] 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 [2020-06-11T06:16:55.468Z] provisioning config files... [2020-06-11T06:16:55.479Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config5355440746655721420tmp [Pipeline] { [Pipeline] sh [2020-06-11T06:16:55.814Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config5355440746655721420tmp [2020-06-11T06:16:55.814Z] + curl -s https://codecov.io/bash [2020-06-11T06:16:56.075Z] [2020-06-11T06:16:56.076Z] _____ _ [2020-06-11T06:16:56.076Z] / ____| | | [2020-06-11T06:16:56.076Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T06:16:56.076Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T06:16:56.076Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T06:16:56.076Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T06:16:56.076Z] Bash-20200602-f809a24 [2020-06-11T06:16:56.076Z] [2020-06-11T06:16:56.076Z] [2020-06-11T06:16:56.076Z] ==> Jenkins CI detected. [2020-06-11T06:16:56.076Z] project root: . [2020-06-11T06:16:56.076Z] Fixing merge commit SHA [2020-06-11T06:16:56.076Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T06:16:56.076Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T06:16:56.076Z] ==> Python coveragepy not found [2020-06-11T06:16:56.076Z] ==> Searching for coverage reports in: [2020-06-11T06:16:56.076Z] + . [2020-06-11T06:16:56.076Z] -> Found 1 reports [2020-06-11T06:16:56.076Z] ==> Detecting git/mercurial file structure [2020-06-11T06:16:56.076Z] ==> Reading reports [2020-06-11T06:16:56.076Z] + ./coverage.out bytes=10 [2020-06-11T06:16:56.076Z] ==> Appending adjustments [2020-06-11T06:16:56.076Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T06:16:56.338Z] + Found adjustments [2020-06-11T06:16:56.338Z] ==> Gzipping contents [2020-06-11T06:16:56.338Z] ==> Uploading reports [2020-06-11T06:16:56.338Z] url: https://codecov.io [2020-06-11T06:16:56.338Z] 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= [2020-06-11T06:16:56.338Z] -> Pinging Codecov [2020-06-11T06:16:56.338Z] 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= [2020-06-11T06:16:56.598Z] -> Uploading [2020-06-11T06:16:57.169Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] } [2020-06-11T06:16:57.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:16:58.018Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:16:58.582Z] ---> package-listing.sh [2020-06-11T06:16:58.582Z] ++ facter osfamily [2020-06-11T06:16:58.582Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T06:16:58.582Z] + OS_FAMILY=redhat [2020-06-11T06:16:58.582Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-11T06:16:58.582Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T06:16:58.582Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T06:16:58.582Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T06:16:58.582Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T06:16:58.582Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' [2020-06-11T06:16:58.582Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T06:16:58.582Z] + case "${OS_FAMILY}" in [2020-06-11T06:16:58.582Z] + rpm -qa [2020-06-11T06:16:58.582Z] + sort [2020-06-11T06:17:02.803Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T06:17:02.803Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T06:17:02.803Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T06:17:02.803Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' [2020-06-11T06:17:02.803Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ [2020-06-11T06:17:02.803Z] + 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 [2020-06-11T06:17:03.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:17:03.185Z] [2020-06-11T06:17:03.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:03.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:17:03.508Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T06:17:03.508Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T06:17:03.508Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T06:17:03.508Z] 756a868c4378: Pulling fs layer [2020-06-11T06:17:03.508Z] 444b2fc9a129: Pulling fs layer [2020-06-11T06:17:03.508Z] ea15f1150254: Pulling fs layer [2020-06-11T06:17:03.508Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T06:17:03.508Z] 28c525ee5125: Pulling fs layer [2020-06-11T06:17:03.508Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T06:17:03.508Z] 138eaada9080: Pulling fs layer [2020-06-11T06:17:03.508Z] 0622d0fa9048: Pulling fs layer [2020-06-11T06:17:03.508Z] ea15f1150254: Waiting [2020-06-11T06:17:03.508Z] 41b27a9f41bf: Waiting [2020-06-11T06:17:03.508Z] 28c525ee5125: Waiting [2020-06-11T06:17:03.508Z] 0622d0fa9048: Waiting [2020-06-11T06:17:03.508Z] 138eaada9080: Waiting [2020-06-11T06:17:03.508Z] 094b1ea09ed8: Waiting [2020-06-11T06:17:03.508Z] 444b2fc9a129: Waiting [2020-06-11T06:17:03.508Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T06:17:03.508Z] 2cc5ad85d9ab: Download complete [2020-06-11T06:17:03.508Z] 444b2fc9a129: Verifying Checksum [2020-06-11T06:17:03.508Z] 444b2fc9a129: Download complete [2020-06-11T06:17:03.508Z] c9b1b535fdd9: Download complete [2020-06-11T06:17:03.508Z] ea15f1150254: Verifying Checksum [2020-06-11T06:17:03.508Z] ea15f1150254: Download complete [2020-06-11T06:17:03.796Z] 28c525ee5125: Download complete [2020-06-11T06:17:03.796Z] 756a868c4378: Verifying Checksum [2020-06-11T06:17:03.796Z] 756a868c4378: Download complete [2020-06-11T06:17:04.074Z] c9b1b535fdd9: Pull complete [2020-06-11T06:17:04.074Z] 138eaada9080: Verifying Checksum [2020-06-11T06:17:04.074Z] 138eaada9080: Download complete [2020-06-11T06:17:04.074Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T06:17:04.074Z] 094b1ea09ed8: Download complete [2020-06-11T06:17:04.074Z] 0622d0fa9048: Verifying Checksum [2020-06-11T06:17:04.074Z] 0622d0fa9048: Download complete [2020-06-11T06:17:04.339Z] 2cc5ad85d9ab: Pull complete [2020-06-11T06:17:04.600Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T06:17:04.600Z] 41b27a9f41bf: Download complete [2020-06-11T06:17:05.567Z] 756a868c4378: Pull complete [2020-06-11T06:17:05.567Z] 444b2fc9a129: Pull complete [2020-06-11T06:17:05.828Z] ea15f1150254: Pull complete [2020-06-11T06:17:10.058Z] 41b27a9f41bf: Pull complete [2020-06-11T06:17:10.058Z] 28c525ee5125: Pull complete [2020-06-11T06:17:13.364Z] 094b1ea09ed8: Pull complete [2020-06-11T06:17:13.364Z] 138eaada9080: Pull complete [2020-06-11T06:17:13.364Z] 0622d0fa9048: Pull complete [2020-06-11T06:17:13.364Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T06:17:13.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:17:13.626Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T06:17:13.776Z] prd-centos7-docker-4c-2g-2552 does not seem to be running inside a container [2020-06-11T06:17:13.820Z] $ 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 [2020-06-11T06:17:16.504Z] $ docker top 51d81b4625ecf31b5c2e3b6387d44fe905cae98be61a8ce0c0e65954e4546bbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T06:17:16.664Z] provisioning config files... [2020-06-11T06:17:16.676Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config1667856594928799075tmp [Pipeline] { [Pipeline] echo [2020-06-11T06:17:16.708Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:17:16.998Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T06:17:17.008Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:17:17.297Z] ---> logs-deploy.sh [2020-06-11T06:17:17.297Z] + ARCHIVE_ARTIFACTS= [2020-06-11T06:17:17.297Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T06:17:17.297Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T06:17:17.297Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T06:17:17.297Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/2 [2020-06-11T06:17:17.297Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/2/ [2020-06-11T06:17:17.297Z] + 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 [2020-06-11T06:17:18.682Z] Archives upload complete. [2020-06-11T06:17:18.682Z] + 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/ [2020-06-11T06:17:19.255Z] ---> uname -a: [2020-06-11T06:17:19.255Z] Linux 51d81b4625ec 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-11T06:17:19.255Z] [2020-06-11T06:17:19.255Z] [2020-06-11T06:17:19.255Z] ---> lscpu: [2020-06-11T06:17:19.255Z] Architecture: x86_64 [2020-06-11T06:17:19.255Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-11T06:17:19.255Z] Byte Order: Little Endian [2020-06-11T06:17:19.255Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-11T06:17:19.255Z] CPU(s): 4 [2020-06-11T06:17:19.255Z] On-line CPU(s) list: 0-3 [2020-06-11T06:17:19.255Z] Thread(s) per core: 1 [2020-06-11T06:17:19.255Z] Core(s) per socket: 1 [2020-06-11T06:17:19.256Z] Socket(s): 4 [2020-06-11T06:17:19.256Z] NUMA node(s): 1 [2020-06-11T06:17:19.256Z] Vendor ID: GenuineIntel [2020-06-11T06:17:19.256Z] CPU family: 6 [2020-06-11T06:17:19.256Z] Model: 44 [2020-06-11T06:17:19.256Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-11T06:17:19.256Z] Stepping: 1 [2020-06-11T06:17:19.256Z] CPU MHz: 2933.396 [2020-06-11T06:17:19.256Z] BogoMIPS: 5866.79 [2020-06-11T06:17:19.256Z] Virtualization: VT-x [2020-06-11T06:17:19.256Z] Hypervisor vendor: KVM [2020-06-11T06:17:19.256Z] Virtualization type: full [2020-06-11T06:17:19.256Z] L1d cache: 128 KiB [2020-06-11T06:17:19.256Z] L1i cache: 128 KiB [2020-06-11T06:17:19.256Z] L2 cache: 16 MiB [2020-06-11T06:17:19.256Z] L3 cache: 64 MiB [2020-06-11T06:17:19.256Z] NUMA node0 CPU(s): 0-3 [2020-06-11T06:17:19.256Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-11T06:17:19.256Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-11T06:17:19.256Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-11T06:17:19.256Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-11T06:17:19.256Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-11T06:17:19.256Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-11T06:17:19.256Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-11T06:17:19.256Z] Vulnerability Tsx async abort: Not affected [2020-06-11T06:17:19.256Z] 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 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> nproc: [2020-06-11T06:17:19.256Z] 4 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> df -h: [2020-06-11T06:17:19.256Z] Filesystem Size Used Available Use% Mounted on [2020-06-11T06:17:19.256Z] overlay 50.0G 7.2G 42.7G 14% / [2020-06-11T06:17:19.256Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-11T06:17:19.256Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-11T06:17:19.256Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/resolv.conf [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hostname [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /etc/hosts [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /var/log/sa [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-11T06:17:19.256Z] /dev/vda1 50.0G 7.2G 42.7G 14% /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> free -m: [2020-06-11T06:17:19.256Z] total used free shared buff/cache available [2020-06-11T06:17:19.256Z] Mem: 1837 647 110 0 1080 1085 [2020-06-11T06:17:19.256Z] Swap: 1023 0 1023 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> ip addr: [2020-06-11T06:17:19.256Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-11T06:17:19.256Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-11T06:17:19.256Z] inet 127.0.0.1/8 scope host lo [2020-06-11T06:17:19.256Z] valid_lft forever preferred_lft forever [2020-06-11T06:17:19.256Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-11T06:17:19.256Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-11T06:17:19.256Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-11T06:17:19.256Z] valid_lft forever preferred_lft forever [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> sar -b -r -n DEV: [2020-06-11T06:17:19.256Z] 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) [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:09:42 LINUX RESTART [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:10:01 tps rtps wtps bread/s bwrtn/s [2020-06-11T06:17:19.256Z] 06:11:01 155.52 63.58 91.94 8341.73 40774.28 [2020-06-11T06:17:19.256Z] 06:12:01 1.73 0.00 1.73 0.00 33.67 [2020-06-11T06:17:19.256Z] 06:13:01 0.55 0.00 0.55 0.00 8.11 [2020-06-11T06:17:19.256Z] 06:14:01 0.17 0.00 0.17 0.00 1.47 [2020-06-11T06:17:19.256Z] 06:15:01 0.25 0.00 0.25 0.00 3.20 [2020-06-11T06:17:19.256Z] 06:16:01 0.33 0.00 0.33 0.00 4.78 [2020-06-11T06:17:19.256Z] 06:17:01 40.55 40.28 0.27 4107.11 2.61 [2020-06-11T06:17:19.256Z] Average: 28.45 14.84 13.61 1778.76 5834.39 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:10:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-11T06:17:19.256Z] 06:11:01 162548 1719008 91.36 2620 1159104 1127756 38.49 427888 1130264 120 [2020-06-11T06:17:19.256Z] 06:12:01 166544 1715012 91.15 2620 1159292 1094488 37.35 426100 1128512 20 [2020-06-11T06:17:19.256Z] 06:13:01 166936 1714620 91.13 2620 1159300 1094524 37.35 427324 1127376 16 [2020-06-11T06:17:19.256Z] 06:14:01 169472 1712084 90.99 2620 1159300 1077968 36.79 425128 1127212 12 [2020-06-11T06:17:19.256Z] 06:15:01 166536 1715020 91.15 2620 1159304 1078148 36.80 431512 1123840 8 [2020-06-11T06:17:19.256Z] 06:16:01 163936 1717620 91.29 2620 1159312 1078052 36.79 437020 1121140 12 [2020-06-11T06:17:19.256Z] 06:17:01 74844 1806712 96.02 2620 1219860 1113940 38.02 435252 1206812 92 [2020-06-11T06:17:19.256Z] Average: 152974 1728582 91.87 2620 1167925 1094982 37.37 430032 1137879 40 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-11T06:17:19.256Z] 06:11:01 eth0 479.56 309.29 1152.55 147.92 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:11:01 docker0 34.23 26.37 3.18 58.59 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:12:01 eth0 1.70 0.38 0.43 0.21 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:13:01 eth0 1.68 0.52 0.60 0.39 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:14:01 eth0 0.30 0.08 0.03 0.04 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:15:01 eth0 0.62 0.55 0.35 0.22 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:16:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:17:01 eth0 9.08 5.60 8.97 3.23 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] Average: eth0 70.48 45.25 166.20 21.73 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] Average: docker0 4.89 3.77 0.46 8.37 0.00 0.00 0.00 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] ---> sar -P ALL: [2020-06-11T06:17:19.256Z] 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) [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:09:42 LINUX RESTART [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] 06:10:01 CPU %user %nice %system %iowait %steal %idle [2020-06-11T06:17:19.256Z] 06:11:01 all 15.26 0.00 7.54 8.69 0.02 68.49 [2020-06-11T06:17:19.256Z] 06:11:01 0 15.00 0.00 7.67 6.58 0.02 70.74 [2020-06-11T06:17:19.256Z] 06:11:01 1 14.09 0.00 6.80 6.77 0.02 72.33 [2020-06-11T06:17:19.256Z] 06:11:01 2 17.24 0.00 7.27 11.89 0.02 63.58 [2020-06-11T06:17:19.256Z] 06:11:01 3 14.70 0.00 8.41 9.56 0.02 67.31 [2020-06-11T06:17:19.256Z] 06:12:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-06-11T06:17:19.256Z] 06:12:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-06-11T06:17:19.256Z] 06:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-11T06:17:19.256Z] 06:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-06-11T06:17:19.256Z] 06:12:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-06-11T06:17:19.256Z] 06:13:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-06-11T06:17:19.256Z] 06:13:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2020-06-11T06:17:19.256Z] 06:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-11T06:17:19.256Z] 06:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T06:17:19.256Z] 06:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-11T06:17:19.256Z] 06:14:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-06-11T06:17:19.256Z] 06:14:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2020-06-11T06:17:19.256Z] 06:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-11T06:17:19.256Z] 06:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T06:17:19.256Z] 06:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-06-11T06:17:19.256Z] 06:15:01 all 0.10 0.00 0.07 0.00 0.00 99.83 [2020-06-11T06:17:19.256Z] 06:15:01 0 0.32 0.00 0.13 0.00 0.00 99.55 [2020-06-11T06:17:19.256Z] 06:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T06:17:19.256Z] 06:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T06:17:19.256Z] 06:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T06:17:19.256Z] 06:16:01 all 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-11T06:17:19.256Z] 06:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-11T06:17:19.256Z] 06:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-11T06:17:19.256Z] 06:16:01 2 0.03 0.00 0.10 0.00 0.00 99.87 [2020-06-11T06:17:19.256Z] 06:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-11T06:17:19.256Z] 06:17:01 all 0.87 0.00 0.44 0.91 0.00 97.77 [2020-06-11T06:17:19.256Z] 06:17:01 0 0.47 0.00 0.40 0.03 0.00 99.10 [2020-06-11T06:17:19.256Z] 06:17:01 1 1.25 0.00 0.53 1.92 0.00 96.30 [2020-06-11T06:17:19.256Z] 06:17:01 2 0.83 0.00 0.43 0.90 0.00 97.83 [2020-06-11T06:17:19.256Z] 06:17:01 3 0.90 0.00 0.40 0.78 0.00 97.92 [2020-06-11T06:17:19.256Z] Average: all 2.38 0.00 1.16 1.36 0.00 95.09 [2020-06-11T06:17:19.256Z] Average: 0 2.46 0.00 1.19 0.94 0.00 95.40 [2020-06-11T06:17:19.256Z] Average: 1 2.20 0.00 1.06 1.23 0.00 95.50 [2020-06-11T06:17:19.256Z] Average: 2 2.60 0.00 1.13 1.82 0.00 94.45 [2020-06-11T06:17:19.256Z] Average: 3 2.24 0.00 1.27 1.46 0.00 95.02 [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z] [2020-06-11T06:17:19.256Z]