Pull request #237 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 06ea564be64d0c4d37e15143b1f80c1cbda10af1 rather than 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Obtained Jenkinsfile from 06ea564be64d0c4d37e15143b1f80c1cbda10af1 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-237/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2452 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-237 # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 Commit message: "[feat] Add override environment support" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-10T11:42:59.319Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-10T11:42:59.525Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-10T11:42:59.639Z] ========================================================= [2020-06-10T11:42:59.639Z] EdgeX Global Pipelines Version Info [2020-06-10T11:42:59.639Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-10T11:43:01.682Z] ------------------- [2020-06-10T11:43:01.682Z] stable info: [2020-06-10T11:43:01.682Z] ------------------- [2020-06-10T11:43:01.682Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-10T11:43:01.682Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T11:43:01.682Z] Message: update stable to v1.0.89 [2020-06-10T11:43:02.645Z] ------------------- [2020-06-10T11:43:02.645Z] experimental info: [2020-06-10T11:43:02.645Z] ------------------- [2020-06-10T11:43:02.645Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-10T11:43:02.645Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T11:43:02.645Z] 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-10T11:43:04.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:43:04.914Z] [2020-06-10T11:43:04.914Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:43:05.321Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:43:05.321Z] latest: Pulling from edgex-devops/git-semver [2020-06-10T11:43:05.321Z] 9123ac7c32f7: Pulling fs layer [2020-06-10T11:43:05.321Z] b8cc5d1170e3: Pulling fs layer [2020-06-10T11:43:05.321Z] 2924cbbf6a41: Pulling fs layer [2020-06-10T11:43:05.321Z] 93b08a4f1073: Pulling fs layer [2020-06-10T11:43:05.665Z] b8cc5d1170e3: Verifying Checksum [2020-06-10T11:43:05.665Z] b8cc5d1170e3: Download complete [2020-06-10T11:43:05.665Z] 9123ac7c32f7: Verifying Checksum [2020-06-10T11:43:05.665Z] 9123ac7c32f7: Download complete [2020-06-10T11:43:05.981Z] 93b08a4f1073: Verifying Checksum [2020-06-10T11:43:05.981Z] 93b08a4f1073: Download complete [2020-06-10T11:43:05.981Z] 2924cbbf6a41: Verifying Checksum [2020-06-10T11:43:05.981Z] 2924cbbf6a41: Download complete [2020-06-10T11:43:05.981Z] 9123ac7c32f7: Pull complete [2020-06-10T11:43:06.252Z] b8cc5d1170e3: Pull complete [2020-06-10T11:43:07.823Z] 2924cbbf6a41: Pull complete [2020-06-10T11:43:08.089Z] 93b08a4f1073: Pull complete [2020-06-10T11:43:08.089Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-10T11:43:08.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:43:08.089Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-10T11:43:08.322Z] prd-centos7-docker-4c-2g-2452 does not seem to be running inside a container [2020-06-10T11:43:08.471Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-237 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237:/w/workspace/edgexfoundry_edgex-ui-go_PR-237:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-10T11:43:10.682Z] $ docker top 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-10T11:43:11.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T11:43:11.038Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T11:43:11.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T11:43:11.331Z] $ docker exec 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent [2020-06-10T11:43:11.531Z] SSH_AUTH_SOCK=/tmp/ssh-7uV6dYrwliCV/agent.11 [2020-06-10T11:43:11.531Z] SSH_AGENT_PID=17 [2020-06-10T11:43:11.545Z] Running ssh-add (command line suppressed) [2020-06-10T11:43:11.685Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_4370646167191579135.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_4370646167191579135.key) [2020-06-10T11:43:11.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T11:43:12.153Z] + git describe --exact-match --tags HEAD [2020-06-10T11:43:12.153Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-10T11:43:12.493Z] $ docker exec --env ******** --env ******** 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent -k [2020-06-10T11:43:12.773Z] unset SSH_AUTH_SOCK; [2020-06-10T11:43:12.776Z] unset SSH_AGENT_PID; [2020-06-10T11:43:12.777Z] echo Agent pid 17 killed; [2020-06-10T11:43:12.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-10T11:43:12.955Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-10T11:43:12.955Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-10T11:43:13.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T11:43:13.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T11:43:13.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T11:43:13.384Z] $ docker exec 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent [2020-06-10T11:43:13.683Z] SSH_AUTH_SOCK=/tmp/ssh-0BmxZVbV6nqb/agent.45 [2020-06-10T11:43:13.683Z] SSH_AGENT_PID=50 [2020-06-10T11:43:13.706Z] Running ssh-add (command line suppressed) [2020-06-10T11:43:13.909Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_5246763153796312337.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/private_key_5246763153796312337.key) [2020-06-10T11:43:14.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T11:43:14.439Z] + git semver init [2020-06-10T11:43:14.709Z] # -> Open(): unable to determine branch for HEAD [2020-06-10T11:43:14.709Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-237/.git [2020-06-10T11:43:14.709Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [2020-06-10T11:43:14.709Z] # $SEMVER_REMOTE_NAME = origin [2020-06-10T11:43:14.709Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-10T11:43:14.709Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-10T11:43:14.709Z] # $SEMVER_BRANCH = PR-237 [2020-06-10T11:43:14.709Z] # $SEMVER_TEMP = /tmp/semver-429792466 [2020-06-10T11:43:14.709Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-10T11:43:15.673Z] # '/tmp/semver-429792466' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-237/.semver' [2020-06-10T11:43:15.673Z] # -> Force: false [2020-06-10T11:43:15.673Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-237/.semver [Pipeline] } [2020-06-10T11:43:15.696Z] $ docker exec --env ******** --env ******** 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 ssh-agent -k [2020-06-10T11:43:15.861Z] unset SSH_AUTH_SOCK; [2020-06-10T11:43:15.862Z] unset SSH_AGENT_PID; [2020-06-10T11:43:15.862Z] echo Agent pid 50 killed; [2020-06-10T11:43:15.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-10T11:43:16.430Z] + git semver [Pipeline] } [2020-06-10T11:43:16.467Z] $ docker stop --time=1 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 [2020-06-10T11:43:18.000Z] $ docker rm -f 5f4e6e2802305c9b0081ef7f58ec63d97c0f74c0a4149aa2db012f3afb7f0414 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-10T11:43:19.186Z] Stashed 56 file(s) [Pipeline] echo [2020-06-10T11:43:19.203Z] [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-10T11:43:34.573Z] Still waiting to schedule task [2020-06-10T11:43:34.573Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2452’ [2020-06-10T11:43:34.598Z] Still waiting to schedule task [2020-06-10T11:43:34.598Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-10T11:45:15.281Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2453 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [Pipeline] { [Pipeline] ws [2020-06-10T11:45:15.352Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-06-10T11:45:20.754Z] using credential edgex-jenkins-ssh [2020-06-10T11:45:20.787Z] Cloning the remote Git repository [2020-06-10T11:45:20.787Z] Cloning with configured refspecs honoured and without tags [2020-06-10T11:45:20.815Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:45:20.930Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-06-10T11:45:20.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:45:20.994Z] > git --version # timeout=10 [2020-06-10T11:45:21.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:45:21.064Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:45:22.301Z] Fetching without tags [2020-06-10T11:45:22.809Z] Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:45:22.156Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:45:22.180Z] > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # timeout=10 [2020-06-10T11:45:22.195Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:45:22.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:45:22.282Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:45:22.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:45:22.299Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:45:22.799Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:45:22.819Z] > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 [2020-06-10T11:45:23.000Z] > git remote # timeout=10 [2020-06-10T11:45:23.022Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T11:45:23.121Z] Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:45:23.122Z] Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) [2020-06-10T11:45:23.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:45:23.051Z] > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [2020-06-10T11:45:23.074Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T11:45:23.097Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:45:23.146Z] > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 [2020-06-10T11:45:27.779Z] Commit message: "[feat] Add override environment support" [2020-06-10T11:45:27.804Z] > git --version # timeout=10 [2020-06-10T11:45:27.826Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-10T11:45:29.546Z] ========================================================= [2020-06-10T11:45:29.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-10T11:45:29.546Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:45:30.790Z] + 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-10T11:45:31.779Z] Sending build context to Docker daemon 12.91MB [2020-06-10T11:45:31.779Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-10T11:45:31.779Z] Step 2/8 : FROM ${BASE} [2020-06-10T11:45:32.377Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-10T11:45:32.377Z] cde5963f3b93: Pulling fs layer [2020-06-10T11:45:32.377Z] 2a23fa8c16f7: Pulling fs layer [2020-06-10T11:45:32.377Z] 777b28850792: Pulling fs layer [2020-06-10T11:45:32.377Z] 8a11ddd9e578: Pulling fs layer [2020-06-10T11:45:32.377Z] 4cf88f913ddb: Pulling fs layer [2020-06-10T11:45:32.377Z] 1df406cf5192: Pulling fs layer [2020-06-10T11:45:32.377Z] cd6300453558: Pulling fs layer [2020-06-10T11:45:32.377Z] b9c365052c96: Pulling fs layer [2020-06-10T11:45:32.377Z] a2d8cc88f415: Pulling fs layer [2020-06-10T11:45:32.377Z] ea1d1ca13537: Pulling fs layer [2020-06-10T11:45:32.377Z] 3750a50a1c5e: Pulling fs layer [2020-06-10T11:45:32.377Z] 8a11ddd9e578: Waiting [2020-06-10T11:45:32.377Z] 4cf88f913ddb: Waiting [2020-06-10T11:45:32.377Z] 1df406cf5192: Waiting [2020-06-10T11:45:32.377Z] cd6300453558: Waiting [2020-06-10T11:45:32.377Z] b9c365052c96: Waiting [2020-06-10T11:45:32.377Z] a2d8cc88f415: Waiting [2020-06-10T11:45:32.377Z] 3750a50a1c5e: Waiting [2020-06-10T11:45:32.377Z] ea1d1ca13537: Waiting [2020-06-10T11:45:32.377Z] 2a23fa8c16f7: Verifying Checksum [2020-06-10T11:45:32.377Z] 2a23fa8c16f7: Download complete [2020-06-10T11:45:32.377Z] 4cf88f913ddb: Download complete [2020-06-10T11:45:32.377Z] 1df406cf5192: Verifying Checksum [2020-06-10T11:45:32.377Z] 1df406cf5192: Download complete [2020-06-10T11:45:32.377Z] cde5963f3b93: Verifying Checksum [2020-06-10T11:45:32.377Z] cde5963f3b93: Download complete [2020-06-10T11:45:32.993Z] cde5963f3b93: Pull complete [2020-06-10T11:45:33.597Z] 2a23fa8c16f7: Pull complete [2020-06-10T11:45:34.206Z] 777b28850792: Pull complete [2020-06-10T11:45:34.485Z] cd6300453558: Verifying Checksum [2020-06-10T11:45:34.485Z] cd6300453558: Download complete [2020-06-10T11:45:34.485Z] a2d8cc88f415: Verifying Checksum [2020-06-10T11:45:34.485Z] a2d8cc88f415: Download complete [2020-06-10T11:45:35.940Z] ea1d1ca13537: Verifying Checksum [2020-06-10T11:45:35.940Z] ea1d1ca13537: Download complete [2020-06-10T11:45:35.940Z] 3750a50a1c5e: Download complete [2020-06-10T11:45:36.926Z] b9c365052c96: Verifying Checksum [2020-06-10T11:45:36.926Z] b9c365052c96: Download complete [2020-06-10T11:45:37.523Z] 8a11ddd9e578: Verifying Checksum [2020-06-10T11:45:37.523Z] 8a11ddd9e578: Download complete [2020-06-10T11:45:49.933Z] 8a11ddd9e578: Pull complete [2020-06-10T11:45:49.933Z] 4cf88f913ddb: Pull complete [2020-06-10T11:45:49.933Z] 1df406cf5192: Pull complete [2020-06-10T11:45:54.286Z] cd6300453558: Pull complete [2020-06-10T11:45:58.664Z] b9c365052c96: Pull complete [2020-06-10T11:45:59.254Z] a2d8cc88f415: Pull complete [2020-06-10T11:46:01.227Z] ea1d1ca13537: Pull complete [2020-06-10T11:46:01.227Z] 3750a50a1c5e: Pull complete [2020-06-10T11:46:01.504Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-10T11:46:01.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-10T11:46:01.504Z] ---> 78745c68409d [2020-06-10T11:46:01.504Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-10T11:46:03.733Z] Running on prd-centos7-docker-4c-2g-2454 in /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [Pipeline] { [Pipeline] ws [2020-06-10T11:46:03.809Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-06-10T11:46:06.484Z] using credential edgex-jenkins-ssh [2020-06-10T11:46:06.511Z] Cloning the remote Git repository [2020-06-10T11:46:06.511Z] Cloning with configured refspecs honoured and without tags [2020-06-10T11:46:06.925Z] ---> Running in ed7eb5f4310a [2020-06-10T11:46:06.925Z] Removing intermediate container ed7eb5f4310a [2020-06-10T11:46:06.925Z] ---> e270899f1f5e [2020-06-10T11:46:06.925Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T11:46:06.925Z] ---> Running in 065798db16fa [2020-06-10T11:46:07.342Z] Fetching without tags [2020-06-10T11:46:06.537Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:46:06.606Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-06-10T11:46:06.648Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:46:06.648Z] > git --version # timeout=10 [2020-06-10T11:46:06.656Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:46:06.698Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:46:07.313Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:46:07.319Z] > git config --add remote.origin.fetch +refs/pull/237/head:refs/remotes/origin/PR-237 # timeout=10 [2020-06-10T11:46:07.329Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:46:07.338Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:46:07.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:46:07.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:46:07.352Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/237/head:refs/remotes/origin/PR-237 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:46:07.722Z] Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:46:07.839Z] Merge succeeded, producing 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:46:07.839Z] Checking out Revision 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce (PR-237) [2020-06-10T11:46:07.730Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:46:07.737Z] > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 [2020-06-10T11:46:07.812Z] > git remote # timeout=10 [2020-06-10T11:46:07.818Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T11:46:07.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:46:07.827Z] > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [2020-06-10T11:46:07.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T11:46:07.843Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:46:07.847Z] > git checkout -f 3d1311602ebc892b3c2c028aa6b6b0f6b97edcce # timeout=10 [2020-06-10T11:46:09.558Z] Removing intermediate container 065798db16fa [2020-06-10T11:46:09.558Z] ---> e228a2ec3a55 [2020-06-10T11:46:09.558Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-10T11:46:09.558Z] ---> Running in a046575a8e98 [2020-06-10T11:46:10.994Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T11:46:11.586Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T11:46:11.617Z] Commit message: "[feat] Add override environment support" [2020-06-10T11:46:11.640Z] > git --version # timeout=10 [2020-06-10T11:46:11.649Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-10T11:46:12.575Z] OK: 125 MiB in 39 packages [Pipeline] echo [2020-06-10T11:46:12.980Z] ========================================================= [2020-06-10T11:46:12.980Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-10T11:46:12.980Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:46:13.559Z] Removing intermediate container a046575a8e98 [2020-06-10T11:46:13.559Z] ---> f568a8bec61c [2020-06-10T11:46:13.559Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-10T11:46:13.559Z] ---> Running in 7707074d2ced [2020-06-10T11:46:13.565Z] + 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-10T11:46:13.829Z] Sending build context to Docker daemon 12.91MB [2020-06-10T11:46:13.829Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-10T11:46:13.829Z] Step 2/8 : FROM ${BASE} [2020-06-10T11:46:14.100Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-10T11:46:14.100Z] e6b0cf9c0882: Pulling fs layer [2020-06-10T11:46:14.100Z] 2848faf0eed1: Pulling fs layer [2020-06-10T11:46:14.100Z] 0f37312ad70f: Pulling fs layer [2020-06-10T11:46:14.100Z] 5788d62ee057: Pulling fs layer [2020-06-10T11:46:14.100Z] 0e6b1d234666: Pulling fs layer [2020-06-10T11:46:14.100Z] bf5d7aec512f: Pulling fs layer [2020-06-10T11:46:14.100Z] 34c802a77dc8: Pulling fs layer [2020-06-10T11:46:14.100Z] 9eb99e56ec68: Pulling fs layer [2020-06-10T11:46:14.100Z] 27c7a5d97fbd: Pulling fs layer [2020-06-10T11:46:14.100Z] 5c102a31e300: Pulling fs layer [2020-06-10T11:46:14.100Z] dcfb455df0a1: Pulling fs layer [2020-06-10T11:46:14.100Z] 34c802a77dc8: Waiting [2020-06-10T11:46:14.100Z] 5788d62ee057: Waiting [2020-06-10T11:46:14.100Z] 9eb99e56ec68: Waiting [2020-06-10T11:46:14.100Z] 0e6b1d234666: Waiting [2020-06-10T11:46:14.100Z] bf5d7aec512f: Waiting [2020-06-10T11:46:14.100Z] 27c7a5d97fbd: Waiting [2020-06-10T11:46:14.100Z] 5c102a31e300: Waiting [2020-06-10T11:46:14.100Z] dcfb455df0a1: Waiting [2020-06-10T11:46:14.100Z] 0f37312ad70f: Verifying Checksum [2020-06-10T11:46:14.100Z] 0f37312ad70f: Download complete [2020-06-10T11:46:14.100Z] 2848faf0eed1: Download complete [2020-06-10T11:46:14.100Z] 0e6b1d234666: Verifying Checksum [2020-06-10T11:46:14.100Z] 0e6b1d234666: Download complete [2020-06-10T11:46:14.101Z] bf5d7aec512f: Verifying Checksum [2020-06-10T11:46:14.101Z] bf5d7aec512f: Download complete [2020-06-10T11:46:14.101Z] e6b0cf9c0882: Verifying Checksum [2020-06-10T11:46:14.101Z] e6b0cf9c0882: Download complete [2020-06-10T11:46:14.156Z] Removing intermediate container 7707074d2ced [2020-06-10T11:46:14.156Z] ---> 0d7ea0f92b92 [2020-06-10T11:46:14.156Z] Step 7/8 : COPY . . [2020-06-10T11:46:14.369Z] e6b0cf9c0882: Pull complete [2020-06-10T11:46:14.642Z] 2848faf0eed1: Pull complete [2020-06-10T11:46:15.232Z] 34c802a77dc8: Verifying Checksum [2020-06-10T11:46:15.232Z] 34c802a77dc8: Download complete [2020-06-10T11:46:15.232Z] 27c7a5d97fbd: Verifying Checksum [2020-06-10T11:46:15.232Z] 27c7a5d97fbd: Download complete [2020-06-10T11:46:15.511Z] 5c102a31e300: Verifying Checksum [2020-06-10T11:46:15.511Z] 5c102a31e300: Download complete [2020-06-10T11:46:15.775Z] dcfb455df0a1: Verifying Checksum [2020-06-10T11:46:15.775Z] dcfb455df0a1: Download complete [2020-06-10T11:46:15.775Z] 5788d62ee057: Verifying Checksum [2020-06-10T11:46:15.775Z] 5788d62ee057: Download complete [2020-06-10T11:46:15.775Z] 9eb99e56ec68: Verifying Checksum [2020-06-10T11:46:16.130Z] ---> 78dd2e01418b [2020-06-10T11:46:16.130Z] Step 8/8 : RUN go mod download [2020-06-10T11:46:16.130Z] ---> Running in 22e605e049cf [2020-06-10T11:46:16.347Z] 0f37312ad70f: Pull complete [2020-06-10T11:46:21.516Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T11:46:21.516Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-10T11:46:21.516Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-10T11:46:21.516Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-10T11:46:21.516Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T11:46:21.516Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-10T11:46:21.516Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-10T11:46:21.516Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-10T11:46:21.516Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T11:46:21.789Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T11:46:21.789Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-10T11:46:21.789Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-10T11:46:21.789Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-10T11:46:21.789Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T11:46:21.789Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-10T11:46:21.789Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-10T11:46:21.789Z] go: finding github.com/fatih/color v1.9.0 [2020-06-10T11:46:22.062Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-10T11:46:22.062Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T11:46:22.062Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T11:46:22.062Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-10T11:46:22.062Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-10T11:46:22.062Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T11:46:22.062Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-10T11:46:22.062Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-10T11:46:22.332Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T11:46:22.332Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-10T11:46:22.332Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-10T11:46:22.332Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-10T11:46:22.332Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T11:46:22.332Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T11:46:22.332Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-10T11:46:22.605Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-10T11:46:22.876Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-10T11:46:22.952Z] 5788d62ee057: Pull complete [2020-06-10T11:46:22.952Z] 0e6b1d234666: Pull complete [2020-06-10T11:46:22.952Z] bf5d7aec512f: Pull complete [2020-06-10T11:46:23.147Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-10T11:46:23.147Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-10T11:46:23.147Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-10T11:46:23.147Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-10T11:46:23.147Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T11:46:23.147Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-10T11:46:23.147Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T11:46:23.420Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T11:46:23.420Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-10T11:46:23.420Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-10T11:46:23.420Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-10T11:46:23.420Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-10T11:46:23.420Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T11:46:23.420Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T11:46:23.420Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T11:46:23.690Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-10T11:46:23.691Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-10T11:46:23.963Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-10T11:46:23.963Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-10T11:46:23.963Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-10T11:46:23.963Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-10T11:46:23.963Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-10T11:46:23.963Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T11:46:23.963Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T11:46:23.963Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T11:46:24.236Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-10T11:46:24.236Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-10T11:46:24.236Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-10T11:46:24.236Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-10T11:46:24.236Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-10T11:46:24.236Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T11:46:24.236Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-10T11:46:24.507Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-10T11:46:24.507Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-10T11:46:24.507Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-10T11:46:24.507Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-10T11:46:24.507Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-10T11:46:24.507Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-10T11:46:24.507Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-10T11:46:24.507Z] go: finding golang.org/x/text v0.3.2 [2020-06-10T11:46:24.779Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-10T11:46:24.779Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-10T11:46:24.779Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-10T11:46:24.779Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-10T11:46:24.779Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T11:46:24.779Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T11:46:28.258Z] 34c802a77dc8: Pull complete [2020-06-10T11:46:30.820Z] 9eb99e56ec68: Pull complete [2020-06-10T11:46:30.820Z] 27c7a5d97fbd: Pull complete [2020-06-10T11:46:31.404Z] 5c102a31e300: Pull complete [2020-06-10T11:46:31.668Z] dcfb455df0a1: Pull complete [2020-06-10T11:46:31.668Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-10T11:46:31.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-10T11:46:31.668Z] ---> 7c70fe431013 [2020-06-10T11:46:31.668Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-10T11:46:33.583Z] ---> Running in f4d5a9da9446 [2020-06-10T11:46:33.583Z] Removing intermediate container f4d5a9da9446 [2020-06-10T11:46:33.583Z] ---> 37166169ac07 [2020-06-10T11:46:33.583Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T11:46:33.583Z] ---> Running in a72568489397 [2020-06-10T11:46:34.968Z] Removing intermediate container a72568489397 [2020-06-10T11:46:34.968Z] ---> d15541884216 [2020-06-10T11:46:34.968Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-10T11:46:34.968Z] ---> Running in ffea4050745f [2020-06-10T11:46:35.544Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T11:46:36.494Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T11:46:36.755Z] OK: 143 MiB in 39 packages [2020-06-10T11:46:37.326Z] Removing intermediate container ffea4050745f [2020-06-10T11:46:37.326Z] ---> f1b614a42c0c [2020-06-10T11:46:37.326Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-10T11:46:37.326Z] ---> Running in 70bde7c76da7 [2020-06-10T11:46:37.597Z] Removing intermediate container 70bde7c76da7 [2020-06-10T11:46:37.597Z] ---> f39def9dc1cc [2020-06-10T11:46:37.597Z] Step 7/8 : COPY . . [2020-06-10T11:46:38.987Z] ---> 74e6e0bc577f [2020-06-10T11:46:38.987Z] Step 8/8 : RUN go mod download [2020-06-10T11:46:39.251Z] ---> Running in 7ab5a6d17689 [2020-06-10T11:46:42.556Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T11:46:42.556Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-10T11:46:42.556Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-10T11:46:42.556Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-10T11:46:42.556Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T11:46:42.556Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-10T11:46:42.556Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-10T11:46:42.556Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-10T11:46:42.556Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T11:46:42.556Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T11:46:42.556Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-10T11:46:42.556Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-10T11:46:42.556Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-10T11:46:42.556Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T11:46:42.556Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-10T11:46:42.556Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-10T11:46:42.556Z] go: finding github.com/fatih/color v1.9.0 [2020-06-10T11:46:42.556Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-10T11:46:42.556Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T11:46:42.556Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T11:46:42.556Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-10T11:46:42.556Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-10T11:46:42.556Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T11:46:42.556Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-10T11:46:42.556Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-10T11:46:42.556Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T11:46:42.556Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-10T11:46:42.556Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-10T11:46:42.556Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-10T11:46:42.556Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T11:46:42.556Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T11:46:42.556Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-10T11:46:42.557Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-10T11:46:42.557Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-10T11:46:42.557Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-10T11:46:42.557Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T11:46:42.557Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-10T11:46:42.557Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T11:46:42.557Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-10T11:46:42.557Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-10T11:46:42.557Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-10T11:46:42.557Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-10T11:46:42.557Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-10T11:46:42.557Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-10T11:46:42.557Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-10T11:46:42.557Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-10T11:46:42.557Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T11:46:42.557Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T11:46:42.557Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T11:46:42.557Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-10T11:46:42.557Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-10T11:46:42.557Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-10T11:46:42.557Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-10T11:46:42.557Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-10T11:46:42.557Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T11:46:42.557Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-10T11:46:42.557Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-10T11:46:42.557Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-10T11:46:42.818Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-10T11:46:42.818Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-10T11:46:42.818Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-10T11:46:42.818Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-10T11:46:42.818Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-10T11:46:42.818Z] go: finding golang.org/x/text v0.3.2 [2020-06-10T11:46:42.818Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-10T11:46:42.818Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-10T11:46:42.818Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-10T11:46:42.818Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-10T11:46:42.818Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T11:46:42.818Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T11:46:43.173Z] Removing intermediate container 22e605e049cf [2020-06-10T11:46:43.173Z] ---> 063c8aff394e [2020-06-10T11:46:43.173Z] Successfully built 063c8aff394e [2020-06-10T11:46:43.173Z] 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-10T11:46:43.889Z] + docker inspect -f . ci-base-image-arm64 [2020-06-10T11:46:43.889Z] . [Pipeline] withDockerContainer [2020-06-10T11:46:44.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container [2020-06-10T11:46:44.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-10T11:46:46.093Z] $ docker top 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-10T11:46:47.539Z] + go version [2020-06-10T11:46:47.539Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-10T11:46:48.607Z] + make test [2020-06-10T11:46:48.607Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-10T11:46:49.593Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-10T11:46:57.788Z] Removing intermediate container 7ab5a6d17689 [2020-06-10T11:46:57.788Z] ---> 5ea6db9de0cf [2020-06-10T11:46:57.788Z] Successfully built 5ea6db9de0cf [2020-06-10T11:46:57.788Z] 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-10T11:46:58.457Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-10T11:46:58.457Z] . [Pipeline] withDockerContainer [2020-06-10T11:46:58.584Z] prd-centos7-docker-4c-2g-2454 does not seem to be running inside a container [2020-06-10T11:46:58.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-10T11:46:59.468Z] $ docker top b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-10T11:46:59.973Z] + go version [2020-06-10T11:46:59.973Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-10T11:47:00.301Z] + make test [2020-06-10T11:47:00.301Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-10T11:47:01.721Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-10T11:47:09.977Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-10T11:47:09.977Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-10T11:47:11.966Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-10T11:47:11.966Z] GO111MODULE=on go vet ./... [2020-06-10T11:47:12.208Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T11:47:12.226Z] $ docker stop --time=1 b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a [2020-06-10T11:47:14.263Z] $ docker rm -f b9ab3afd121533df5c39379245a5f60cfda80b5db0d8358c0a6e567c0d65bb9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] stash [2020-06-10T11:47:16.335Z] Warning: overwriting stash ‘coverage-report’ [2020-06-10T11:47:16.409Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T11:47:16.718Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T11:47:16.731Z] + ls -al . [2020-06-10T11:47:16.731Z] total 84 [2020-06-10T11:47:16.731Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 11:47 . [2020-06-10T11:47:16.731Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 11:46 .. [2020-06-10T11:47:16.731Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 11:46 assets [2020-06-10T11:47:16.731Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 10 11:46 bin [2020-06-10T11:47:16.731Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 10 11:46 cmd [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 10 11:46 CONTRIBUTING.md [2020-06-10T11:47:16.731Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 10 11:47 coverage.out [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 10 11:46 Dockerfile [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 10 11:46 Dockerfile.build [2020-06-10T11:47:16.731Z] drwxrwxr-x. 4 jenkins jenkins 72 Jun 10 11:46 docs [2020-06-10T11:47:16.731Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 11:46 .git [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 10 11:46 .gitignore [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 10 11:46 go.mod [2020-06-10T11:47:16.731Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 10 11:47 go.sum [2020-06-10T11:47:16.731Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 10 11:46 internal [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 10 11:46 Jenkinsfile [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 10 11:46 LICENSE [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 10 11:46 Makefile [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 2409 Jun 10 11:46 README.md [2020-06-10T11:47:16.731Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 11:46 .semver [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 11:43 VERSION [2020-06-10T11:47:16.731Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 10 11:46 version.go [2020-06-10T11:47:16.704Z] $ docker stop --time=1 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 [2020-06-10T11:47:18.674Z] $ docker rm -f 082f3eca529a606260d4622982665055cc16f047de0913762b3000817f52ad41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T11:47:19.585Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce --label arch=amd64 --label version=0.0.0 . [2020-06-10T11:47:19.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T11:47:19.846Z] Sending build context to Docker daemon 12.94MB [2020-06-10T11:47:19.846Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-10T11:47:19.846Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-10T11:47:19.846Z] ---> 5ea6db9de0cf [2020-06-10T11:47:19.846Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-10T11:47:20.107Z] ---> Running in 276d9741aef6 [2020-06-10T11:47:20.160Z] + ls -al . [2020-06-10T11:47:20.161Z] total 116 [2020-06-10T11:47:20.161Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 11:46 . [2020-06-10T11:47:20.161Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:45 .. [2020-06-10T11:47:20.161Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 11:45 .git [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 10 11:45 .gitignore [2020-06-10T11:47:20.161Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 .semver [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 10 11:45 CONTRIBUTING.md [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 10 11:45 Dockerfile [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 10 11:45 Dockerfile.build [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 10 11:45 Jenkinsfile [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 10 11:45 LICENSE [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 10 11:45 Makefile [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 2409 Jun 10 11:45 README.md [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 11:43 VERSION [2020-06-10T11:47:20.161Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 assets [2020-06-10T11:47:20.161Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 11:45 bin [2020-06-10T11:47:20.161Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:45 cmd [2020-06-10T11:47:20.161Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 10 11:46 coverage.out [2020-06-10T11:47:20.161Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:45 docs [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 10 11:45 go.mod [2020-06-10T11:47:20.161Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 10 11:46 go.sum [2020-06-10T11:47:20.161Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 10 11:45 internal [2020-06-10T11:47:20.161Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 10 11:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:47:20.371Z] Removing intermediate container 276d9741aef6 [2020-06-10T11:47:20.371Z] ---> 3f69df77ced8 [2020-06-10T11:47:20.371Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-10T11:47:20.371Z] ---> Running in 7ab32418eaac [2020-06-10T11:47:20.371Z] Removing intermediate container 7ab32418eaac [2020-06-10T11:47:20.371Z] ---> 92b9f07d983a [2020-06-10T11:47:20.371Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T11:47:20.533Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce --label arch=arm64 --label version=0.0.0 . [2020-06-10T11:47:20.632Z] ---> Running in 61781e96ad9b [2020-06-10T11:47:20.632Z] Removing intermediate container 61781e96ad9b [2020-06-10T11:47:20.632Z] ---> dc031acd0c1b [2020-06-10T11:47:20.632Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-10T11:47:20.632Z] ---> Running in b37c4df25f38 [2020-06-10T11:47:20.897Z] Removing intermediate container b37c4df25f38 [2020-06-10T11:47:20.897Z] ---> 6d18822e10e5 [2020-06-10T11:47:20.897Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-10T11:47:20.897Z] ---> Running in 3829519201ab [2020-06-10T11:47:21.145Z] Sending build context to Docker daemon 12.94MB [2020-06-10T11:47:21.145Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-10T11:47:21.146Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-10T11:47:21.146Z] ---> 063c8aff394e [2020-06-10T11:47:21.146Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-10T11:47:21.161Z] Removing intermediate container 3829519201ab [2020-06-10T11:47:21.161Z] ---> d2fe73887851 [2020-06-10T11:47:21.161Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T11:47:21.161Z] ---> Running in 2e1ba26fd410 [2020-06-10T11:47:21.426Z] ---> Running in f861320bbcad [2020-06-10T11:47:21.699Z] Removing intermediate container f861320bbcad [2020-06-10T11:47:21.699Z] ---> db6a1789fe04 [2020-06-10T11:47:21.699Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-10T11:47:21.973Z] ---> Running in c439fd308a73 [2020-06-10T11:47:22.111Z] Removing intermediate container 2e1ba26fd410 [2020-06-10T11:47:22.111Z] ---> dfd0ecbe6833 [2020-06-10T11:47:22.111Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T11:47:22.111Z] ---> Running in c5465ba25f4b [2020-06-10T11:47:22.250Z] Removing intermediate container c439fd308a73 [2020-06-10T11:47:22.250Z] ---> 367561e8e0ca [2020-06-10T11:47:22.251Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T11:47:22.375Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T11:47:22.523Z] ---> Running in 120866d1b36d [2020-06-10T11:47:22.795Z] Removing intermediate container 120866d1b36d [2020-06-10T11:47:22.795Z] ---> 4fc65b59b112 [2020-06-10T11:47:22.795Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-10T11:47:23.068Z] ---> Running in fa80b34cc93f [2020-06-10T11:47:23.320Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T11:47:23.339Z] Removing intermediate container fa80b34cc93f [2020-06-10T11:47:23.339Z] ---> e33fc58c6ee9 [2020-06-10T11:47:23.339Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-10T11:47:23.611Z] ---> Running in 288a7d812f2a [2020-06-10T11:47:23.891Z] v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-10T11:47:23.891Z] v3.11.6-76-g66fe4d6b1c [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-10T11:47:23.891Z] OK: 11290 distinct packages available [2020-06-10T11:47:23.891Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T11:47:24.204Z] Removing intermediate container 288a7d812f2a [2020-06-10T11:47:24.204Z] ---> 4e23fe283e88 [2020-06-10T11:47:24.204Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T11:47:24.204Z] ---> Running in 52032124dfd3 [2020-06-10T11:47:24.838Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T11:47:25.101Z] OK: 143 MiB in 39 packages [2020-06-10T11:47:25.679Z] Removing intermediate container c5465ba25f4b [2020-06-10T11:47:25.679Z] ---> fbe97b40485b [2020-06-10T11:47:25.679Z] Step 10/24 : ENV GO111MODULE=on [2020-06-10T11:47:25.679Z] ---> Running in 18ed61d441ea [2020-06-10T11:47:25.941Z] Removing intermediate container 18ed61d441ea [2020-06-10T11:47:25.941Z] ---> 3caaa43a7a06 [2020-06-10T11:47:25.941Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-10T11:47:25.941Z] ---> Running in 35eae8d13ae5 [2020-06-10T11:47:26.203Z] Removing intermediate container 35eae8d13ae5 [2020-06-10T11:47:26.203Z] ---> c2e1284f5fd1 [2020-06-10T11:47:26.203Z] Step 12/24 : COPY go.mod . [2020-06-10T11:47:26.474Z] ---> 9ef74328904d [2020-06-10T11:47:26.474Z] Step 13/24 : COPY Makefile . [2020-06-10T11:47:26.736Z] ---> 4013865eb194 [2020-06-10T11:47:26.736Z] Step 14/24 : RUN make update [2020-06-10T11:47:26.736Z] ---> Running in 81df7c140d06 [2020-06-10T11:47:26.830Z] Removing intermediate container 52032124dfd3 [2020-06-10T11:47:26.830Z] ---> 61b250aebb81 [2020-06-10T11:47:26.830Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T11:47:26.830Z] ---> Running in 788dfc376c9f [2020-06-10T11:47:27.316Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-10T11:47:27.805Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T11:47:28.273Z] Removing intermediate container 81df7c140d06 [2020-06-10T11:47:28.273Z] ---> 4f021116f353 [2020-06-10T11:47:28.273Z] Step 15/24 : COPY . . [2020-06-10T11:47:28.776Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T11:47:29.661Z] ---> f3ab3cac72a3 [2020-06-10T11:47:29.661Z] Step 16/24 : RUN ${MAKE} [2020-06-10T11:47:29.661Z] ---> Running in 1b0c57df8354 [2020-06-10T11:47:29.744Z] v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-10T11:47:29.745Z] v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-10T11:47:29.745Z] OK: 11179 distinct packages available [2020-06-10T11:47:29.745Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T11:47:29.929Z] 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-10T11:47:30.336Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T11:47:30.928Z] OK: 125 MiB in 39 packages [2020-06-10T11:47:32.354Z] Removing intermediate container 788dfc376c9f [2020-06-10T11:47:32.354Z] ---> c3a6bd795ab5 [2020-06-10T11:47:32.354Z] Step 10/24 : ENV GO111MODULE=on [2020-06-10T11:47:32.354Z] ---> Running in 5c2b8feba1f1 [2020-06-10T11:47:32.625Z] Removing intermediate container 5c2b8feba1f1 [2020-06-10T11:47:32.625Z] ---> cd3128ac08ad [2020-06-10T11:47:32.625Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-10T11:47:32.897Z] ---> Running in 1bf5aff8daa0 [2020-06-10T11:47:33.171Z] Removing intermediate container 1bf5aff8daa0 [2020-06-10T11:47:33.171Z] ---> 1e44be0fac2c [2020-06-10T11:47:33.171Z] Step 12/24 : COPY go.mod . [2020-06-10T11:47:34.146Z] ---> dafdb456ed62 [2020-06-10T11:47:34.146Z] Step 13/24 : COPY Makefile . [2020-06-10T11:47:34.745Z] ---> 143f77bd27b8 [2020-06-10T11:47:34.745Z] Step 14/24 : RUN make update [2020-06-10T11:47:34.745Z] ---> Running in 2caeec201aa0 [2020-06-10T11:47:36.179Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-10T11:47:37.608Z] Removing intermediate container 2caeec201aa0 [2020-06-10T11:47:37.608Z] ---> c530b31ca213 [2020-06-10T11:47:37.608Z] Step 15/24 : COPY . . [2020-06-10T11:47:38.223Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T11:47:39.040Z] ---> 7d4df26cd38a [2020-06-10T11:47:39.040Z] Step 16/24 : RUN ${MAKE} [2020-06-10T11:47:39.314Z] ---> Running in 1c4c34250245 [2020-06-10T11:47:40.747Z] 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-10T11:47:40.782Z] Removing intermediate container 1b0c57df8354 [2020-06-10T11:47:40.782Z] ---> 5308e66148ac [2020-06-10T11:47:40.782Z] Step 17/24 : FROM alpine [2020-06-10T11:47:41.044Z] latest: Pulling from library/alpine [2020-06-10T11:47:41.304Z] df20fa9351a1: Pulling fs layer [2020-06-10T11:47:41.304Z] df20fa9351a1: Verifying Checksum [2020-06-10T11:47:41.304Z] df20fa9351a1: Download complete [2020-06-10T11:47:41.565Z] df20fa9351a1: Pull complete [2020-06-10T11:47:41.565Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T11:47:41.565Z] Status: Downloaded newer image for alpine:latest [2020-06-10T11:47:41.565Z] ---> a24bb4013296 [2020-06-10T11:47:41.565Z] Step 18/24 : EXPOSE 4000 [2020-06-10T11:47:41.826Z] ---> Running in 86f41e450ec3 [2020-06-10T11:47:41.826Z] Removing intermediate container 86f41e450ec3 [2020-06-10T11:47:41.826Z] ---> 4d78a8261b76 [2020-06-10T11:47:41.826Z] 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-10T11:47:42.770Z] ---> 638e10012769 [2020-06-10T11:47:42.770Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T11:47:42.770Z] ---> Running in 08b1a9401993 [2020-06-10T11:47:43.033Z] Removing intermediate container 08b1a9401993 [2020-06-10T11:47:43.033Z] ---> 793e1261d767 [2020-06-10T11:47:43.034Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-10T11:47:43.034Z] ---> Running in 59ee6143f26b [2020-06-10T11:47:43.294Z] Removing intermediate container 59ee6143f26b [2020-06-10T11:47:43.294Z] ---> d4849bd5ed47 [2020-06-10T11:47:43.294Z] Step 22/24 : LABEL arch=amd64 [2020-06-10T11:47:43.294Z] ---> Running in 2921525e75cb [2020-06-10T11:47:43.556Z] Removing intermediate container 2921525e75cb [2020-06-10T11:47:43.556Z] ---> 6a5cf9e3267f [2020-06-10T11:47:43.556Z] Step 23/24 : LABEL git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:47:43.556Z] ---> Running in ee3e202d68fd [2020-06-10T11:47:43.556Z] Removing intermediate container ee3e202d68fd [2020-06-10T11:47:43.556Z] ---> f63e4f94da22 [2020-06-10T11:47:43.556Z] Step 24/24 : LABEL version=0.0.0 [2020-06-10T11:47:43.817Z] ---> Running in c94184db1a7a [2020-06-10T11:47:43.817Z] Removing intermediate container c94184db1a7a [2020-06-10T11:47:43.817Z] ---> 66f1e2ee28a8 [2020-06-10T11:47:43.817Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T11:47:43.817Z] Successfully built 66f1e2ee28a8 [2020-06-10T11:47:43.817Z] 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-10T11:48:02.932Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T11:48:11.201Z] Removing intermediate container 1c4c34250245 [2020-06-10T11:48:11.201Z] ---> 776597aebe56 [2020-06-10T11:48:11.201Z] Step 17/24 : FROM alpine [2020-06-10T11:48:11.201Z] latest: Pulling from library/alpine [2020-06-10T11:48:11.201Z] b538f80385f9: Pulling fs layer [2020-06-10T11:48:11.201Z] b538f80385f9: Verifying Checksum [2020-06-10T11:48:11.201Z] b538f80385f9: Download complete [2020-06-10T11:48:11.201Z] b538f80385f9: Pull complete [2020-06-10T11:48:11.201Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T11:48:11.472Z] Status: Downloaded newer image for alpine:latest [2020-06-10T11:48:11.472Z] ---> 62ee0e9f8440 [2020-06-10T11:48:11.472Z] Step 18/24 : EXPOSE 4000 [2020-06-10T11:48:11.472Z] ---> Running in 3ce369d424f8 [2020-06-10T11:48:11.750Z] Removing intermediate container 3ce369d424f8 [2020-06-10T11:48:11.750Z] ---> a1a0834c37e0 [2020-06-10T11:48:11.750Z] 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-10T11:48:13.723Z] ---> bbfd5f90fa04 [2020-06-10T11:48:13.723Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T11:48:13.723Z] ---> Running in d525feff2f39 [2020-06-10T11:48:14.323Z] Removing intermediate container d525feff2f39 [2020-06-10T11:48:14.323Z] ---> f279f7785081 [2020-06-10T11:48:14.323Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-10T11:48:14.323Z] ---> Running in 2ec05ed300a0 [2020-06-10T11:48:14.918Z] Removing intermediate container 2ec05ed300a0 [2020-06-10T11:48:14.918Z] ---> c3090a60da56 [2020-06-10T11:48:14.918Z] Step 22/24 : LABEL arch=arm64 [2020-06-10T11:48:14.918Z] ---> Running in dc64fb79927d [2020-06-10T11:48:15.515Z] Removing intermediate container dc64fb79927d [2020-06-10T11:48:15.515Z] ---> 153288fd6bc5 [2020-06-10T11:48:15.515Z] Step 23/24 : LABEL git_sha=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [2020-06-10T11:48:15.515Z] ---> Running in 03189a1a07dc [2020-06-10T11:48:16.112Z] Removing intermediate container 03189a1a07dc [2020-06-10T11:48:16.112Z] ---> bcf03a681bd8 [2020-06-10T11:48:16.112Z] Step 24/24 : LABEL version=0.0.0 [2020-06-10T11:48:16.112Z] ---> Running in 8b0a7b943ba5 [2020-06-10T11:48:16.703Z] Removing intermediate container 8b0a7b943ba5 [2020-06-10T11:48:16.703Z] ---> 58091a4b2b1a [2020-06-10T11:48:16.703Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T11:48:16.703Z] Successfully built 58091a4b2b1a [2020-06-10T11:48:16.703Z] 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-10T11:48:18.362Z] provisioning config files... [2020-06-10T11:48:18.431Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config30668346589764449tmp [Pipeline] { [Pipeline] sh [2020-06-10T11:48:19.121Z] + curl -s https://codecov.io/bash [2020-06-10T11:48:19.121Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config30668346589764449tmp [2020-06-10T11:48:19.472Z] [2020-06-10T11:48:19.472Z] _____ _ [2020-06-10T11:48:19.472Z] / ____| | | [2020-06-10T11:48:19.472Z] | | ___ __| | ___ ___ _____ __ [2020-06-10T11:48:19.472Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-10T11:48:19.472Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-10T11:48:19.472Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-10T11:48:19.472Z] Bash-20200602-f809a24 [2020-06-10T11:48:19.472Z] [2020-06-10T11:48:19.472Z] [2020-06-10T11:48:19.472Z] ==> Jenkins CI detected. [2020-06-10T11:48:19.472Z] project root: . [2020-06-10T11:48:19.472Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-10T11:48:19.801Z] ==> Running gcov in . (disable via -X gcov) [2020-06-10T11:48:19.801Z] ==> Python coveragepy not found [2020-06-10T11:48:19.801Z] ==> Searching for coverage reports in: [2020-06-10T11:48:19.801Z] + . [2020-06-10T11:48:19.801Z] -> Found 1 reports [2020-06-10T11:48:19.801Z] ==> Detecting git/mercurial file structure [2020-06-10T11:48:20.106Z] ==> Reading reports [2020-06-10T11:48:20.106Z] + ./coverage.out bytes=10 [2020-06-10T11:48:20.106Z] ==> Appending adjustments [2020-06-10T11:48:20.106Z] https://docs.codecov.io/docs/fixing-reports [2020-06-10T11:48:20.413Z] + Found adjustments [2020-06-10T11:48:20.770Z] ==> Gzipping contents [2020-06-10T11:48:20.770Z] ==> Uploading reports [2020-06-10T11:48:20.770Z] url: https://codecov.io [2020-06-10T11:48:20.770Z] query: branch=PR-237&commit=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-237%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=237&job= [2020-06-10T11:48:20.770Z] -> Pinging Codecov [2020-06-10T11:48:20.770Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-237&commit=3d1311602ebc892b3c2c028aa6b6b0f6b97edcce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-237%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=237&job= [2020-06-10T11:48:21.426Z] -> Uploading [2020-06-10T11:48:22.084Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3d1311602ebc892b3c2c028aa6b6b0f6b97edcce [Pipeline] } [2020-06-10T11:48:22.157Z] 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-10T11:48:23.846Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T11:48:24.954Z] ---> package-listing.sh [2020-06-10T11:48:24.954Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-10T11:48:24.954Z] ++ facter osfamily [2020-06-10T11:48:25.323Z] + OS_FAMILY=redhat [2020-06-10T11:48:25.323Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-237 [2020-06-10T11:48:25.323Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-10T11:48:25.323Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-10T11:48:25.323Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-10T11:48:25.323Z] + PACKAGES=/tmp/packages_start.txt [2020-06-10T11:48:25.323Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-237 ']' [2020-06-10T11:48:25.323Z] + PACKAGES=/tmp/packages_end.txt [2020-06-10T11:48:25.323Z] + case "${OS_FAMILY}" in [2020-06-10T11:48:25.323Z] + rpm -qa [2020-06-10T11:48:25.323Z] + sort [2020-06-10T11:48:36.234Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-10T11:48:36.234Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-10T11:48:36.234Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-10T11:48:36.234Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-237 ']' [2020-06-10T11:48:36.234Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-237/archives/ [2020-06-10T11:48:36.234Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-237/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:48:37.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T11:48:37.522Z] [2020-06-10T11:48:37.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:48:38.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T11:48:39.067Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-10T11:48:39.067Z] c9b1b535fdd9: Pulling fs layer [2020-06-10T11:48:39.067Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-10T11:48:39.067Z] 756a868c4378: Pulling fs layer [2020-06-10T11:48:39.067Z] 444b2fc9a129: Pulling fs layer [2020-06-10T11:48:39.067Z] ea15f1150254: Pulling fs layer [2020-06-10T11:48:39.067Z] 41b27a9f41bf: Pulling fs layer [2020-06-10T11:48:39.067Z] 28c525ee5125: Pulling fs layer [2020-06-10T11:48:39.067Z] 094b1ea09ed8: Pulling fs layer [2020-06-10T11:48:39.067Z] 138eaada9080: Pulling fs layer [2020-06-10T11:48:39.067Z] 0622d0fa9048: Pulling fs layer [2020-06-10T11:48:39.067Z] 41b27a9f41bf: Waiting [2020-06-10T11:48:39.067Z] 28c525ee5125: Waiting [2020-06-10T11:48:39.067Z] 094b1ea09ed8: Waiting [2020-06-10T11:48:39.067Z] 138eaada9080: Waiting [2020-06-10T11:48:39.067Z] 0622d0fa9048: Waiting [2020-06-10T11:48:39.067Z] 444b2fc9a129: Waiting [2020-06-10T11:48:39.067Z] ea15f1150254: Waiting [2020-06-10T11:48:39.067Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-10T11:48:39.067Z] 2cc5ad85d9ab: Download complete [2020-06-10T11:48:39.067Z] 444b2fc9a129: Download complete [2020-06-10T11:48:39.067Z] c9b1b535fdd9: Download complete [2020-06-10T11:48:39.493Z] ea15f1150254: Verifying Checksum [2020-06-10T11:48:39.493Z] ea15f1150254: Download complete [2020-06-10T11:48:39.940Z] 28c525ee5125: Verifying Checksum [2020-06-10T11:48:39.940Z] 28c525ee5125: Download complete [2020-06-10T11:48:41.789Z] 756a868c4378: Verifying Checksum [2020-06-10T11:48:41.789Z] 756a868c4378: Download complete [2020-06-10T11:48:42.540Z] 138eaada9080: Verifying Checksum [2020-06-10T11:48:42.540Z] 138eaada9080: Download complete [2020-06-10T11:48:42.540Z] 0622d0fa9048: Verifying Checksum [2020-06-10T11:48:42.540Z] 0622d0fa9048: Download complete [2020-06-10T11:48:44.905Z] c9b1b535fdd9: Pull complete [2020-06-10T11:48:44.905Z] 094b1ea09ed8: Verifying Checksum [2020-06-10T11:48:44.905Z] 094b1ea09ed8: Download complete [2020-06-10T11:48:44.905Z] 41b27a9f41bf: Verifying Checksum [2020-06-10T11:48:44.905Z] 41b27a9f41bf: Download complete [2020-06-10T11:48:46.572Z] 2cc5ad85d9ab: Pull complete [2020-06-10T11:48:51.239Z] 756a868c4378: Pull complete [2020-06-10T11:48:51.239Z] 444b2fc9a129: Pull complete [2020-06-10T11:48:52.316Z] ea15f1150254: Pull complete [2020-06-10T11:49:08.348Z] 41b27a9f41bf: Pull complete [2020-06-10T11:49:08.348Z] 28c525ee5125: Pull complete [2020-06-10T11:49:15.495Z] 094b1ea09ed8: Pull complete [2020-06-10T11:49:17.218Z] 138eaada9080: Pull complete [2020-06-10T11:49:18.323Z] 0622d0fa9048: Pull complete [2020-06-10T11:49:18.323Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-10T11:49:18.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T11:49:18.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-10T11:49:19.643Z] prd-centos7-docker-4c-2g-2452 does not seem to be running inside a container [2020-06-10T11:49:19.868Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_PR-237 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237:/w/workspace/edgexfoundry_edgex-ui-go_PR-237:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-10T11:49:28.320Z] $ docker top b7e2e934339218b1429be0dd59540f4ec29373772922dfd2ccb112a4fa8135e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-10T11:49:29.369Z] provisioning config files... [2020-06-10T11:49:29.414Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-237@tmp/config995393591780242472tmp [Pipeline] { [Pipeline] echo [2020-06-10T11:49:29.515Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T11:49:31.193Z] ---> create-netrc.sh [Pipeline] echo [2020-06-10T11:49:31.244Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T11:49:32.654Z] ---> logs-deploy.sh [2020-06-10T11:49:32.654Z] + ARCHIVE_ARTIFACTS= [2020-06-10T11:49:32.654Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-10T11:49:32.654Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-10T11:49:32.654Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-10T11:49:32.654Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 [2020-06-10T11:49:32.654Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-237/1/ [2020-06-10T11:49:32.654Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-237 [2020-06-10T11:49:38.090Z] Archives upload complete. [2020-06-10T11:49:38.090Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-237/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-237/1/ [2020-06-10T11:49:40.680Z] ---> uname -a: [2020-06-10T11:49:40.680Z] Linux b7e2e9343392 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-10T11:49:40.680Z] [2020-06-10T11:49:40.680Z] [2020-06-10T11:49:40.680Z] ---> lscpu: [2020-06-10T11:49:40.680Z] Architecture: x86_64 [2020-06-10T11:49:40.680Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-10T11:49:40.680Z] Byte Order: Little Endian [2020-06-10T11:49:40.680Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-10T11:49:40.680Z] CPU(s): 4 [2020-06-10T11:49:40.680Z] On-line CPU(s) list: 0-3 [2020-06-10T11:49:40.680Z] Thread(s) per core: 1 [2020-06-10T11:49:40.680Z] Core(s) per socket: 1 [2020-06-10T11:49:40.680Z] Socket(s): 4 [2020-06-10T11:49:40.680Z] NUMA node(s): 1 [2020-06-10T11:49:40.680Z] Vendor ID: GenuineIntel [2020-06-10T11:49:40.680Z] CPU family: 6 [2020-06-10T11:49:40.680Z] Model: 44 [2020-06-10T11:49:40.680Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-10T11:49:40.680Z] Stepping: 1 [2020-06-10T11:49:40.680Z] CPU MHz: 2933.438 [2020-06-10T11:49:40.680Z] BogoMIPS: 5866.87 [2020-06-10T11:49:40.680Z] Virtualization: VT-x [2020-06-10T11:49:40.680Z] Hypervisor vendor: KVM [2020-06-10T11:49:40.680Z] Virtualization type: full [2020-06-10T11:49:40.680Z] L1d cache: 128 KiB [2020-06-10T11:49:40.680Z] L1i cache: 128 KiB [2020-06-10T11:49:40.680Z] L2 cache: 16 MiB [2020-06-10T11:49:40.680Z] L3 cache: 64 MiB [2020-06-10T11:49:40.680Z] NUMA node0 CPU(s): 0-3 [2020-06-10T11:49:40.680Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-10T11:49:40.680Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-10T11:49:40.680Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-10T11:49:40.680Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-10T11:49:40.680Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-10T11:49:40.680Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-10T11:49:40.680Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-10T11:49:40.680Z] Vulnerability Tsx async abort: Not affected [2020-06-10T11:49:40.680Z] 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-10T11:49:40.681Z] [2020-06-10T11:49:40.681Z]