Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc6b590da5db28411c1d4ed520be24f88b5c953f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2550 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 Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 Commit message: "[feat] Add override environment support" > git rev-list --no-walk 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T06:10:03.656Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T06:10:03.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T06:10:03.816Z] ========================================================= [2020-06-11T06:10:03.816Z] EdgeX Global Pipelines Version Info [2020-06-11T06:10:03.816Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:10:06.426Z] ------------------- [2020-06-11T06:10:06.426Z] stable info: [2020-06-11T06:10:06.426Z] ------------------- [2020-06-11T06:10:06.426Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T06:10:06.426Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T06:10:06.426Z] Message: update stable to v1.0.89 [2020-06-11T06:10:07.396Z] ------------------- [2020-06-11T06:10:07.396Z] experimental info: [2020-06-11T06:10:07.396Z] ------------------- [2020-06-11T06:10:07.397Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T06:10:07.397Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T06:10:07.397Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:10:08.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:09.134Z] [2020-06-11T06:10:09.134Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:10:09.509Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:09.843Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T06:10:09.843Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T06:10:09.843Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T06:10:09.843Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T06:10:09.843Z] 93b08a4f1073: Pulling fs layer [2020-06-11T06:10:09.843Z] 93b08a4f1073: Waiting [2020-06-11T06:10:09.843Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T06:10:09.843Z] b8cc5d1170e3: Download complete [2020-06-11T06:10:09.843Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T06:10:09.843Z] 9123ac7c32f7: Download complete [2020-06-11T06:10:10.183Z] 93b08a4f1073: Verifying Checksum [2020-06-11T06:10:10.183Z] 93b08a4f1073: Download complete [2020-06-11T06:10:10.183Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T06:10:10.183Z] 2924cbbf6a41: Download complete [2020-06-11T06:10:10.784Z] 9123ac7c32f7: Pull complete [2020-06-11T06:10:10.784Z] b8cc5d1170e3: Pull complete [2020-06-11T06:10:12.198Z] 2924cbbf6a41: Pull complete [2020-06-11T06:10:12.473Z] 93b08a4f1073: Pull complete [2020-06-11T06:10:12.972Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T06:10:12.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:10:12.972Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T06:10:13.270Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:10:13.460Z] $ 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-11T06:10:15.889Z] $ docker top 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T06:10:16.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:10:16.114Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:10:16.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:10:16.438Z] $ docker exec 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent [2020-06-11T06:10:16.724Z] SSH_AUTH_SOCK=/tmp/ssh-rz7fAbucnlrz/agent.12 [2020-06-11T06:10:16.724Z] SSH_AGENT_PID=18 [2020-06-11T06:10:16.745Z] Running ssh-add (command line suppressed) [2020-06-11T06:10:16.902Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7574593038608010075.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7574593038608010075.key) [2020-06-11T06:10:16.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:10:17.353Z] + git describe --exact-match --tags HEAD [2020-06-11T06:10:17.353Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T06:10:17.736Z] $ docker exec --env ******** --env ******** 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent -k [2020-06-11T06:10:17.968Z] unset SSH_AUTH_SOCK; [2020-06-11T06:10:17.968Z] unset SSH_AGENT_PID; [2020-06-11T06:10:17.969Z] echo Agent pid 18 killed; [2020-06-11T06:10:18.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T06:10:18.111Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T06:10:18.111Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T06:10:18.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:10:18.163Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:10:18.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:10:18.416Z] $ docker exec 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent [2020-06-11T06:10:18.681Z] SSH_AUTH_SOCK=/tmp/ssh-sI3eY8UVcYbB/agent.49 [2020-06-11T06:10:18.681Z] SSH_AGENT_PID=54 [2020-06-11T06:10:18.702Z] Running ssh-add (command line suppressed) [2020-06-11T06:10:18.863Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7433973646343057523.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7433973646343057523.key) [2020-06-11T06:10:18.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:10:19.402Z] + git semver init [2020-06-11T06:10:19.402Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T06:10:19.402Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T06:10:19.402Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:10:19.402Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T06:10:19.402Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T06:10:19.402Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T06:10:19.402Z] # $SEMVER_BRANCH = master [2020-06-11T06:10:19.402Z] # $SEMVER_TEMP = /tmp/semver-687361292 [2020-06-11T06:10:19.402Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-11T06:10:20.951Z] # '/tmp/semver-687361292' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-06-11T06:10:20.951Z] # -> Force: false [2020-06-11T06:10:20.951Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-11T06:10:20.970Z] $ docker exec --env ******** --env ******** 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent -k [2020-06-11T06:10:21.146Z] unset SSH_AUTH_SOCK; [2020-06-11T06:10:21.147Z] unset SSH_AGENT_PID; [2020-06-11T06:10:21.147Z] echo Agent pid 54 killed; [2020-06-11T06:10:21.231Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T06:10:21.738Z] + git semver [Pipeline] } [2020-06-11T06:10:21.817Z] $ docker stop --time=1 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd [2020-06-11T06:10:23.444Z] $ docker rm -f 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T06:10:25.230Z] Stashed 52 file(s) [Pipeline] echo [2020-06-11T06:10:25.232Z] [edgeXSemver] initialized semver on version 1.2.1-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T06:10:40.396Z] Still waiting to schedule task [2020-06-11T06:10:40.396Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T06:10:40.398Z] Still waiting to schedule task [2020-06-11T06:10:40.398Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-11T06:11:43.288Z] Running on prd-centos7-docker-4c-2g-2553 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-11T06:11:43.311Z] Running in /w/workspace/edgex-ui-go/42 [Pipeline] { [Pipeline] checkout [2020-06-11T06:11:46.320Z] using credential edgex-jenkins-ssh [2020-06-11T06:11:46.350Z] Cloning the remote Git repository [2020-06-11T06:11:46.350Z] Cloning with configured refspecs honoured and without tags [2020-06-11T06:11:46.386Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:11:46.450Z] > git init /w/workspace/edgex-ui-go/42 # timeout=10 [2020-06-11T06:11:46.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:11:46.494Z] > git --version # timeout=10 [2020-06-11T06:11:46.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:11:46.535Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:11:47.348Z] Fetching without tags [2020-06-11T06:11:47.798Z] Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) [2020-06-11T06:11:47.251Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:11:47.257Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:11:47.310Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:11:47.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:11:47.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:11:47.361Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:11:47.812Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:11:47.822Z] > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 [2020-06-11T06:11:51.665Z] Commit message: "[feat] Add override environment support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T06:11:52.815Z] ========================================================= [2020-06-11T06:11:52.815Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T06:11:52.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:11:53.509Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T06:11:53.782Z] Sending build context to Docker daemon 12.9MB [2020-06-11T06:11:53.782Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T06:11:53.782Z] Step 2/8 : FROM ${BASE} [2020-06-11T06:11:54.050Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T06:11:54.050Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T06:11:54.050Z] 2848faf0eed1: Pulling fs layer [2020-06-11T06:11:54.050Z] 0f37312ad70f: Pulling fs layer [2020-06-11T06:11:54.050Z] 5788d62ee057: Pulling fs layer [2020-06-11T06:11:54.050Z] 0e6b1d234666: Pulling fs layer [2020-06-11T06:11:54.050Z] bf5d7aec512f: Pulling fs layer [2020-06-11T06:11:54.050Z] 34c802a77dc8: Pulling fs layer [2020-06-11T06:11:54.050Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T06:11:54.050Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T06:11:54.050Z] 5c102a31e300: Pulling fs layer [2020-06-11T06:11:54.050Z] dcfb455df0a1: Pulling fs layer [2020-06-11T06:11:54.050Z] 34c802a77dc8: Waiting [2020-06-11T06:11:54.050Z] 9eb99e56ec68: Waiting [2020-06-11T06:11:54.050Z] 27c7a5d97fbd: Waiting [2020-06-11T06:11:54.050Z] 5c102a31e300: Waiting [2020-06-11T06:11:54.050Z] dcfb455df0a1: Waiting [2020-06-11T06:11:54.050Z] 5788d62ee057: Waiting [2020-06-11T06:11:54.050Z] 0e6b1d234666: Waiting [2020-06-11T06:11:54.050Z] bf5d7aec512f: Waiting [2020-06-11T06:11:54.050Z] 0f37312ad70f: Verifying Checksum [2020-06-11T06:11:54.050Z] 0f37312ad70f: Download complete [2020-06-11T06:11:54.050Z] 2848faf0eed1: Verifying Checksum [2020-06-11T06:11:54.050Z] 2848faf0eed1: Download complete [2020-06-11T06:11:54.050Z] 0e6b1d234666: Verifying Checksum [2020-06-11T06:11:54.050Z] 0e6b1d234666: Download complete [2020-06-11T06:11:54.050Z] bf5d7aec512f: Verifying Checksum [2020-06-11T06:11:54.050Z] bf5d7aec512f: Download complete [2020-06-11T06:11:54.050Z] e6b0cf9c0882: Download complete [2020-06-11T06:11:54.644Z] e6b0cf9c0882: Pull complete [2020-06-11T06:11:54.927Z] 34c802a77dc8: Verifying Checksum [2020-06-11T06:11:54.927Z] 34c802a77dc8: Download complete [2020-06-11T06:11:54.927Z] 27c7a5d97fbd: Download complete [2020-06-11T06:11:55.898Z] 9eb99e56ec68: Download complete [2020-06-11T06:11:55.898Z] 5c102a31e300: Verifying Checksum [2020-06-11T06:11:55.898Z] 5c102a31e300: Download complete [2020-06-11T06:11:55.898Z] dcfb455df0a1: Verifying Checksum [2020-06-11T06:11:55.898Z] dcfb455df0a1: Download complete [2020-06-11T06:11:55.898Z] 5788d62ee057: Download complete [2020-06-11T06:11:56.161Z] 2848faf0eed1: Pull complete [2020-06-11T06:11:56.425Z] 0f37312ad70f: Pull complete [2020-06-11T06:12:04.646Z] 5788d62ee057: Pull complete [2020-06-11T06:12:04.646Z] 0e6b1d234666: Pull complete [2020-06-11T06:12:04.646Z] bf5d7aec512f: Pull complete [2020-06-11T06:12:07.957Z] 34c802a77dc8: Pull complete [2020-06-11T06:12:12.199Z] 9eb99e56ec68: Pull complete [2020-06-11T06:12:12.199Z] 27c7a5d97fbd: Pull complete [2020-06-11T06:12:13.153Z] 5c102a31e300: Pull complete [2020-06-11T06:12:13.153Z] dcfb455df0a1: Pull complete [2020-06-11T06:12:13.153Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T06:12:13.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T06:12:13.414Z] ---> 7c70fe431013 [2020-06-11T06:12:13.414Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T06:12:14.358Z] ---> Running in 3b0ac919e62e [2020-06-11T06:12:14.620Z] Removing intermediate container 3b0ac919e62e [2020-06-11T06:12:14.620Z] ---> bacd20f053cf [2020-06-11T06:12:14.620Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:12:14.620Z] ---> Running in 45f8ef956cfa [2020-06-11T06:12:16.020Z] Removing intermediate container 45f8ef956cfa [2020-06-11T06:12:16.020Z] ---> b043c89c729c [2020-06-11T06:12:16.020Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T06:12:16.020Z] ---> Running in fd84f4ff3bb0 [2020-06-11T06:12:16.970Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:12:17.917Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:12:18.262Z] OK: 143 MiB in 39 packages [2020-06-11T06:12:18.843Z] Removing intermediate container fd84f4ff3bb0 [2020-06-11T06:12:18.843Z] ---> d5ecfeb5e1e8 [2020-06-11T06:12:18.843Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T06:12:18.843Z] ---> Running in 0ac71de8e75d [2020-06-11T06:12:19.106Z] Removing intermediate container 0ac71de8e75d [2020-06-11T06:12:19.106Z] ---> 776375c18cd9 [2020-06-11T06:12:19.106Z] Step 7/8 : COPY . . [2020-06-11T06:12:20.504Z] ---> b410ed31008c [2020-06-11T06:12:20.504Z] Step 8/8 : RUN go mod download [2020-06-11T06:12:20.504Z] ---> Running in 57c702630990 [2020-06-11T06:12:24.736Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T06:12:24.736Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T06:12:24.736Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T06:12:24.736Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T06:12:24.736Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T06:12:24.736Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T06:12:25.008Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T06:12:25.008Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T06:12:25.008Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T06:12:25.008Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T06:12:25.008Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T06:12:25.008Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T06:12:25.008Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T06:12:25.008Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T06:12:25.008Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T06:12:25.008Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T06:12:25.008Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T06:12:25.008Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T06:12:25.008Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T06:12:25.008Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T06:12:25.008Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T06:12:25.008Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T06:12:25.274Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T06:12:25.274Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T06:12:25.274Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T06:12:25.274Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T06:12:25.274Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T06:12:25.274Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T06:12:25.536Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T06:12:25.536Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T06:12:25.536Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T06:12:25.798Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T06:12:25.798Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T06:12:25.798Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T06:12:25.798Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T06:12:25.798Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T06:12:25.798Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T06:12:25.798Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-11T06:12:25.798Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T06:12:25.798Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T06:12:26.059Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T06:12:26.059Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T06:12:26.059Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T06:12:26.059Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T06:12:26.059Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T06:12:26.059Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T06:12:26.059Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T06:12:26.059Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T06:12:26.059Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T06:12:26.059Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T06:12:26.059Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T06:12:26.059Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T06:12:26.059Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T06:12:26.320Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T06:12:26.320Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T06:12:26.320Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T06:12:26.320Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T06:12:26.320Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T06:12:26.320Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T06:12:26.320Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T06:12:26.320Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T06:12:26.320Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T06:12:26.320Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T06:12:26.320Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T06:12:26.320Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T06:12:26.320Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T06:12:26.320Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T06:12:26.320Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T06:12:26.320Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T06:12:26.582Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T06:12:43.679Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2554 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-11T06:12:43.706Z] Running in /w/workspace/edgex-ui-go/42 [Pipeline] { [Pipeline] checkout [2020-06-11T06:12:44.811Z] Removing intermediate container 57c702630990 [2020-06-11T06:12:44.811Z] ---> e7d1cf5a3317 [2020-06-11T06:12:44.811Z] Successfully built e7d1cf5a3317 [2020-06-11T06:12:44.811Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:12:45.302Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T06:12:45.302Z] . [Pipeline] withDockerContainer [2020-06-11T06:12:45.402Z] prd-centos7-docker-4c-2g-2553 does not seem to be running inside a container [2020-06-11T06:12:45.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/42 -v /w/workspace/edgex-ui-go/42:/w/workspace/edgex-ui-go/42:rw,z -v /w/workspace/edgex-ui-go/42@tmp:/w/workspace/edgex-ui-go/42@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-11T06:12:46.173Z] $ docker top 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T06:12:46.646Z] + go version [2020-06-11T06:12:46.646Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T06:12:46.959Z] + make test [2020-06-11T06:12:46.959Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T06:12:48.886Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T06:12:49.045Z] using credential edgex-jenkins-ssh [2020-06-11T06:12:49.075Z] Cloning the remote Git repository [2020-06-11T06:12:49.075Z] Cloning with configured refspecs honoured and without tags [2020-06-11T06:12:49.110Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:49.218Z] > git init /w/workspace/edgex-ui-go/42 # timeout=10 [2020-06-11T06:12:49.299Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:49.299Z] > git --version # timeout=10 [2020-06-11T06:12:49.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:12:49.366Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:12:50.541Z] Fetching without tags [2020-06-11T06:12:51.070Z] Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) [2020-06-11T06:12:50.452Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:12:50.468Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:12:50.497Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-11T06:12:50.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-11T06:12:50.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T06:12:50.537Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T06:12:51.063Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T06:12:51.073Z] > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 [2020-06-11T06:12:55.729Z] Commit message: "[feat] Add override environment support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T06:12:57.044Z] ========================================================= [2020-06-11T06:12:57.044Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T06:12:57.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:12:58.214Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T06:12:59.126Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T06:12:59.126Z] GO111MODULE=on go vet ./... [2020-06-11T06:12:59.197Z] Sending build context to Docker daemon 12.9MB [2020-06-11T06:12:59.197Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-11T06:12:59.197Z] Step 2/8 : FROM ${BASE} [2020-06-11T06:12:59.471Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T06:12:59.471Z] cde5963f3b93: Pulling fs layer [2020-06-11T06:12:59.471Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T06:12:59.471Z] 777b28850792: Pulling fs layer [2020-06-11T06:12:59.471Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T06:12:59.471Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T06:12:59.471Z] 1df406cf5192: Pulling fs layer [2020-06-11T06:12:59.471Z] cd6300453558: Pulling fs layer [2020-06-11T06:12:59.471Z] b9c365052c96: Pulling fs layer [2020-06-11T06:12:59.471Z] a2d8cc88f415: Pulling fs layer [2020-06-11T06:12:59.471Z] ea1d1ca13537: Pulling fs layer [2020-06-11T06:12:59.471Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T06:12:59.471Z] 8a11ddd9e578: Waiting [2020-06-11T06:12:59.471Z] 4cf88f913ddb: Waiting [2020-06-11T06:12:59.471Z] 1df406cf5192: Waiting [2020-06-11T06:12:59.471Z] cd6300453558: Waiting [2020-06-11T06:12:59.471Z] b9c365052c96: Waiting [2020-06-11T06:12:59.471Z] a2d8cc88f415: Waiting [2020-06-11T06:12:59.471Z] ea1d1ca13537: Waiting [2020-06-11T06:12:59.471Z] 3750a50a1c5e: Waiting [2020-06-11T06:12:59.471Z] 777b28850792: Verifying Checksum [2020-06-11T06:12:59.471Z] 777b28850792: Download complete [2020-06-11T06:12:59.471Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T06:12:59.471Z] 2a23fa8c16f7: Download complete [2020-06-11T06:12:59.471Z] 4cf88f913ddb: Download complete [Pipeline] stash [2020-06-11T06:12:59.750Z] 1df406cf5192: Verifying Checksum [2020-06-11T06:12:59.750Z] 1df406cf5192: Download complete [2020-06-11T06:12:59.750Z] cde5963f3b93: Verifying Checksum [2020-06-11T06:12:59.750Z] cde5963f3b93: Download complete [2020-06-11T06:12:59.964Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T06:12:59.974Z] $ docker stop --time=1 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 [2020-06-11T06:13:00.355Z] cde5963f3b93: Pull complete [2020-06-11T06:13:00.960Z] 2a23fa8c16f7: Pull complete [2020-06-11T06:13:01.559Z] 777b28850792: Pull complete [2020-06-11T06:13:02.109Z] $ docker rm -f 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 [2020-06-11T06:13:02.159Z] cd6300453558: Verifying Checksum [2020-06-11T06:13:02.159Z] cd6300453558: Download complete [2020-06-11T06:13:02.159Z] a2d8cc88f415: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T06:13:04.146Z] + sudo chown -R jenkins:jenkins . [2020-06-11T06:13:04.155Z] b9c365052c96: Verifying Checksum [2020-06-11T06:13:04.155Z] b9c365052c96: Download complete [2020-06-11T06:13:04.155Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T06:13:04.155Z] 3750a50a1c5e: Download complete [Pipeline] sh [2020-06-11T06:13:04.432Z] ea1d1ca13537: Verifying Checksum [2020-06-11T06:13:04.432Z] ea1d1ca13537: Download complete [2020-06-11T06:13:04.444Z] + ls -al . [2020-06-11T06:13:04.444Z] total 84 [2020-06-11T06:13:04.444Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 06:12 . [2020-06-11T06:13:04.444Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 11 06:11 .. [2020-06-11T06:13:04.444Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 06:11 assets [2020-06-11T06:13:04.444Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 06:11 bin [2020-06-11T06:13:04.444Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 11 06:11 cmd [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 11 06:11 CONTRIBUTING.md [2020-06-11T06:13:04.444Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 11 06:12 coverage.out [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 11 06:11 Dockerfile [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 11 06:11 Dockerfile.build [2020-06-11T06:13:04.444Z] drwxrwxr-x. 4 jenkins jenkins 72 Jun 11 06:11 docs [2020-06-11T06:13:04.444Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 06:11 .git [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 11 06:11 .gitignore [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 11 06:11 go.mod [2020-06-11T06:13:04.444Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 11 06:12 go.sum [2020-06-11T06:13:04.444Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 11 06:11 internal [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 11 06:11 Jenkinsfile [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 11 06:11 LICENSE [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 11 06:11 Makefile [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 2409 Jun 11 06:11 README.md [2020-06-11T06:13:04.444Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 06:11 .semver [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 06:10 VERSION [2020-06-11T06:13:04.444Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 11 06:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:04.705Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T06:13:04.706Z] 8a11ddd9e578: Download complete [2020-06-11T06:13:04.754Z] + 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=fc6b590da5db28411c1d4ed520be24f88b5c953f --label arch=amd64 --label version=1.2.1-dev.7 . [2020-06-11T06:13:05.017Z] Sending build context to Docker daemon 12.93MB [2020-06-11T06:13:05.017Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T06:13:05.017Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T06:13:05.017Z] ---> e7d1cf5a3317 [2020-06-11T06:13:05.017Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T06:13:05.279Z] ---> Running in 042da71017b0 [2020-06-11T06:13:05.539Z] Removing intermediate container 042da71017b0 [2020-06-11T06:13:05.539Z] ---> fd76f12841d1 [2020-06-11T06:13:05.539Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T06:13:05.539Z] ---> Running in 99d592912253 [2020-06-11T06:13:05.802Z] Removing intermediate container 99d592912253 [2020-06-11T06:13:05.802Z] ---> d04774e7a709 [2020-06-11T06:13:05.802Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T06:13:05.802Z] ---> Running in bb1666db4c52 [2020-06-11T06:13:05.802Z] Removing intermediate container bb1666db4c52 [2020-06-11T06:13:05.802Z] ---> 2782e2c5a0dc [2020-06-11T06:13:05.802Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T06:13:06.067Z] ---> Running in 982f5e0b1128 [2020-06-11T06:13:06.067Z] Removing intermediate container 982f5e0b1128 [2020-06-11T06:13:06.067Z] ---> b90bbbab2df8 [2020-06-11T06:13:06.067Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T06:13:06.067Z] ---> Running in d85d57c554b1 [2020-06-11T06:13:06.331Z] Removing intermediate container d85d57c554b1 [2020-06-11T06:13:06.331Z] ---> bee901c80cb4 [2020-06-11T06:13:06.331Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:13:06.331Z] ---> Running in 5c4875f207d9 [2020-06-11T06:13:07.284Z] Removing intermediate container 5c4875f207d9 [2020-06-11T06:13:07.284Z] ---> b5c2cca188c7 [2020-06-11T06:13:07.284Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T06:13:07.284Z] ---> Running in d24263cfd772 [2020-06-11T06:13:07.866Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:08.442Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:09.015Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T06:13:09.015Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T06:13:09.015Z] OK: 11290 distinct packages available [2020-06-11T06:13:09.015Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:09.587Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T06:13:09.847Z] OK: 143 MiB in 39 packages [2020-06-11T06:13:10.422Z] Removing intermediate container d24263cfd772 [2020-06-11T06:13:10.422Z] ---> 95dc27821112 [2020-06-11T06:13:10.422Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T06:13:10.422Z] ---> Running in 8f3e312ff0ff [2020-06-11T06:13:10.687Z] Removing intermediate container 8f3e312ff0ff [2020-06-11T06:13:10.687Z] ---> 9577be66e225 [2020-06-11T06:13:10.687Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T06:13:10.687Z] ---> Running in 5aa533642bce [2020-06-11T06:13:10.948Z] Removing intermediate container 5aa533642bce [2020-06-11T06:13:10.948Z] ---> df8dc673fb78 [2020-06-11T06:13:10.948Z] Step 12/24 : COPY go.mod . [2020-06-11T06:13:11.217Z] ---> a363b41928fc [2020-06-11T06:13:11.217Z] Step 13/24 : COPY Makefile . [2020-06-11T06:13:11.483Z] ---> 2aa351ac1c5b [2020-06-11T06:13:11.483Z] Step 14/24 : RUN make update [2020-06-11T06:13:11.483Z] ---> Running in 33cbe700510b [2020-06-11T06:13:12.062Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T06:13:12.643Z] Removing intermediate container 33cbe700510b [2020-06-11T06:13:12.643Z] ---> 8dff7a388863 [2020-06-11T06:13:12.643Z] Step 15/24 : COPY . . [2020-06-11T06:13:14.038Z] ---> 5afa35c36795 [2020-06-11T06:13:14.038Z] Step 16/24 : RUN ${MAKE} [2020-06-11T06:13:14.038Z] ---> Running in ef21fe545b84 [2020-06-11T06:13:14.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T06:13:17.126Z] 8a11ddd9e578: Pull complete [2020-06-11T06:13:17.126Z] 4cf88f913ddb: Pull complete [2020-06-11T06:13:17.126Z] 1df406cf5192: Pull complete [2020-06-11T06:13:21.453Z] cd6300453558: Pull complete [2020-06-11T06:13:24.411Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T06:13:26.869Z] b9c365052c96: Pull complete [2020-06-11T06:13:26.869Z] a2d8cc88f415: Pull complete [2020-06-11T06:13:26.975Z] Removing intermediate container ef21fe545b84 [2020-06-11T06:13:26.975Z] ---> d3001702e02c [2020-06-11T06:13:26.975Z] Step 17/24 : FROM alpine [2020-06-11T06:13:26.975Z] latest: Pulling from library/alpine [2020-06-11T06:13:27.236Z] df20fa9351a1: Pulling fs layer [2020-06-11T06:13:27.501Z] df20fa9351a1: Verifying Checksum [2020-06-11T06:13:27.501Z] df20fa9351a1: Download complete [2020-06-11T06:13:27.763Z] df20fa9351a1: Pull complete [2020-06-11T06:13:27.763Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T06:13:27.763Z] Status: Downloaded newer image for alpine:latest [2020-06-11T06:13:27.763Z] ---> a24bb4013296 [2020-06-11T06:13:27.763Z] Step 18/24 : EXPOSE 4000 [2020-06-11T06:13:27.763Z] ---> Running in 52c73bd0ae6d [2020-06-11T06:13:28.024Z] Removing intermediate container 52c73bd0ae6d [2020-06-11T06:13:28.024Z] ---> 8e44396e1233 [2020-06-11T06:13:28.024Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:13:28.312Z] ea1d1ca13537: Pull complete [2020-06-11T06:13:28.911Z] 3750a50a1c5e: Pull complete [2020-06-11T06:13:28.911Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T06:13:28.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T06:13:28.911Z] ---> 78745c68409d [2020-06-11T06:13:28.911Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T06:13:28.973Z] ---> 00528a783501 [2020-06-11T06:13:28.973Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:13:28.973Z] ---> Running in 36e2d56b6c91 [2020-06-11T06:13:29.242Z] Removing intermediate container 36e2d56b6c91 [2020-06-11T06:13:29.242Z] ---> 1cfbb457c021 [2020-06-11T06:13:29.242Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T06:13:29.242Z] ---> Running in 870e7ccd1494 [2020-06-11T06:13:29.504Z] Removing intermediate container 870e7ccd1494 [2020-06-11T06:13:29.504Z] ---> e91c3cac6141 [2020-06-11T06:13:29.504Z] Step 22/24 : LABEL arch=amd64 [2020-06-11T06:13:29.504Z] ---> Running in c20c9f55afaa [2020-06-11T06:13:29.504Z] Removing intermediate container c20c9f55afaa [2020-06-11T06:13:29.504Z] ---> b7b836fd6d41 [2020-06-11T06:13:29.504Z] Step 23/24 : LABEL git_sha=fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:13:29.767Z] ---> Running in a1528e8424b6 [2020-06-11T06:13:29.767Z] Removing intermediate container a1528e8424b6 [2020-06-11T06:13:29.767Z] ---> 31880aa937ce [2020-06-11T06:13:29.767Z] Step 24/24 : LABEL version=1.2.1-dev.7 [2020-06-11T06:13:30.029Z] ---> Running in 2c7a0f537f57 [2020-06-11T06:13:30.029Z] Removing intermediate container 2c7a0f537f57 [2020-06-11T06:13:30.029Z] ---> 6e775532fdd9 [2020-06-11T06:13:30.029Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T06:13:30.029Z] Successfully built 6e775532fdd9 [2020-06-11T06:13:30.029Z] 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-11T06:13:30.260Z] provisioning config files... [2020-06-11T06:13:30.292Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/42@tmp/config8529300449319841349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:13:30.639Z] nexus3.edgexfoundry.org:10001 [2020-06-11T06:13:30.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:13:30.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:13:30.901Z] Configure a credential helper to remove this warning. See [2020-06-11T06:13:30.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:13:30.901Z] [2020-06-11T06:13:30.901Z] Login Succeeded [2020-06-11T06:13:30.901Z] nexus3.edgexfoundry.org:10002 [2020-06-11T06:13:30.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:13:30.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:13:30.902Z] Configure a credential helper to remove this warning. See [2020-06-11T06:13:30.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:13:30.902Z] [2020-06-11T06:13:30.902Z] Login Succeeded [2020-06-11T06:13:30.902Z] nexus3.edgexfoundry.org:10003 [2020-06-11T06:13:31.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:13:31.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:13:31.179Z] Configure a credential helper to remove this warning. See [2020-06-11T06:13:31.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:13:31.179Z] [2020-06-11T06:13:31.179Z] Login Succeeded [2020-06-11T06:13:31.179Z] nexus3.edgexfoundry.org:10004 [2020-06-11T06:13:31.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:13:31.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:13:31.441Z] Configure a credential helper to remove this warning. See [2020-06-11T06:13:31.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:13:31.441Z] [2020-06-11T06:13:31.441Z] Login Succeeded [2020-06-11T06:13:31.441Z] docker.io [2020-06-11T06:13:31.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:13:31.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:13:31.966Z] Configure a credential helper to remove this warning. See [2020-06-11T06:13:31.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:13:31.966Z] [2020-06-11T06:13:31.966Z] Login Succeeded [Pipeline] } [2020-06-11T06:13:31.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T06:13:32.075Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-06-11T06:13:32.075Z] fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:13:32.075Z] latest [2020-06-11T06:13:32.075Z] 1.2.1-dev.7 [2020-06-11T06:13:32.075Z] fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [2020-06-11T06:13:32.075Z] master [2020-06-11T06:13:32.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:32.461Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:32.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:13:32.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T06:13:32.766Z] f7e7d7e9559e: Preparing [2020-06-11T06:13:32.766Z] 50644c29ef5a: Preparing [2020-06-11T06:13:32.766Z] 50644c29ef5a: Layer already exists [2020-06-11T06:13:33.203Z] ---> Running in 126597ddab32 [2020-06-11T06:13:33.476Z] Removing intermediate container 126597ddab32 [2020-06-11T06:13:33.476Z] ---> 38b0a13b90a5 [2020-06-11T06:13:33.476Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:13:33.749Z] ---> Running in c462b07b1c2a [2020-06-11T06:13:34.697Z] f7e7d7e9559e: Pushed [2020-06-11T06:13:34.697Z] fc6b590da5db28411c1d4ed520be24f88b5c953f: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:35.005Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:35.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-06-11T06:13:35.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T06:13:35.309Z] f7e7d7e9559e: Preparing [2020-06-11T06:13:35.309Z] 50644c29ef5a: Preparing [2020-06-11T06:13:35.309Z] 50644c29ef5a: Layer already exists [2020-06-11T06:13:35.309Z] f7e7d7e9559e: Layer already exists [2020-06-11T06:13:35.309Z] latest: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:35.615Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:35.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.7 [2020-06-11T06:13:35.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T06:13:35.915Z] f7e7d7e9559e: Preparing [2020-06-11T06:13:35.915Z] 50644c29ef5a: Preparing [2020-06-11T06:13:35.915Z] 50644c29ef5a: Layer already exists [2020-06-11T06:13:35.915Z] f7e7d7e9559e: Layer already exists [2020-06-11T06:13:35.915Z] 1.2.1-dev.7: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:36.226Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:36.379Z] Removing intermediate container c462b07b1c2a [2020-06-11T06:13:36.379Z] ---> 49e36cff9a9c [2020-06-11T06:13:36.379Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T06:13:36.379Z] ---> Running in e94cf6d0131f [2020-06-11T06:13:36.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [2020-06-11T06:13:36.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T06:13:36.535Z] f7e7d7e9559e: Preparing [2020-06-11T06:13:36.535Z] 50644c29ef5a: Preparing [2020-06-11T06:13:36.535Z] f7e7d7e9559e: Layer already exists [2020-06-11T06:13:36.535Z] 50644c29ef5a: Layer already exists [2020-06-11T06:13:36.535Z] fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:36.836Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:13:37.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-06-11T06:13:37.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-11T06:13:37.131Z] f7e7d7e9559e: Preparing [2020-06-11T06:13:37.131Z] 50644c29ef5a: Preparing [2020-06-11T06:13:37.131Z] 50644c29ef5a: Layer already exists [2020-06-11T06:13:37.131Z] f7e7d7e9559e: Layer already exists [2020-06-11T06:13:37.131Z] master: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 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-11T06:13:37.814Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:13:38.415Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:13:39.021Z] OK: 125 MiB in 39 packages [2020-06-11T06:13:40.010Z] Removing intermediate container e94cf6d0131f [2020-06-11T06:13:40.010Z] ---> c1a3159ce052 [2020-06-11T06:13:40.010Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-11T06:13:40.282Z] ---> Running in b65148463e94 [2020-06-11T06:13:40.891Z] Removing intermediate container b65148463e94 [2020-06-11T06:13:40.891Z] ---> 71edd1525e77 [2020-06-11T06:13:40.891Z] Step 7/8 : COPY . . [2020-06-11T06:13:42.869Z] ---> 540db9f562e1 [2020-06-11T06:13:42.869Z] Step 8/8 : RUN go mod download [2020-06-11T06:13:42.869Z] ---> Running in 8bcd75bd339c [2020-06-11T06:13:45.473Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T06:13:45.473Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-11T06:13:45.473Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-11T06:13:45.473Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-11T06:13:45.473Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T06:13:45.473Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-11T06:13:45.473Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T06:13:45.473Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-11T06:13:45.473Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T06:13:45.473Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T06:13:45.473Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-11T06:13:45.473Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-11T06:13:45.473Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-11T06:13:45.473Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T06:13:45.473Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T06:13:45.473Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-11T06:13:45.473Z] go: finding github.com/fatih/color v1.9.0 [2020-06-11T06:13:45.742Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-11T06:13:45.742Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T06:13:45.742Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T06:13:45.742Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-11T06:13:45.742Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T06:13:45.742Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T06:13:45.742Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T06:13:45.742Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-11T06:13:45.742Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T06:13:45.742Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T06:13:45.742Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-11T06:13:46.013Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-11T06:13:46.013Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-11T06:13:46.013Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-11T06:13:46.013Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-11T06:13:46.013Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T06:13:46.013Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-11T06:13:46.013Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T06:13:46.013Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T06:13:46.013Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-11T06:13:46.013Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-11T06:13:46.013Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-11T06:13:46.013Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-11T06:13:46.013Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T06:13:46.013Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T06:13:46.013Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T06:13:46.013Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T06:13:46.014Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T06:13:46.284Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T06:13:46.284Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T06:13:46.284Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T06:13:46.284Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-11T06:13:46.284Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-11T06:13:46.284Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-11T06:13:46.284Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-11T06:13:46.284Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-11T06:13:46.284Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-11T06:13:46.284Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-11T06:13:46.284Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T06:13:46.284Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T06:13:46.284Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T06:13:46.284Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-11T06:13:46.284Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-11T06:13:46.284Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-11T06:13:46.284Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-11T06:13:46.284Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T06:13:46.284Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T06:13:46.284Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-11T06:13:46.284Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-11T06:13:46.284Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-11T06:13:46.284Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-11T06:13:46.284Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-11T06:13:46.284Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-11T06:13:46.284Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-11T06:13:46.284Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-11T06:13:46.284Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T06:13:46.284Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-11T06:13:46.563Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T06:13:46.563Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-11T06:13:46.563Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T06:13:46.563Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T06:13:46.563Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T06:14:04.883Z] Removing intermediate container 8bcd75bd339c [2020-06-11T06:14:04.883Z] ---> e85eaafbf119 [2020-06-11T06:14:04.883Z] Successfully built e85eaafbf119 [2020-06-11T06:14:04.883Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:14:05.428Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T06:14:05.428Z] . [Pipeline] withDockerContainer [2020-06-11T06:14:05.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-2554 does not seem to be running inside a container [2020-06-11T06:14:05.761Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/42 -v /w/workspace/edgex-ui-go/42:/w/workspace/edgex-ui-go/42:rw,z -v /w/workspace/edgex-ui-go/42@tmp:/w/workspace/edgex-ui-go/42@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-arm64 cat [2020-06-11T06:14:07.575Z] $ docker top c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T06:14:08.991Z] + go version [2020-06-11T06:14:08.991Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T06:14:10.049Z] + make test [2020-06-11T06:14:10.049Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T06:14:11.482Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-11T06:14:33.943Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-11T06:14:33.943Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-11T06:14:37.375Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T06:14:37.746Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T06:14:37.725Z] $ docker stop --time=1 c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd [2020-06-11T06:14:39.745Z] $ docker rm -f c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T06:14:40.767Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T06:14:41.093Z] + ls -al . [2020-06-11T06:14:41.093Z] total 116 [2020-06-11T06:14:41.093Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 06:14 . [2020-06-11T06:14:41.093Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:12 .. [2020-06-11T06:14:41.093Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 06:12 .git [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 11 06:12 .gitignore [2020-06-11T06:14:41.093Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 .semver [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 11 06:12 CONTRIBUTING.md [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 11 06:12 Dockerfile [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 11 06:12 Dockerfile.build [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 11 06:12 Jenkinsfile [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 11 06:12 LICENSE [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 11 06:12 Makefile [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 2409 Jun 11 06:12 README.md [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 06:10 VERSION [2020-06-11T06:14:41.093Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 assets [2020-06-11T06:14:41.093Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 06:12 bin [2020-06-11T06:14:41.093Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 cmd [2020-06-11T06:14:41.093Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 11 06:14 coverage.out [2020-06-11T06:14:41.093Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:12 docs [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 11 06:12 go.mod [2020-06-11T06:14:41.093Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 11 06:14 go.sum [2020-06-11T06:14:41.093Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 06:12 internal [2020-06-11T06:14:41.093Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 11 06:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:14:41.435Z] + 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=fc6b590da5db28411c1d4ed520be24f88b5c953f --label arch=arm64 --label version=1.2.1-dev.7 . [2020-06-11T06:14:42.033Z] Sending build context to Docker daemon 12.93MB [2020-06-11T06:14:42.033Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T06:14:42.033Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T06:14:42.033Z] ---> e85eaafbf119 [2020-06-11T06:14:42.033Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-11T06:14:42.304Z] ---> Running in 1847c0260db8 [2020-06-11T06:14:42.581Z] Removing intermediate container 1847c0260db8 [2020-06-11T06:14:42.581Z] ---> 6db989e4c3ba [2020-06-11T06:14:42.581Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-11T06:14:42.852Z] ---> Running in 3a5bf18653ec [2020-06-11T06:14:43.127Z] Removing intermediate container 3a5bf18653ec [2020-06-11T06:14:43.127Z] ---> f6ed9c12a31a [2020-06-11T06:14:43.127Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T06:14:43.397Z] ---> Running in 716a8856870f [2020-06-11T06:14:43.666Z] Removing intermediate container 716a8856870f [2020-06-11T06:14:43.666Z] ---> 5c1839e6f293 [2020-06-11T06:14:43.666Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-11T06:14:43.937Z] ---> Running in ced0df27fad7 [2020-06-11T06:14:44.213Z] Removing intermediate container ced0df27fad7 [2020-06-11T06:14:44.213Z] ---> 036112169a0c [2020-06-11T06:14:44.213Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-11T06:14:44.213Z] ---> Running in c644e600ad32 [2020-06-11T06:14:44.809Z] Removing intermediate container c644e600ad32 [2020-06-11T06:14:44.809Z] ---> 0358f4a0e350 [2020-06-11T06:14:44.809Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T06:14:44.809Z] ---> Running in 5a848cf93c8b [2020-06-11T06:14:47.427Z] Removing intermediate container 5a848cf93c8b [2020-06-11T06:14:47.427Z] ---> 2527eeb814bd [2020-06-11T06:14:47.427Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T06:14:47.427Z] ---> Running in ca2a77e93510 [2020-06-11T06:14:48.857Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:49.446Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:50.039Z] v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-11T06:14:50.039Z] v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-11T06:14:50.039Z] OK: 11179 distinct packages available [2020-06-11T06:14:50.309Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:51.279Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T06:14:51.552Z] OK: 125 MiB in 39 packages [2020-06-11T06:14:52.542Z] Removing intermediate container ca2a77e93510 [2020-06-11T06:14:52.542Z] ---> d8e8da4ad3b6 [2020-06-11T06:14:52.542Z] Step 10/24 : ENV GO111MODULE=on [2020-06-11T06:14:52.816Z] ---> Running in 6aa6b3f44340 [2020-06-11T06:14:53.409Z] Removing intermediate container 6aa6b3f44340 [2020-06-11T06:14:53.409Z] ---> db6eb82624f0 [2020-06-11T06:14:53.409Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-11T06:14:53.409Z] ---> Running in ff4c5ba656c8 [2020-06-11T06:14:54.003Z] Removing intermediate container ff4c5ba656c8 [2020-06-11T06:14:54.003Z] ---> 30c09a3efc34 [2020-06-11T06:14:54.003Z] Step 12/24 : COPY go.mod . [2020-06-11T06:14:54.599Z] ---> 673f941ae42d [2020-06-11T06:14:54.599Z] Step 13/24 : COPY Makefile . [2020-06-11T06:14:55.195Z] ---> 9a89aa89e437 [2020-06-11T06:14:55.195Z] Step 14/24 : RUN make update [2020-06-11T06:14:55.470Z] ---> Running in bf16c05f4fc5 [2020-06-11T06:14:56.905Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-11T06:14:58.334Z] Removing intermediate container bf16c05f4fc5 [2020-06-11T06:14:58.334Z] ---> 61c8a46accb4 [2020-06-11T06:14:58.334Z] Step 15/24 : COPY . . [2020-06-11T06:14:59.767Z] ---> 770368e7e389 [2020-06-11T06:14:59.767Z] Step 16/24 : RUN ${MAKE} [2020-06-11T06:14:59.767Z] ---> Running in e14469918b61 [2020-06-11T06:15:01.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-11T06:15:23.403Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T06:15:30.108Z] Removing intermediate container e14469918b61 [2020-06-11T06:15:30.108Z] ---> acd1e29796f5 [2020-06-11T06:15:30.108Z] Step 17/24 : FROM alpine [2020-06-11T06:15:31.531Z] latest: Pulling from library/alpine [2020-06-11T06:15:31.531Z] b538f80385f9: Pulling fs layer [2020-06-11T06:15:31.806Z] b538f80385f9: Verifying Checksum [2020-06-11T06:15:31.806Z] b538f80385f9: Download complete [2020-06-11T06:15:32.402Z] b538f80385f9: Pull complete [2020-06-11T06:15:32.402Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T06:15:32.402Z] Status: Downloaded newer image for alpine:latest [2020-06-11T06:15:32.402Z] ---> 62ee0e9f8440 [2020-06-11T06:15:32.402Z] Step 18/24 : EXPOSE 4000 [2020-06-11T06:15:32.675Z] ---> Running in 75aae989d4de [2020-06-11T06:15:32.948Z] Removing intermediate container 75aae989d4de [2020-06-11T06:15:32.948Z] ---> a206585dec3f [2020-06-11T06:15:32.948Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:15:34.927Z] ---> 178510537bc8 [2020-06-11T06:15:34.927Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-11T06:15:34.927Z] ---> Running in 63864f478e5e [2020-06-11T06:15:35.524Z] Removing intermediate container 63864f478e5e [2020-06-11T06:15:35.524Z] ---> bf25eae476f8 [2020-06-11T06:15:35.524Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-11T06:15:35.524Z] ---> Running in 0dc2d9c1b0c8 [2020-06-11T06:15:36.121Z] Removing intermediate container 0dc2d9c1b0c8 [2020-06-11T06:15:36.121Z] ---> cb299eef4939 [2020-06-11T06:15:36.121Z] Step 22/24 : LABEL arch=arm64 [2020-06-11T06:15:36.121Z] ---> Running in 5b44e126d795 [2020-06-11T06:15:36.393Z] Removing intermediate container 5b44e126d795 [2020-06-11T06:15:36.393Z] ---> 77fb641698dd [2020-06-11T06:15:36.393Z] Step 23/24 : LABEL git_sha=fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:15:36.666Z] ---> Running in 2129ba2e3888 [2020-06-11T06:15:36.938Z] Removing intermediate container 2129ba2e3888 [2020-06-11T06:15:36.938Z] ---> 740528773f69 [2020-06-11T06:15:36.938Z] Step 24/24 : LABEL version=1.2.1-dev.7 [2020-06-11T06:15:37.212Z] ---> Running in e9a1c8bbaf39 [2020-06-11T06:15:37.485Z] Removing intermediate container e9a1c8bbaf39 [2020-06-11T06:15:37.485Z] ---> 6d81a5597855 [2020-06-11T06:15:37.485Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T06:15:37.756Z] Successfully built 6d81a5597855 [2020-06-11T06:15:37.756Z] 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-11T06:15:37.938Z] provisioning config files... [2020-06-11T06:15:37.984Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/42@tmp/config1149060367716428398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:15:38.363Z] nexus3.edgexfoundry.org:10001 [2020-06-11T06:15:38.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:15:38.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:15:38.909Z] Configure a credential helper to remove this warning. See [2020-06-11T06:15:38.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:15:38.909Z] [2020-06-11T06:15:38.909Z] Login Succeeded [2020-06-11T06:15:38.909Z] nexus3.edgexfoundry.org:10002 [2020-06-11T06:15:39.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:15:39.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:15:39.456Z] Configure a credential helper to remove this warning. See [2020-06-11T06:15:39.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:15:39.456Z] [2020-06-11T06:15:39.456Z] Login Succeeded [2020-06-11T06:15:39.456Z] nexus3.edgexfoundry.org:10003 [2020-06-11T06:15:39.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:15:40.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:15:40.005Z] Configure a credential helper to remove this warning. See [2020-06-11T06:15:40.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:15:40.005Z] [2020-06-11T06:15:40.005Z] Login Succeeded [2020-06-11T06:15:40.005Z] nexus3.edgexfoundry.org:10004 [2020-06-11T06:15:40.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:15:40.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:15:40.554Z] Configure a credential helper to remove this warning. See [2020-06-11T06:15:40.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:15:40.554Z] [2020-06-11T06:15:40.554Z] Login Succeeded [2020-06-11T06:15:40.554Z] docker.io [2020-06-11T06:15:41.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T06:15:41.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T06:15:41.419Z] Configure a credential helper to remove this warning. See [2020-06-11T06:15:41.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T06:15:41.419Z] [2020-06-11T06:15:41.419Z] Login Succeeded [Pipeline] } [2020-06-11T06:15:41.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T06:15:41.539Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-06-11T06:15:41.540Z] fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:15:41.540Z] latest [2020-06-11T06:15:41.540Z] 1.2.1-dev.7 [2020-06-11T06:15:41.540Z] fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [2020-06-11T06:15:41.540Z] master [2020-06-11T06:15:41.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:41.953Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:42.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:15:42.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T06:15:42.301Z] 5b15e9b8697a: Preparing [2020-06-11T06:15:42.301Z] e2f13739ad41: Preparing [2020-06-11T06:15:42.301Z] e2f13739ad41: Layer already exists [2020-06-11T06:15:46.594Z] 5b15e9b8697a: Pushed [2020-06-11T06:15:46.594Z] fc6b590da5db28411c1d4ed520be24f88b5c953f: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:46.933Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:47.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-06-11T06:15:47.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T06:15:47.270Z] 5b15e9b8697a: Preparing [2020-06-11T06:15:47.270Z] e2f13739ad41: Preparing [2020-06-11T06:15:47.270Z] e2f13739ad41: Layer already exists [2020-06-11T06:15:47.270Z] 5b15e9b8697a: Layer already exists [2020-06-11T06:15:47.539Z] latest: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:47.878Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:48.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.7 [2020-06-11T06:15:48.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T06:15:48.212Z] 5b15e9b8697a: Preparing [2020-06-11T06:15:48.212Z] e2f13739ad41: Preparing [2020-06-11T06:15:48.212Z] e2f13739ad41: Layer already exists [2020-06-11T06:15:48.212Z] 5b15e9b8697a: Layer already exists [2020-06-11T06:15:48.485Z] 1.2.1-dev.7: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:48.831Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:49.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [2020-06-11T06:15:49.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T06:15:49.170Z] 5b15e9b8697a: Preparing [2020-06-11T06:15:49.170Z] e2f13739ad41: Preparing [2020-06-11T06:15:49.170Z] 5b15e9b8697a: Layer already exists [2020-06-11T06:15:49.170Z] e2f13739ad41: Layer already exists [2020-06-11T06:15:49.443Z] fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:49.780Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:50.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-06-11T06:15:50.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-11T06:15:50.113Z] 5b15e9b8697a: Preparing [2020-06-11T06:15:50.113Z] e2f13739ad41: Preparing [2020-06-11T06:15:50.113Z] 5b15e9b8697a: Layer already exists [2020-06-11T06:15:50.113Z] e2f13739ad41: Layer already exists [2020-06-11T06:15:50.385Z] master: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 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-11T06:15:51.123Z] provisioning config files... [2020-06-11T06:15:51.136Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2486910841582127174tmp [Pipeline] { [Pipeline] sh [2020-06-11T06:15:51.475Z] + curl -s https://codecov.io/bash [2020-06-11T06:15:51.475Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2486910841582127174tmp [2020-06-11T06:15:51.759Z] [2020-06-11T06:15:51.759Z] _____ _ [2020-06-11T06:15:51.759Z] / ____| | | [2020-06-11T06:15:51.759Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T06:15:51.759Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T06:15:51.759Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T06:15:51.759Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T06:15:51.759Z] Bash-20200602-f809a24 [2020-06-11T06:15:51.759Z] [2020-06-11T06:15:51.759Z] [2020-06-11T06:15:51.759Z] ==> Jenkins CI detected. [2020-06-11T06:15:51.759Z] project root: . [2020-06-11T06:15:51.759Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T06:15:51.759Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T06:15:51.759Z] ==> Python coveragepy not found [2020-06-11T06:15:51.759Z] ==> Searching for coverage reports in: [2020-06-11T06:15:51.759Z] + . [2020-06-11T06:15:51.759Z] -> Found 1 reports [2020-06-11T06:15:51.759Z] ==> Detecting git/mercurial file structure [2020-06-11T06:15:52.043Z] ==> Reading reports [2020-06-11T06:15:52.043Z] + ./coverage.out bytes=10 [2020-06-11T06:15:52.043Z] ==> Appending adjustments [2020-06-11T06:15:52.043Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T06:15:52.315Z] + Found adjustments [2020-06-11T06:15:52.315Z] ==> Gzipping contents [2020-06-11T06:15:52.315Z] ==> Uploading reports [2020-06-11T06:15:52.315Z] url: https://codecov.io [2020-06-11T06:15:52.315Z] query: branch=master&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-11T06:15:52.315Z] -> Pinging Codecov [2020-06-11T06:15:52.315Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-11T06:15:52.891Z] -> Uploading [2020-06-11T06:15:53.467Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] } [2020-06-11T06:15:53.477Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T06:15:53.908Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T06:15:53.910Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T06:15:53.942Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:54.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T06:15:54.297Z] [2020-06-11T06:15:54.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:15:54.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T06:15:54.890Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T06:15:54.890Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T06:15:54.890Z] 408f87550127: Pulling fs layer [2020-06-11T06:15:54.891Z] fe522b08c979: Pulling fs layer [2020-06-11T06:15:54.891Z] 221eaa008020: Pulling fs layer [2020-06-11T06:15:54.891Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T06:15:54.891Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T06:15:54.891Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T06:15:54.891Z] 23e8b3b47431: Pulling fs layer [2020-06-11T06:15:54.891Z] 5c568d65a230: Pulling fs layer [2020-06-11T06:15:54.891Z] 221eaa008020: Waiting [2020-06-11T06:15:54.891Z] 2a4607e5d6b9: Waiting [2020-06-11T06:15:54.891Z] 8f79b27c4fd2: Waiting [2020-06-11T06:15:54.891Z] e5c8dbe1645b: Waiting [2020-06-11T06:15:54.891Z] 23e8b3b47431: Waiting [2020-06-11T06:15:54.891Z] 5c568d65a230: Waiting [2020-06-11T06:15:54.891Z] fe522b08c979: Download complete [2020-06-11T06:15:54.891Z] 408f87550127: Verifying Checksum [2020-06-11T06:15:54.891Z] 408f87550127: Download complete [2020-06-11T06:15:55.222Z] 2a4607e5d6b9: Verifying Checksum [2020-06-11T06:15:55.222Z] 2a4607e5d6b9: Download complete [2020-06-11T06:15:55.222Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T06:15:55.222Z] 8f79b27c4fd2: Download complete [2020-06-11T06:15:55.222Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-11T06:15:55.222Z] cbdbe7a5bc2a: Download complete [2020-06-11T06:15:55.979Z] e5c8dbe1645b: Verifying Checksum [2020-06-11T06:15:55.979Z] e5c8dbe1645b: Download complete [2020-06-11T06:15:55.979Z] cbdbe7a5bc2a: Pull complete [2020-06-11T06:15:56.339Z] 408f87550127: Pull complete [2020-06-11T06:15:56.663Z] fe522b08c979: Pull complete [2020-06-11T06:15:56.999Z] 23e8b3b47431: Verifying Checksum [2020-06-11T06:15:56.999Z] 23e8b3b47431: Download complete [2020-06-11T06:15:57.294Z] 5c568d65a230: Verifying Checksum [2020-06-11T06:15:57.294Z] 5c568d65a230: Download complete [2020-06-11T06:15:58.454Z] 221eaa008020: Verifying Checksum [2020-06-11T06:15:58.454Z] 221eaa008020: Download complete [2020-06-11T06:16:11.066Z] 221eaa008020: Pull complete [2020-06-11T06:16:11.067Z] 2a4607e5d6b9: Pull complete [2020-06-11T06:16:11.067Z] 8f79b27c4fd2: Pull complete [2020-06-11T06:16:12.108Z] e5c8dbe1645b: Pull complete [2020-06-11T06:16:16.394Z] 23e8b3b47431: Pull complete [2020-06-11T06:16:17.862Z] 5c568d65a230: Pull complete [2020-06-11T06:16:17.862Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T06:16:17.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T06:16:17.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T06:16:18.101Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:16:18.236Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T06:16:19.761Z] $ docker top 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T06:16:20.543Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T06:16:42.920Z] [2020-06-11T06:16:42.920Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-06-11T06:16:42.920Z] [2020-06-11T06:16:42.920Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/74cdeed6-ba35-4af1-be42-cf86edb34298 [2020-06-11T06:16:42.920Z] [2020-06-11T06:16:42.920Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T06:16:42.920Z] [2020-06-11T06:16:42.920Z] [Pipeline] } [2020-06-11T06:16:42.959Z] $ docker stop --time=1 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb [2020-06-11T06:16:45.521Z] $ docker rm -f 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:16:46.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:16:46.676Z] [2020-06-11T06:16:46.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:16:47.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:16:47.069Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T06:16:47.069Z] e7c96db7181b: Pulling fs layer [2020-06-11T06:16:47.069Z] 1868ca2cb446: Pulling fs layer [2020-06-11T06:16:47.069Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T06:16:47.069Z] 894bfe63afcb: Pulling fs layer [2020-06-11T06:16:47.069Z] 894bfe63afcb: Waiting [2020-06-11T06:16:47.069Z] 1868ca2cb446: Verifying Checksum [2020-06-11T06:16:47.069Z] 1868ca2cb446: Download complete [2020-06-11T06:16:47.069Z] 136be5d0fe8e: Download complete [2020-06-11T06:16:47.369Z] e7c96db7181b: Verifying Checksum [2020-06-11T06:16:47.369Z] e7c96db7181b: Download complete [2020-06-11T06:16:47.369Z] 894bfe63afcb: Verifying Checksum [2020-06-11T06:16:47.369Z] 894bfe63afcb: Download complete [2020-06-11T06:16:47.681Z] e7c96db7181b: Pull complete [2020-06-11T06:16:47.948Z] 1868ca2cb446: Pull complete [2020-06-11T06:16:48.250Z] 136be5d0fe8e: Pull complete [2020-06-11T06:16:48.532Z] 894bfe63afcb: Pull complete [2020-06-11T06:16:48.532Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T06:16:48.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:16:48.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T06:16:48.848Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:16:48.954Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T06:16:50.095Z] $ docker top 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T06:16:50.667Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:16:50.667Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T06:16:54.091Z] $ docker stop --time=1 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 [2020-06-11T06:16:55.671Z] $ docker rm -f 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:16:56.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:16:56.208Z] . [Pipeline] withDockerContainer [2020-06-11T06:16:56.559Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:16:56.787Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T06:16:58.028Z] $ docker top b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T06:16:58.560Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f [2020-06-11T06:16:58.560Z] + tee [2020-06-11T06:16:58.851Z] clair timeout 1m0s [2020-06-11T06:16:58.851Z] docker timeout: 1m0s [2020-06-11T06:16:58.851Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T06:16:59.293Z] $ docker stop --time=1 b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 [2020-06-11T06:17:00.920Z] $ docker rm -f b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T06:17:01.497Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-11T06:17:01.511Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_fc6b590da5db28411c1d4ed520be24f88b5c953f.html [Pipeline] writeFile [Pipeline] step [2020-06-11T06:17:01.553Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:01.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:17:01.999Z] . [Pipeline] withDockerContainer [2020-06-11T06:17:02.209Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:17:02.312Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T06:17:03.388Z] $ docker top 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T06:17:03.943Z] + tee [2020-06-11T06:17:03.943Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T06:17:06.717Z] $ docker stop --time=1 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 [2020-06-11T06:17:08.237Z] $ docker rm -f 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:08.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T06:17:08.994Z] . [Pipeline] withDockerContainer [2020-06-11T06:17:09.244Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:17:09.431Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T06:17:10.247Z] $ docker top d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T06:17:10.793Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f+ [2020-06-11T06:17:10.793Z] tee [2020-06-11T06:17:10.793Z] clair timeout 1m0s [2020-06-11T06:17:10.793Z] docker timeout: 1m0s [2020-06-11T06:17:10.793Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T06:17:11.428Z] $ docker stop --time=1 d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 [2020-06-11T06:17:12.810Z] $ docker rm -f d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T06:17:13.240Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-11T06:17:13.256Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_fc6b590da5db28411c1d4ed520be24f88b5c953f.html [Pipeline] writeFile [Pipeline] step [2020-06-11T06:17:13.285Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:14.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:17:14.114Z] . [Pipeline] withDockerContainer [2020-06-11T06:17:14.451Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:17:14.635Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T06:17:16.030Z] $ docker top ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T06:17:16.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:17:16.251Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:17:16.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:17:16.624Z] $ docker exec ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 ssh-agent [2020-06-11T06:17:16.824Z] SSH_AUTH_SOCK=/tmp/ssh-w81ISwKc7yVm/agent.11 [2020-06-11T06:17:16.824Z] SSH_AGENT_PID=16 [2020-06-11T06:17:16.850Z] Running ssh-add (command line suppressed) [2020-06-11T06:17:17.080Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3950674699219461307.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3950674699219461307.key) [2020-06-11T06:17:17.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:17:17.537Z] + git semver tag [2020-06-11T06:17:17.801Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T06:17:17.801Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T06:17:17.801Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:17:17.801Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T06:17:17.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T06:17:17.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T06:17:17.801Z] # $SEMVER_BRANCH = master [2020-06-11T06:17:17.801Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-11T06:17:17.801Z] # fc6b590da5db28411c1d4ed520be24f88b5c953f HEAD [2020-06-11T06:17:17.801Z] # -> Force: false [2020-06-11T06:17:17.801Z] # 1e22c7bec7e3d8a2640d62c0306e95ed79558a00 refs/tags/v1.2.1-dev.7 [Pipeline] } [2020-06-11T06:17:17.815Z] $ docker exec --env ******** --env ******** ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 ssh-agent -k [2020-06-11T06:17:17.981Z] unset SSH_AUTH_SOCK; [2020-06-11T06:17:17.981Z] unset SSH_AGENT_PID; [2020-06-11T06:17:17.981Z] echo Agent pid 16 killed; [2020-06-11T06:17:18.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T06:17:18.430Z] + git semver [Pipeline] } [2020-06-11T06:17:18.451Z] $ docker stop --time=1 ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 [2020-06-11T06:17:19.878Z] $ docker rm -f ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:20.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T06:17:20.420Z] [2020-06-11T06:17:20.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:17:20.763Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T06:17:20.764Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T06:17:20.764Z] ab5ef0e58194: Pulling fs layer [2020-06-11T06:17:20.764Z] 9712f1f96733: Pulling fs layer [2020-06-11T06:17:20.764Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T06:17:20.764Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T06:17:20.764Z] e9a5061849ea: Pulling fs layer [2020-06-11T06:17:20.764Z] d747dcd14b5f: Pulling fs layer [2020-06-11T06:17:20.764Z] 2de7ff778b66: Pulling fs layer [2020-06-11T06:17:20.764Z] e9a5061849ea: Waiting [2020-06-11T06:17:20.764Z] d747dcd14b5f: Waiting [2020-06-11T06:17:20.764Z] 2de7ff778b66: Waiting [2020-06-11T06:17:20.764Z] 0d9ebad4ef96: Waiting [2020-06-11T06:17:20.764Z] 9712f1f96733: Verifying Checksum [2020-06-11T06:17:20.764Z] 9712f1f96733: Download complete [2020-06-11T06:17:22.960Z] 63f879dbbcfc: Verifying Checksum [2020-06-11T06:17:22.960Z] 63f879dbbcfc: Download complete [2020-06-11T06:17:23.697Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T06:17:23.697Z] 0d9ebad4ef96: Download complete [2020-06-11T06:17:23.698Z] d747dcd14b5f: Verifying Checksum [2020-06-11T06:17:23.698Z] d747dcd14b5f: Download complete [2020-06-11T06:17:23.698Z] e9a5061849ea: Verifying Checksum [2020-06-11T06:17:23.698Z] e9a5061849ea: Download complete [2020-06-11T06:17:23.698Z] ab5ef0e58194: Verifying Checksum [2020-06-11T06:17:23.698Z] ab5ef0e58194: Download complete [2020-06-11T06:17:23.971Z] 2de7ff778b66: Verifying Checksum [2020-06-11T06:17:23.971Z] 2de7ff778b66: Download complete [2020-06-11T06:17:30.760Z] ab5ef0e58194: Pull complete [2020-06-11T06:17:30.760Z] 9712f1f96733: Pull complete [2020-06-11T06:17:32.180Z] 63f879dbbcfc: Pull complete [2020-06-11T06:17:42.434Z] 0d9ebad4ef96: Pull complete [2020-06-11T06:17:42.698Z] e9a5061849ea: Pull complete [2020-06-11T06:17:42.698Z] d747dcd14b5f: Pull complete [2020-06-11T06:17:46.095Z] 2de7ff778b66: Pull complete [2020-06-11T06:17:46.095Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T06:17:46.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T06:17:46.095Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T06:17:46.309Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:17:46.363Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T06:17:49.449Z] $ docker top 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T06:17:49.657Z] provisioning config files... [2020-06-11T06:17:49.670Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5838246149986067593tmp [2020-06-11T06:17:49.694Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5219610592078626380tmp [2020-06-11T06:17:49.714Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8711233966755158806tmp [Pipeline] { [Pipeline] echo [2020-06-11T06:17:49.751Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:17:50.069Z] ---> sigul-configuration.sh [2020-06-11T06:17:50.333Z] gpg: directory `/root/.gnupg' created [2020-06-11T06:17:50.333Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T06:17:50.333Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T06:17:50.333Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T06:17:50.333Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T06:17:50.333Z] gpg: CAST5 encrypted data [2020-06-11T06:17:50.333Z] gpg: encrypted with 1 passphrase [2020-06-11T06:17:50.333Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T06:17:50.684Z] + mkdir /home/jenkins [2020-06-11T06:17:50.684Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T06:17:51.028Z] + 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-11T06:17:51.308Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:17:51.652Z] ---> sigul-install.sh [2020-06-11T06:17:58.410Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T06:17:58.793Z] + git tag --list [2020-06-11T06:17:58.793Z] v1.2.1-dev.7 [Pipeline] sh [2020-06-11T06:17:59.141Z] + lftools sign git-tag v1.2.1-dev.7 [2020-06-11T06:18:01.095Z] Signing Git tag with Sigul... [2020-06-11T06:18:01.095Z] Signing v1.2.1-dev.7 [Pipeline] echo [2020-06-11T06:18:02.065Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:18:02.390Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T06:18:02.400Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T06:18:02.453Z] $ docker stop --time=1 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 [2020-06-11T06:18:04.349Z] $ docker rm -f 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:18:05.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:18:05.069Z] . [Pipeline] withDockerContainer [2020-06-11T06:18:05.326Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:18:05.417Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T06:18:06.204Z] $ docker top 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T06:18:06.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:18:06.414Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:18:06.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:18:06.743Z] $ docker exec 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 ssh-agent [2020-06-11T06:18:07.287Z] SSH_AUTH_SOCK=/tmp/ssh-4QLCOMcE0jMO/agent.12 [2020-06-11T06:18:07.287Z] SSH_AGENT_PID=18 [2020-06-11T06:18:07.320Z] Running ssh-add (command line suppressed) [2020-06-11T06:18:07.498Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2515689759654153867.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2515689759654153867.key) [2020-06-11T06:18:07.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:18:07.924Z] + git semver bump pre [2020-06-11T06:18:07.924Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T06:18:07.924Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T06:18:07.924Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:18:07.924Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T06:18:07.924Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T06:18:07.924Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T06:18:07.924Z] # $SEMVER_BRANCH = master [2020-06-11T06:18:07.924Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-11T06:18:08.193Z] 1.2.1-dev.8 [Pipeline] } [2020-06-11T06:18:08.219Z] $ docker exec --env ******** --env ******** 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 ssh-agent -k [2020-06-11T06:18:08.433Z] unset SSH_AUTH_SOCK; [2020-06-11T06:18:08.433Z] unset SSH_AGENT_PID; [2020-06-11T06:18:08.434Z] echo Agent pid 18 killed; [2020-06-11T06:18:08.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T06:18:08.881Z] + git semver [Pipeline] } [2020-06-11T06:18:08.909Z] $ docker stop --time=1 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 [2020-06-11T06:18:10.359Z] $ docker rm -f 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:18:10.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T06:18:10.819Z] . [Pipeline] withDockerContainer [2020-06-11T06:18:10.969Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:18:11.032Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T06:18:11.968Z] $ docker top 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T06:18:12.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T06:18:12.195Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T06:18:12.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T06:18:12.441Z] $ docker exec 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 ssh-agent [2020-06-11T06:18:12.762Z] SSH_AUTH_SOCK=/tmp/ssh-uYHfPiWZCgtd/agent.11 [2020-06-11T06:18:12.762Z] SSH_AGENT_PID=16 [2020-06-11T06:18:12.773Z] Running ssh-add (command line suppressed) [2020-06-11T06:18:13.115Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3919268874555365460.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3919268874555365460.key) [2020-06-11T06:18:13.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T06:18:13.503Z] + git semver push [2020-06-11T06:18:13.503Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T06:18:13.503Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-11T06:18:13.504Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:18:13.504Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T06:18:13.504Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T06:18:13.504Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T06:18:13.504Z] # $SEMVER_BRANCH = master [2020-06-11T06:18:13.504Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-11T06:18:20.157Z] $ docker exec --env ******** --env ******** 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 ssh-agent -k [2020-06-11T06:18:20.584Z] unset SSH_AUTH_SOCK; [2020-06-11T06:18:20.585Z] unset SSH_AGENT_PID; [2020-06-11T06:18:20.585Z] echo Agent pid 16 killed; [2020-06-11T06:18:20.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T06:18:21.377Z] + git semver [Pipeline] } [2020-06-11T06:18:21.404Z] $ docker stop --time=1 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 [2020-06-11T06:18:23.167Z] $ docker rm -f 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 [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-11T06:18:23.883Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:18:24.474Z] ---> package-listing.sh [2020-06-11T06:18:24.474Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T06:18:24.474Z] ++ facter osfamily [2020-06-11T06:18:24.744Z] + OS_FAMILY=redhat [2020-06-11T06:18:24.744Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:18:24.744Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T06:18:24.744Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T06:18:24.744Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T06:18:24.744Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T06:18:24.744Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-11T06:18:24.744Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T06:18:24.744Z] + case "${OS_FAMILY}" in [2020-06-11T06:18:24.744Z] + sort [2020-06-11T06:18:24.744Z] + rpm -qa [2020-06-11T06:18:28.971Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T06:18:28.971Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T06:18:28.971Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T06:18:28.971Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-11T06:18:28.971Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-06-11T06:18:28.971Z] + 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-11T06:18:29.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:18:29.401Z] [2020-06-11T06:18:29.401Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T06:18:30.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:18:30.002Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T06:18:30.002Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T06:18:30.002Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T06:18:30.002Z] 756a868c4378: Pulling fs layer [2020-06-11T06:18:30.002Z] 444b2fc9a129: Pulling fs layer [2020-06-11T06:18:30.002Z] ea15f1150254: Pulling fs layer [2020-06-11T06:18:30.002Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T06:18:30.002Z] 28c525ee5125: Pulling fs layer [2020-06-11T06:18:30.002Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T06:18:30.002Z] 138eaada9080: Pulling fs layer [2020-06-11T06:18:30.002Z] 0622d0fa9048: Pulling fs layer [2020-06-11T06:18:30.002Z] ea15f1150254: Waiting [2020-06-11T06:18:30.002Z] 094b1ea09ed8: Waiting [2020-06-11T06:18:30.002Z] 138eaada9080: Waiting [2020-06-11T06:18:30.002Z] 0622d0fa9048: Waiting [2020-06-11T06:18:30.002Z] 41b27a9f41bf: Waiting [2020-06-11T06:18:30.002Z] 28c525ee5125: Waiting [2020-06-11T06:18:30.002Z] 444b2fc9a129: Waiting [2020-06-11T06:18:30.276Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T06:18:30.276Z] 2cc5ad85d9ab: Download complete [2020-06-11T06:18:30.276Z] 444b2fc9a129: Verifying Checksum [2020-06-11T06:18:30.276Z] 444b2fc9a129: Download complete [2020-06-11T06:18:30.276Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T06:18:30.276Z] c9b1b535fdd9: Download complete [2020-06-11T06:18:30.276Z] ea15f1150254: Verifying Checksum [2020-06-11T06:18:30.276Z] ea15f1150254: Download complete [2020-06-11T06:18:30.561Z] 28c525ee5125: Download complete [2020-06-11T06:18:30.865Z] 756a868c4378: Verifying Checksum [2020-06-11T06:18:30.865Z] 756a868c4378: Download complete [2020-06-11T06:18:31.549Z] 138eaada9080: Verifying Checksum [2020-06-11T06:18:31.549Z] 138eaada9080: Download complete [2020-06-11T06:18:31.549Z] 0622d0fa9048: Verifying Checksum [2020-06-11T06:18:31.549Z] 0622d0fa9048: Download complete [2020-06-11T06:18:31.549Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T06:18:31.549Z] 094b1ea09ed8: Download complete [2020-06-11T06:18:31.549Z] c9b1b535fdd9: Pull complete [2020-06-11T06:18:32.370Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T06:18:32.370Z] 41b27a9f41bf: Download complete [2020-06-11T06:18:32.370Z] 2cc5ad85d9ab: Pull complete [2020-06-11T06:18:35.108Z] 756a868c4378: Pull complete [2020-06-11T06:18:35.108Z] 444b2fc9a129: Pull complete [2020-06-11T06:18:35.708Z] ea15f1150254: Pull complete [2020-06-11T06:18:41.127Z] 41b27a9f41bf: Pull complete [2020-06-11T06:18:41.396Z] 28c525ee5125: Pull complete [2020-06-11T06:18:44.815Z] 094b1ea09ed8: Pull complete [2020-06-11T06:18:45.087Z] 138eaada9080: Pull complete [2020-06-11T06:18:45.354Z] 0622d0fa9048: Pull complete [2020-06-11T06:18:45.354Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T06:18:45.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T06:18:45.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T06:18:45.512Z] prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container [2020-06-11T06:18:45.575Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T06:18:49.251Z] $ docker top 364156b754287c1868b76eddf49e7274df8098c7038f7da9360afec009ecdc95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T06:18:49.496Z] provisioning config files... [2020-06-11T06:18:49.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2731726106160145622tmp [Pipeline] { [Pipeline] echo [2020-06-11T06:18:49.552Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:18:49.878Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T06:18:50.153Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T06:18:50.463Z] ---> logs-deploy.sh [2020-06-11T06:18:50.463Z] + ARCHIVE_ARTIFACTS= [2020-06-11T06:18:50.463Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T06:18:50.463Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T06:18:50.463Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T06:18:50.463Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 [2020-06-11T06:18:50.463Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/42/ [2020-06-11T06:18:50.463Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:18:51.880Z] Archives upload complete. [2020-06-11T06:18:51.880Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/42/ [2020-06-11T06:18:52.837Z] ---> uname -a: [2020-06-11T06:18:52.837Z] Linux 364156b75428 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] ---> lscpu: [2020-06-11T06:18:52.837Z] Architecture: x86_64 [2020-06-11T06:18:52.837Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-11T06:18:52.837Z] Byte Order: Little Endian [2020-06-11T06:18:52.837Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-11T06:18:52.837Z] CPU(s): 4 [2020-06-11T06:18:52.837Z] On-line CPU(s) list: 0-3 [2020-06-11T06:18:52.837Z] Thread(s) per core: 1 [2020-06-11T06:18:52.837Z] Core(s) per socket: 1 [2020-06-11T06:18:52.837Z] Socket(s): 4 [2020-06-11T06:18:52.837Z] NUMA node(s): 1 [2020-06-11T06:18:52.837Z] Vendor ID: GenuineIntel [2020-06-11T06:18:52.837Z] CPU family: 6 [2020-06-11T06:18:52.837Z] Model: 44 [2020-06-11T06:18:52.837Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-11T06:18:52.837Z] Stepping: 1 [2020-06-11T06:18:52.837Z] CPU MHz: 2933.438 [2020-06-11T06:18:52.837Z] BogoMIPS: 5866.87 [2020-06-11T06:18:52.837Z] Virtualization: VT-x [2020-06-11T06:18:52.837Z] Hypervisor vendor: KVM [2020-06-11T06:18:52.837Z] Virtualization type: full [2020-06-11T06:18:52.837Z] L1d cache: 128 KiB [2020-06-11T06:18:52.837Z] L1i cache: 128 KiB [2020-06-11T06:18:52.837Z] L2 cache: 16 MiB [2020-06-11T06:18:52.837Z] L3 cache: 64 MiB [2020-06-11T06:18:52.837Z] NUMA node0 CPU(s): 0-3 [2020-06-11T06:18:52.837Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-11T06:18:52.837Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-11T06:18:52.837Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-11T06:18:52.837Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-11T06:18:52.837Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-11T06:18:52.837Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-11T06:18:52.837Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-11T06:18:52.837Z] Vulnerability Tsx async abort: Not affected [2020-06-11T06:18:52.837Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] ---> nproc: [2020-06-11T06:18:52.837Z] 4 [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] [2020-06-11T06:18:52.837Z] ---> df -h: [2020-06-11T06:18:52.837Z] Filesystem Size Used Available Use% Mounted on [2020-06-11T06:18:52.837Z] overlay 50.0G 8.5G 41.5G 17% / [2020-06-11T06:18:52.837Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-11T06:18:52.837Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-11T06:18:52.837Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-11T06:18:52.837Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-06-11T06:18:52.837Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-06-11T06:18:52.837Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-06-11T06:18:52.837Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-06-11T06:18:52.838Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-06-11T06:18:52.838Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] ---> free -m: [2020-06-11T06:18:52.838Z] total used free shared buff/cache available [2020-06-11T06:18:52.838Z] Mem: 1837 770 112 0 954 999 [2020-06-11T06:18:52.838Z] Swap: 1023 4 1019 [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] ---> ip addr: [2020-06-11T06:18:52.838Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-11T06:18:52.838Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-11T06:18:52.838Z] inet 127.0.0.1/8 scope host lo [2020-06-11T06:18:52.838Z] valid_lft forever preferred_lft forever [2020-06-11T06:18:52.838Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-11T06:18:52.838Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-11T06:18:52.838Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-11T06:18:52.838Z] valid_lft forever preferred_lft forever [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] ---> sar -b -r -n DEV: [2020-06-11T06:18:52.838Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:09:02 LINUX RESTART [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:10:01 tps rtps wtps bread/s bwrtn/s [2020-06-11T06:18:52.838Z] 06:11:01 27.79 10.50 17.29 4420.42 2452.69 [2020-06-11T06:18:52.838Z] 06:12:01 1.51 0.00 1.51 0.00 28.10 [2020-06-11T06:18:52.838Z] 06:13:01 0.23 0.00 0.23 0.00 3.75 [2020-06-11T06:18:52.838Z] 06:14:01 0.33 0.00 0.33 0.00 5.19 [2020-06-11T06:18:52.838Z] 06:15:01 0.27 0.00 0.27 0.00 4.65 [2020-06-11T06:18:52.838Z] 06:16:01 16.61 1.78 14.83 254.30 10174.33 [2020-06-11T06:18:52.838Z] 06:17:01 247.31 151.16 96.14 6499.27 22307.04 [2020-06-11T06:18:52.838Z] 06:18:01 211.48 79.57 131.90 4310.05 30532.02 [2020-06-11T06:18:52.838Z] Average: 63.29 30.43 32.86 1931.27 8203.65 [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:10:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-11T06:18:52.838Z] 06:11:01 167308 1714248 91.11 2620 1156924 1147192 39.15 422208 1130980 20 [2020-06-11T06:18:52.838Z] 06:12:01 173216 1708340 90.79 2620 1156928 1102200 37.62 419704 1128612 8 [2020-06-11T06:18:52.838Z] 06:13:01 171368 1710188 90.89 2620 1156992 1102236 37.62 422168 1128620 24 [2020-06-11T06:18:52.838Z] 06:14:01 173216 1708340 90.79 2620 1156936 1076452 36.74 421700 1127128 8 [2020-06-11T06:18:52.838Z] 06:15:01 172328 1709228 90.84 2620 1156944 1076644 36.74 425852 1124088 8 [2020-06-11T06:18:52.838Z] 06:16:01 69684 1811872 96.30 2620 1171704 1510344 51.55 536828 1102424 50468 [2020-06-11T06:18:52.838Z] 06:17:01 197108 1684448 89.52 2620 1056452 1129744 38.56 553080 930868 32 [2020-06-11T06:18:52.838Z] 06:18:01 78816 1802740 95.81 1608 999268 1337432 45.64 704344 799192 51932 [2020-06-11T06:18:52.838Z] Average: 150381 1731176 92.01 2494 1126519 1185281 40.45 488236 1058989 12813 [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-11T06:18:52.838Z] 06:11:01 eth0 91.60 80.43 510.66 95.28 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:11:01 docker0 22.09 19.71 2.19 59.15 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:12:01 eth0 1.65 0.32 0.39 0.23 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:13:01 eth0 1.58 0.50 0.59 0.39 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:14:01 eth0 0.28 0.07 0.03 0.01 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:15:01 eth0 0.68 0.35 0.45 0.26 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:16:01 eth0 119.77 68.88 3758.47 8.81 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:17:01 eth0 98.02 83.35 298.59 48.21 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:17:01 docker0 39.44 45.74 3.99 102.47 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:18:01 vethba58fc3 17.71 30.97 1.27 149.26 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:18:01 eth0 691.35 488.72 8682.19 271.33 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:18:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] 06:18:01 docker0 79.67 96.61 7.28 310.21 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] Average: vethba58fc3 2.22 3.88 0.16 18.70 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] Average: eth0 86.62 61.24 1087.85 34.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] Average: docker0 9.98 12.10 0.91 38.87 0.00 0.00 0.00 [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] ---> sar -P ALL: [2020-06-11T06:18:52.838Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:09:02 LINUX RESTART [2020-06-11T06:18:52.838Z] [2020-06-11T06:18:52.838Z] 06:10:01 CPU %user %nice %system %iowait %steal %idle [2020-06-11T06:18:52.838Z] 06:11:01 all 3.41 0.00 1.73 0.74 6.12 87.99 [2020-06-11T06:18:52.838Z] 06:11:01 0 2.29 0.00 2.05 0.20 7.54 87.92 [2020-06-11T06:18:52.838Z] 06:11:01 1 4.83 0.00 1.59 1.00 5.27 87.32 [2020-06-11T06:18:52.838Z] 06:11:01 2 3.52 0.00 1.56 1.42 6.15 87.35 [2020-06-11T06:18:52.838Z] 06:11:01 3 3.03 0.00 1.69 0.35 5.51 89.41 [2020-06-11T06:18:52.838Z] 06:12:01 all 0.13 0.00 0.05 0.00 0.15 99.67 [2020-06-11T06:18:52.838Z] 06:12:01 0 0.03 0.00 0.05 0.00 0.08 99.83 [2020-06-11T06:18:52.838Z] 06:12:01 1 0.23 0.00 0.08 0.00 0.08 99.60 [2020-06-11T06:18:52.838Z] 06:12:01 2 0.20 0.00 0.03 0.00 0.12 99.65 [2020-06-11T06:18:52.838Z] 06:12:01 3 0.07 0.00 0.05 0.00 0.30 99.58 [2020-06-11T06:18:52.838Z] 06:13:01 all 0.15 0.00 0.03 0.00 0.14 99.69 [2020-06-11T06:18:52.838Z] 06:13:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2020-06-11T06:18:52.838Z] 06:13:01 1 0.43 0.00 0.00 0.00 0.13 99.43 [2020-06-11T06:18:52.838Z] 06:13:01 2 0.05 0.00 0.05 0.00 0.08 99.82 [2020-06-11T06:18:52.838Z] 06:13:01 3 0.07 0.00 0.03 0.00 0.28 99.62 [2020-06-11T06:18:52.838Z] 06:14:01 all 0.07 0.00 0.06 0.00 0.29 99.59 [2020-06-11T06:18:52.838Z] 06:14:01 0 0.02 0.00 0.05 0.00 0.08 99.85 [2020-06-11T06:18:52.838Z] 06:14:01 1 0.20 0.00 0.08 0.00 0.42 99.30 [2020-06-11T06:18:52.838Z] 06:14:01 2 0.02 0.00 0.05 0.00 0.22 99.72 [2020-06-11T06:18:52.838Z] 06:14:01 3 0.05 0.00 0.05 0.00 0.43 99.47 [2020-06-11T06:18:52.838Z] 06:15:01 all 0.10 0.00 0.03 0.00 0.15 99.72 [2020-06-11T06:18:52.838Z] 06:15:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2020-06-11T06:18:52.838Z] 06:15:01 1 0.32 0.00 0.07 0.00 0.25 99.37 [2020-06-11T06:18:52.838Z] 06:15:01 2 0.03 0.00 0.03 0.00 0.15 99.78 [2020-06-11T06:18:52.838Z] 06:15:01 3 0.03 0.00 0.02 0.00 0.15 99.80 [2020-06-11T06:18:52.838Z] 06:16:01 all 1.73 0.00 1.19 0.10 3.62 93.36 [2020-06-11T06:18:52.838Z] 06:16:01 0 1.68 0.00 1.33 0.02 3.78 93.20 [2020-06-11T06:18:52.838Z] 06:16:01 1 1.84 0.00 1.13 0.02 3.68 93.33 [2020-06-11T06:18:52.838Z] 06:16:01 2 1.59 0.00 0.86 0.02 3.76 93.78 [2020-06-11T06:18:52.838Z] 06:16:01 3 1.78 0.00 1.48 0.35 3.27 93.12 [2020-06-11T06:18:52.838Z] 06:17:01 all 5.13 0.00 4.27 2.50 11.31 76.80 [2020-06-11T06:18:52.838Z] 06:17:01 0 5.87 0.00 4.22 2.43 11.75 75.73 [2020-06-11T06:18:52.838Z] 06:17:01 1 4.77 0.00 4.86 3.86 11.35 75.16 [2020-06-11T06:18:52.838Z] 06:17:01 2 5.01 0.00 3.81 0.97 10.92 79.29 [2020-06-11T06:18:52.838Z] 06:17:01 3 4.84 0.00 4.21 2.75 11.20 76.99 [2020-06-11T06:18:52.838Z] 06:18:01 all 8.39 0.00 6.26 2.33 12.28 70.74 [2020-06-11T06:18:52.838Z] 06:18:01 0 9.66 0.00 5.43 2.87 13.16 68.88 [2020-06-11T06:18:52.838Z] 06:18:01 1 7.98 0.00 6.19 1.60 12.20 72.04 [2020-06-11T06:18:52.838Z] 06:18:01 2 6.64 0.00 6.75 2.14 11.68 72.80 [2020-06-11T06:18:52.838Z] 06:18:01 3 9.31 0.00 6.63 2.70 12.08 69.27 [2020-06-11T06:18:52.839Z] Average: all 2.36 0.00 1.69 0.70 4.22 91.02 [2020-06-11T06:18:52.839Z] Average: 0 2.43 0.00 1.64 0.68 4.54 90.71 [2020-06-11T06:18:52.839Z] Average: 1 2.55 0.00 1.73 0.80 4.14 90.77 [2020-06-11T06:18:52.839Z] Average: 2 2.12 0.00 1.62 0.56 4.11 91.59 [2020-06-11T06:18:52.839Z] Average: 3 2.36 0.00 1.75 0.76 4.11 91.02 [2020-06-11T06:18:52.839Z] [2020-06-11T06:18:52.839Z] [2020-06-11T06:18:52.839Z]