Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5ac126347c467076fa6aa7c5143c5fd30ec9d80a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2559 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5ac126347c467076fa6aa7c5143c5fd30ec9d80a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac126347c467076fa6aa7c5143c5fd30ec9d80a # timeout=10 Commit message: "Remove useless code about gateway messbox prompt" > git rev-list --no-walk fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T07:31:59.539Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T07:31:59.652Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T07:31:59.693Z] ========================================================= [2020-06-11T07:31:59.693Z] EdgeX Global Pipelines Version Info [2020-06-11T07:31:59.693Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:32:01.644Z] ------------------- [2020-06-11T07:32:01.644Z] stable info: [2020-06-11T07:32:01.644Z] ------------------- [2020-06-11T07:32:01.644Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T07:32:01.644Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T07:32:01.644Z] Message: update stable to v1.0.89 [2020-06-11T07:32:02.597Z] ------------------- [2020-06-11T07:32:02.597Z] experimental info: [2020-06-11T07:32:02.597Z] ------------------- [2020-06-11T07:32:02.597Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T07:32:02.597Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T07:32:02.597Z] 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-11T07:32:04.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:32:04.739Z] [2020-06-11T07:32:04.739Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:32:05.072Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:32:05.072Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T07:32:05.072Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T07:32:05.072Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T07:32:05.072Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T07:32:05.072Z] 93b08a4f1073: Pulling fs layer [2020-06-11T07:32:05.072Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T07:32:05.072Z] b8cc5d1170e3: Download complete [2020-06-11T07:32:05.072Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T07:32:05.072Z] 9123ac7c32f7: Download complete [2020-06-11T07:32:05.353Z] 93b08a4f1073: Verifying Checksum [2020-06-11T07:32:05.353Z] 93b08a4f1073: Download complete [2020-06-11T07:32:05.353Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T07:32:05.353Z] 2924cbbf6a41: Download complete [2020-06-11T07:32:05.619Z] 9123ac7c32f7: Pull complete [2020-06-11T07:32:05.620Z] b8cc5d1170e3: Pull complete [2020-06-11T07:32:06.565Z] 2924cbbf6a41: Pull complete [2020-06-11T07:32:06.565Z] 93b08a4f1073: Pull complete [2020-06-11T07:32:06.565Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T07:32:06.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:32:06.565Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T07:32:06.668Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:32:06.712Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T07:32:08.916Z] $ docker top 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T07:32:09.092Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T07:32:09.092Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T07:32:09.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T07:32:09.308Z] $ docker exec 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 ssh-agent [2020-06-11T07:32:09.473Z] SSH_AUTH_SOCK=/tmp/ssh-OY24V8ozovuv/agent.12 [2020-06-11T07:32:09.473Z] SSH_AGENT_PID=18 [2020-06-11T07:32:09.484Z] Running ssh-add (command line suppressed) [2020-06-11T07:32:09.596Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9116805355089588129.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9116805355089588129.key) [2020-06-11T07:32:09.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T07:32:09.961Z] + git describe --exact-match --tags HEAD [2020-06-11T07:32:09.961Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T07:32:10.120Z] $ docker exec --env ******** --env ******** 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 ssh-agent -k [2020-06-11T07:32:10.240Z] unset SSH_AUTH_SOCK; [2020-06-11T07:32:10.240Z] unset SSH_AGENT_PID; [2020-06-11T07:32:10.240Z] echo Agent pid 18 killed; [2020-06-11T07:32:10.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T07:32:10.328Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T07:32:10.328Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T07:32:10.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T07:32:10.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T07:32:10.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T07:32:10.539Z] $ docker exec 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 ssh-agent [2020-06-11T07:32:10.690Z] SSH_AUTH_SOCK=/tmp/ssh-Wb1fH5MyJSvj/agent.47 [2020-06-11T07:32:10.690Z] SSH_AGENT_PID=52 [2020-06-11T07:32:10.699Z] Running ssh-add (command line suppressed) [2020-06-11T07:32:10.813Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3260056248199243203.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3260056248199243203.key) [2020-06-11T07:32:10.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T07:32:11.167Z] + git semver init [2020-06-11T07:32:11.167Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T07:32:11.167Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T07:32:11.167Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:32:11.167Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T07:32:11.167Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T07:32:11.167Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T07:32:11.167Z] # $SEMVER_BRANCH = master [2020-06-11T07:32:11.167Z] # $SEMVER_TEMP = /tmp/semver-376521516 [2020-06-11T07:32:11.167Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-11T07:32:12.126Z] # '/tmp/semver-376521516' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-06-11T07:32:12.126Z] # -> Force: false [2020-06-11T07:32:12.126Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-11T07:32:12.137Z] $ docker exec --env ******** --env ******** 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 ssh-agent -k [2020-06-11T07:32:12.248Z] unset SSH_AUTH_SOCK; [2020-06-11T07:32:12.249Z] unset SSH_AGENT_PID; [2020-06-11T07:32:12.249Z] echo Agent pid 52 killed; [2020-06-11T07:32:12.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T07:32:12.652Z] + git semver [Pipeline] } [2020-06-11T07:32:12.666Z] $ docker stop --time=1 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 [2020-06-11T07:32:14.019Z] $ docker rm -f 5c341fa136e8221bd165e141ab19562886cc8b196f092fb2ce694975d5bc1fb6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T07:32:14.822Z] Stashed 53 file(s) [Pipeline] echo [2020-06-11T07:32:14.824Z] [edgeXSemver] initialized semver on version 1.2.1-dev.8 [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-11T07:32:29.998Z] Still waiting to schedule task [2020-06-11T07:32:29.999Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2559’ [2020-06-11T07:32:30.002Z] Still waiting to schedule task [2020-06-11T07:32:30.002Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-11T07:34:07.400Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2560 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-11T07:34:07.427Z] Running in /w/workspace/edgex-ui-go/43 [Pipeline] { [Pipeline] checkout [2020-06-11T07:34:12.478Z] using credential edgex-jenkins-ssh [2020-06-11T07:34:12.512Z] Cloning the remote Git repository [2020-06-11T07:34:12.513Z] Cloning with configured refspecs honoured and without tags [2020-06-11T07:34:12.549Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:12.663Z] > git init /w/workspace/edgex-ui-go/43 # timeout=10 [2020-06-11T07:34:12.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:12.727Z] > git --version # timeout=10 [2020-06-11T07:34:12.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T07:34:12.845Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:14.053Z] Fetching without tags [2020-06-11T07:34:14.618Z] Checking out Revision 5ac126347c467076fa6aa7c5143c5fd30ec9d80a (master) [2020-06-11T07:34:13.950Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T07:34:13.968Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:13.996Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T07:34:14.037Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:14.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T07:34:14.047Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:14.639Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T07:34:14.661Z] > git checkout -f 5ac126347c467076fa6aa7c5143c5fd30ec9d80a # timeout=10 [2020-06-11T07:34:19.357Z] Commit message: "Remove useless code about gateway messbox prompt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T07:34:20.769Z] ========================================================= [2020-06-11T07:34:20.769Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T07:34:20.769Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:34:21.887Z] + 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-11T07:34:22.874Z] Sending build context to Docker daemon 12.92MB [2020-06-11T07:34:22.874Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T07:34:22.874Z] Step 2/8 : FROM ${BASE} [2020-06-11T07:34:23.149Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T07:34:23.149Z] cde5963f3b93: Pulling fs layer [2020-06-11T07:34:23.149Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T07:34:23.149Z] 777b28850792: Pulling fs layer [2020-06-11T07:34:23.149Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T07:34:23.149Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T07:34:23.149Z] 1df406cf5192: Pulling fs layer [2020-06-11T07:34:23.149Z] cd6300453558: Pulling fs layer [2020-06-11T07:34:23.149Z] b9c365052c96: Pulling fs layer [2020-06-11T07:34:23.149Z] a2d8cc88f415: Pulling fs layer [2020-06-11T07:34:23.149Z] ea1d1ca13537: Pulling fs layer [2020-06-11T07:34:23.149Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T07:34:23.149Z] cd6300453558: Waiting [2020-06-11T07:34:23.149Z] b9c365052c96: Waiting [2020-06-11T07:34:23.149Z] a2d8cc88f415: Waiting [2020-06-11T07:34:23.149Z] ea1d1ca13537: Waiting [2020-06-11T07:34:23.149Z] 3750a50a1c5e: Waiting [2020-06-11T07:34:23.149Z] 4cf88f913ddb: Waiting [2020-06-11T07:34:23.149Z] 8a11ddd9e578: Waiting [2020-06-11T07:34:23.149Z] 1df406cf5192: Waiting [2020-06-11T07:34:23.422Z] 777b28850792: Verifying Checksum [2020-06-11T07:34:23.422Z] 777b28850792: Download complete [2020-06-11T07:34:23.422Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T07:34:23.422Z] 2a23fa8c16f7: Download complete [2020-06-11T07:34:23.422Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T07:34:23.422Z] 4cf88f913ddb: Download complete [2020-06-11T07:34:23.422Z] 1df406cf5192: Download complete [2020-06-11T07:34:23.422Z] cde5963f3b93: Verifying Checksum [2020-06-11T07:34:23.422Z] cde5963f3b93: Download complete [2020-06-11T07:34:24.415Z] cde5963f3b93: Pull complete [2020-06-11T07:34:25.030Z] 2a23fa8c16f7: Pull complete [2020-06-11T07:34:25.302Z] 777b28850792: Pull complete [2020-06-11T07:34:25.575Z] cd6300453558: Verifying Checksum [2020-06-11T07:34:25.575Z] cd6300453558: Download complete [2020-06-11T07:34:25.575Z] a2d8cc88f415: Verifying Checksum [2020-06-11T07:34:25.575Z] a2d8cc88f415: Download complete [2020-06-11T07:34:27.562Z] ea1d1ca13537: Verifying Checksum [2020-06-11T07:34:27.562Z] ea1d1ca13537: Download complete [2020-06-11T07:34:27.562Z] 3750a50a1c5e: Download complete [2020-06-11T07:34:27.837Z] b9c365052c96: Verifying Checksum [2020-06-11T07:34:27.837Z] b9c365052c96: Download complete [2020-06-11T07:34:28.439Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T07:34:28.439Z] 8a11ddd9e578: Download complete [2020-06-11T07:34:40.850Z] 8a11ddd9e578: Pull complete [2020-06-11T07:34:40.850Z] 4cf88f913ddb: Pull complete [2020-06-11T07:34:40.850Z] 1df406cf5192: Pull complete [2020-06-11T07:34:45.173Z] cd6300453558: Pull complete [2020-06-11T07:34:49.502Z] b9c365052c96: Pull complete [2020-06-11T07:34:49.502Z] a2d8cc88f415: Pull complete [2020-06-11T07:34:51.496Z] ea1d1ca13537: Pull complete [2020-06-11T07:34:51.772Z] 3750a50a1c5e: Pull complete [2020-06-11T07:34:51.772Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T07:34:51.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T07:34:51.772Z] ---> 78745c68409d [2020-06-11T07:34:51.772Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T07:34:53.573Z] Running on prd-centos7-docker-4c-2g-2561 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-11T07:34:53.600Z] Running in /w/workspace/edgex-ui-go/43 [Pipeline] { [Pipeline] checkout [2020-06-11T07:34:56.164Z] using credential edgex-jenkins-ssh [2020-06-11T07:34:56.193Z] Cloning the remote Git repository [2020-06-11T07:34:56.194Z] Cloning with configured refspecs honoured and without tags [2020-06-11T07:34:57.033Z] Fetching without tags [2020-06-11T07:34:56.214Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:56.283Z] > git init /w/workspace/edgex-ui-go/43 # timeout=10 [2020-06-11T07:34:56.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:56.327Z] > git --version # timeout=10 [2020-06-11T07:34:56.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T07:34:56.360Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:56.998Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T07:34:57.004Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:57.019Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T07:34:57.033Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T07:34:57.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T07:34:57.038Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T07:34:57.179Z] ---> Running in 21c365710fbf [2020-06-11T07:34:57.179Z] Removing intermediate container 21c365710fbf [2020-06-11T07:34:57.179Z] ---> e1a853532882 [2020-06-11T07:34:57.179Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T07:34:57.179Z] ---> Running in 66aae403a634 [2020-06-11T07:34:57.455Z] Checking out Revision 5ac126347c467076fa6aa7c5143c5fd30ec9d80a (master) [2020-06-11T07:34:57.459Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T07:34:57.464Z] > git checkout -f 5ac126347c467076fa6aa7c5143c5fd30ec9d80a # timeout=10 [2020-06-11T07:34:59.798Z] Removing intermediate container 66aae403a634 [2020-06-11T07:34:59.798Z] ---> f09a22140b50 [2020-06-11T07:34:59.798Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T07:34:59.798Z] ---> Running in 813463b4eff9 [2020-06-11T07:35:01.210Z] Commit message: "Remove useless code about gateway messbox prompt" [2020-06-11T07:35:01.232Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-11T07:35:01.824Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-06-11T07:35:02.143Z] ========================================================= [2020-06-11T07:35:02.143Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T07:35:02.143Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:35:02.418Z] OK: 125 MiB in 39 packages [2020-06-11T07:35:02.776Z] + 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-11T07:35:03.357Z] Sending build context to Docker daemon 12.92MB [2020-06-11T07:35:03.357Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T07:35:03.357Z] Step 2/8 : FROM ${BASE} [2020-06-11T07:35:03.357Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T07:35:03.357Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T07:35:03.357Z] 2848faf0eed1: Pulling fs layer [2020-06-11T07:35:03.357Z] 0f37312ad70f: Pulling fs layer [2020-06-11T07:35:03.357Z] 5788d62ee057: Pulling fs layer [2020-06-11T07:35:03.357Z] 0e6b1d234666: Pulling fs layer [2020-06-11T07:35:03.357Z] bf5d7aec512f: Pulling fs layer [2020-06-11T07:35:03.357Z] 34c802a77dc8: Pulling fs layer [2020-06-11T07:35:03.357Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T07:35:03.357Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T07:35:03.357Z] 5c102a31e300: Pulling fs layer [2020-06-11T07:35:03.357Z] dcfb455df0a1: Pulling fs layer [2020-06-11T07:35:03.357Z] 34c802a77dc8: Waiting [2020-06-11T07:35:03.357Z] 9eb99e56ec68: Waiting [2020-06-11T07:35:03.357Z] 27c7a5d97fbd: Waiting [2020-06-11T07:35:03.357Z] 5c102a31e300: Waiting [2020-06-11T07:35:03.357Z] dcfb455df0a1: Waiting [2020-06-11T07:35:03.357Z] 0e6b1d234666: Waiting [2020-06-11T07:35:03.357Z] bf5d7aec512f: Waiting [2020-06-11T07:35:03.357Z] 5788d62ee057: Waiting [2020-06-11T07:35:03.357Z] 0f37312ad70f: Verifying Checksum [2020-06-11T07:35:03.357Z] 0f37312ad70f: Download complete [2020-06-11T07:35:03.357Z] 2848faf0eed1: Verifying Checksum [2020-06-11T07:35:03.357Z] 2848faf0eed1: Download complete [2020-06-11T07:35:03.357Z] 0e6b1d234666: Verifying Checksum [2020-06-11T07:35:03.357Z] 0e6b1d234666: Download complete [2020-06-11T07:35:03.357Z] bf5d7aec512f: Verifying Checksum [2020-06-11T07:35:03.357Z] bf5d7aec512f: Download complete [2020-06-11T07:35:03.357Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T07:35:03.357Z] e6b0cf9c0882: Download complete [2020-06-11T07:35:03.856Z] Removing intermediate container 813463b4eff9 [2020-06-11T07:35:03.856Z] ---> 980e7ac80b81 [2020-06-11T07:35:03.856Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T07:35:03.856Z] ---> Running in 3ace725b4f3f [2020-06-11T07:35:03.940Z] e6b0cf9c0882: Pull complete [2020-06-11T07:35:04.133Z] Removing intermediate container 3ace725b4f3f [2020-06-11T07:35:04.133Z] ---> bb80cafed20a [2020-06-11T07:35:04.133Z] Step 7/8 : COPY . . [2020-06-11T07:35:04.206Z] 34c802a77dc8: Verifying Checksum [2020-06-11T07:35:04.206Z] 34c802a77dc8: Download complete [2020-06-11T07:35:04.206Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T07:35:04.206Z] 27c7a5d97fbd: Download complete [2020-06-11T07:35:04.790Z] 5788d62ee057: Verifying Checksum [2020-06-11T07:35:04.790Z] 5788d62ee057: Download complete [2020-06-11T07:35:04.790Z] 5c102a31e300: Verifying Checksum [2020-06-11T07:35:04.790Z] 5c102a31e300: Download complete [2020-06-11T07:35:04.790Z] dcfb455df0a1: Verifying Checksum [2020-06-11T07:35:04.790Z] dcfb455df0a1: Download complete [2020-06-11T07:35:05.055Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T07:35:05.055Z] 9eb99e56ec68: Download complete [2020-06-11T07:35:06.115Z] ---> bd2a387c8543 [2020-06-11T07:35:06.115Z] Step 8/8 : RUN go mod download [2020-06-11T07:35:06.115Z] ---> Running in 894bd15f1b7e [2020-06-11T07:35:06.442Z] 2848faf0eed1: Pull complete [2020-06-11T07:35:06.442Z] 0f37312ad70f: Pull complete [2020-06-11T07:35:10.417Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T07:35:10.417Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T07:35:10.417Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T07:35:10.417Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T07:35:10.417Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T07:35:10.417Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T07:35:10.417Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T07:35:10.417Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T07:35:10.417Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T07:35:10.417Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T07:35:10.417Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T07:35:10.417Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T07:35:10.417Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T07:35:10.417Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T07:35:10.417Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T07:35:10.417Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T07:35:10.417Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T07:35:10.417Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T07:35:10.417Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T07:35:10.417Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T07:35:10.417Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T07:35:10.417Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T07:35:10.417Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T07:35:10.417Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T07:35:10.417Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T07:35:10.417Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T07:35:10.417Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T07:35:10.417Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T07:35:10.417Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T07:35:10.417Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T07:35:10.417Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T07:35:10.417Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T07:35:10.685Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T07:35:10.685Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T07:35:10.685Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T07:35:10.685Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T07:35:10.685Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T07:35:10.685Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-11T07:35:10.685Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T07:35:10.685Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T07:35:10.685Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T07:35:10.685Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T07:35:10.955Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T07:35:10.955Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T07:35:10.955Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T07:35:10.955Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T07:35:10.955Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T07:35:10.955Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T07:35:10.955Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T07:35:10.955Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T07:35:10.955Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T07:35:10.955Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T07:35:10.955Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T07:35:10.955Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T07:35:10.955Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T07:35:10.955Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T07:35:10.955Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T07:35:10.955Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T07:35:10.955Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T07:35:10.955Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T07:35:10.955Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T07:35:10.955Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T07:35:11.228Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T07:35:11.229Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T07:35:11.229Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T07:35:11.229Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T07:35:11.229Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T07:35:11.229Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T07:35:11.229Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T07:35:11.229Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T07:35:11.229Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T07:35:11.229Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T07:35:11.761Z] 5788d62ee057: Pull complete [2020-06-11T07:35:11.761Z] 0e6b1d234666: Pull complete [2020-06-11T07:35:11.761Z] bf5d7aec512f: Pull complete [2020-06-11T07:35:18.364Z] 34c802a77dc8: Pull complete [2020-06-11T07:35:21.708Z] 9eb99e56ec68: Pull complete [2020-06-11T07:35:21.708Z] 27c7a5d97fbd: Pull complete [2020-06-11T07:35:23.115Z] 5c102a31e300: Pull complete [2020-06-11T07:35:23.376Z] dcfb455df0a1: Pull complete [2020-06-11T07:35:23.376Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T07:35:23.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T07:35:23.376Z] ---> 7c70fe431013 [2020-06-11T07:35:23.376Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T07:35:23.948Z] ---> Running in b1d280339985 [2020-06-11T07:35:24.209Z] Removing intermediate container b1d280339985 [2020-06-11T07:35:24.209Z] ---> 2d3b2d884342 [2020-06-11T07:35:24.209Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T07:35:24.209Z] ---> Running in b7d7ed69ccb1 [2020-06-11T07:35:25.598Z] Removing intermediate container b7d7ed69ccb1 [2020-06-11T07:35:25.598Z] ---> d172dc672d0e [2020-06-11T07:35:25.598Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T07:35:25.859Z] ---> Running in 0d949058f0c7 [2020-06-11T07:35:26.434Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T07:35:27.005Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T07:35:27.266Z] OK: 143 MiB in 39 packages [2020-06-11T07:35:27.840Z] Removing intermediate container 0d949058f0c7 [2020-06-11T07:35:27.840Z] ---> b5510bcad930 [2020-06-11T07:35:27.840Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T07:35:27.840Z] ---> Running in 1225544588da [2020-06-11T07:35:27.840Z] Removing intermediate container 1225544588da [2020-06-11T07:35:27.840Z] ---> 263f93b17bd6 [2020-06-11T07:35:27.840Z] Step 7/8 : COPY . . [2020-06-11T07:35:29.548Z] Removing intermediate container 894bd15f1b7e [2020-06-11T07:35:29.548Z] ---> c54b3ae64353 [2020-06-11T07:35:29.548Z] Successfully built c54b3ae64353 [2020-06-11T07:35:29.548Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-06-11T07:35:29.762Z] ---> ded11a819b37 [2020-06-11T07:35:29.762Z] Step 8/8 : RUN go mod download [2020-06-11T07:35:29.762Z] ---> Running in d7800bc3aee5 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:35:30.117Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T07:35:30.117Z] . [Pipeline] withDockerContainer [2020-06-11T07:35:30.395Z] prd-ubuntu18.04-docker-arm64-4c-16g-2560 does not seem to be running inside a container [2020-06-11T07:35:30.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/43 -v /w/workspace/edgex-ui-go/43:/w/workspace/edgex-ui-go/43:rw,z -v /w/workspace/edgex-ui-go/43@tmp:/w/workspace/edgex-ui-go/43@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 ******** ci-base-image-arm64 cat [2020-06-11T07:35:32.311Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T07:35:32.311Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T07:35:32.311Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T07:35:32.311Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T07:35:32.311Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T07:35:32.311Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T07:35:32.311Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T07:35:32.311Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T07:35:32.311Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T07:35:32.311Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T07:35:32.311Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T07:35:32.311Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T07:35:32.311Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T07:35:32.311Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T07:35:32.311Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T07:35:32.311Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T07:35:32.311Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T07:35:32.311Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T07:35:32.311Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T07:35:32.311Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T07:35:32.311Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T07:35:32.311Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T07:35:32.311Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T07:35:32.311Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T07:35:32.293Z] $ docker top 1d815043f078903ce4e229babc65e6c80e1495d0713b3d86aff68d534bb55ea8 -eo pid,comm [2020-06-11T07:35:32.572Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T07:35:32.572Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T07:35:32.572Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T07:35:32.572Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T07:35:32.572Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T07:35:32.572Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T07:35:32.572Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T07:35:32.572Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T07:35:32.572Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T07:35:32.572Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T07:35:32.572Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T07:35:32.572Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T07:35:32.572Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T07:35:32.572Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [Pipeline] { [Pipeline] sh [2020-06-11T07:35:32.834Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T07:35:32.834Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T07:35:32.834Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T07:35:32.835Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T07:35:32.835Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T07:35:32.835Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T07:35:32.835Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T07:35:32.835Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T07:35:32.835Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T07:35:32.835Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T07:35:32.835Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T07:35:32.835Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T07:35:32.835Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T07:35:32.835Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T07:35:32.835Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T07:35:32.835Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T07:35:32.835Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T07:35:32.835Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T07:35:32.835Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T07:35:32.835Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T07:35:32.835Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T07:35:33.098Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T07:35:33.098Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T07:35:33.098Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T07:35:33.098Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T07:35:33.098Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T07:35:33.098Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T07:35:33.098Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T07:35:33.098Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T07:35:33.098Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T07:35:33.098Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T07:35:33.693Z] + go version [2020-06-11T07:35:33.693Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T07:35:34.740Z] + make test [2020-06-11T07:35:34.740Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T07:35:36.178Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T07:35:48.040Z] Removing intermediate container d7800bc3aee5 [2020-06-11T07:35:48.040Z] ---> d9ba846d1816 [2020-06-11T07:35:48.040Z] Successfully built d9ba846d1816 [2020-06-11T07:35:48.040Z] 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-11T07:35:48.510Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T07:35:48.510Z] . [Pipeline] withDockerContainer [2020-06-11T07:35:48.612Z] prd-centos7-docker-4c-2g-2561 does not seem to be running inside a container [2020-06-11T07:35:48.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/43 -v /w/workspace/edgex-ui-go/43:/w/workspace/edgex-ui-go/43:rw,z -v /w/workspace/edgex-ui-go/43@tmp:/w/workspace/edgex-ui-go/43@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 ******** ci-base-image-x86_64 cat [2020-06-11T07:35:49.341Z] $ docker top 6163f25f128dffc14921f931089b451f81d8eadc92053c8bfb486aec06415a45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T07:35:49.807Z] + go version [2020-06-11T07:35:49.807Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T07:35:50.110Z] + make test [2020-06-11T07:35:50.110Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T07:35:51.504Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T07:35:58.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T07:35:58.410Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T07:35:58.410Z] GO111MODULE=on go vet ./... [2020-06-11T07:35:58.445Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-11T07:36:00.317Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T07:36:00.318Z] $ docker stop --time=1 6163f25f128dffc14921f931089b451f81d8eadc92053c8bfb486aec06415a45 [2020-06-11T07:36:02.530Z] $ docker rm -f 6163f25f128dffc14921f931089b451f81d8eadc92053c8bfb486aec06415a45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] stash [Pipeline] } [2020-06-11T07:36:02.812Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-11T07:36:03.204Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T07:36:04.084Z] $ docker stop --time=1 1d815043f078903ce4e229babc65e6c80e1495d0713b3d86aff68d534bb55ea8 [2020-06-11T07:36:06.064Z] $ docker rm -f 1d815043f078903ce4e229babc65e6c80e1495d0713b3d86aff68d534bb55ea8 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T07:36:06.789Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T07:36:07.030Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T07:36:07.082Z] + ls -al . [2020-06-11T07:36:07.082Z] total 84 [2020-06-11T07:36:07.082Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 07:35 . [2020-06-11T07:36:07.082Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 11 07:34 .. [2020-06-11T07:36:07.082Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 07:34 assets [2020-06-11T07:36:07.082Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 07:34 bin [2020-06-11T07:36:07.082Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 11 07:34 cmd [2020-06-11T07:36:07.082Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 11 07:34 CONTRIBUTING.md [2020-06-11T07:36:07.083Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 11 07:35 coverage.out [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 11 07:34 Dockerfile [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 11 07:34 Dockerfile.build [2020-06-11T07:36:07.083Z] drwxrwxr-x. 4 jenkins jenkins 72 Jun 11 07:34 docs [2020-06-11T07:36:07.083Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 07:35 .git [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 11 07:34 .gitignore [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 11 07:34 go.mod [2020-06-11T07:36:07.083Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 11 07:35 go.sum [2020-06-11T07:36:07.083Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 11 07:34 internal [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 11 07:34 Jenkinsfile [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 11 07:34 LICENSE [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 11 07:34 Makefile [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 2409 Jun 11 07:34 README.md [2020-06-11T07:36:07.083Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 07:35 .semver [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 07:32 VERSION [2020-06-11T07:36:07.083Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 11 07:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:07.355Z] + ls -al . [2020-06-11T07:36:07.355Z] total 116 [2020-06-11T07:36:07.355Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 07:35 . [2020-06-11T07:36:07.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 07:34 .. [2020-06-11T07:36:07.355Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 07:34 .git [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 11 07:34 .gitignore [2020-06-11T07:36:07.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 07:34 .semver [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 11 07:34 CONTRIBUTING.md [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 11 07:34 Dockerfile [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 11 07:34 Dockerfile.build [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 11 07:34 Jenkinsfile [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 11 07:34 LICENSE [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 11 07:34 Makefile [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 2409 Jun 11 07:34 README.md [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 07:32 VERSION [2020-06-11T07:36:07.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 07:34 assets [2020-06-11T07:36:07.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 07:34 bin [2020-06-11T07:36:07.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 07:34 cmd [2020-06-11T07:36:07.355Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 11 07:35 coverage.out [2020-06-11T07:36:07.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 07:34 docs [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 11 07:34 go.mod [2020-06-11T07:36:07.355Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 11 07:35 go.sum [2020-06-11T07:36:07.355Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 07:34 internal [2020-06-11T07:36:07.355Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 11 07:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:07.407Z] + 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=5ac126347c467076fa6aa7c5143c5fd30ec9d80a --label arch=amd64 --label version=1.2.1-dev.8 . [2020-06-11T07:36:07.669Z] Sending build context to Docker daemon 12.94MB [2020-06-11T07:36:07.669Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T07:36:07.669Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T07:36:07.669Z] ---> d9ba846d1816 [2020-06-11T07:36:07.669Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T07:36:07.690Z] + 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=5ac126347c467076fa6aa7c5143c5fd30ec9d80a --label arch=arm64 --label version=1.2.1-dev.8 . [2020-06-11T07:36:08.249Z] ---> Running in 676a69592c73 [2020-06-11T07:36:08.250Z] Removing intermediate container 676a69592c73 [2020-06-11T07:36:08.250Z] ---> cbdae24260c0 [2020-06-11T07:36:08.250Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T07:36:08.250Z] ---> Running in 13a1b15c97bd [2020-06-11T07:36:08.284Z] Sending build context to Docker daemon 12.94MB [2020-06-11T07:36:08.284Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T07:36:08.284Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T07:36:08.284Z] ---> c54b3ae64353 [2020-06-11T07:36:08.284Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T07:36:08.512Z] Removing intermediate container 13a1b15c97bd [2020-06-11T07:36:08.512Z] ---> 0534c21d3fe2 [2020-06-11T07:36:08.512Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T07:36:08.512Z] ---> Running in a9c7ee9538ea [2020-06-11T07:36:08.556Z] ---> Running in 9d40dff7cddd [2020-06-11T07:36:08.773Z] Removing intermediate container a9c7ee9538ea [2020-06-11T07:36:08.773Z] ---> 26c8f011e95e [2020-06-11T07:36:08.773Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T07:36:08.773Z] ---> Running in f23ad39658f6 [2020-06-11T07:36:08.773Z] Removing intermediate container f23ad39658f6 [2020-06-11T07:36:08.773Z] ---> 9445c3db1f3f [2020-06-11T07:36:08.773Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T07:36:08.828Z] Removing intermediate container 9d40dff7cddd [2020-06-11T07:36:08.828Z] ---> f174e36524df [2020-06-11T07:36:08.828Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T07:36:09.034Z] ---> Running in 54dbf68ae2a3 [2020-06-11T07:36:09.034Z] Removing intermediate container 54dbf68ae2a3 [2020-06-11T07:36:09.034Z] ---> dc443fab6989 [2020-06-11T07:36:09.034Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T07:36:09.034Z] ---> Running in 5d4da79a8ab6 [2020-06-11T07:36:09.099Z] ---> Running in f99f625a4062 [2020-06-11T07:36:09.369Z] Removing intermediate container f99f625a4062 [2020-06-11T07:36:09.369Z] ---> a8b38c4f8df5 [2020-06-11T07:36:09.369Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T07:36:09.639Z] ---> Running in 29472ba06935 [2020-06-11T07:36:09.910Z] Removing intermediate container 29472ba06935 [2020-06-11T07:36:09.910Z] ---> 6b796183213e [2020-06-11T07:36:09.910Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T07:36:09.979Z] Removing intermediate container 5d4da79a8ab6 [2020-06-11T07:36:09.979Z] ---> 3db9e4739ef9 [2020-06-11T07:36:09.979Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T07:36:09.979Z] ---> Running in bf1d30c6d4d7 [2020-06-11T07:36:10.184Z] ---> Running in 1e791b9fd395 [2020-06-11T07:36:10.457Z] Removing intermediate container 1e791b9fd395 [2020-06-11T07:36:10.457Z] ---> 4d6930e406fd [2020-06-11T07:36:10.457Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T07:36:10.551Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T07:36:10.732Z] ---> Running in 33e366d8c603 [2020-06-11T07:36:11.005Z] Removing intermediate container 33e366d8c603 [2020-06-11T07:36:11.005Z] ---> 353a25571fdf [2020-06-11T07:36:11.005Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T07:36:11.124Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T07:36:11.290Z] ---> Running in 37a7270ed4ab [2020-06-11T07:36:11.386Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T07:36:11.386Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T07:36:11.386Z] OK: 11290 distinct packages available [2020-06-11T07:36:11.386Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T07:36:12.332Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T07:36:12.598Z] OK: 143 MiB in 39 packages [2020-06-11T07:36:12.860Z] Removing intermediate container bf1d30c6d4d7 [2020-06-11T07:36:12.860Z] ---> f5aab8cf27c3 [2020-06-11T07:36:12.860Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T07:36:12.860Z] ---> Running in 599d68409587 [2020-06-11T07:36:13.121Z] Removing intermediate container 599d68409587 [2020-06-11T07:36:13.121Z] ---> 025624c5754d [2020-06-11T07:36:13.121Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T07:36:13.121Z] ---> Running in bd0ad5d8cf4d [2020-06-11T07:36:13.384Z] Removing intermediate container bd0ad5d8cf4d [2020-06-11T07:36:13.384Z] ---> 19dba14abf74 [2020-06-11T07:36:13.384Z] Step 12/24 : COPY go.mod . [2020-06-11T07:36:13.645Z] ---> 594ca7dc1895 [2020-06-11T07:36:13.645Z] Step 13/24 : COPY Makefile . [2020-06-11T07:36:13.645Z] ---> 85e4924ee7ce [2020-06-11T07:36:13.645Z] Step 14/24 : RUN make update [2020-06-11T07:36:13.909Z] ---> Running in d32a12505537 [2020-06-11T07:36:13.920Z] Removing intermediate container 37a7270ed4ab [2020-06-11T07:36:13.920Z] ---> 28dbdfcd6153 [2020-06-11T07:36:13.920Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T07:36:13.920Z] ---> Running in da1684d41896 [2020-06-11T07:36:14.485Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T07:36:14.924Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T07:36:15.058Z] Removing intermediate container d32a12505537 [2020-06-11T07:36:15.059Z] ---> 0295ba45d81c [2020-06-11T07:36:15.059Z] Step 15/24 : COPY . . [2020-06-11T07:36:15.903Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T07:36:16.002Z] ---> f0d04eda5334 [2020-06-11T07:36:16.002Z] Step 16/24 : RUN ${MAKE} [2020-06-11T07:36:16.265Z] ---> Running in ecf49fa2837e [2020-06-11T07:36:16.499Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T07:36:16.499Z] v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T07:36:16.499Z] OK: 11179 distinct packages available [2020-06-11T07:36:16.499Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T07:36:16.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T07:36:17.089Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T07:36:17.678Z] OK: 125 MiB in 39 packages [2020-06-11T07:36:18.669Z] Removing intermediate container da1684d41896 [2020-06-11T07:36:18.669Z] ---> 746b64ba511b [2020-06-11T07:36:18.669Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T07:36:18.941Z] ---> Running in 73fedbf06784 [2020-06-11T07:36:19.211Z] Removing intermediate container 73fedbf06784 [2020-06-11T07:36:19.211Z] ---> 59e90c61806e [2020-06-11T07:36:19.211Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T07:36:19.484Z] ---> Running in 147913d60cc4 [2020-06-11T07:36:19.758Z] Removing intermediate container 147913d60cc4 [2020-06-11T07:36:19.758Z] ---> 03498c5992cf [2020-06-11T07:36:19.758Z] Step 12/24 : COPY go.mod . [2020-06-11T07:36:20.357Z] ---> 92da1fa99705 [2020-06-11T07:36:20.357Z] Step 13/24 : COPY Makefile . [2020-06-11T07:36:20.972Z] ---> ee12f2d0cb7a [2020-06-11T07:36:20.972Z] Step 14/24 : RUN make update [2020-06-11T07:36:21.247Z] ---> Running in d43b3bb1a891 [2020-06-11T07:36:22.675Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T07:36:24.111Z] Removing intermediate container d43b3bb1a891 [2020-06-11T07:36:24.111Z] ---> e0933e2ab251 [2020-06-11T07:36:24.111Z] Step 15/24 : COPY . . [2020-06-11T07:36:24.755Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T07:36:25.551Z] ---> 78c90858f99f [2020-06-11T07:36:25.551Z] Step 16/24 : RUN ${MAKE} [2020-06-11T07:36:25.551Z] ---> Running in 6f78dd0ff7f7 [2020-06-11T07:36:26.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T07:36:27.311Z] Removing intermediate container ecf49fa2837e [2020-06-11T07:36:27.311Z] ---> 65dd6b12fd01 [2020-06-11T07:36:27.311Z] Step 17/24 : FROM alpine [2020-06-11T07:36:27.573Z] latest: Pulling from library/alpine [2020-06-11T07:36:27.835Z] df20fa9351a1: Pulling fs layer [2020-06-11T07:36:28.098Z] df20fa9351a1: Verifying Checksum [2020-06-11T07:36:28.098Z] df20fa9351a1: Download complete [2020-06-11T07:36:28.098Z] df20fa9351a1: Pull complete [2020-06-11T07:36:28.371Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T07:36:28.371Z] Status: Downloaded newer image for alpine:latest [2020-06-11T07:36:28.371Z] ---> a24bb4013296 [2020-06-11T07:36:28.371Z] Step 18/24 : EXPOSE 4000 [2020-06-11T07:36:28.371Z] ---> Running in fef8e923674a [2020-06-11T07:36:28.371Z] Removing intermediate container fef8e923674a [2020-06-11T07:36:28.371Z] ---> 6fe3e22e7e6e [2020-06-11T07:36:28.371Z] 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-11T07:36:29.314Z] ---> 85a63dc90d6f [2020-06-11T07:36:29.314Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T07:36:29.314Z] ---> Running in f9d132bea712 [2020-06-11T07:36:29.575Z] Removing intermediate container f9d132bea712 [2020-06-11T07:36:29.575Z] ---> 7881f015a432 [2020-06-11T07:36:29.575Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T07:36:29.575Z] ---> Running in 442217434e85 [2020-06-11T07:36:29.836Z] Removing intermediate container 442217434e85 [2020-06-11T07:36:29.836Z] ---> ad94450d4997 [2020-06-11T07:36:29.836Z] Step 22/24 : LABEL arch=amd64 [2020-06-11T07:36:29.836Z] ---> Running in 525f1b84791e [2020-06-11T07:36:30.097Z] Removing intermediate container 525f1b84791e [2020-06-11T07:36:30.097Z] ---> 533c68dff0f6 [2020-06-11T07:36:30.097Z] Step 23/24 : LABEL git_sha=5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:36:30.097Z] ---> Running in 1615332ca344 [2020-06-11T07:36:30.097Z] Removing intermediate container 1615332ca344 [2020-06-11T07:36:30.097Z] ---> 80bd0e038498 [2020-06-11T07:36:30.097Z] Step 24/24 : LABEL version=1.2.1-dev.8 [2020-06-11T07:36:30.358Z] ---> Running in be4b139c7abe [2020-06-11T07:36:30.358Z] Removing intermediate container be4b139c7abe [2020-06-11T07:36:30.358Z] ---> 88dd3f675921 [2020-06-11T07:36:30.358Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T07:36:30.358Z] Successfully built 88dd3f675921 [2020-06-11T07:36:30.358Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T07:36:30.601Z] provisioning config files... [2020-06-11T07:36:30.633Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/43@tmp/config113083489944620518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:36:30.967Z] nexus3.edgexfoundry.org:10001 [2020-06-11T07:36:30.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:36:31.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:36:31.228Z] Configure a credential helper to remove this warning. See [2020-06-11T07:36:31.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:36:31.228Z] [2020-06-11T07:36:31.228Z] Login Succeeded [2020-06-11T07:36:31.228Z] nexus3.edgexfoundry.org:10002 [2020-06-11T07:36:31.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:36:31.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:36:31.228Z] Configure a credential helper to remove this warning. See [2020-06-11T07:36:31.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:36:31.228Z] [2020-06-11T07:36:31.228Z] Login Succeeded [2020-06-11T07:36:31.228Z] nexus3.edgexfoundry.org:10003 [2020-06-11T07:36:31.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:36:31.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:36:31.490Z] Configure a credential helper to remove this warning. See [2020-06-11T07:36:31.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:36:31.490Z] [2020-06-11T07:36:31.490Z] Login Succeeded [2020-06-11T07:36:31.490Z] nexus3.edgexfoundry.org:10004 [2020-06-11T07:36:31.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:36:31.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:36:31.752Z] Configure a credential helper to remove this warning. See [2020-06-11T07:36:31.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:36:31.752Z] [2020-06-11T07:36:31.752Z] Login Succeeded [2020-06-11T07:36:31.752Z] docker.io [2020-06-11T07:36:31.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:36:32.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:36:32.012Z] Configure a credential helper to remove this warning. See [2020-06-11T07:36:32.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:36:32.012Z] [2020-06-11T07:36:32.012Z] Login Succeeded [Pipeline] } [2020-06-11T07:36:32.021Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T07:36:32.111Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-06-11T07:36:32.111Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:36:32.111Z] latest [2020-06-11T07:36:32.111Z] 1.2.1-dev.8 [2020-06-11T07:36:32.111Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [2020-06-11T07:36:32.111Z] master [2020-06-11T07:36:32.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:32.495Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:32.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:36:32.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T07:36:32.793Z] 35b75b896281: Preparing [2020-06-11T07:36:32.793Z] 50644c29ef5a: Preparing [2020-06-11T07:36:32.793Z] 50644c29ef5a: Layer already exists [2020-06-11T07:36:34.179Z] 35b75b896281: Pushed [2020-06-11T07:36:34.179Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a: digest: sha256:47213cfed4da4aa8cd3f6bce94a48a580437e0317b7d3897c5486b6106cf28b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:34.744Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:35.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-06-11T07:36:35.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T07:36:35.042Z] 35b75b896281: Preparing [2020-06-11T07:36:35.042Z] 50644c29ef5a: Preparing [2020-06-11T07:36:35.042Z] 50644c29ef5a: Layer already exists [2020-06-11T07:36:35.042Z] 35b75b896281: Layer already exists [2020-06-11T07:36:35.042Z] latest: digest: sha256:47213cfed4da4aa8cd3f6bce94a48a580437e0317b7d3897c5486b6106cf28b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:35.344Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:35.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.8 [2020-06-11T07:36:35.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T07:36:35.640Z] 35b75b896281: Preparing [2020-06-11T07:36:35.640Z] 50644c29ef5a: Preparing [2020-06-11T07:36:35.640Z] 50644c29ef5a: Layer already exists [2020-06-11T07:36:35.640Z] 35b75b896281: Layer already exists [2020-06-11T07:36:35.640Z] 1.2.1-dev.8: digest: sha256:47213cfed4da4aa8cd3f6bce94a48a580437e0317b7d3897c5486b6106cf28b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:35.942Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:36.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [2020-06-11T07:36:36.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T07:36:36.248Z] 35b75b896281: Preparing [2020-06-11T07:36:36.248Z] 50644c29ef5a: Preparing [2020-06-11T07:36:36.248Z] 35b75b896281: Layer already exists [2020-06-11T07:36:36.248Z] 50644c29ef5a: Layer already exists [2020-06-11T07:36:36.248Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8: digest: sha256:47213cfed4da4aa8cd3f6bce94a48a580437e0317b7d3897c5486b6106cf28b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:36.552Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:36:36.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-06-11T07:36:36.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T07:36:36.857Z] 35b75b896281: Preparing [2020-06-11T07:36:36.857Z] 50644c29ef5a: Preparing [2020-06-11T07:36:36.857Z] 35b75b896281: Layer already exists [2020-06-11T07:36:36.857Z] 50644c29ef5a: Layer already exists [2020-06-11T07:36:36.857Z] master: digest: sha256:47213cfed4da4aa8cd3f6bce94a48a580437e0317b7d3897c5486b6106cf28b2 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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-11T07:36:49.190Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T07:36:55.912Z] Removing intermediate container 6f78dd0ff7f7 [2020-06-11T07:36:55.912Z] ---> b6e3d38dddab [2020-06-11T07:36:55.912Z] Step 17/24 : FROM alpine [2020-06-11T07:36:56.504Z] latest: Pulling from library/alpine [2020-06-11T07:36:56.504Z] b538f80385f9: Pulling fs layer [2020-06-11T07:36:56.775Z] b538f80385f9: Download complete [2020-06-11T07:36:57.369Z] b538f80385f9: Pull complete [2020-06-11T07:36:57.369Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T07:36:57.369Z] Status: Downloaded newer image for alpine:latest [2020-06-11T07:36:57.369Z] ---> 62ee0e9f8440 [2020-06-11T07:36:57.369Z] Step 18/24 : EXPOSE 4000 [2020-06-11T07:36:57.641Z] ---> Running in b4c292f28272 [2020-06-11T07:36:57.914Z] Removing intermediate container b4c292f28272 [2020-06-11T07:36:57.914Z] ---> 1155d48b2da2 [2020-06-11T07:36:57.914Z] 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-11T07:36:59.884Z] ---> 643e0c7418fc [2020-06-11T07:36:59.884Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T07:36:59.884Z] ---> Running in 03a757a05f9b [2020-06-11T07:37:00.157Z] Removing intermediate container 03a757a05f9b [2020-06-11T07:37:00.157Z] ---> 386498aafd13 [2020-06-11T07:37:00.157Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T07:37:00.157Z] ---> Running in eba5d5850436 [2020-06-11T07:37:00.751Z] Removing intermediate container eba5d5850436 [2020-06-11T07:37:00.751Z] ---> efc7acaa30ad [2020-06-11T07:37:00.751Z] Step 22/24 : LABEL arch=arm64 [2020-06-11T07:37:00.751Z] ---> Running in 662a8e4cf675 [2020-06-11T07:37:01.347Z] Removing intermediate container 662a8e4cf675 [2020-06-11T07:37:01.347Z] ---> 0ac228252fef [2020-06-11T07:37:01.347Z] Step 23/24 : LABEL git_sha=5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:37:01.347Z] ---> Running in f2b4f2cce5bb [2020-06-11T07:37:01.944Z] Removing intermediate container f2b4f2cce5bb [2020-06-11T07:37:01.944Z] ---> dc0ac9715382 [2020-06-11T07:37:01.944Z] Step 24/24 : LABEL version=1.2.1-dev.8 [2020-06-11T07:37:01.944Z] ---> Running in 079857bd10d7 [2020-06-11T07:37:02.215Z] Removing intermediate container 079857bd10d7 [2020-06-11T07:37:02.215Z] ---> 1d9258e7674f [2020-06-11T07:37:02.215Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T07:37:02.486Z] Successfully built 1d9258e7674f [2020-06-11T07:37:02.486Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T07:37:02.689Z] provisioning config files... [2020-06-11T07:37:02.747Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/43@tmp/config5457723391772229238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:37:03.119Z] nexus3.edgexfoundry.org:10001 [2020-06-11T07:37:03.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:37:03.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:37:03.394Z] Configure a credential helper to remove this warning. See [2020-06-11T07:37:03.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:37:03.394Z] [2020-06-11T07:37:03.394Z] Login Succeeded [2020-06-11T07:37:03.394Z] nexus3.edgexfoundry.org:10002 [2020-06-11T07:37:03.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:37:03.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:37:03.988Z] Configure a credential helper to remove this warning. See [2020-06-11T07:37:03.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:37:03.988Z] [2020-06-11T07:37:03.988Z] Login Succeeded [2020-06-11T07:37:03.988Z] nexus3.edgexfoundry.org:10003 [2020-06-11T07:37:04.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:37:04.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:37:04.532Z] Configure a credential helper to remove this warning. See [2020-06-11T07:37:04.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:37:04.532Z] [2020-06-11T07:37:04.532Z] Login Succeeded [2020-06-11T07:37:04.532Z] nexus3.edgexfoundry.org:10004 [2020-06-11T07:37:04.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:37:05.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:37:05.078Z] Configure a credential helper to remove this warning. See [2020-06-11T07:37:05.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:37:05.078Z] [2020-06-11T07:37:05.078Z] Login Succeeded [2020-06-11T07:37:05.078Z] docker.io [2020-06-11T07:37:05.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T07:37:05.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T07:37:05.944Z] Configure a credential helper to remove this warning. See [2020-06-11T07:37:05.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T07:37:05.944Z] [2020-06-11T07:37:05.944Z] Login Succeeded [Pipeline] } [2020-06-11T07:37:05.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T07:37:06.060Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-06-11T07:37:06.060Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:37:06.060Z] latest [2020-06-11T07:37:06.060Z] 1.2.1-dev.8 [2020-06-11T07:37:06.060Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [2020-06-11T07:37:06.060Z] master [2020-06-11T07:37:06.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:06.479Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:06.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:37:06.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T07:37:06.812Z] 7c91c3e86d0d: Preparing [2020-06-11T07:37:06.812Z] e2f13739ad41: Preparing [2020-06-11T07:37:07.083Z] e2f13739ad41: Layer already exists [2020-06-11T07:37:10.456Z] 7c91c3e86d0d: Pushed [2020-06-11T07:37:10.727Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a: digest: sha256:a85221bdd762c1fb6f5b61508071f2af5cb62975a900f32c7847337b9ba8fc7c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:11.071Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:11.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-06-11T07:37:11.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T07:37:11.416Z] 7c91c3e86d0d: Preparing [2020-06-11T07:37:11.416Z] e2f13739ad41: Preparing [2020-06-11T07:37:11.416Z] e2f13739ad41: Layer already exists [2020-06-11T07:37:11.416Z] 7c91c3e86d0d: Layer already exists [2020-06-11T07:37:11.686Z] latest: digest: sha256:a85221bdd762c1fb6f5b61508071f2af5cb62975a900f32c7847337b9ba8fc7c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:12.025Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:12.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.8 [2020-06-11T07:37:12.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T07:37:12.365Z] 7c91c3e86d0d: Preparing [2020-06-11T07:37:12.365Z] e2f13739ad41: Preparing [2020-06-11T07:37:12.365Z] 7c91c3e86d0d: Layer already exists [2020-06-11T07:37:12.365Z] e2f13739ad41: Layer already exists [2020-06-11T07:37:12.635Z] 1.2.1-dev.8: digest: sha256:a85221bdd762c1fb6f5b61508071f2af5cb62975a900f32c7847337b9ba8fc7c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:12.979Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:13.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8 [2020-06-11T07:37:13.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T07:37:13.311Z] 7c91c3e86d0d: Preparing [2020-06-11T07:37:13.311Z] e2f13739ad41: Preparing [2020-06-11T07:37:13.311Z] e2f13739ad41: Layer already exists [2020-06-11T07:37:13.311Z] 7c91c3e86d0d: Layer already exists [2020-06-11T07:37:13.582Z] 5ac126347c467076fa6aa7c5143c5fd30ec9d80a-1.2.1-dev.8: digest: sha256:a85221bdd762c1fb6f5b61508071f2af5cb62975a900f32c7847337b9ba8fc7c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:13.922Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:14.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-06-11T07:37:14.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T07:37:14.258Z] 7c91c3e86d0d: Preparing [2020-06-11T07:37:14.258Z] e2f13739ad41: Preparing [2020-06-11T07:37:14.258Z] 7c91c3e86d0d: Layer already exists [2020-06-11T07:37:14.258Z] e2f13739ad41: Layer already exists [2020-06-11T07:37:14.529Z] master: digest: sha256:a85221bdd762c1fb6f5b61508071f2af5cb62975a900f32c7847337b9ba8fc7c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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-11T07:37:15.298Z] provisioning config files... [2020-06-11T07:37:15.309Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2459941617041332403tmp [Pipeline] { [Pipeline] sh [2020-06-11T07:37:15.630Z] + curl -s https://codecov.io/bash [2020-06-11T07:37:15.630Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2459941617041332403tmp [2020-06-11T07:37:15.890Z] [2020-06-11T07:37:15.890Z] _____ _ [2020-06-11T07:37:15.890Z] / ____| | | [2020-06-11T07:37:15.890Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T07:37:15.890Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T07:37:15.890Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T07:37:15.890Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T07:37:15.890Z] Bash-20200602-f809a24 [2020-06-11T07:37:15.890Z] [2020-06-11T07:37:15.890Z] [2020-06-11T07:37:15.890Z] ==> Jenkins CI detected. [2020-06-11T07:37:15.890Z] project root: . [2020-06-11T07:37:15.890Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T07:37:15.890Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T07:37:15.890Z] ==> Python coveragepy not found [2020-06-11T07:37:15.890Z] ==> Searching for coverage reports in: [2020-06-11T07:37:15.890Z] + . [2020-06-11T07:37:15.890Z] -> Found 1 reports [2020-06-11T07:37:15.890Z] ==> Detecting git/mercurial file structure [2020-06-11T07:37:15.890Z] ==> Reading reports [2020-06-11T07:37:15.890Z] + ./coverage.out bytes=10 [2020-06-11T07:37:15.890Z] ==> Appending adjustments [2020-06-11T07:37:15.890Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T07:37:16.151Z] + Found adjustments [2020-06-11T07:37:16.151Z] ==> Gzipping contents [2020-06-11T07:37:16.151Z] ==> Uploading reports [2020-06-11T07:37:16.151Z] url: https://codecov.io [2020-06-11T07:37:16.151Z] query: branch=master&commit=5ac126347c467076fa6aa7c5143c5fd30ec9d80a&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F43%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-11T07:37:16.151Z] -> Pinging Codecov [2020-06-11T07:37:16.151Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=5ac126347c467076fa6aa7c5143c5fd30ec9d80a&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F43%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-11T07:37:16.413Z] -> Uploading [2020-06-11T07:37:16.984Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5ac126347c467076fa6aa7c5143c5fd30ec9d80a [Pipeline] } [2020-06-11T07:37:16.991Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T07:37:17.416Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T07:37:17.418Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T07:37:17.444Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:17.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T07:37:17.753Z] [2020-06-11T07:37:17.753Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:18.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T07:37:18.079Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T07:37:18.079Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T07:37:18.079Z] 408f87550127: Pulling fs layer [2020-06-11T07:37:18.079Z] fe522b08c979: Pulling fs layer [2020-06-11T07:37:18.079Z] 221eaa008020: Pulling fs layer [2020-06-11T07:37:18.079Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T07:37:18.079Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T07:37:18.079Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T07:37:18.079Z] 23e8b3b47431: Pulling fs layer [2020-06-11T07:37:18.079Z] 5c568d65a230: Pulling fs layer [2020-06-11T07:37:18.079Z] 8f79b27c4fd2: Waiting [2020-06-11T07:37:18.079Z] e5c8dbe1645b: Waiting [2020-06-11T07:37:18.079Z] 221eaa008020: Waiting [2020-06-11T07:37:18.079Z] 23e8b3b47431: Waiting [2020-06-11T07:37:18.079Z] 2a4607e5d6b9: Waiting [2020-06-11T07:37:18.079Z] 5c568d65a230: Waiting [2020-06-11T07:37:18.079Z] fe522b08c979: Verifying Checksum [2020-06-11T07:37:18.079Z] fe522b08c979: Download complete [2020-06-11T07:37:18.079Z] 408f87550127: Verifying Checksum [2020-06-11T07:37:18.079Z] 408f87550127: Download complete [2020-06-11T07:37:18.079Z] 2a4607e5d6b9: Verifying Checksum [2020-06-11T07:37:18.079Z] 2a4607e5d6b9: Download complete [2020-06-11T07:37:18.079Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T07:37:18.079Z] 8f79b27c4fd2: Download complete [2020-06-11T07:37:18.079Z] cbdbe7a5bc2a: Download complete [2020-06-11T07:37:18.358Z] e5c8dbe1645b: Verifying Checksum [2020-06-11T07:37:18.358Z] e5c8dbe1645b: Download complete [2020-06-11T07:37:18.358Z] cbdbe7a5bc2a: Pull complete [2020-06-11T07:37:18.971Z] 23e8b3b47431: Verifying Checksum [2020-06-11T07:37:18.971Z] 23e8b3b47431: Download complete [2020-06-11T07:37:18.971Z] 408f87550127: Pull complete [2020-06-11T07:37:19.236Z] 5c568d65a230: Verifying Checksum [2020-06-11T07:37:19.236Z] 5c568d65a230: Download complete [2020-06-11T07:37:19.236Z] fe522b08c979: Pull complete [2020-06-11T07:37:19.812Z] 221eaa008020: Download complete [2020-06-11T07:37:25.120Z] 221eaa008020: Pull complete [2020-06-11T07:37:25.120Z] 2a4607e5d6b9: Pull complete [2020-06-11T07:37:25.120Z] 8f79b27c4fd2: Pull complete [2020-06-11T07:37:27.047Z] e5c8dbe1645b: Pull complete [2020-06-11T07:37:30.358Z] 23e8b3b47431: Pull complete [2020-06-11T07:37:31.751Z] 5c568d65a230: Pull complete [2020-06-11T07:37:31.751Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T07:37:31.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T07:37:31.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T07:37:31.925Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:37:31.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T07:37:32.772Z] $ docker top d16db26f332f61dcf126fcbb31e175c280382805d4820cd78f13220a27842831 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T07:37:33.188Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T07:37:45.430Z] [2020-06-11T07:37:45.430Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-06-11T07:37:45.430Z] [2020-06-11T07:37:45.430Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/08dd957d-5f75-4f6d-9e40-4e88faba1971 [2020-06-11T07:37:45.430Z] [2020-06-11T07:37:45.430Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T07:37:45.430Z] [2020-06-11T07:37:45.430Z] [Pipeline] } [2020-06-11T07:37:45.443Z] $ docker stop --time=1 d16db26f332f61dcf126fcbb31e175c280382805d4820cd78f13220a27842831 [2020-06-11T07:37:47.562Z] $ docker rm -f d16db26f332f61dcf126fcbb31e175c280382805d4820cd78f13220a27842831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:48.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:37:48.408Z] [2020-06-11T07:37:48.408Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:37:48.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:37:48.729Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T07:37:48.729Z] e7c96db7181b: Pulling fs layer [2020-06-11T07:37:48.729Z] 1868ca2cb446: Pulling fs layer [2020-06-11T07:37:48.729Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T07:37:48.729Z] 894bfe63afcb: Pulling fs layer [2020-06-11T07:37:48.729Z] 1868ca2cb446: Verifying Checksum [2020-06-11T07:37:48.729Z] 1868ca2cb446: Download complete [2020-06-11T07:37:48.729Z] 136be5d0fe8e: Download complete [2020-06-11T07:37:48.729Z] e7c96db7181b: Verifying Checksum [2020-06-11T07:37:48.729Z] e7c96db7181b: Download complete [2020-06-11T07:37:48.729Z] 894bfe63afcb: Download complete [2020-06-11T07:37:48.990Z] e7c96db7181b: Pull complete [2020-06-11T07:37:48.990Z] 1868ca2cb446: Pull complete [2020-06-11T07:37:49.253Z] 136be5d0fe8e: Pull complete [2020-06-11T07:37:49.516Z] 894bfe63afcb: Pull complete [2020-06-11T07:37:49.516Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T07:37:49.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:37:49.516Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T07:37:49.602Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:37:49.637Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T07:37:50.741Z] $ docker top c1ebf9812c552318ffa9e90a1a59525a58f864977d7ed9967c9747ffa79796bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T07:37:51.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:37:51.179Z] + tee [2020-06-11T07:38:58.916Z] Failed to analyze using API v1: push image https://nexus3.edgexfoundry.org:10004/v2/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a to Clair failed: can't push layer to Clair: Post http://clair-alb-414217221.us-west-2.elb.amazonaws.com:6060/v1/layers: net/http: request canceled (Client.Timeout exceeded while awaiting headers) [2020-06-11T07:38:58.916Z] [2020-06-11T07:38:58.916Z] Failed to analyze using API v3: push image https://nexus3.edgexfoundry.org:10004/v2/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a to Clair failed: rpc error: code = Unavailable desc = transport is closing [2020-06-11T07:38:58.916Z] [2020-06-11T07:38:58.916Z] Failed to analyze, exiting [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T07:38:58.970Z] $ docker stop --time=1 c1ebf9812c552318ffa9e90a1a59525a58f864977d7ed9967c9747ffa79796bd [2020-06-11T07:39:00.319Z] $ docker rm -f c1ebf9812c552318ffa9e90a1a59525a58f864977d7ed9967c9747ffa79796bd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:00.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:39:00.792Z] . [Pipeline] withDockerContainer [2020-06-11T07:39:00.902Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:39:00.944Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T07:39:01.521Z] $ docker top f02016b73c4fdcc6ea888ab54d5ef22bbc59a0d337e031316c0f25f09f21a641 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T07:39:01.952Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:39:01.952Z] + tee [2020-06-11T07:39:01.952Z] clair timeout 1m0s [2020-06-11T07:39:01.952Z] docker timeout: 1m0s [2020-06-11T07:39:01.952Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T07:39:03.928Z] $ docker stop --time=1 f02016b73c4fdcc6ea888ab54d5ef22bbc59a0d337e031316c0f25f09f21a641 [2020-06-11T07:39:05.265Z] $ docker rm -f f02016b73c4fdcc6ea888ab54d5ef22bbc59a0d337e031316c0f25f09f21a641 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T07:39:05.688Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-11T07:39:05.701Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_5ac126347c467076fa6aa7c5143c5fd30ec9d80a.html [Pipeline] writeFile [Pipeline] step [2020-06-11T07:39:05.730Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:06.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:39:06.053Z] . [Pipeline] withDockerContainer [2020-06-11T07:39:06.150Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:39:06.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T07:39:06.721Z] $ docker top b5dbdccd284b53df289519c88c6970ead15936710f9cac31448a22d8cda09474 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T07:39:07.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:39:07.155Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T07:39:46.003Z] $ docker stop --time=1 b5dbdccd284b53df289519c88c6970ead15936710f9cac31448a22d8cda09474 [2020-06-11T07:39:47.399Z] $ docker rm -f b5dbdccd284b53df289519c88c6970ead15936710f9cac31448a22d8cda09474 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:47.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T07:39:47.850Z] . [Pipeline] withDockerContainer [2020-06-11T07:39:47.946Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:39:47.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T07:39:48.664Z] $ docker top 8baf65ab50b44aca249f1dad5c91a4a74e28dc089029209c65a8420f6e4bf4ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T07:39:49.127Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:5ac126347c467076fa6aa7c5143c5fd30ec9d80a [2020-06-11T07:39:49.127Z] + tee [2020-06-11T07:39:49.127Z] clair timeout 1m0s [2020-06-11T07:39:49.127Z] docker timeout: 1m0s [2020-06-11T07:39:49.127Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T07:39:49.751Z] $ docker stop --time=1 8baf65ab50b44aca249f1dad5c91a4a74e28dc089029209c65a8420f6e4bf4ad [2020-06-11T07:39:51.095Z] $ docker rm -f 8baf65ab50b44aca249f1dad5c91a4a74e28dc089029209c65a8420f6e4bf4ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T07:39:51.512Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-11T07:39:51.528Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_5ac126347c467076fa6aa7c5143c5fd30ec9d80a.html [Pipeline] writeFile [Pipeline] step [2020-06-11T07:39:51.556Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:52.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:39:52.282Z] . [Pipeline] withDockerContainer [2020-06-11T07:39:52.417Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:39:52.492Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T07:39:53.061Z] $ docker top 6dce93da3d37a4b1d6e36f7cd3e077725a2deb842a1f3fcfd5874edb6d8c2cee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T07:39:53.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T07:39:53.238Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T07:39:53.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T07:39:53.449Z] $ docker exec 6dce93da3d37a4b1d6e36f7cd3e077725a2deb842a1f3fcfd5874edb6d8c2cee ssh-agent [2020-06-11T07:39:53.611Z] SSH_AUTH_SOCK=/tmp/ssh-4Unr0mJyNTCG/agent.12 [2020-06-11T07:39:53.611Z] SSH_AGENT_PID=17 [2020-06-11T07:39:53.617Z] Running ssh-add (command line suppressed) [2020-06-11T07:39:53.739Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7250375987328206533.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7250375987328206533.key) [2020-06-11T07:39:53.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T07:39:54.099Z] + git semver tag [2020-06-11T07:39:54.099Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T07:39:54.099Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T07:39:54.099Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:39:54.099Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T07:39:54.099Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T07:39:54.099Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T07:39:54.099Z] # $SEMVER_BRANCH = master [2020-06-11T07:39:54.099Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-11T07:39:54.099Z] # 5ac126347c467076fa6aa7c5143c5fd30ec9d80a HEAD [2020-06-11T07:39:54.099Z] # -> Force: false [2020-06-11T07:39:54.099Z] # a2b52984a76e02e745cc9dc7b5e3e48e373c422f refs/tags/v1.2.1-dev.8 [Pipeline] } [2020-06-11T07:39:54.111Z] $ docker exec --env ******** --env ******** 6dce93da3d37a4b1d6e36f7cd3e077725a2deb842a1f3fcfd5874edb6d8c2cee ssh-agent -k [2020-06-11T07:39:54.234Z] unset SSH_AUTH_SOCK; [2020-06-11T07:39:54.234Z] unset SSH_AGENT_PID; [2020-06-11T07:39:54.234Z] echo Agent pid 17 killed; [2020-06-11T07:39:54.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T07:39:54.662Z] + git semver [Pipeline] } [2020-06-11T07:39:54.676Z] $ docker stop --time=1 6dce93da3d37a4b1d6e36f7cd3e077725a2deb842a1f3fcfd5874edb6d8c2cee [2020-06-11T07:39:56.021Z] $ docker rm -f 6dce93da3d37a4b1d6e36f7cd3e077725a2deb842a1f3fcfd5874edb6d8c2cee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:56.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T07:39:56.537Z] [2020-06-11T07:39:56.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:39:56.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T07:39:56.854Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T07:39:56.854Z] ab5ef0e58194: Pulling fs layer [2020-06-11T07:39:56.854Z] 9712f1f96733: Pulling fs layer [2020-06-11T07:39:56.854Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T07:39:56.854Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T07:39:56.854Z] e9a5061849ea: Pulling fs layer [2020-06-11T07:39:56.854Z] d747dcd14b5f: Pulling fs layer [2020-06-11T07:39:56.854Z] 2de7ff778b66: Pulling fs layer [2020-06-11T07:39:56.854Z] e9a5061849ea: Waiting [2020-06-11T07:39:56.854Z] d747dcd14b5f: Waiting [2020-06-11T07:39:56.854Z] 0d9ebad4ef96: Waiting [2020-06-11T07:39:56.854Z] 9712f1f96733: Verifying Checksum [2020-06-11T07:39:56.854Z] 9712f1f96733: Download complete [2020-06-11T07:39:57.434Z] 63f879dbbcfc: Verifying Checksum [2020-06-11T07:39:57.434Z] 63f879dbbcfc: Download complete [2020-06-11T07:39:57.434Z] e9a5061849ea: Verifying Checksum [2020-06-11T07:39:57.434Z] e9a5061849ea: Download complete [2020-06-11T07:39:57.434Z] d747dcd14b5f: Verifying Checksum [2020-06-11T07:39:57.434Z] d747dcd14b5f: Download complete [2020-06-11T07:39:57.696Z] 2de7ff778b66: Verifying Checksum [2020-06-11T07:39:57.696Z] 2de7ff778b66: Download complete [2020-06-11T07:39:57.696Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T07:39:57.696Z] 0d9ebad4ef96: Download complete [2020-06-11T07:39:57.696Z] ab5ef0e58194: Download complete [2020-06-11T07:40:01.920Z] ab5ef0e58194: Pull complete [2020-06-11T07:40:01.920Z] 9712f1f96733: Pull complete [2020-06-11T07:40:05.239Z] 63f879dbbcfc: Pull complete [2020-06-11T07:40:13.379Z] 0d9ebad4ef96: Pull complete [2020-06-11T07:40:13.379Z] e9a5061849ea: Pull complete [2020-06-11T07:40:13.379Z] d747dcd14b5f: Pull complete [2020-06-11T07:40:17.601Z] 2de7ff778b66: Pull complete [2020-06-11T07:40:17.601Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T07:40:17.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T07:40:17.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T07:40:17.774Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:40:17.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T07:40:20.507Z] $ docker top 8b9f244c25172d38fac56758787c429531a5cdf43b0cf544e4128a0651ec6177 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T07:40:20.656Z] provisioning config files... [2020-06-11T07:40:20.664Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8515038581997885667tmp [2020-06-11T07:40:20.681Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7190336069628364332tmp [2020-06-11T07:40:20.695Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8547601003856147323tmp [Pipeline] { [Pipeline] echo [2020-06-11T07:40:20.726Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:40:21.030Z] ---> sigul-configuration.sh [2020-06-11T07:40:21.031Z] gpg: directory `/root/.gnupg' created [2020-06-11T07:40:21.031Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T07:40:21.031Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T07:40:21.031Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T07:40:21.031Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T07:40:21.031Z] gpg: CAST5 encrypted data [2020-06-11T07:40:21.292Z] gpg: encrypted with 1 passphrase [2020-06-11T07:40:21.292Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T07:40:21.581Z] + mkdir /home/jenkins [2020-06-11T07:40:21.581Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T07:40:21.875Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-11T07:40:21.890Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:40:22.184Z] ---> sigul-install.sh [2020-06-11T07:40:26.406Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T07:40:26.709Z] + git tag --list [2020-06-11T07:40:26.709Z] v1.2.1-dev.8 [Pipeline] sh [2020-06-11T07:40:27.002Z] + lftools sign git-tag v1.2.1-dev.8 [2020-06-11T07:40:28.391Z] Signing Git tag with Sigul... [2020-06-11T07:40:28.391Z] Signing v1.2.1-dev.8 [Pipeline] echo [2020-06-11T07:40:29.349Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:40:29.638Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T07:40:29.646Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T07:40:29.692Z] $ docker stop --time=1 8b9f244c25172d38fac56758787c429531a5cdf43b0cf544e4128a0651ec6177 [2020-06-11T07:40:31.512Z] $ docker rm -f 8b9f244c25172d38fac56758787c429531a5cdf43b0cf544e4128a0651ec6177 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:40:32.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:40:32.069Z] . [Pipeline] withDockerContainer [2020-06-11T07:40:32.176Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:40:32.224Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T07:40:32.769Z] $ docker top 4b25c084722a6ddb030e71226b5b58882520c14220224217ff417463b86589f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T07:40:32.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T07:40:32.944Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T07:40:33.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T07:40:33.129Z] $ docker exec 4b25c084722a6ddb030e71226b5b58882520c14220224217ff417463b86589f0 ssh-agent [2020-06-11T07:40:33.302Z] SSH_AUTH_SOCK=/tmp/ssh-5oZFI300qmSz/agent.11 [2020-06-11T07:40:33.302Z] SSH_AGENT_PID=17 [2020-06-11T07:40:33.309Z] Running ssh-add (command line suppressed) [2020-06-11T07:40:33.427Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7774780680464583449.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7774780680464583449.key) [2020-06-11T07:40:33.480Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T07:40:33.794Z] + git semver bump pre [2020-06-11T07:40:33.794Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T07:40:33.794Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T07:40:33.794Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:40:33.794Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T07:40:33.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T07:40:33.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T07:40:33.794Z] # $SEMVER_BRANCH = master [2020-06-11T07:40:33.794Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-11T07:40:33.794Z] 1.2.1-dev.9 [Pipeline] } [2020-06-11T07:40:33.805Z] $ docker exec --env ******** --env ******** 4b25c084722a6ddb030e71226b5b58882520c14220224217ff417463b86589f0 ssh-agent -k [2020-06-11T07:40:33.917Z] unset SSH_AUTH_SOCK; [2020-06-11T07:40:33.917Z] unset SSH_AGENT_PID; [2020-06-11T07:40:33.917Z] echo Agent pid 17 killed; [2020-06-11T07:40:33.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T07:40:34.366Z] + git semver [Pipeline] } [2020-06-11T07:40:34.385Z] $ docker stop --time=1 4b25c084722a6ddb030e71226b5b58882520c14220224217ff417463b86589f0 [2020-06-11T07:40:35.684Z] $ docker rm -f 4b25c084722a6ddb030e71226b5b58882520c14220224217ff417463b86589f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:40:36.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T07:40:36.128Z] . [Pipeline] withDockerContainer [2020-06-11T07:40:36.336Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:40:36.440Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T07:40:37.009Z] $ docker top e3ba445e7ee1a885da5434661a7becf3a9ad6c4823e9a98662426b99aa2d1e35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T07:40:37.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T07:40:37.191Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T07:40:37.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T07:40:37.366Z] $ docker exec e3ba445e7ee1a885da5434661a7becf3a9ad6c4823e9a98662426b99aa2d1e35 ssh-agent [2020-06-11T07:40:37.532Z] SSH_AUTH_SOCK=/tmp/ssh-02hSqSDjOAvr/agent.12 [2020-06-11T07:40:37.532Z] SSH_AGENT_PID=17 [2020-06-11T07:40:37.539Z] Running ssh-add (command line suppressed) [2020-06-11T07:40:37.658Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1081066527409877950.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1081066527409877950.key) [2020-06-11T07:40:37.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T07:40:38.015Z] + git semver push [2020-06-11T07:40:38.016Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T07:40:38.016Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T07:40:38.016Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:40:38.016Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T07:40:38.016Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T07:40:38.016Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T07:40:38.016Z] # $SEMVER_BRANCH = master [2020-06-11T07:40:38.016Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-11T07:40:44.623Z] $ docker exec --env ******** --env ******** e3ba445e7ee1a885da5434661a7becf3a9ad6c4823e9a98662426b99aa2d1e35 ssh-agent -k [2020-06-11T07:40:44.759Z] unset SSH_AUTH_SOCK; [2020-06-11T07:40:44.759Z] unset SSH_AGENT_PID; [2020-06-11T07:40:44.759Z] echo Agent pid 17 killed; [2020-06-11T07:40:44.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T07:40:45.192Z] + git semver [Pipeline] } [2020-06-11T07:40:45.206Z] $ docker stop --time=1 e3ba445e7ee1a885da5434661a7becf3a9ad6c4823e9a98662426b99aa2d1e35 [2020-06-11T07:40:46.575Z] $ docker rm -f e3ba445e7ee1a885da5434661a7becf3a9ad6c4823e9a98662426b99aa2d1e35 [Pipeline] // withDockerContainer [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-11T07:40:47.229Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:40:47.791Z] ---> package-listing.sh [2020-06-11T07:40:47.791Z] ++ facter osfamily [2020-06-11T07:40:47.791Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T07:40:47.791Z] + OS_FAMILY=redhat [2020-06-11T07:40:47.791Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:40:47.791Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T07:40:47.791Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T07:40:47.791Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T07:40:47.791Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T07:40:47.791Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-11T07:40:47.791Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T07:40:47.791Z] + case "${OS_FAMILY}" in [2020-06-11T07:40:47.791Z] + rpm -qa [2020-06-11T07:40:47.791Z] + sort [2020-06-11T07:40:52.014Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T07:40:52.014Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T07:40:52.014Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T07:40:52.014Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-11T07:40:52.014Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-06-11T07:40:52.014Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:40:52.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T07:40:52.652Z] [2020-06-11T07:40:52.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T07:40:52.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T07:40:52.976Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T07:40:52.976Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T07:40:52.976Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T07:40:52.976Z] 756a868c4378: Pulling fs layer [2020-06-11T07:40:52.976Z] 444b2fc9a129: Pulling fs layer [2020-06-11T07:40:52.976Z] ea15f1150254: Pulling fs layer [2020-06-11T07:40:52.976Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T07:40:52.976Z] 28c525ee5125: Pulling fs layer [2020-06-11T07:40:52.976Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T07:40:52.976Z] 138eaada9080: Pulling fs layer [2020-06-11T07:40:52.976Z] 0622d0fa9048: Pulling fs layer [2020-06-11T07:40:52.976Z] 41b27a9f41bf: Waiting [2020-06-11T07:40:52.976Z] 28c525ee5125: Waiting [2020-06-11T07:40:52.976Z] 094b1ea09ed8: Waiting [2020-06-11T07:40:52.976Z] 138eaada9080: Waiting [2020-06-11T07:40:52.976Z] 0622d0fa9048: Waiting [2020-06-11T07:40:52.976Z] 444b2fc9a129: Waiting [2020-06-11T07:40:52.976Z] ea15f1150254: Waiting [2020-06-11T07:40:52.976Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T07:40:52.976Z] 2cc5ad85d9ab: Download complete [2020-06-11T07:40:52.976Z] 444b2fc9a129: Verifying Checksum [2020-06-11T07:40:52.976Z] 444b2fc9a129: Download complete [2020-06-11T07:40:52.976Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T07:40:52.976Z] c9b1b535fdd9: Download complete [2020-06-11T07:40:52.976Z] ea15f1150254: Verifying Checksum [2020-06-11T07:40:52.976Z] ea15f1150254: Download complete [2020-06-11T07:40:52.976Z] 28c525ee5125: Verifying Checksum [2020-06-11T07:40:52.976Z] 28c525ee5125: Download complete [2020-06-11T07:40:53.247Z] 756a868c4378: Verifying Checksum [2020-06-11T07:40:53.247Z] 756a868c4378: Download complete [2020-06-11T07:40:53.509Z] 138eaada9080: Verifying Checksum [2020-06-11T07:40:53.509Z] 138eaada9080: Download complete [2020-06-11T07:40:53.509Z] 0622d0fa9048: Verifying Checksum [2020-06-11T07:40:53.509Z] 0622d0fa9048: Download complete [2020-06-11T07:40:53.509Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T07:40:53.509Z] 094b1ea09ed8: Download complete [2020-06-11T07:40:54.082Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T07:40:54.082Z] 41b27a9f41bf: Download complete [2020-06-11T07:40:54.082Z] c9b1b535fdd9: Pull complete [2020-06-11T07:40:54.654Z] 2cc5ad85d9ab: Pull complete [2020-06-11T07:40:56.048Z] 756a868c4378: Pull complete [2020-06-11T07:40:56.048Z] 444b2fc9a129: Pull complete [2020-06-11T07:40:56.311Z] ea15f1150254: Pull complete [2020-06-11T07:41:00.564Z] 41b27a9f41bf: Pull complete [2020-06-11T07:41:00.564Z] 28c525ee5125: Pull complete [2020-06-11T07:41:03.144Z] 094b1ea09ed8: Pull complete [2020-06-11T07:41:03.144Z] 138eaada9080: Pull complete [2020-06-11T07:41:03.144Z] 0622d0fa9048: Pull complete [2020-06-11T07:41:03.144Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T07:41:03.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T07:41:03.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T07:41:03.261Z] prd-centos7-docker-4c-2g-2559 does not seem to be running inside a container [2020-06-11T07:41:03.302Z] $ 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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T07:41:07.128Z] $ docker top a32dc5857971ecd14e2f0898290ae46894c86d0f5e1fbb3eba53f9a7ecc71dad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T07:41:07.298Z] provisioning config files... [2020-06-11T07:41:07.323Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1883467254495981974tmp [Pipeline] { [Pipeline] echo [2020-06-11T07:41:07.352Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:41:07.643Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T07:41:07.652Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T07:41:07.946Z] ---> logs-deploy.sh [2020-06-11T07:41:07.946Z] + ARCHIVE_ARTIFACTS= [2020-06-11T07:41:07.946Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T07:41:07.947Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T07:41:07.947Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T07:41:07.947Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/43 [2020-06-11T07:41:07.947Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/43/ [2020-06-11T07:41:07.947Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/43 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:41:09.331Z] Archives upload complete. [2020-06-11T07:41:09.331Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/43 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/43/ [2020-06-11T07:41:09.904Z] ---> uname -a: [2020-06-11T07:41:09.904Z] Linux a32dc5857971 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> lscpu: [2020-06-11T07:41:09.904Z] Architecture: x86_64 [2020-06-11T07:41:09.904Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-11T07:41:09.904Z] Byte Order: Little Endian [2020-06-11T07:41:09.904Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-11T07:41:09.904Z] CPU(s): 4 [2020-06-11T07:41:09.904Z] On-line CPU(s) list: 0-3 [2020-06-11T07:41:09.904Z] Thread(s) per core: 1 [2020-06-11T07:41:09.904Z] Core(s) per socket: 1 [2020-06-11T07:41:09.904Z] Socket(s): 4 [2020-06-11T07:41:09.904Z] NUMA node(s): 1 [2020-06-11T07:41:09.904Z] Vendor ID: GenuineIntel [2020-06-11T07:41:09.904Z] CPU family: 6 [2020-06-11T07:41:09.904Z] Model: 44 [2020-06-11T07:41:09.904Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-11T07:41:09.904Z] Stepping: 1 [2020-06-11T07:41:09.904Z] CPU MHz: 2933.442 [2020-06-11T07:41:09.904Z] BogoMIPS: 5866.88 [2020-06-11T07:41:09.904Z] Virtualization: VT-x [2020-06-11T07:41:09.904Z] Hypervisor vendor: KVM [2020-06-11T07:41:09.904Z] Virtualization type: full [2020-06-11T07:41:09.904Z] L1d cache: 128 KiB [2020-06-11T07:41:09.904Z] L1i cache: 128 KiB [2020-06-11T07:41:09.904Z] L2 cache: 16 MiB [2020-06-11T07:41:09.904Z] L3 cache: 64 MiB [2020-06-11T07:41:09.904Z] NUMA node0 CPU(s): 0-3 [2020-06-11T07:41:09.904Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-11T07:41:09.904Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-11T07:41:09.904Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-11T07:41:09.904Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-11T07:41:09.904Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-11T07:41:09.904Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-11T07:41:09.904Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-11T07:41:09.904Z] Vulnerability Tsx async abort: Not affected [2020-06-11T07:41:09.904Z] 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-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> nproc: [2020-06-11T07:41:09.904Z] 4 [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> df -h: [2020-06-11T07:41:09.904Z] Filesystem Size Used Available Use% Mounted on [2020-06-11T07:41:09.904Z] overlay 50.0G 8.5G 41.5G 17% / [2020-06-11T07:41:09.904Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-11T07:41:09.904Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-11T07:41:09.904Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T07:41:09.904Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> free -m: [2020-06-11T07:41:09.904Z] total used free shared buff/cache available [2020-06-11T07:41:09.904Z] Mem: 1837 776 106 0 954 993 [2020-06-11T07:41:09.904Z] Swap: 1023 3 1020 [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> ip addr: [2020-06-11T07:41:09.904Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-11T07:41:09.904Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-11T07:41:09.904Z] inet 127.0.0.1/8 scope host lo [2020-06-11T07:41:09.904Z] valid_lft forever preferred_lft forever [2020-06-11T07:41:09.904Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-11T07:41:09.904Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-11T07:41:09.904Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-11T07:41:09.904Z] valid_lft forever preferred_lft forever [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] ---> sar -b -r -n DEV: [2020-06-11T07:41:09.904Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] 07:31:14 LINUX RESTART [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] 07:32:01 tps rtps wtps bread/s bwrtn/s [2020-06-11T07:41:09.904Z] 07:33:01 28.77 8.14 20.63 4195.94 2494.17 [2020-06-11T07:41:09.904Z] 07:34:01 1.50 0.00 1.50 0.00 28.54 [2020-06-11T07:41:09.904Z] 07:35:01 0.25 0.00 0.25 0.00 2.85 [2020-06-11T07:41:09.904Z] 07:36:01 0.27 0.00 0.27 0.00 3.48 [2020-06-11T07:41:09.904Z] 07:37:01 0.32 0.00 0.32 0.00 4.83 [2020-06-11T07:41:09.904Z] 07:38:02 251.02 149.33 101.70 6727.09 32527.33 [2020-06-11T07:41:09.904Z] 07:39:01 6.03 3.08 2.95 145.89 52.73 [2020-06-11T07:41:09.904Z] 07:40:01 42.95 9.62 33.33 415.78 10384.26 [2020-06-11T07:41:09.904Z] 07:41:01 265.67 120.33 145.34 8482.40 36854.44 [2020-06-11T07:41:09.904Z] Average: 66.45 32.34 34.10 2223.14 9170.90 [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] 07:32:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-11T07:41:09.904Z] 07:33:01 170296 1711260 90.95 2620 1167652 1116572 38.11 375492 1174424 16 [2020-06-11T07:41:09.904Z] 07:34:01 175360 1706196 90.68 2620 1167656 1081076 36.90 375096 1170548 16 [2020-06-11T07:41:09.904Z] 07:35:01 174868 1706688 90.71 2620 1167664 1081220 36.90 378116 1168560 12 [2020-06-11T07:41:09.904Z] 07:36:01 174216 1707340 90.74 2620 1167664 1081028 36.89 381124 1166004 12 [2020-06-11T07:41:09.904Z] 07:37:01 172612 1708944 90.83 2620 1167668 1081176 36.90 384840 1163924 8 [2020-06-11T07:41:09.904Z] 07:38:02 182204 1699352 90.32 2620 1058820 1291276 44.07 530244 970196 56 [2020-06-11T07:41:09.904Z] 07:39:01 150620 1730936 91.99 2620 1062632 1287356 43.94 570924 960976 20 [2020-06-11T07:41:09.904Z] 07:40:01 116940 1764616 93.78 2596 1033520 1512636 51.62 624536 921796 79688 [2020-06-11T07:41:09.904Z] 07:41:01 78112 1803444 95.85 1604 1001232 1521092 51.91 663852 845024 89124 [2020-06-11T07:41:09.904Z] Average: 155025 1726531 91.76 2504 1110501 1228159 41.91 476025 1060161 18772 [2020-06-11T07:41:09.904Z] [2020-06-11T07:41:09.904Z] 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-11T07:41:09.904Z] 07:33:01 eth0 88.00 70.50 394.46 84.13 0.00 0.00 0.00 [2020-06-11T07:41:09.904Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.904Z] 07:33:01 docker0 25.44 19.18 2.21 58.14 0.00 0.00 0.00 [2020-06-11T07:41:09.904Z] 07:34:01 eth0 1.02 0.43 0.46 0.03 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:35:01 eth0 1.37 0.65 0.61 0.40 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:36:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:37:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:38:02 eth0 215.78 156.38 4047.84 25.66 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:38:02 veth476a9d1 0.30 0.37 0.05 0.14 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:38:02 docker0 68.97 60.43 6.62 163.63 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:39:01 vethd5a6c4a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:39:01 eth0 823.33 526.02 5344.32 225.09 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:39:01 vethf0e851f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:40:01 eth0 209.92 140.37 3278.14 52.63 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:40:01 docker0 70.44 61.62 6.83 164.05 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:41:01 eth0 204.68 149.90 2544.04 75.08 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] 07:41:01 docker0 27.62 27.97 2.04 154.31 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] Average: eth0 83.19 60.27 1144.35 31.48 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] Average: docker0 10.92 9.98 0.99 35.46 0.00 0.00 0.00 [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z] ---> sar -P ALL: [2020-06-11T07:41:09.905Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z] 07:31:14 LINUX RESTART [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z] 07:32:01 CPU %user %nice %system %iowait %steal %idle [2020-06-11T07:41:09.905Z] 07:33:01 all 2.85 0.00 1.57 0.82 0.01 94.75 [2020-06-11T07:41:09.905Z] 07:33:01 0 2.73 0.00 1.61 0.47 0.00 95.20 [2020-06-11T07:41:09.905Z] 07:33:01 1 3.04 0.00 1.32 0.70 0.00 94.94 [2020-06-11T07:41:09.905Z] 07:33:01 2 3.47 0.00 1.30 1.52 0.03 93.67 [2020-06-11T07:41:09.905Z] 07:33:01 3 2.14 0.00 2.05 0.62 0.00 95.19 [2020-06-11T07:41:09.905Z] 07:34:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-06-11T07:41:09.905Z] 07:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T07:41:09.905Z] 07:34:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-06-11T07:41:09.905Z] 07:34:01 2 0.47 0.00 0.05 0.00 0.00 99.48 [2020-06-11T07:41:09.905Z] 07:34:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-06-11T07:41:09.905Z] 07:35:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-06-11T07:41:09.905Z] 07:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T07:41:09.905Z] 07:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-11T07:41:09.905Z] 07:35:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2020-06-11T07:41:09.905Z] 07:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-11T07:41:09.905Z] 07:36:01 all 0.11 0.00 0.04 0.00 0.00 99.85 [2020-06-11T07:41:09.905Z] 07:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T07:41:09.905Z] 07:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-06-11T07:41:09.905Z] 07:36:01 2 0.35 0.00 0.07 0.00 0.00 99.58 [2020-06-11T07:41:09.905Z] 07:36:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-06-11T07:41:09.905Z] 07:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-06-11T07:41:09.905Z] 07:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-11T07:41:09.905Z] 07:37:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2020-06-11T07:41:09.905Z] 07:37:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-06-11T07:41:09.905Z] 07:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2020-06-11T07:41:09.905Z] 07:38:02 all 8.12 0.00 5.11 2.82 0.02 83.93 [2020-06-11T07:41:09.905Z] 07:38:02 0 8.31 0.00 5.17 2.00 0.02 84.50 [2020-06-11T07:41:09.905Z] 07:38:02 1 7.70 0.00 4.62 2.74 0.02 84.92 [2020-06-11T07:41:09.905Z] 07:38:02 2 8.47 0.00 4.97 3.99 0.02 82.55 [2020-06-11T07:41:09.905Z] 07:38:02 3 8.00 0.00 5.73 2.56 0.02 83.69 [2020-06-11T07:41:09.905Z] 07:39:01 all 0.56 0.00 0.35 0.03 0.00 99.07 [2020-06-11T07:41:09.905Z] 07:39:01 0 0.81 0.00 0.29 0.02 0.00 98.88 [2020-06-11T07:41:09.905Z] 07:39:01 1 0.37 0.00 0.42 0.07 0.00 99.14 [2020-06-11T07:41:09.905Z] 07:39:01 2 0.59 0.00 0.39 0.00 0.00 99.02 [2020-06-11T07:41:09.905Z] 07:39:01 3 0.44 0.00 0.29 0.03 0.00 99.24 [2020-06-11T07:41:09.905Z] 07:40:01 all 4.66 0.00 3.26 0.23 0.01 91.83 [2020-06-11T07:41:09.905Z] 07:40:01 0 5.03 0.00 3.37 0.40 0.02 91.19 [2020-06-11T07:41:09.905Z] 07:40:01 1 4.22 0.00 3.47 0.17 0.02 92.12 [2020-06-11T07:41:09.905Z] 07:40:01 2 4.76 0.00 3.45 0.22 0.02 91.55 [2020-06-11T07:41:09.905Z] 07:40:01 3 4.61 0.00 2.76 0.15 0.00 92.48 [2020-06-11T07:41:09.905Z] 07:41:01 all 11.46 0.00 8.01 4.59 0.02 75.91 [2020-06-11T07:41:09.905Z] 07:41:01 0 10.10 0.00 8.48 3.36 0.02 78.05 [2020-06-11T07:41:09.905Z] 07:41:01 1 10.61 0.00 7.50 4.60 0.02 77.27 [2020-06-11T07:41:09.905Z] 07:41:01 2 10.58 0.00 8.57 5.89 0.02 74.95 [2020-06-11T07:41:09.905Z] 07:41:01 3 14.57 0.00 7.50 4.52 0.02 73.40 [2020-06-11T07:41:09.905Z] Average: all 3.12 0.00 2.04 0.94 0.01 93.89 [2020-06-11T07:41:09.905Z] Average: 0 3.00 0.00 2.11 0.69 0.01 94.20 [2020-06-11T07:41:09.905Z] Average: 1 2.89 0.00 1.94 0.91 0.01 94.25 [2020-06-11T07:41:09.905Z] Average: 2 3.29 0.00 2.09 1.28 0.01 93.33 [2020-06-11T07:41:09.905Z] Average: 3 3.30 0.00 2.04 0.87 0.01 93.78 [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z] [2020-06-11T07:41:09.905Z]