Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cd741ede14a15e104a5be3a18d9cdbe9c37dd930 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 https://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-1085 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 Fetching without tags > 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision cd741ede14a15e104a5be3a18d9cdbe9c37dd930 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cd741ede14a15e104a5be3a18d9cdbe9c37dd930 # timeout=10 Commit message: "Create an user guide doc for ui" > git rev-list --no-walk 7a757233123d73363ac311fdf045655862c1ff1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:16:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:16:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:16:47 ========================================================= 16:16:47 EdgeX Global Pipelines Version Info 16:16:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:16:49 ------------------- 16:16:49 stable info: 16:16:49 ------------------- 16:16:49 Commited By: Emilio Reyes emilio.reyes@intel.com 16:16:49 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 16:16:49 Message: update stable to v1.0.87 16:16:49 ------------------- 16:16:49 experimental info: 16:16:49 ------------------- 16:16:49 Commited By: **** collab-it+edgex@linuxfoundation.org 16:16:49 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:16:49 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 16:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:52 16:16:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:16:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:52 latest: Pulling from edgex-devops/git-semver 16:16:52 9123ac7c32f7: Pulling fs layer 16:16:52 b8cc5d1170e3: Pulling fs layer 16:16:52 2924cbbf6a41: Pulling fs layer 16:16:52 93b08a4f1073: Pulling fs layer 16:16:52 93b08a4f1073: Waiting 16:16:52 b8cc5d1170e3: Verifying Checksum 16:16:52 b8cc5d1170e3: Download complete 16:16:52 9123ac7c32f7: Download complete 16:16:52 93b08a4f1073: Verifying Checksum 16:16:52 93b08a4f1073: Download complete 16:16:52 2924cbbf6a41: Verifying Checksum 16:16:52 2924cbbf6a41: Download complete 16:16:53 9123ac7c32f7: Pull complete 16:16:53 b8cc5d1170e3: Pull complete 16:16:54 2924cbbf6a41: Pull complete 16:16:54 93b08a4f1073: Pull complete 16:16:54 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:16:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:16:54 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:16:54 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:16:54 $ docker top a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:55 [ssh-agent] Looking for ssh-agent implementation... 16:16:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:55 $ docker exec a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 ssh-agent 16:16:55 SSH_AUTH_SOCK=/tmp/ssh-ijLz6VPbDSad/agent.15 16:16:55 SSH_AGENT_PID=22 16:16:55 Running ssh-add (command line suppressed) 16:16:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2762580430576043016.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2762580430576043016.key) 16:16:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:56 + git describe --exact-match --tags HEAD 16:16:56 fatal: No names found, cannot describe anything. [Pipeline] } 16:16:56 $ docker exec --env ******** --env ******** a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 ssh-agent -k 16:16:56 unset SSH_AUTH_SOCK; 16:16:56 unset SSH_AGENT_PID; 16:16:56 echo Agent pid 22 killed; 16:16:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:16:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:16:56 This usually means this commit has not been tagged. [Pipeline] sshagent 16:16:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:56 [ssh-agent] Looking for ssh-agent implementation... 16:16:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:56 $ docker exec a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 ssh-agent 16:16:56 SSH_AUTH_SOCK=/tmp/ssh-tsKXNzRjtDI8/agent.55 16:16:56 SSH_AGENT_PID=62 16:16:56 Running ssh-add (command line suppressed) 16:16:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4126618336195839411.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4126618336195839411.key) 16:16:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:57 + git semver init 16:16:57 # -> Open(): unable to determine branch for HEAD 16:16:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 16:16:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 16:16:57 # $SEMVER_REMOTE_NAME = origin 16:16:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:16:57 # $SEMVER_USER_NAME = edgex-jenkins 16:16:57 # $SEMVER_BRANCH = master 16:16:57 # $SEMVER_TEMP = /tmp/semver-126187170 16:16:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 16:16:58 # '/tmp/semver-126187170' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 16:16:58 # -> Force: false 16:16:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 16:16:58 $ docker exec --env ******** --env ******** a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 ssh-agent -k 16:16:58 unset SSH_AUTH_SOCK; 16:16:58 unset SSH_AGENT_PID; 16:16:58 echo Agent pid 62 killed; 16:16:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:59 + git semver [Pipeline] } 16:16:59 $ docker stop --time=1 a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 16:17:00 $ docker rm -f a9859173720fc95fe143c1f1749556749a35ccf2fdff8935fca109a2e6730f92 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:17:01 Stashed 49 file(s) [Pipeline] echo 16:17:01 [edgeXSemver] initialized semver on version 1.2.1-dev.4 [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 16:17:16 Still waiting to schedule task 16:17:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1085’ 16:17:16 Still waiting to schedule task 16:17:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline 16:18:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1086 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 16:18:59 Running in /w/workspace/edgex-ui-go/39 [Pipeline] { [Pipeline] checkout 16:19:05 using credential edgex-jenkins-ssh 16:19:05 Cloning the remote Git repository 16:19:05 Cloning with configured refspecs honoured and without tags 16:19:05 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 16:19:05 > git init /w/workspace/edgex-ui-go/39 # timeout=10 16:19:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 16:19:05 > git --version # timeout=10 16:19:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:19:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:07 Fetching without tags 16:19:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 16:19:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 16:19:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 16:19:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:19:07 Checking out Revision cd741ede14a15e104a5be3a18d9cdbe9c37dd930 (master) 16:19:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:07 > git config core.sparsecheckout # timeout=10 16:19:07 > git checkout -f cd741ede14a15e104a5be3a18d9cdbe9c37dd930 # timeout=10 16:19:12 Commit message: "Create an user guide doc for ui" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:19:13 ========================================================= 16:19:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:19:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:19:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 16:19:15 Sending build context to Docker daemon 12.52MB 16:19:15 Step 1/8 : ARG BASE=golang:1.11-alpine 16:19:15 Step 2/8 : FROM ${BASE} 16:19:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:19:16 cde5963f3b93: Pulling fs layer 16:19:16 2a23fa8c16f7: Pulling fs layer 16:19:16 777b28850792: Pulling fs layer 16:19:16 8a11ddd9e578: Pulling fs layer 16:19:16 4cf88f913ddb: Pulling fs layer 16:19:16 1df406cf5192: Pulling fs layer 16:19:16 cd6300453558: Pulling fs layer 16:19:16 b9c365052c96: Pulling fs layer 16:19:16 a2d8cc88f415: Pulling fs layer 16:19:16 ea1d1ca13537: Pulling fs layer 16:19:16 3750a50a1c5e: Pulling fs layer 16:19:16 8a11ddd9e578: Waiting 16:19:16 4cf88f913ddb: Waiting 16:19:16 1df406cf5192: Waiting 16:19:16 cd6300453558: Waiting 16:19:16 ea1d1ca13537: Waiting 16:19:16 b9c365052c96: Waiting 16:19:16 a2d8cc88f415: Waiting 16:19:16 777b28850792: Download complete 16:19:16 2a23fa8c16f7: Verifying Checksum 16:19:16 2a23fa8c16f7: Download complete 16:19:16 4cf88f913ddb: Download complete 16:19:16 1df406cf5192: Verifying Checksum 16:19:16 1df406cf5192: Download complete 16:19:16 cde5963f3b93: Download complete 16:19:17 cde5963f3b93: Pull complete 16:19:18 2a23fa8c16f7: Pull complete 16:19:18 777b28850792: Pull complete 16:19:20 cd6300453558: Verifying Checksum 16:19:20 cd6300453558: Download complete 16:19:20 a2d8cc88f415: Verifying Checksum 16:19:20 a2d8cc88f415: Download complete 16:19:22 ea1d1ca13537: Verifying Checksum 16:19:22 ea1d1ca13537: Download complete 16:19:23 3750a50a1c5e: Download complete 16:19:25 b9c365052c96: Download complete 16:19:27 8a11ddd9e578: Verifying Checksum 16:19:27 8a11ddd9e578: Download complete 16:19:34 Running on prd-centos7-docker-4c-2g-1087 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 16:19:34 Running in /w/workspace/edgex-ui-go/39 [Pipeline] { [Pipeline] checkout 16:19:36 using credential edgex-jenkins-ssh 16:19:36 Cloning the remote Git repository 16:19:36 Cloning with configured refspecs honoured and without tags 16:19:37 Fetching without tags 16:19:36 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 16:19:36 > git init /w/workspace/edgex-ui-go/39 # timeout=10 16:19:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 16:19:36 > git --version # timeout=10 16:19:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:19:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 16:19:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 16:19:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 16:19:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:19:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:38 Checking out Revision cd741ede14a15e104a5be3a18d9cdbe9c37dd930 (master) 16:19:37 > git config core.sparsecheckout # timeout=10 16:19:37 > git checkout -f cd741ede14a15e104a5be3a18d9cdbe9c37dd930 # timeout=10 16:19:40 8a11ddd9e578: Pull complete 16:19:40 4cf88f913ddb: Pull complete 16:19:40 1df406cf5192: Pull complete 16:19:41 Commit message: "Create an user guide doc for ui" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:19:42 ========================================================= 16:19:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:19:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:19:43 + 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 . 16:19:43 Sending build context to Docker daemon 12.52MB 16:19:43 Step 1/8 : ARG BASE=golang:1.11-alpine 16:19:43 Step 2/8 : FROM ${BASE} 16:19:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:19:43 e6b0cf9c0882: Pulling fs layer 16:19:43 2848faf0eed1: Pulling fs layer 16:19:43 0f37312ad70f: Pulling fs layer 16:19:43 5788d62ee057: Pulling fs layer 16:19:43 0e6b1d234666: Pulling fs layer 16:19:43 bf5d7aec512f: Pulling fs layer 16:19:43 34c802a77dc8: Pulling fs layer 16:19:43 9eb99e56ec68: Pulling fs layer 16:19:43 27c7a5d97fbd: Pulling fs layer 16:19:43 5c102a31e300: Pulling fs layer 16:19:43 dcfb455df0a1: Pulling fs layer 16:19:43 5788d62ee057: Waiting 16:19:43 0e6b1d234666: Waiting 16:19:43 bf5d7aec512f: Waiting 16:19:43 34c802a77dc8: Waiting 16:19:43 9eb99e56ec68: Waiting 16:19:43 27c7a5d97fbd: Waiting 16:19:43 5c102a31e300: Waiting 16:19:43 dcfb455df0a1: Waiting 16:19:43 0f37312ad70f: Verifying Checksum 16:19:43 0f37312ad70f: Download complete 16:19:43 2848faf0eed1: Download complete 16:19:43 0e6b1d234666: Verifying Checksum 16:19:43 0e6b1d234666: Download complete 16:19:43 bf5d7aec512f: Verifying Checksum 16:19:43 bf5d7aec512f: Download complete 16:19:43 e6b0cf9c0882: Verifying Checksum 16:19:44 e6b0cf9c0882: Pull complete 16:19:44 2848faf0eed1: Pull complete 16:19:44 34c802a77dc8: Verifying Checksum 16:19:44 34c802a77dc8: Download complete 16:19:44 27c7a5d97fbd: Verifying Checksum 16:19:44 27c7a5d97fbd: Download complete 16:19:45 5c102a31e300: Verifying Checksum 16:19:45 5c102a31e300: Download complete 16:19:45 9eb99e56ec68: Download complete 16:19:45 5788d62ee057: Verifying Checksum 16:19:45 5788d62ee057: Download complete 16:19:45 dcfb455df0a1: Verifying Checksum 16:19:45 dcfb455df0a1: Download complete 16:19:45 cd6300453558: Pull complete 16:19:46 0f37312ad70f: Pull complete 16:19:49 b9c365052c96: Pull complete 16:19:49 a2d8cc88f415: Pull complete 16:19:51 ea1d1ca13537: Pull complete 16:19:52 3750a50a1c5e: Pull complete 16:19:52 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:19:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:19:52 ---> 78745c68409d 16:19:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:19:52 5788d62ee057: Pull complete 16:19:52 0e6b1d234666: Pull complete 16:19:52 bf5d7aec512f: Pull complete 16:19:56 34c802a77dc8: Pull complete 16:19:56 ---> Running in 5b57accea309 16:19:57 Removing intermediate container 5b57accea309 16:19:57 ---> 8f219a3ff50b 16:19:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:57 ---> Running in 14bce4f790f4 16:19:59 Removing intermediate container 14bce4f790f4 16:19:59 ---> 57a2638b7729 16:19:59 Step 5/8 : RUN apk add --no-cache make git 16:19:59 9eb99e56ec68: Pull complete 16:19:59 27c7a5d97fbd: Pull complete 16:19:59 ---> Running in 404a356f6497 16:20:00 5c102a31e300: Pull complete 16:20:00 dcfb455df0a1: Pull complete 16:20:00 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:20:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:20:00 ---> 7c70fe431013 16:20:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:20:00 ---> Running in 6e30c1a0aa2f 16:20:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:20:00 Removing intermediate container 6e30c1a0aa2f 16:20:00 ---> ae5394565fe1 16:20:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:00 ---> Running in e6d73dc62d0e 16:20:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:20:01 Removing intermediate container e6d73dc62d0e 16:20:01 ---> e071e5bac952 16:20:01 Step 5/8 : RUN apk add --no-cache make git 16:20:01 ---> Running in 6ea4fce8a845 16:20:01 OK: 125 MiB in 39 packages 16:20:01 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:20:03 Removing intermediate container 404a356f6497 16:20:03 ---> 71030dc9e226 16:20:03 Step 6/8 : WORKDIR /edgex-ui-go 16:20:03 ---> Running in cae830a17f71 16:20:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:20:03 OK: 143 MiB in 39 packages 16:20:03 Removing intermediate container cae830a17f71 16:20:03 ---> a56aa83f657e 16:20:03 Step 7/8 : COPY . . 16:20:03 Removing intermediate container 6ea4fce8a845 16:20:03 ---> ad00887b3a3c 16:20:03 Step 6/8 : WORKDIR /edgex-ui-go 16:20:03 ---> Running in 3aae5555c003 16:20:04 Removing intermediate container 3aae5555c003 16:20:04 ---> f9c688ccf369 16:20:04 Step 7/8 : COPY . . 16:20:05 ---> 1c80a8487c99 16:20:05 Step 8/8 : RUN go mod download 16:20:05 ---> Running in bfda8d1564f2 16:20:05 ---> 05c4e796f50c 16:20:05 Step 8/8 : RUN go mod download 16:20:05 ---> Running in c887bf12d21b 16:20:10 go: finding cloud.google.com/go v0.26.0 16:20:10 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 16:20:10 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 16:20:10 go: finding github.com/BurntSushi/toml v0.3.1 16:20:10 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 16:20:10 go: finding github.com/Microsoft/go-winio v0.4.3 16:20:11 go: finding github.com/NYTimes/gziphandler v1.0.1 16:20:11 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 16:20:11 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 16:20:11 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 16:20:11 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 16:20:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:20:11 go: finding github.com/armon/go-metrics v0.3.3 16:20:11 go: finding github.com/armon/go-radix v1.0.0 16:20:11 go: finding github.com/aws/aws-sdk-go v1.25.41 16:20:11 go: finding github.com/beorn7/perks v1.0.1 16:20:11 go: finding github.com/bgentry/speakeasy v0.1.0 16:20:11 go: finding github.com/boltdb/bolt v1.3.1 16:20:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:20:11 go: finding github.com/cespare/xxhash/v2 v2.1.1 16:20:11 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 16:20:11 go: finding github.com/circonus-labs/circonusllhist v0.1.3 16:20:11 go: finding github.com/client9/misspell v0.3.4 16:20:11 go: finding github.com/coredns/coredns v1.1.2 16:20:11 go: finding github.com/davecgh/go-spew v1.1.1 16:20:11 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 16:20:11 go: finding cloud.google.com/go v0.26.0 16:20:11 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 16:20:11 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 16:20:11 go: finding github.com/BurntSushi/toml v0.3.1 16:20:11 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 16:20:11 go: finding github.com/Microsoft/go-winio v0.4.3 16:20:11 go: finding github.com/NYTimes/gziphandler v1.0.1 16:20:11 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 16:20:11 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 16:20:11 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 16:20:11 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 16:20:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:20:11 go: finding github.com/armon/go-metrics v0.3.3 16:20:11 go: finding github.com/armon/go-radix v1.0.0 16:20:11 go: finding github.com/aws/aws-sdk-go v1.25.41 16:20:11 go: finding github.com/beorn7/perks v1.0.1 16:20:11 go: finding github.com/bgentry/speakeasy v0.1.0 16:20:11 go: finding github.com/boltdb/bolt v1.3.1 16:20:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:20:11 go: finding github.com/cespare/xxhash/v2 v2.1.1 16:20:11 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 16:20:11 go: finding github.com/circonus-labs/circonusllhist v0.1.3 16:20:11 go: finding github.com/client9/misspell v0.3.4 16:20:11 go: finding github.com/coredns/coredns v1.1.2 16:20:11 go: finding github.com/davecgh/go-spew v1.1.1 16:20:11 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 16:20:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:20:11 go: finding github.com/digitalocean/godo v1.10.0 16:20:11 go: finding github.com/dimchansky/utfbom v1.1.0 16:20:11 go: finding github.com/dnaeon/go-vcr v1.0.1 16:20:11 go: finding github.com/docker/go-connections v0.3.0 16:20:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:20:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 16:20:11 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 16:20:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:20:12 go: finding github.com/digitalocean/godo v1.10.0 16:20:12 go: finding github.com/dimchansky/utfbom v1.1.0 16:20:12 go: finding github.com/dnaeon/go-vcr v1.0.1 16:20:12 go: finding github.com/docker/go-connections v0.3.0 16:20:12 go: finding github.com/envoyproxy/go-control-plane v0.8.0 16:20:12 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 16:20:12 go: finding github.com/fatih/color v1.9.0 16:20:12 go: finding github.com/fatih/structs v1.1.0 16:20:12 go: finding github.com/fsnotify/fsnotify v1.4.7 16:20:12 go: finding github.com/ghodss/yaml v1.0.0 16:20:12 go: finding github.com/go-kit/kit v0.9.0 16:20:12 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 16:20:12 go: finding github.com/go-logfmt/logfmt v0.4.0 16:20:12 go: finding github.com/go-ole/go-ole v1.2.1 16:20:12 go: finding github.com/go-stack/stack v1.8.0 16:20:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:20:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 16:20:12 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 16:20:12 go: finding github.com/envoyproxy/go-control-plane v0.8.0 16:20:12 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 16:20:12 go: finding github.com/fatih/color v1.9.0 16:20:12 go: finding github.com/go-test/deep v1.0.2 16:20:12 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 16:20:12 go: finding github.com/gobuffalo/depgen v0.1.0 16:20:12 go: finding github.com/gobuffalo/envy v1.7.0 16:20:12 go: finding github.com/gobuffalo/flect v0.1.3 16:20:12 go: finding github.com/gobuffalo/genny v0.1.1 16:20:12 go: finding github.com/fatih/structs v1.1.0 16:20:12 go: finding github.com/fsnotify/fsnotify v1.4.7 16:20:12 go: finding github.com/ghodss/yaml v1.0.0 16:20:12 go: finding github.com/go-kit/kit v0.9.0 16:20:12 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 16:20:12 go: finding github.com/go-logfmt/logfmt v0.4.0 16:20:12 go: finding github.com/go-ole/go-ole v1.2.1 16:20:12 go: finding github.com/go-stack/stack v1.8.0 16:20:12 go: finding github.com/go-test/deep v1.0.2 16:20:12 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 16:20:12 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 16:20:12 go: finding github.com/gobuffalo/gogen v0.1.1 16:20:12 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 16:20:12 go: finding github.com/gobuffalo/depgen v0.1.0 16:20:12 go: finding github.com/gobuffalo/envy v1.7.0 16:20:12 go: finding github.com/gobuffalo/flect v0.1.3 16:20:12 go: finding github.com/gobuffalo/genny v0.1.1 16:20:12 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 16:20:12 go: finding github.com/gobuffalo/gogen v0.1.1 16:20:12 go: finding github.com/gobuffalo/mapi v1.0.2 16:20:12 go: finding github.com/gobuffalo/packd v0.1.0 16:20:12 go: finding github.com/gobuffalo/packr/v2 v2.2.0 16:20:12 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 16:20:12 go: finding github.com/gogo/googleapis v1.1.0 16:20:13 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 16:20:13 go: finding github.com/gobuffalo/mapi v1.0.2 16:20:13 go: finding github.com/gobuffalo/packd v0.1.0 16:20:13 go: finding github.com/gobuffalo/packr/v2 v2.2.0 16:20:13 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 16:20:13 go: finding github.com/gogo/googleapis v1.1.0 16:20:13 go: finding github.com/gogo/protobuf v1.2.1 16:20:13 go: finding github.com/gogo/protobuf v1.2.1 16:20:13 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 16:20:13 go: finding github.com/golang/mock v1.1.1 16:20:13 go: finding github.com/golang/protobuf v1.3.2 16:20:13 go: finding github.com/golang/snappy v0.0.1 16:20:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:20:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:20:13 go: finding github.com/google/go-cmp v0.4.0 16:20:13 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 16:20:13 go: finding github.com/google/gofuzz v1.0.0 16:20:13 go: finding github.com/googleapis/gnostic v0.2.0 16:20:13 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 16:20:13 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 16:20:13 go: finding github.com/gorilla/mux v1.7.1 16:20:13 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 16:20:13 go: finding github.com/golang/mock v1.1.1 16:20:13 go: finding github.com/golang/protobuf v1.3.2 16:20:13 go: finding github.com/golang/snappy v0.0.1 16:20:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:20:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:20:13 go: finding github.com/google/go-cmp v0.4.0 16:20:13 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 16:20:13 go: finding github.com/google/gofuzz v1.0.0 16:20:13 go: finding github.com/googleapis/gnostic v0.2.0 16:20:13 go: finding github.com/gorilla/websocket v1.4.0 16:20:13 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 16:20:13 go: finding github.com/hashicorp/consul v1.7.2 16:20:13 go: finding github.com/hashicorp/consul/api v1.4.0 16:20:13 go: finding github.com/hashicorp/consul/sdk v0.4.0 16:20:13 go: finding github.com/hashicorp/errwrap v1.0.0 16:20:13 go: finding github.com/hashicorp/go-bexpr v0.1.2 16:20:13 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 16:20:13 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 16:20:13 go: finding github.com/gorilla/mux v1.7.1 16:20:13 go: finding github.com/gorilla/websocket v1.4.0 16:20:13 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 16:20:13 go: finding github.com/hashicorp/consul v1.7.2 16:20:13 go: finding github.com/hashicorp/consul/api v1.4.0 16:20:13 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 16:20:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:20:13 go: finding github.com/hashicorp/go-connlimit v0.2.0 16:20:13 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 16:20:13 go: finding github.com/hashicorp/go-hclog v0.12.2 16:20:13 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 16:20:13 go: finding github.com/hashicorp/consul/sdk v0.4.0 16:20:13 go: finding github.com/hashicorp/errwrap v1.0.0 16:20:13 go: finding github.com/hashicorp/go-bexpr v0.1.2 16:20:13 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 16:20:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:20:13 go: finding github.com/hashicorp/go-connlimit v0.2.0 16:20:13 go: finding github.com/hashicorp/go-memdb v1.0.3 16:20:13 go: finding github.com/hashicorp/go-msgpack v0.5.5 16:20:13 go: finding github.com/hashicorp/go-multierror v1.0.0 16:20:13 go: finding github.com/hashicorp/go-plugin v1.0.1 16:20:13 go: finding github.com/hashicorp/go-raftchunking v0.6.1 16:20:13 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 16:20:13 go: finding github.com/hashicorp/go-rootcerts v1.0.2 16:20:13 go: finding github.com/hashicorp/go-sockaddr v1.0.2 16:20:13 go: finding github.com/hashicorp/go-syslog v1.0.0 16:20:13 go: finding github.com/hashicorp/go-uuid v1.0.1 16:20:13 go: finding github.com/hashicorp/go-version v1.1.0 16:20:14 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 16:20:14 go: finding github.com/hashicorp/go-hclog v0.12.2 16:20:14 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 16:20:14 go: finding github.com/hashicorp/go-memdb v1.0.3 16:20:14 go: finding github.com/hashicorp/go-msgpack v0.5.5 16:20:14 go: finding github.com/hashicorp/go-multierror v1.0.0 16:20:14 go: finding github.com/hashicorp/go-plugin v1.0.1 16:20:14 go: finding github.com/hashicorp/go.net v0.0.1 16:20:14 go: finding github.com/hashicorp/golang-lru v0.5.4 16:20:14 go: finding github.com/hashicorp/hcl v1.0.0 16:20:14 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 16:20:14 go: finding github.com/hashicorp/logutils v1.0.0 16:20:14 go: finding github.com/hashicorp/mdns v1.0.1 16:20:14 go: finding github.com/hashicorp/memberlist v0.2.0 16:20:14 go: finding github.com/hashicorp/go-raftchunking v0.6.1 16:20:14 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 16:20:14 go: finding github.com/hashicorp/go-rootcerts v1.0.2 16:20:14 go: finding github.com/hashicorp/go-sockaddr v1.0.2 16:20:14 go: finding github.com/hashicorp/go-syslog v1.0.0 16:20:14 go: finding github.com/hashicorp/go-uuid v1.0.1 16:20:14 go: finding github.com/hashicorp/go-version v1.1.0 16:20:14 go: finding github.com/hashicorp/go.net v0.0.1 16:20:14 go: finding github.com/hashicorp/golang-lru v0.5.4 16:20:14 go: finding github.com/hashicorp/hcl v1.0.0 16:20:14 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 16:20:14 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 16:20:14 go: finding github.com/hashicorp/raft v1.1.2 16:20:14 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 16:20:14 go: finding github.com/hashicorp/serf v0.9.0 16:20:14 go: finding github.com/hashicorp/vault/api v1.0.4 16:20:14 go: finding github.com/hashicorp/vault/sdk v0.1.13 16:20:14 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 16:20:14 go: finding github.com/hashicorp/logutils v1.0.0 16:20:14 go: finding github.com/hashicorp/mdns v1.0.1 16:20:14 go: finding github.com/hashicorp/memberlist v0.2.0 16:20:14 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 16:20:14 go: finding github.com/hashicorp/raft v1.1.2 16:20:14 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 16:20:14 go: finding github.com/hashicorp/serf v0.9.0 16:20:14 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 16:20:14 go: finding github.com/hpcloud/tail v1.0.0 16:20:14 go: finding github.com/imdario/mergo v0.3.6 16:20:14 go: finding github.com/inconshreveable/mousetrap v1.0.0 16:20:14 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 16:20:14 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 16:20:14 go: finding github.com/joho/godotenv v1.3.0 16:20:14 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 16:20:14 go: finding github.com/json-iterator/go v1.1.9 16:20:14 go: finding github.com/hashicorp/vault/api v1.0.4 16:20:14 go: finding github.com/hashicorp/vault/sdk v0.1.13 16:20:14 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 16:20:14 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 16:20:14 go: finding github.com/hpcloud/tail v1.0.0 16:20:14 go: finding github.com/imdario/mergo v0.3.6 16:20:14 go: finding github.com/inconshreveable/mousetrap v1.0.0 16:20:14 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 16:20:14 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 16:20:14 go: finding github.com/joho/godotenv v1.3.0 16:20:15 go: finding github.com/jtolds/gls v4.2.1+incompatible 16:20:15 go: finding github.com/julienschmidt/httprouter v1.2.0 16:20:15 go: finding github.com/karrick/godirwalk v1.10.3 16:20:15 go: finding github.com/kisielk/errcheck v1.2.0 16:20:15 go: finding github.com/kisielk/gotool v1.0.0 16:20:15 go: finding github.com/klauspost/compress v1.9.5 16:20:15 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 16:20:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:20:15 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 16:20:15 go: finding github.com/json-iterator/go v1.1.9 16:20:15 go: finding github.com/jtolds/gls v4.2.1+incompatible 16:20:15 go: finding github.com/julienschmidt/httprouter v1.2.0 16:20:15 go: finding github.com/karrick/godirwalk v1.10.3 16:20:15 go: finding github.com/kisielk/errcheck v1.2.0 16:20:15 go: finding github.com/kr/pretty v0.2.0 16:20:15 go: finding github.com/kr/pty v1.1.1 16:20:15 go: finding github.com/kr/text v0.1.0 16:20:15 go: finding github.com/likexian/gokit v0.20.16 16:20:15 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 16:20:15 go: finding github.com/linode/linodego v0.7.1 16:20:15 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 16:20:15 go: finding github.com/markbates/safe v1.0.1 16:20:15 go: finding github.com/mattn/go-colorable v0.1.6 16:20:15 go: finding github.com/kisielk/gotool v1.0.0 16:20:15 go: finding github.com/klauspost/compress v1.9.5 16:20:15 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 16:20:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:20:15 go: finding github.com/kr/pretty v0.2.0 16:20:15 go: finding github.com/kr/pty v1.1.1 16:20:15 go: finding github.com/kr/text v0.1.0 16:20:15 go: finding github.com/likexian/gokit v0.20.16 16:20:15 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 16:20:15 go: finding github.com/mattn/go-isatty v0.0.12 16:20:15 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 16:20:15 go: finding github.com/miekg/dns v1.1.26 16:20:15 go: finding github.com/mitchellh/cli v1.0.0 16:20:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:20:15 go: finding github.com/mitchellh/copystructure v1.0.0 16:20:15 go: finding github.com/mitchellh/go-homedir v1.1.0 16:20:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:20:15 go: finding github.com/mitchellh/go-wordwrap v1.0.0 16:20:15 go: finding github.com/mitchellh/gox v0.4.0 16:20:15 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 16:20:15 go: finding github.com/linode/linodego v0.7.1 16:20:15 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 16:20:15 go: finding github.com/markbates/safe v1.0.1 16:20:15 go: finding github.com/mattn/go-colorable v0.1.6 16:20:15 go: finding github.com/mattn/go-isatty v0.0.12 16:20:15 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 16:20:15 go: finding github.com/miekg/dns v1.1.26 16:20:15 go: finding github.com/mitchellh/iochan v1.0.0 16:20:15 go: finding github.com/mitchellh/mapstructure v1.2.2 16:20:15 go: finding github.com/mitchellh/reflectwalk v1.0.1 16:20:15 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 16:20:15 go: finding github.com/modern-go/reflect2 v1.0.1 16:20:15 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 16:20:15 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 16:20:15 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 16:20:15 go: finding github.com/mitchellh/cli v1.0.0 16:20:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:20:15 go: finding github.com/mitchellh/copystructure v1.0.0 16:20:15 go: finding github.com/mitchellh/go-homedir v1.1.0 16:20:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:20:15 go: finding github.com/mitchellh/go-wordwrap v1.0.0 16:20:15 go: finding github.com/mitchellh/gox v0.4.0 16:20:15 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 16:20:15 go: finding github.com/mitchellh/iochan v1.0.0 16:20:15 go: finding github.com/mitchellh/mapstructure v1.2.2 16:20:16 go: finding github.com/oklog/run v1.0.0 16:20:16 go: finding github.com/onsi/ginkgo v1.6.0 16:20:16 go: finding github.com/onsi/gomega v1.4.2 16:20:16 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 16:20:16 go: finding github.com/pascaldekloe/goe v0.1.0 16:20:16 go: finding github.com/pebbe/zmq4 v1.2.0 16:20:16 go: finding github.com/mitchellh/reflectwalk v1.0.1 16:20:16 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 16:20:16 go: finding github.com/modern-go/reflect2 v1.0.1 16:20:16 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 16:20:16 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 16:20:16 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 16:20:16 go: finding github.com/pelletier/go-toml v1.7.0 16:20:16 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 16:20:16 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 16:20:16 go: finding github.com/pkg/errors v0.8.1 16:20:16 go: finding github.com/pmezard/go-difflib v1.0.0 16:20:16 go: finding github.com/posener/complete v1.1.1 16:20:16 go: finding github.com/prometheus/client_golang v1.4.0 16:20:16 go: finding github.com/prometheus/client_model v0.2.0 16:20:16 go: finding github.com/prometheus/common v0.9.1 16:20:16 go: finding github.com/prometheus/procfs v0.0.8 16:20:16 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 16:20:16 go: finding github.com/oklog/run v1.0.0 16:20:16 go: finding github.com/onsi/ginkgo v1.6.0 16:20:16 go: finding github.com/onsi/gomega v1.4.2 16:20:16 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 16:20:16 go: finding github.com/pascaldekloe/goe v0.1.0 16:20:16 go: finding github.com/pebbe/zmq4 v1.2.0 16:20:16 go: finding github.com/pelletier/go-toml v1.7.0 16:20:16 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 16:20:16 go: finding github.com/rogpeppe/go-internal v1.3.0 16:20:16 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 16:20:16 go: finding github.com/ryanuber/go-glob v1.0.0 16:20:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:20:16 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 16:20:16 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 16:20:16 go: finding github.com/sirupsen/logrus v1.4.2 16:20:16 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 16:20:16 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 16:20:16 go: finding github.com/pkg/errors v0.8.1 16:20:16 go: finding github.com/pmezard/go-difflib v1.0.0 16:20:16 go: finding github.com/posener/complete v1.1.1 16:20:16 go: finding github.com/prometheus/client_golang v1.4.0 16:20:16 go: finding github.com/prometheus/client_model v0.2.0 16:20:16 go: finding github.com/prometheus/common v0.9.1 16:20:16 go: finding github.com/prometheus/procfs v0.0.8 16:20:16 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 16:20:16 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 16:20:16 go: finding github.com/spf13/cobra v0.0.3 16:20:16 go: finding github.com/spf13/pflag v1.0.3 16:20:16 go: finding github.com/stretchr/objx v0.1.1 16:20:16 go: finding github.com/stretchr/testify v1.4.0 16:20:16 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 16:20:16 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 16:20:16 go: finding github.com/tidwall/pretty v1.0.0 16:20:16 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 16:20:17 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 16:20:17 go: finding github.com/rogpeppe/go-internal v1.3.0 16:20:17 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 16:20:17 go: finding github.com/ryanuber/go-glob v1.0.0 16:20:17 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:20:17 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 16:20:17 go: finding github.com/vmware/govmomi v0.18.0 16:20:17 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:20:17 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 16:20:17 go: finding go.mongodb.org/mongo-driver v1.3.1 16:20:17 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 16:20:17 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 16:20:17 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 16:20:17 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 16:20:17 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 16:20:17 go: finding github.com/sirupsen/logrus v1.4.2 16:20:17 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 16:20:17 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 16:20:17 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 16:20:17 go: finding github.com/spf13/cobra v0.0.3 16:20:17 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 16:20:17 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 16:20:17 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 16:20:17 go: finding golang.org/x/text v0.3.2 16:20:17 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 16:20:17 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 16:20:17 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:20:17 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 16:20:17 go: finding github.com/spf13/pflag v1.0.3 16:20:17 go: finding github.com/stretchr/objx v0.1.1 16:20:17 go: finding github.com/stretchr/testify v1.4.0 16:20:17 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 16:20:17 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 16:20:17 go: finding github.com/tidwall/pretty v1.0.0 16:20:17 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 16:20:17 go: finding github.com/vmware/govmomi v0.18.0 16:20:17 go: finding google.golang.org/appengine v1.4.0 16:20:17 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 16:20:17 go: finding google.golang.org/grpc v1.23.0 16:20:17 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 16:20:17 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 16:20:17 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 16:20:17 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:20:17 go: finding gopkg.in/errgo.v2 v2.1.0 16:20:17 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:20:17 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 16:20:17 go: finding gopkg.in/inf.v0 v0.9.1 16:20:17 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 16:20:17 go: finding gopkg.in/resty.v1 v1.12.0 16:20:17 go: finding gopkg.in/square/go-jose.v2 v2.3.1 16:20:17 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:20:17 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 16:20:17 go: finding go.mongodb.org/mongo-driver v1.3.1 16:20:17 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 16:20:17 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 16:20:17 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 16:20:17 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 16:20:18 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 16:20:18 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 16:20:18 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 16:20:18 go: finding golang.org/x/text v0.3.2 16:20:18 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 16:20:18 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 16:20:18 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:20:18 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 16:20:18 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:20:18 go: finding gopkg.in/yaml.v2 v2.2.8 16:20:18 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 16:20:18 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 16:20:18 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 16:20:18 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 16:20:18 go: finding k8s.io/client-go v8.0.0+incompatible 16:20:18 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 16:20:18 go: finding google.golang.org/appengine v1.4.0 16:20:18 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 16:20:18 go: finding google.golang.org/grpc v1.23.0 16:20:18 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 16:20:18 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 16:20:18 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 16:20:18 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:20:18 go: finding gopkg.in/errgo.v2 v2.1.0 16:20:18 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:20:18 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 16:20:18 go: finding gopkg.in/inf.v0 v0.9.1 16:20:18 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 16:20:18 go: finding gopkg.in/resty.v1 v1.12.0 16:20:18 go: finding gopkg.in/square/go-jose.v2 v2.3.1 16:20:18 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:20:18 go: finding gopkg.in/yaml.v2 v2.2.8 16:20:18 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 16:20:18 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 16:20:18 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 16:20:18 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 16:20:18 go: finding k8s.io/client-go v8.0.0+incompatible 16:20:18 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 16:21:54 Removing intermediate container c887bf12d21b 16:21:54 ---> 80ce0c0c07bb 16:21:54 Successfully built 80ce0c0c07bb 16:21:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:55 + docker inspect -f . ci-base-image-arm64 16:21:55 . [Pipeline] withDockerContainer 16:21:56 prd-ubuntu18.04-docker-arm64-4c-16g-1086 does not seem to be running inside a container 16:21:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/39 -v /w/workspace/edgex-ui-go/39:/w/workspace/edgex-ui-go/39:rw,z -v /w/workspace/edgex-ui-go/39@tmp:/w/workspace/edgex-ui-go/39@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 16:21:57 $ docker top 3b200fe25b7e0b2a0659c30b2720302f5e16f8f9121fb90e9d38910fdaeaeb0f -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:58 + go version 16:21:58 go version go1.13.5 linux/arm64 [Pipeline] sh 16:21:59 + make test 16:21:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:22:00 ? github.com/edgexfoundry/edgex-ui-go [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 16:22:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 16:22:23 GO111MODULE=on go vet ./... 16:22:25 Removing intermediate container bfda8d1564f2 16:22:25 ---> 119ec0dae677 16:22:25 Successfully built 119ec0dae677 16:22:25 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 16:22:26 + docker inspect -f . ci-base-image-x86_64 16:22:26 . [Pipeline] withDockerContainer 16:22:26 prd-centos7-docker-4c-2g-1087 does not seem to be running inside a container 16:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/39 -v /w/workspace/edgex-ui-go/39:/w/workspace/edgex-ui-go/39:rw,z -v /w/workspace/edgex-ui-go/39@tmp:/w/workspace/edgex-ui-go/39@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 16:22:27 $ docker top c05b3fb8b5a879aeba4a4082ff6ff9cb347d0263fa13d81713ce9ecdc6bafb2c -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:27 + go version 16:22:27 go version go1.13.5 linux/amd64 [Pipeline] sh 16:22:27 + make test 16:22:27 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] stash 16:22:29 Stashed 1 file(s) [Pipeline] } 16:22:29 $ docker stop --time=1 3b200fe25b7e0b2a0659c30b2720302f5e16f8f9121fb90e9d38910fdaeaeb0f 16:22:29 ? github.com/edgexfoundry/edgex-ui-go [no test files] 16:22:31 $ docker rm -f 3b200fe25b7e0b2a0659c30b2720302f5e16f8f9121fb90e9d38910fdaeaeb0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:22:33 + ls -al . 16:22:33 total 136 16:22:33 drwxrwxr-x 9 jenkins jenkins 4096 May 28 16:22 . 16:22:33 drwxrwxr-x 4 jenkins jenkins 4096 May 28 16:19 .. 16:22:33 drwxrwxr-x 8 jenkins jenkins 4096 May 28 16:19 .git 16:22:33 -rw-rw-r-- 1 jenkins jenkins 136 May 28 16:19 .gitignore 16:22:33 drwxrwxr-x 3 jenkins jenkins 4096 May 28 16:19 .semver 16:22:33 -rw-rw-r-- 1 jenkins jenkins 3959 May 28 16:19 CONTRIBUTING.md 16:22:33 -rw-rw-r-- 1 jenkins jenkins 913 May 28 16:19 Dockerfile 16:22:33 -rw-rw-r-- 1 jenkins jenkins 898 May 28 16:19 Dockerfile.build 16:22:33 -rw-rw-r-- 1 jenkins jenkins 675 May 28 16:19 Jenkinsfile 16:22:33 -rw-rw-r-- 1 jenkins jenkins 11357 May 28 16:19 LICENSE 16:22:33 -rw-rw-r-- 1 jenkins jenkins 951 May 28 16:19 Makefile 16:22:33 -rw-rw-r-- 1 jenkins jenkins 1898 May 28 16:19 README.md 16:22:33 -rw-rw-r-- 1 jenkins jenkins 11 May 28 16:17 VERSION 16:22:33 drwxrwxr-x 3 jenkins jenkins 4096 May 28 16:19 assets 16:22:33 drwxrwxr-x 2 jenkins jenkins 4096 May 28 16:19 bin 16:22:33 drwxrwxr-x 3 jenkins jenkins 4096 May 28 16:19 cmd 16:22:33 -rw-r--r-- 1 jenkins jenkins 10 May 28 16:22 coverage.out 16:22:33 drwxrwxr-x 4 jenkins jenkins 4096 May 28 16:19 docs 16:22:33 -rw-r--r-- 1 jenkins jenkins 974 May 28 16:22 go.mod 16:22:33 -rw-r--r-- 1 jenkins jenkins 44475 May 28 16:22 go.sum 16:22:33 drwxrwxr-x 10 jenkins jenkins 4096 May 28 16:19 internal 16:22:33 -rw-rw-r-- 1 jenkins jenkins 155 May 28 16:19 version.go [Pipeline] isUnix [Pipeline] sh 16:22:33 + 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=cd741ede14a15e104a5be3a18d9cdbe9c37dd930 --label arch=arm64 --label version=1.2.1-dev.4 . 16:22:34 Sending build context to Docker daemon 12.57MB 16:22:34 Step 1/24 : ARG BASE=golang:1.13-alpine 16:22:34 Step 2/24 : FROM ${BASE} AS builder 16:22:34 ---> 80ce0c0c07bb 16:22:34 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 16:22:34 ---> Running in 5bb4bc1696a5 16:22:34 Removing intermediate container 5bb4bc1696a5 16:22:34 ---> cb4b18a3259f 16:22:34 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 16:22:35 ---> Running in 732f595e7bf7 16:22:35 Removing intermediate container 732f595e7bf7 16:22:35 ---> f6831531d23c 16:22:35 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 16:22:35 ---> Running in 2924bdb203a0 16:22:36 Removing intermediate container 2924bdb203a0 16:22:36 ---> d3867e8ef10d 16:22:36 Step 6/24 : LABEL Name=edgex-ui-go 16:22:36 ---> Running in fa8416375657 16:22:36 Removing intermediate container fa8416375657 16:22:36 ---> d5d21b2f6ea0 16:22:36 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 16:22:36 ---> Running in 316de2fac827 16:22:36 Removing intermediate container 316de2fac827 16:22:36 ---> 7e8b760296f6 16:22:36 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:36 ---> Running in 0fb72bc385c3 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 16:22:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 16:22:37 GO111MODULE=on go vet ./... 16:22:38 Removing intermediate container 0fb72bc385c3 16:22:38 ---> cbeefa331392 16:22:38 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:22:38 ---> Running in 11402e32dad7 [Pipeline] stash 16:22:39 Warning: overwriting stash ‘coverage-report’ 16:22:39 Stashed 1 file(s) [Pipeline] } 16:22:39 $ docker stop --time=1 c05b3fb8b5a879aeba4a4082ff6ff9cb347d0263fa13d81713ce9ecdc6bafb2c 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:22:40 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:22:41 v3.11.6-65-gf61203451f [http://nl.alpinelinux.org/alpine/v3.11/main] 16:22:41 v3.11.6-66-ga9b1a84069 [http://nl.alpinelinux.org/alpine/v3.11/community] 16:22:41 OK: 11178 distinct packages available 16:22:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:22:41 $ docker rm -f c05b3fb8b5a879aeba4a4082ff6ff9cb347d0263fa13d81713ce9ecdc6bafb2c 16:22:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:22:42 OK: 125 MiB in 39 packages [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:22:43 + ls -al . 16:22:43 total 104 16:22:43 drwxrwxr-x. 9 jenkins jenkins 4096 May 28 16:22 . 16:22:43 drwxrwxr-x. 4 jenkins jenkins 30 May 28 16:19 .. 16:22:43 drwxrwxr-x. 3 jenkins jenkins 20 May 28 16:19 assets 16:22:43 drwxrwxr-x. 2 jenkins jenkins 35 May 28 16:19 bin 16:22:43 drwxrwxr-x. 3 jenkins jenkins 29 May 28 16:19 cmd 16:22:43 -rw-rw-r--. 1 jenkins jenkins 3959 May 28 16:19 CONTRIBUTING.md 16:22:43 -rw-r--r--. 1 jenkins jenkins 10 May 28 16:22 coverage.out 16:22:43 -rw-rw-r--. 1 jenkins jenkins 913 May 28 16:19 Dockerfile 16:22:43 -rw-rw-r--. 1 jenkins jenkins 898 May 28 16:19 Dockerfile.build 16:22:43 drwxrwxr-x. 4 jenkins jenkins 72 May 28 16:19 docs 16:22:43 drwxrwxr-x. 8 jenkins jenkins 162 May 28 16:19 .git 16:22:43 -rw-rw-r--. 1 jenkins jenkins 136 May 28 16:19 .gitignore 16:22:43 -rw-r--r--. 1 jenkins jenkins 974 May 28 16:22 go.mod 16:22:43 -rw-r--r--. 1 jenkins jenkins 44475 May 28 16:22 go.sum 16:22:43 drwxrwxr-x. 10 jenkins jenkins 139 May 28 16:19 internal 16:22:43 -rw-rw-r--. 1 jenkins jenkins 675 May 28 16:19 Jenkinsfile 16:22:43 -rw-rw-r--. 1 jenkins jenkins 11357 May 28 16:19 LICENSE 16:22:43 -rw-rw-r--. 1 jenkins jenkins 951 May 28 16:19 Makefile 16:22:43 -rw-rw-r--. 1 jenkins jenkins 1898 May 28 16:19 README.md 16:22:43 drwxrwxr-x. 3 jenkins jenkins 44 May 28 16:19 .semver 16:22:43 -rw-rw-r--. 1 jenkins jenkins 11 May 28 16:17 VERSION 16:22:43 -rw-rw-r--. 1 jenkins jenkins 155 May 28 16:19 version.go [Pipeline] isUnix [Pipeline] sh 16:22:43 Removing intermediate container 11402e32dad7 16:22:43 ---> 985af15d3ef8 16:22:43 Step 10/24 : ENV GO111MODULE=on 16:22:43 + 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=cd741ede14a15e104a5be3a18d9cdbe9c37dd930 --label arch=amd64 --label version=1.2.1-dev.4 . 16:22:43 ---> Running in 0305900cf441 16:22:44 Removing intermediate container 0305900cf441 16:22:44 ---> 9005f3007ebe 16:22:44 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 16:22:44 ---> Running in 02aa33035b1c 16:22:44 Sending build context to Docker daemon 12.57MB 16:22:44 Step 1/24 : ARG BASE=golang:1.13-alpine 16:22:44 Step 2/24 : FROM ${BASE} AS builder 16:22:44 ---> 119ec0dae677 16:22:44 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 16:22:44 ---> Running in 91f11ba8e6b1 16:22:44 Removing intermediate container 91f11ba8e6b1 16:22:44 ---> cde371ec9f25 16:22:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 16:22:44 ---> Running in 338b8edac98e 16:22:44 Removing intermediate container 338b8edac98e 16:22:44 ---> a097a305b597 16:22:44 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 16:22:44 ---> Running in fb5057f63c99 16:22:44 Removing intermediate container 02aa33035b1c 16:22:44 ---> 33f143463b15 16:22:44 Step 12/24 : COPY go.mod . 16:22:44 Removing intermediate container fb5057f63c99 16:22:44 ---> e8e56d16a3e4 16:22:44 Step 6/24 : LABEL Name=edgex-ui-go 16:22:44 ---> Running in 11bc300746f3 16:22:45 Removing intermediate container 11bc300746f3 16:22:45 ---> b49198ab3e36 16:22:45 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 16:22:45 ---> Running in ac3cddd95faf 16:22:45 Removing intermediate container ac3cddd95faf 16:22:45 ---> e7210c9b5d76 16:22:45 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:45 ---> Running in a4e58e5507b9 16:22:45 ---> 08902a7f426e 16:22:45 Step 13/24 : COPY Makefile . 16:22:45 ---> 6b266eb1fc61 16:22:45 Step 14/24 : RUN make update 16:22:45 ---> Running in 7097c6ebd215 16:22:46 Removing intermediate container a4e58e5507b9 16:22:46 ---> dc3064f4c081 16:22:46 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:22:46 ---> Running in 6a2ef5bf2cb3 16:22:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:22:46 CGO_ENABLED=0 GO111MODULE=on go mod download 16:22:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:22:47 v3.11.6-65-gf61203451f [http://nl.alpinelinux.org/alpine/v3.11/main] 16:22:47 v3.11.6-66-ga9b1a84069 [http://nl.alpinelinux.org/alpine/v3.11/community] 16:22:47 OK: 11289 distinct packages available 16:22:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:22:48 Removing intermediate container 7097c6ebd215 16:22:48 ---> 419254b19c40 16:22:48 Step 15/24 : COPY . . 16:22:48 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:22:49 OK: 143 MiB in 39 packages 16:22:49 Removing intermediate container 6a2ef5bf2cb3 16:22:49 ---> 293852c10244 16:22:49 Step 10/24 : ENV GO111MODULE=on 16:22:49 ---> Running in a3a08d58c3c1 16:22:49 Removing intermediate container a3a08d58c3c1 16:22:49 ---> f25e2b6f2792 16:22:49 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 16:22:49 ---> 0ebb4a4ff3fd 16:22:49 Step 16/24 : RUN ${MAKE} 16:22:49 ---> Running in bd937f774abb 16:22:49 Removing intermediate container bd937f774abb 16:22:49 ---> e6f5b4209a8e 16:22:49 Step 12/24 : COPY go.mod . 16:22:50 ---> Running in 21425f6fcfa8 16:22:50 ---> ecf338fe8531 16:22:50 Step 13/24 : COPY Makefile . 16:22:50 ---> 1184ce77742f 16:22:50 Step 14/24 : RUN make update 16:22:50 ---> Running in 0e3a2aa924a0 16:22:50 CGO_ENABLED=0 GO111MODULE=on go mod download 16:22:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 16:22:51 Removing intermediate container 0e3a2aa924a0 16:22:51 ---> eb7c220e3182 16:22:51 Step 15/24 : COPY . . 16:22:52 ---> 19bbde22c499 16:22:52 Step 16/24 : RUN ${MAKE} 16:22:52 ---> Running in aae78a64844f 16:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 16:23:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:23:02 Removing intermediate container aae78a64844f 16:23:02 ---> 19cf8600811e 16:23:02 Step 17/24 : FROM alpine 16:23:03 latest: Pulling from library/alpine 16:23:03 cbdbe7a5bc2a: Pulling fs layer 16:23:04 cbdbe7a5bc2a: Verifying Checksum 16:23:04 cbdbe7a5bc2a: Download complete 16:23:04 cbdbe7a5bc2a: Pull complete 16:23:04 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 16:23:04 Status: Downloaded newer image for alpine:latest 16:23:04 ---> f70734b6a266 16:23:04 Step 18/24 : EXPOSE 4000 16:23:04 ---> Running in 6d74ac75914f 16:23:04 Removing intermediate container 6d74ac75914f 16:23:04 ---> d58713aef55d 16:23:04 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 16:23:05 ---> eeafd529bf1b 16:23:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 16:23:05 ---> Running in 8c36c18c6b66 16:23:05 Removing intermediate container 8c36c18c6b66 16:23:05 ---> 41cee7415d72 16:23:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 16:23:05 ---> Running in 346cc554cf98 16:23:05 Removing intermediate container 346cc554cf98 16:23:05 ---> de96a96221b5 16:23:05 Step 22/24 : LABEL arch=amd64 16:23:05 ---> Running in efddc6cc5d6d 16:23:06 Removing intermediate container efddc6cc5d6d 16:23:06 ---> 15af4c52ff7b 16:23:06 Step 23/24 : LABEL git_sha=cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:06 ---> Running in c87b06f97de7 16:23:06 Removing intermediate container c87b06f97de7 16:23:06 ---> 25533891cedd 16:23:06 Step 24/24 : LABEL version=1.2.1-dev.4 16:23:06 ---> Running in 5a7f7f25c2c6 16:23:06 Removing intermediate container 5a7f7f25c2c6 16:23:06 ---> 13f5eb704e0c 16:23:06 [Warning] One or more build-args [ARCH] were not consumed 16:23:06 Successfully built 13f5eb704e0c 16:23:06 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 16:23:07 provisioning config files... 16:23:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/39@tmp/config709509512392745644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:07 nexus3.edgexfoundry.org:10001 16:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:07 Configure a credential helper to remove this warning. See 16:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:07 16:23:07 Login Succeeded 16:23:07 nexus3.edgexfoundry.org:10002 16:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:08 Configure a credential helper to remove this warning. See 16:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:08 16:23:08 Login Succeeded 16:23:08 nexus3.edgexfoundry.org:10003 16:23:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:08 Configure a credential helper to remove this warning. See 16:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:08 16:23:08 Login Succeeded 16:23:08 nexus3.edgexfoundry.org:10004 16:23:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:08 Configure a credential helper to remove this warning. See 16:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:08 16:23:08 Login Succeeded 16:23:08 docker.io 16:23:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:08 Configure a credential helper to remove this warning. See 16:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:08 16:23:08 Login Succeeded [Pipeline] } 16:23:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:09 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 16:23:09 cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:09 latest 16:23:09 1.2.1-dev.4 16:23:09 cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 16:23:09 master 16:23:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:09 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 [Pipeline] isUnix [Pipeline] sh 16:23:10 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 16:23:10 36cf02d6ffcb: Preparing 16:23:10 3e207b409db3: Preparing 16:23:10 3e207b409db3: Layer already exists 16:23:11 36cf02d6ffcb: Pushed 16:23:11 cd741ede14a15e104a5be3a18d9cdbe9c37dd930: digest: sha256:e06d0a28287467400392fd2d3c1f51b4654c5b70823392b4dea43bcb318e135e size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:11 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 16:23:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 16:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 16:23:12 36cf02d6ffcb: Preparing 16:23:12 3e207b409db3: Preparing 16:23:12 3e207b409db3: Layer already exists 16:23:12 36cf02d6ffcb: Layer already exists 16:23:12 latest: digest: sha256:e06d0a28287467400392fd2d3c1f51b4654c5b70823392b4dea43bcb318e135e size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:12 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh 16:23:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.4 16:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 16:23:12 36cf02d6ffcb: Preparing 16:23:12 3e207b409db3: Preparing 16:23:12 3e207b409db3: Layer already exists 16:23:12 36cf02d6ffcb: Layer already exists 16:23:12 1.2.1-dev.4: digest: sha256:e06d0a28287467400392fd2d3c1f51b4654c5b70823392b4dea43bcb318e135e size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:12 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh 16:23:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 16:23:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 16:23:13 36cf02d6ffcb: Preparing 16:23:13 3e207b409db3: Preparing 16:23:13 36cf02d6ffcb: Layer already exists 16:23:13 3e207b409db3: Layer already exists 16:23:13 cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4: digest: sha256:e06d0a28287467400392fd2d3c1f51b4654c5b70823392b4dea43bcb318e135e size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:13 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 16:23:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 16:23:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 16:23:13 36cf02d6ffcb: Preparing 16:23:13 3e207b409db3: Preparing 16:23:13 3e207b409db3: Layer already exists 16:23:13 36cf02d6ffcb: Layer already exists 16:23:13 master: digest: sha256:e06d0a28287467400392fd2d3c1f51b4654c5b70823392b4dea43bcb318e135e 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] } 16:23:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:23:23 Removing intermediate container 21425f6fcfa8 16:23:23 ---> 6198d9ace1d8 16:23:23 Step 17/24 : FROM alpine 16:23:23 latest: Pulling from library/alpine 16:23:23 29e5d40040c1: Pulling fs layer 16:23:23 29e5d40040c1: Download complete 16:23:23 29e5d40040c1: Pull complete 16:23:24 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 16:23:24 Status: Downloaded newer image for alpine:latest 16:23:24 ---> c20d2a9ab686 16:23:24 Step 18/24 : EXPOSE 4000 16:23:24 ---> Running in 1852dcf66b52 16:23:24 Removing intermediate container 1852dcf66b52 16:23:24 ---> 96c660779cde 16:23:24 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 16:23:25 ---> afd717c5dcba 16:23:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 16:23:26 ---> Running in 0d1917eeedea 16:23:26 Removing intermediate container 0d1917eeedea 16:23:26 ---> 669a200f3f98 16:23:26 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 16:23:26 ---> Running in 90570318e274 16:23:26 Removing intermediate container 90570318e274 16:23:26 ---> a83d02d04d1d 16:23:26 Step 22/24 : LABEL arch=arm64 16:23:27 ---> Running in e1eab8f69372 16:23:27 Removing intermediate container e1eab8f69372 16:23:27 ---> 46d0298bb218 16:23:27 Step 23/24 : LABEL git_sha=cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:27 ---> Running in e68a3b1cef4c 16:23:28 Removing intermediate container e68a3b1cef4c 16:23:28 ---> 140cdd77ec25 16:23:28 Step 24/24 : LABEL version=1.2.1-dev.4 16:23:28 ---> Running in 8b0807de578b 16:23:28 Removing intermediate container 8b0807de578b 16:23:28 ---> 36d76c534583 16:23:28 [Warning] One or more build-args [ARCH] were not consumed 16:23:28 Successfully built 36d76c534583 16:23:28 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 16:23:31 provisioning config files... 16:23:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/39@tmp/config7280770568257446285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:31 nexus3.edgexfoundry.org:10001 16:23:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:32 Configure a credential helper to remove this warning. See 16:23:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:32 16:23:32 Login Succeeded 16:23:32 nexus3.edgexfoundry.org:10002 16:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:33 Configure a credential helper to remove this warning. See 16:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:33 16:23:33 Login Succeeded 16:23:33 nexus3.edgexfoundry.org:10003 16:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:33 Configure a credential helper to remove this warning. See 16:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:33 16:23:33 Login Succeeded 16:23:33 nexus3.edgexfoundry.org:10004 16:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:34 Configure a credential helper to remove this warning. See 16:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:34 16:23:34 Login Succeeded 16:23:34 docker.io 16:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:35 Configure a credential helper to remove this warning. See 16:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:35 16:23:35 Login Succeeded [Pipeline] } 16:23:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:36 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 16:23:36 cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:36 latest 16:23:36 1.2.1-dev.4 16:23:36 cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 16:23:36 master 16:23:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:37 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 [Pipeline] isUnix [Pipeline] sh 16:23:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:23:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 16:23:37 5b718424bc7f: Preparing 16:23:37 678a0785e7d2: Preparing 16:23:37 678a0785e7d2: Layer already exists 16:23:42 5b718424bc7f: Pushed 16:23:42 cd741ede14a15e104a5be3a18d9cdbe9c37dd930: digest: sha256:e17ff39d1dd3e3c938cc1951b6effb3d96183437984dcb036c5c0e6a84982e9b size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:42 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:23:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 16:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 16:23:43 5b718424bc7f: Preparing 16:23:43 678a0785e7d2: Preparing 16:23:43 5b718424bc7f: Layer already exists 16:23:43 678a0785e7d2: Layer already exists 16:23:43 latest: digest: sha256:e17ff39d1dd3e3c938cc1951b6effb3d96183437984dcb036c5c0e6a84982e9b size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:43 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh 16:23:44 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.4 16:23:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 16:23:44 5b718424bc7f: Preparing 16:23:44 678a0785e7d2: Preparing 16:23:44 678a0785e7d2: Layer already exists 16:23:44 5b718424bc7f: Layer already exists 16:23:44 1.2.1-dev.4: digest: sha256:e17ff39d1dd3e3c938cc1951b6effb3d96183437984dcb036c5c0e6a84982e9b size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:44 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh 16:23:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4 16:23:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 16:23:45 5b718424bc7f: Preparing 16:23:45 678a0785e7d2: Preparing 16:23:45 5b718424bc7f: Layer already exists 16:23:45 678a0785e7d2: Layer already exists 16:23:45 cd741ede14a15e104a5be3a18d9cdbe9c37dd930-1.2.1-dev.4: digest: sha256:e17ff39d1dd3e3c938cc1951b6effb3d96183437984dcb036c5c0e6a84982e9b size: 739 [Pipeline] isUnix [Pipeline] sh 16:23:45 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:23:46 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 16:23:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 16:23:46 5b718424bc7f: Preparing 16:23:46 678a0785e7d2: Preparing 16:23:46 678a0785e7d2: Layer already exists 16:23:46 5b718424bc7f: Layer already exists 16:23:46 master: digest: sha256:e17ff39d1dd3e3c938cc1951b6effb3d96183437984dcb036c5c0e6a84982e9b 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 16:23:48 provisioning config files... 16:23:48 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3307927256554948104tmp [Pipeline] { [Pipeline] sh 16:23:49 + curl -s https://codecov.io/bash 16:23:49 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3307927256554948104tmp 16:23:49 16:23:49 _____ _ 16:23:49 / ____| | | 16:23:49 | | ___ __| | ___ ___ _____ __ 16:23:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:23:49 | |___| (_) | (_| | __/ (_| (_) \ V / 16:23:49 \_____\___/ \__,_|\___|\___\___/ \_/ 16:23:49 Bash-20200430-d757c17 16:23:49 16:23:49 16:23:49 ==> Jenkins CI detected. 16:23:49 project root: . 16:23:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:23:49 ==> Running gcov in . (disable via -X gcov) 16:23:49 ==> Python coveragepy not found 16:23:49 ==> Searching for coverage reports in: 16:23:49 + . 16:23:49 -> Found 1 reports 16:23:49 ==> Detecting git/mercurial file structure 16:23:49 ==> Reading reports 16:23:49 + ./coverage.out bytes=10 16:23:49 ==> Appending adjustments 16:23:49 https://docs.codecov.io/docs/fixing-reports 16:23:49 + Found adjustments 16:23:49 ==> Gzipping contents 16:23:49 ==> Uploading reports 16:23:49 url: https://codecov.io 16:23:49 query: branch=master&commit=cd741ede14a15e104a5be3a18d9cdbe9c37dd930&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 16:23:49 -> Pinging Codecov 16:23:49 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=master&commit=cd741ede14a15e104a5be3a18d9cdbe9c37dd930&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 16:23:50 -> Uploading 16:23:50 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/cd741ede14a15e104a5be3a18d9cdbe9c37dd930 [Pipeline] } 16:23:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:23:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:23:51 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:23:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 16:23:51 16:23:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 16:23:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 16:23:51 1.217.3: Pulling from edgex-devops/edgex-snyk-go 16:23:51 cbdbe7a5bc2a: Pulling fs layer 16:23:51 408f87550127: Pulling fs layer 16:23:51 fe522b08c979: Pulling fs layer 16:23:51 221eaa008020: Pulling fs layer 16:23:51 2a4607e5d6b9: Pulling fs layer 16:23:51 95d3c3421fef: Pulling fs layer 16:23:51 2fec7dd152b6: Pulling fs layer 16:23:51 d65e43aa86fe: Pulling fs layer 16:23:51 10a7cc25405e: Pulling fs layer 16:23:51 95d3c3421fef: Waiting 16:23:51 2fec7dd152b6: Waiting 16:23:51 d65e43aa86fe: Waiting 16:23:51 10a7cc25405e: Waiting 16:23:51 221eaa008020: Waiting 16:23:51 2a4607e5d6b9: Waiting 16:23:51 fe522b08c979: Verifying Checksum 16:23:51 fe522b08c979: Download complete 16:23:51 408f87550127: Verifying Checksum 16:23:51 408f87550127: Download complete 16:23:51 2a4607e5d6b9: Download complete 16:23:51 95d3c3421fef: Verifying Checksum 16:23:51 95d3c3421fef: Download complete 16:23:51 cbdbe7a5bc2a: Verifying Checksum 16:23:51 cbdbe7a5bc2a: Download complete 16:23:52 2fec7dd152b6: Download complete 16:23:52 cbdbe7a5bc2a: Pull complete 16:23:52 d65e43aa86fe: Verifying Checksum 16:23:52 d65e43aa86fe: Download complete 16:23:52 408f87550127: Pull complete 16:23:52 10a7cc25405e: Verifying Checksum 16:23:52 10a7cc25405e: Download complete 16:23:52 fe522b08c979: Pull complete 16:23:53 221eaa008020: Verifying Checksum 16:23:53 221eaa008020: Download complete 16:24:00 221eaa008020: Pull complete 16:24:00 2a4607e5d6b9: Pull complete 16:24:00 95d3c3421fef: Pull complete 16:24:03 2fec7dd152b6: Pull complete 16:24:05 d65e43aa86fe: Pull complete 16:24:07 10a7cc25405e: Pull complete 16:24:07 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 16:24:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 16:24:07 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 16:24:08 $ docker top 477cbca6fa9ee04526b4a8209b2cfa8372eee5520d478e349a3492310b68eb1e -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:08 + snyk monitor '--org=edgex-jenkins' 16:24:30 16:24:30 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 16:24:30 16:24:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/fe5d8a65-fa2a-4e85-a62f-0638b38439dd 16:24:30 16:24:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:24:30 16:24:30 [Pipeline] } 16:24:30 $ docker stop --time=1 477cbca6fa9ee04526b4a8209b2cfa8372eee5520d478e349a3492310b68eb1e 16:24:32 $ docker rm -f 477cbca6fa9ee04526b4a8209b2cfa8372eee5520d478e349a3492310b68eb1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:24:33 16:24:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 16:24:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:24:34 latest: Pulling from edgex-devops/edgex-klar 16:24:34 e7c96db7181b: Pulling fs layer 16:24:34 1868ca2cb446: Pulling fs layer 16:24:34 136be5d0fe8e: Pulling fs layer 16:24:34 894bfe63afcb: Pulling fs layer 16:24:34 894bfe63afcb: Waiting 16:24:34 1868ca2cb446: Verifying Checksum 16:24:34 1868ca2cb446: Download complete 16:24:34 136be5d0fe8e: Verifying Checksum 16:24:34 136be5d0fe8e: Download complete 16:24:34 e7c96db7181b: Verifying Checksum 16:24:34 e7c96db7181b: Download complete 16:24:34 894bfe63afcb: Verifying Checksum 16:24:34 894bfe63afcb: Download complete 16:24:34 e7c96db7181b: Pull complete 16:24:34 1868ca2cb446: Pull complete 16:24:34 136be5d0fe8e: Pull complete 16:24:34 894bfe63afcb: Pull complete 16:24:34 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 16:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 16:24:35 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:24:35 $ docker top 61cf2737d0daebed0610ce5574348369f16d570147d5852e0285ec85feb0837c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:36 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:24:36 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:24:39 $ docker stop --time=1 61cf2737d0daebed0610ce5574348369f16d570147d5852e0285ec85feb0837c 16:24:40 $ docker rm -f 61cf2737d0daebed0610ce5574348369f16d570147d5852e0285ec85feb0837c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:24:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:24:41 . [Pipeline] withDockerContainer 16:24:41 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:24:41 $ docker top 90c56e3fc0e4464044a18210a8e63e394db2aa6d95ef4bfbaa1776a45d9cc9d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:42 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:24:42 + tee 16:24:42 clair timeout 1m0s 16:24:42 docker timeout: 1m0s 16:24:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:24:43 $ docker stop --time=1 90c56e3fc0e4464044a18210a8e63e394db2aa6d95ef4bfbaa1776a45d9cc9d6 16:24:44 $ docker rm -f 90c56e3fc0e4464044a18210a8e63e394db2aa6d95ef4bfbaa1776a45d9cc9d6 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:44 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 16:24:45 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_cd741ede14a15e104a5be3a18d9cdbe9c37dd930.html [Pipeline] writeFile [Pipeline] step 16:24:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 16:24:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:24:45 . [Pipeline] withDockerContainer 16:24:45 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:24:46 $ docker top e0658235e518719c12e4264e31176a4762ca4933c99c1e27f89593e78ee3be68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:46 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:24:46 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:24:49 $ docker stop --time=1 e0658235e518719c12e4264e31176a4762ca4933c99c1e27f89593e78ee3be68 16:24:50 $ docker rm -f e0658235e518719c12e4264e31176a4762ca4933c99c1e27f89593e78ee3be68 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:24:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:24:51 . [Pipeline] withDockerContainer 16:24:51 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:24:52 $ docker top a553451fd460b2d66c9c20a070a2a6f68b3b509def79161469f45c77604b0963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:52 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:cd741ede14a15e104a5be3a18d9cdbe9c37dd930 16:24:52 + tee 16:24:52 clair timeout 1m0s 16:24:52 docker timeout: 1m0s 16:24:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:24:53 $ docker stop --time=1 a553451fd460b2d66c9c20a070a2a6f68b3b509def79161469f45c77604b0963 16:24:54 $ docker rm -f a553451fd460b2d66c9c20a070a2a6f68b3b509def79161469f45c77604b0963 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:55 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 16:24:55 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_cd741ede14a15e104a5be3a18d9cdbe9c37dd930.html [Pipeline] writeFile [Pipeline] step 16:24:55 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:56 . [Pipeline] withDockerContainer 16:24:56 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:24:56 $ 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 16:24:57 $ docker top ed9efa762aa95177c61ed4fc250878e241a4ac38c8cab14f20b2d24b35712f83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:57 [ssh-agent] Looking for ssh-agent implementation... 16:24:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:57 $ docker exec ed9efa762aa95177c61ed4fc250878e241a4ac38c8cab14f20b2d24b35712f83 ssh-agent 16:24:57 SSH_AUTH_SOCK=/tmp/ssh-S5mPXHjzNVEH/agent.15 16:24:57 SSH_AGENT_PID=22 16:24:57 Running ssh-add (command line suppressed) 16:24:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2851787650175502887.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2851787650175502887.key) 16:24:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:58 + git semver tag 16:24:58 # -> Open(): unable to determine branch for HEAD 16:24:58 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 16:24:58 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 16:24:58 # $SEMVER_REMOTE_NAME = origin 16:24:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:58 # $SEMVER_USER_NAME = edgex-jenkins 16:24:58 # $SEMVER_BRANCH = master 16:24:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 16:24:58 # cd741ede14a15e104a5be3a18d9cdbe9c37dd930 HEAD 16:24:58 # -> Force: false 16:24:58 # 320d4a77fe4706255674b888b02e4bca4b6ee90b refs/tags/v1.2.1-dev.4 [Pipeline] } 16:24:58 $ docker exec --env ******** --env ******** ed9efa762aa95177c61ed4fc250878e241a4ac38c8cab14f20b2d24b35712f83 ssh-agent -k 16:24:58 unset SSH_AUTH_SOCK; 16:24:58 unset SSH_AGENT_PID; 16:24:58 echo Agent pid 22 killed; 16:24:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:59 + git semver [Pipeline] } 16:24:59 $ docker stop --time=1 ed9efa762aa95177c61ed4fc250878e241a4ac38c8cab14f20b2d24b35712f83 16:25:00 $ docker rm -f ed9efa762aa95177c61ed4fc250878e241a4ac38c8cab14f20b2d24b35712f83 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:25:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:25:01 16:25:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:25:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:25:01 0.23.1-centos7: Pulling from edgex-lftools 16:25:01 ab5ef0e58194: Pulling fs layer 16:25:01 9712f1f96733: Pulling fs layer 16:25:01 63f879dbbcfc: Pulling fs layer 16:25:01 0d9ebad4ef96: Pulling fs layer 16:25:01 e9a5061849ea: Pulling fs layer 16:25:01 d747dcd14b5f: Pulling fs layer 16:25:01 2de7ff778b66: Pulling fs layer 16:25:01 0d9ebad4ef96: Waiting 16:25:01 e9a5061849ea: Waiting 16:25:01 d747dcd14b5f: Waiting 16:25:01 9712f1f96733: Verifying Checksum 16:25:01 9712f1f96733: Download complete 16:25:02 63f879dbbcfc: Verifying Checksum 16:25:02 63f879dbbcfc: Download complete 16:25:02 e9a5061849ea: Verifying Checksum 16:25:02 e9a5061849ea: Download complete 16:25:02 d747dcd14b5f: Verifying Checksum 16:25:02 d747dcd14b5f: Download complete 16:25:02 2de7ff778b66: Verifying Checksum 16:25:02 2de7ff778b66: Download complete 16:25:02 ab5ef0e58194: Verifying Checksum 16:25:02 ab5ef0e58194: Download complete 16:25:02 0d9ebad4ef96: Verifying Checksum 16:25:02 0d9ebad4ef96: Download complete 16:25:08 ab5ef0e58194: Pull complete 16:25:08 9712f1f96733: Pull complete 16:25:10 63f879dbbcfc: Pull complete 16:25:16 0d9ebad4ef96: Pull complete 16:25:17 e9a5061849ea: Pull complete 16:25:17 d747dcd14b5f: Pull complete 16:25:20 2de7ff778b66: Pull complete 16:25:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:25:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:25:20 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:25:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:25:22 $ docker top 83a38b66516363dea771bb3ee23252512b49f8b185cbedc64901a7014c906dee -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:25:22 provisioning config files... 16:25:22 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config166334517740832696tmp 16:25:22 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7303134401411435090tmp 16:25:22 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7895802753470433710tmp [Pipeline] { [Pipeline] echo 16:25:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:25:23 ---> sigul-configuration.sh 16:25:23 gpg: directory `/root/.gnupg' created 16:25:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:25:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:25:23 gpg: keyring `/root/.gnupg/secring.gpg' created 16:25:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:25:23 gpg: CAST5 encrypted data 16:25:23 gpg: encrypted with 1 passphrase 16:25:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:25:23 + mkdir /home/jenkins 16:25:23 + mkdir /home/jenkins/sigul [Pipeline] sh 16:25:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:25:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:25:24 ---> sigul-install.sh 16:25:29 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:25:29 + git tag --list 16:25:29 v1.2.1-dev.4 [Pipeline] sh 16:25:30 + lftools sign git-tag v1.2.1-dev.4 16:25:31 Signing Git tag with Sigul... 16:25:31 Signing v1.2.1-dev.4 [Pipeline] echo 16:25:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:25:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:25:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:25:33 $ docker stop --time=1 83a38b66516363dea771bb3ee23252512b49f8b185cbedc64901a7014c906dee 16:25:34 $ docker rm -f 83a38b66516363dea771bb3ee23252512b49f8b185cbedc64901a7014c906dee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:25:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:35 . [Pipeline] withDockerContainer 16:25:35 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:25:35 $ 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 16:25:36 $ docker top 35668f47e5e1d58f98e59c509a1c5ad7433fc6942220b7a01130cc4dc9cc9214 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:36 [ssh-agent] Looking for ssh-agent implementation... 16:25:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:37 $ docker exec 35668f47e5e1d58f98e59c509a1c5ad7433fc6942220b7a01130cc4dc9cc9214 ssh-agent 16:25:37 SSH_AUTH_SOCK=/tmp/ssh-AXQVSzoWLncC/agent.14 16:25:37 SSH_AGENT_PID=20 16:25:37 Running ssh-add (command line suppressed) 16:25:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3149223449847432008.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3149223449847432008.key) 16:25:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:37 + git semver bump pre 16:25:37 # -> Open(): unable to determine branch for HEAD 16:25:37 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 16:25:37 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 16:25:37 # $SEMVER_REMOTE_NAME = origin 16:25:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:37 # $SEMVER_USER_NAME = edgex-jenkins 16:25:37 # $SEMVER_BRANCH = master 16:25:37 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 16:25:37 1.2.1-dev.5 [Pipeline] } 16:25:37 $ docker exec --env ******** --env ******** 35668f47e5e1d58f98e59c509a1c5ad7433fc6942220b7a01130cc4dc9cc9214 ssh-agent -k 16:25:37 unset SSH_AUTH_SOCK; 16:25:37 unset SSH_AGENT_PID; 16:25:37 echo Agent pid 20 killed; 16:25:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:38 + git semver [Pipeline] } 16:25:38 $ docker stop --time=1 35668f47e5e1d58f98e59c509a1c5ad7433fc6942220b7a01130cc4dc9cc9214 16:25:39 $ docker rm -f 35668f47e5e1d58f98e59c509a1c5ad7433fc6942220b7a01130cc4dc9cc9214 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:40 . [Pipeline] withDockerContainer 16:25:40 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:25:40 $ 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 16:25:41 $ docker top a7d1215d30813063f15d1c7833141f7b92883fb84dd3f9332157e64fa2f3b976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:41 [ssh-agent] Looking for ssh-agent implementation... 16:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:41 $ docker exec a7d1215d30813063f15d1c7833141f7b92883fb84dd3f9332157e64fa2f3b976 ssh-agent 16:25:41 SSH_AUTH_SOCK=/tmp/ssh-2C0K0TGhrJ6O/agent.15 16:25:41 SSH_AGENT_PID=22 16:25:41 Running ssh-add (command line suppressed) 16:25:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8682026855977719459.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8682026855977719459.key) 16:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:42 + git semver push 16:25:42 # -> Open(): unable to determine branch for HEAD 16:25:42 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 16:25:42 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 16:25:42 # $SEMVER_REMOTE_NAME = origin 16:25:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:42 # $SEMVER_USER_NAME = edgex-jenkins 16:25:42 # $SEMVER_BRANCH = master 16:25:42 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 16:25:49 $ docker exec --env ******** --env ******** a7d1215d30813063f15d1c7833141f7b92883fb84dd3f9332157e64fa2f3b976 ssh-agent -k 16:25:49 unset SSH_AUTH_SOCK; 16:25:49 unset SSH_AGENT_PID; 16:25:49 echo Agent pid 22 killed; 16:25:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:49 + git semver [Pipeline] } 16:25:49 $ docker stop --time=1 a7d1215d30813063f15d1c7833141f7b92883fb84dd3f9332157e64fa2f3b976 16:25:51 $ docker rm -f a7d1215d30813063f15d1c7833141f7b92883fb84dd3f9332157e64fa2f3b976 [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 16:25:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:25:52 ---> package-listing.sh 16:25:52 ++ facter osfamily 16:25:52 ++ tr '[:upper:]' '[:lower:]' 16:25:52 + OS_FAMILY=redhat 16:25:52 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 16:25:52 + START_PACKAGES=/tmp/packages_start.txt 16:25:52 + END_PACKAGES=/tmp/packages_end.txt 16:25:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:25:52 + PACKAGES=/tmp/packages_start.txt 16:25:52 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 16:25:52 + PACKAGES=/tmp/packages_end.txt 16:25:52 + case "${OS_FAMILY}" in 16:25:52 + rpm -qa 16:25:52 + sort 16:25:56 + '[' -f /tmp/packages_start.txt ']' 16:25:56 + '[' -f /tmp/packages_end.txt ']' 16:25:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:25:56 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 16:25:56 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 16:25:56 + 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 16:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:57 16:25:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:25:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:57 alpine: Pulling from edgex-lftools-log-publisher 16:25:57 c9b1b535fdd9: Pulling fs layer 16:25:57 2cc5ad85d9ab: Pulling fs layer 16:25:57 756a868c4378: Pulling fs layer 16:25:57 444b2fc9a129: Pulling fs layer 16:25:57 ea15f1150254: Pulling fs layer 16:25:57 41b27a9f41bf: Pulling fs layer 16:25:57 28c525ee5125: Pulling fs layer 16:25:57 094b1ea09ed8: Pulling fs layer 16:25:57 138eaada9080: Pulling fs layer 16:25:57 0622d0fa9048: Pulling fs layer 16:25:57 41b27a9f41bf: Waiting 16:25:57 28c525ee5125: Waiting 16:25:57 094b1ea09ed8: Waiting 16:25:57 138eaada9080: Waiting 16:25:57 444b2fc9a129: Waiting 16:25:57 ea15f1150254: Waiting 16:25:57 0622d0fa9048: Waiting 16:25:57 2cc5ad85d9ab: Download complete 16:25:57 444b2fc9a129: Verifying Checksum 16:25:57 444b2fc9a129: Download complete 16:25:57 c9b1b535fdd9: Verifying Checksum 16:25:57 c9b1b535fdd9: Download complete 16:25:57 ea15f1150254: Verifying Checksum 16:25:57 ea15f1150254: Download complete 16:25:58 28c525ee5125: Verifying Checksum 16:25:58 28c525ee5125: Download complete 16:25:58 756a868c4378: Verifying Checksum 16:25:58 756a868c4378: Download complete 16:25:58 138eaada9080: Download complete 16:25:58 0622d0fa9048: Verifying Checksum 16:25:58 0622d0fa9048: Download complete 16:25:58 094b1ea09ed8: Verifying Checksum 16:25:58 094b1ea09ed8: Download complete 16:25:58 c9b1b535fdd9: Pull complete 16:25:58 2cc5ad85d9ab: Pull complete 16:25:59 41b27a9f41bf: Verifying Checksum 16:26:00 756a868c4378: Pull complete 16:26:00 444b2fc9a129: Pull complete 16:26:00 ea15f1150254: Pull complete 16:26:04 41b27a9f41bf: Pull complete 16:26:04 28c525ee5125: Pull complete 16:26:07 094b1ea09ed8: Pull complete 16:26:07 138eaada9080: Pull complete 16:26:07 0622d0fa9048: Pull complete 16:26:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:26:07 prd-centos7-docker-4c-2g-1085 does not seem to be running inside a container 16:26:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:26:08 $ docker top fd66bea7c20670022bb78296586d0452e34b6e64e928865da9ae751c085ab298 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:26:08 provisioning config files... 16:26:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1526293588348422346tmp [Pipeline] { [Pipeline] echo 16:26:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:26:08 ---> create-netrc.sh [Pipeline] echo 16:26:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:26:09 ---> logs-deploy.sh 16:26:09 + ARCHIVE_ARTIFACTS= 16:26:09 + LOGS_SERVER=https://logs.edgexfoundry.org 16:26:09 + '[' https://logs.edgexfoundry.org == None ']' 16:26:09 + NEXUS_URL=https://nexus.edgexfoundry.org 16:26:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/39 16:26:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/39/ 16:26:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/39 /w/workspace/edgexfoundry_edgex-ui-go_master 16:26:10 Archives upload complete. 16:26:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/39 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/39/ 16:26:11 ---> uname -a: 16:26:11 Linux fd66bea7c206 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 16:26:11 16:26:11 16:26:11 ---> lscpu: 16:26:11 Architecture: x86_64 16:26:11 CPU op-mode(s): 32-bit, 64-bit 16:26:11 Byte Order: Little Endian 16:26:11 Address sizes: 40 bits physical, 48 bits virtual 16:26:11 CPU(s): 4 16:26:11 On-line CPU(s) list: 0-3 16:26:11 Thread(s) per core: 1 16:26:11 Core(s) per socket: 1 16:26:11 Socket(s): 4 16:26:11 NUMA node(s): 1 16:26:11 Vendor ID: GenuineIntel 16:26:11 CPU family: 6 16:26:11 Model: 44 16:26:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:26:11 Stepping: 1 16:26:11 CPU MHz: 2933.438 16:26:11 BogoMIPS: 5866.87 16:26:11 Virtualization: VT-x 16:26:11 Hypervisor vendor: KVM 16:26:11 Virtualization type: full 16:26:11 L1d cache: 128 KiB 16:26:11 L1i cache: 128 KiB 16:26:11 L2 cache: 16 MiB 16:26:11 L3 cache: 64 MiB 16:26:11 NUMA node0 CPU(s): 0-3 16:26:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 16:26:11 Vulnerability Meltdown: Mitigation; PTI 16:26:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:26:11 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 16:26:11 Vulnerability Spectre v2: Mitigation; Full retpoline 16:26:11 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 16:26:11 16:26:11 16:26:11 ---> nproc: 16:26:11 4 16:26:11 16:26:11 16:26:11 ---> df -h: 16:26:11 Filesystem Size Used Available Use% Mounted on 16:26:11 overlay 50.0G 7.6G 42.4G 15% / 16:26:11 tmpfs 64.0M 0 64.0M 0% /dev 16:26:11 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 16:26:11 shm 64.0M 0 64.0M 0% /dev/shm 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/resolv.conf 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/hostname 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/hosts 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /var/log/sa 16:26:11 /dev/vda1 50.0G 7.6G 42.4G 15% /w/workspace/edgexfoundry_edgex-ui-go_master 16:26:11 16:26:11 16:26:11 ---> free -m: 16:26:11 total used free shared buff/cache available 16:26:11 Mem: 1838 755 93 0 989 1014 16:26:11 Swap: 1023 2 1021 16:26:11 16:26:11 16:26:11 ---> ip addr: 16:26:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:26:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:26:11 inet 127.0.0.1/8 scope host lo 16:26:11 valid_lft forever preferred_lft forever 16:26:11 24: eth0@if25: mtu 1458 qdisc noqueue state UP 16:26:11 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:26:11 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:26:11 valid_lft forever preferred_lft forever 16:26:11 16:26:11 16:26:11 ---> sar -b -r -n DEV: 16:26:11 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/28/20 _x86_64_ (4 CPU) 16:26:11 16:26:11 16:16:05 LINUX RESTART 16:26:11 16:26:11 16:17:01 tps rtps wtps bread/s bwrtn/s 16:26:11 16:18:01 10.49 0.10 10.39 3.20 2451.27 16:26:11 16:19:01 2.95 0.00 2.95 0.00 94.42 16:26:11 16:20:01 0.70 0.00 0.70 0.00 8.89 16:26:11 16:21:01 0.50 0.00 0.50 0.00 6.63 16:26:11 16:22:01 0.62 0.00 0.62 0.00 7.40 16:26:11 16:23:01 0.47 0.02 0.45 0.13 6.65 16:26:11 16:24:02 72.97 23.16 49.82 972.11 20615.27 16:26:11 16:25:01 223.79 141.65 82.14 5300.02 12068.99 16:26:11 16:26:01 242.03 96.72 145.30 5824.09 39509.07 16:26:11 Average: 61.46 28.92 32.54 1340.42 8328.27 16:26:11 16:26:11 16:17:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:26:11 16:18:01 114156 1768148 93.94 2620 1190040 908304 30.99 471284 1134660 16 16:26:11 16:19:01 115744 1766560 93.85 2620 1190044 893976 30.50 470648 1133784 8 16:26:11 16:20:01 114980 1767324 93.89 2620 1190056 894180 30.51 471748 1133784 8 16:26:11 16:21:01 115984 1766320 93.84 2620 1190056 893976 30.50 470664 1133784 8 16:26:11 16:22:01 115496 1766808 93.86 2620 1190064 894060 30.50 471240 1133784 8 16:26:11 16:23:01 115776 1766528 93.85 2620 1190072 894036 30.50 471152 1133784 8 16:26:11 16:24:02 137916 1744388 92.67 2620 1111992 987028 33.68 441004 1100660 32 16:26:11 16:25:01 209880 1672424 88.85 2620 1048324 990772 33.80 536496 946824 19464 16:26:11 16:26:01 66364 1815940 96.47 1916 1063796 1174804 40.08 674684 854060 89236 16:26:11 Average: 122922 1759382 93.47 2542 1151605 947904 32.34 497658 1078347 12088 16:26:11 16:26:11 16:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:26:11 16:18:01 eth0 2.00 0.73 1.45 0.06 0.00 0.00 0.00 16:26:11 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:19:01 eth0 0.38 0.08 0.03 0.01 0.00 0.00 0.00 16:26:11 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:20:01 eth0 1.17 0.83 0.58 0.41 0.00 0.00 0.00 16:26:11 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:21:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 16:26:11 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:22:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 16:26:11 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:23:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 16:26:11 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:24:02 eth0 138.18 111.04 3753.18 11.70 0.00 0.00 0.00 16:26:11 16:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:25:01 eth0 221.06 159.12 660.29 80.30 0.00 0.00 0.00 16:26:11 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:25:01 docker0 64.42 83.04 6.68 367.89 0.00 0.00 0.00 16:26:11 16:26:01 eth0 369.97 276.82 5670.59 110.07 0.00 0.00 0.00 16:26:11 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 16:26:01 docker0 50.13 83.50 2.94 150.36 0.00 0.00 0.00 16:26:11 Average: eth0 81.45 61.00 1125.83 22.47 0.00 0.00 0.00 16:26:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:26:11 Average: docker0 12.66 18.43 1.06 57.07 0.00 0.00 0.00 16:26:11 16:26:11 16:26:11 ---> sar -P ALL: 16:26:11 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/28/20 _x86_64_ (4 CPU) 16:26:11 16:26:11 16:16:05 LINUX RESTART 16:26:11 16:26:11 16:17:01 CPU %user %nice %system %iowait %steal %idle 16:26:11 16:18:01 all 0.21 0.00 0.10 0.00 0.00 99.68 16:26:11 16:18:01 0 0.05 0.00 0.07 0.00 0.00 99.88 16:26:11 16:18:01 1 0.47 0.00 0.08 0.00 0.00 99.45 16:26:11 16:18:01 2 0.18 0.00 0.15 0.00 0.00 99.67 16:26:11 16:18:01 3 0.10 0.00 0.12 0.02 0.00 99.77 16:26:11 16:19:01 all 0.18 0.00 0.05 0.00 0.00 99.77 16:26:11 16:19:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:26:11 16:19:01 1 0.13 0.00 0.05 0.00 0.00 99.82 16:26:11 16:19:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:26:11 16:19:01 3 0.48 0.00 0.05 0.00 0.02 99.45 16:26:11 16:20:01 all 0.14 0.00 0.07 0.00 0.00 99.79 16:26:11 16:20:01 0 0.07 0.00 0.05 0.00 0.00 99.88 16:26:11 16:20:01 1 0.17 0.00 0.10 0.00 0.00 99.73 16:26:11 16:20:01 2 0.07 0.00 0.03 0.00 0.00 99.90 16:26:11 16:20:01 3 0.27 0.00 0.08 0.00 0.00 99.65 16:26:11 16:21:01 all 0.19 0.00 0.04 0.00 0.00 99.77 16:26:11 16:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:26:11 16:21:01 1 0.55 0.00 0.03 0.00 0.00 99.42 16:26:11 16:21:01 2 0.07 0.00 0.03 0.00 0.00 99.90 16:26:11 16:21:01 3 0.08 0.00 0.08 0.00 0.00 99.83 16:26:11 16:22:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:26:11 16:22:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:26:11 16:22:01 1 0.53 0.00 0.03 0.00 0.00 99.43 16:26:11 16:22:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:26:11 16:22:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:26:11 16:23:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:26:11 16:23:01 0 0.03 0.00 0.07 0.00 0.00 99.90 16:26:11 16:23:01 1 0.52 0.00 0.03 0.00 0.02 99.43 16:26:11 16:23:01 2 0.07 0.00 0.07 0.00 0.00 99.87 16:26:11 16:23:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:26:11 16:24:02 all 4.50 0.00 2.79 0.50 0.01 92.21 16:26:11 16:24:02 0 4.29 0.00 3.24 0.20 0.00 92.27 16:26:11 16:24:02 1 4.73 0.00 2.43 0.50 0.00 92.33 16:26:11 16:24:02 2 4.24 0.00 2.85 1.05 0.02 91.84 16:26:11 16:24:02 3 4.71 0.00 2.57 0.27 0.02 92.44 16:26:11 16:25:01 all 7.75 0.00 4.67 1.49 0.02 86.08 16:26:11 16:25:01 0 8.45 0.00 5.42 1.01 0.03 85.09 16:26:11 16:25:01 1 8.18 0.00 4.54 1.37 0.02 85.89 16:26:11 16:25:01 2 7.11 0.00 4.38 2.27 0.03 86.21 16:26:11 16:25:01 3 7.26 0.00 4.34 1.27 0.00 87.12 16:26:11 16:26:01 all 13.05 0.00 8.42 3.59 0.03 74.92 16:26:11 16:26:01 0 12.78 0.00 8.91 1.43 0.03 76.84 16:26:11 16:26:01 1 15.48 0.00 8.28 5.85 0.03 70.36 16:26:11 16:26:01 2 11.22 0.00 8.15 5.02 0.03 75.58 16:26:11 16:26:01 3 12.70 0.00 8.32 2.04 0.02 76.92 16:26:11 Average: all 2.90 0.00 1.78 0.61 0.01 94.69 16:26:11 Average: 0 2.83 0.00 1.96 0.29 0.01 94.91 16:26:11 Average: 1 3.39 0.00 1.72 0.85 0.01 94.02 16:26:11 Average: 2 2.54 0.00 1.73 0.92 0.01 94.80 16:26:11 Average: 3 2.83 0.00 1.72 0.39 0.01 95.05 16:26:11 16:26:11 16:26:11