Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3220 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" > git rev-list --no-walk 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:41:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:41:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:41:07 ========================================================= 03:41:07 EdgeX Global Pipelines Version Info 03:41:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:41:10 ------------------- 03:41:10 stable info: 03:41:10 ------------------- 03:41:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:41:10 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 03:41:10 Message: update stable to v1.0.106 03:41:10 ------------------- 03:41:10 experimental info: 03:41:10 ------------------- 03:41:10 Commited By: **** collab-it+edgex@linuxfoundation.org 03:41:10 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 03:41:10 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:41:13 + git log --format=format:%s -1 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] echo 03:41:13 GIT_COMMIT: b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b, Commit Message: added note to the readme to suggest the UI is for demo/developer purposes [Pipeline] echo 03:41:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:41:14 03:41:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:41:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:41:14 latest: Pulling from edgex-devops/git-semver 03:41:14 31603596830f: Pulling fs layer 03:41:14 2a8b12db71e7: Pulling fs layer 03:41:14 6ca5941a6612: Pulling fs layer 03:41:14 ecc8261a40a4: Pulling fs layer 03:41:14 ecc8261a40a4: Waiting 03:41:14 2a8b12db71e7: Verifying Checksum 03:41:14 2a8b12db71e7: Download complete 03:41:15 31603596830f: Verifying Checksum 03:41:15 31603596830f: Download complete 03:41:15 ecc8261a40a4: Verifying Checksum 03:41:15 ecc8261a40a4: Download complete 03:41:15 6ca5941a6612: Verifying Checksum 03:41:15 6ca5941a6612: Download complete 03:41:15 31603596830f: Pull complete 03:41:15 2a8b12db71e7: Pull complete 03:41:16 6ca5941a6612: Pull complete 03:41:16 ecc8261a40a4: Pull complete 03:41:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:41:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:41:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:41:16 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:41:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:41:18 $ docker top a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:19 [ssh-agent] Looking for ssh-agent implementation... 03:41:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:19 $ docker exec a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent 03:41:19 SSH_AUTH_SOCK=/tmp/ssh-cwFzyUQPL0y9/agent.12 03:41:19 SSH_AGENT_PID=17 03:41:19 Running ssh-add (command line suppressed) 03:41:19 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7231277615565327609.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7231277615565327609.key) 03:41:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:20 + git describe --exact-match --tags HEAD 03:41:20 fatal: No names found, cannot describe anything. [Pipeline] } 03:41:20 $ docker exec --env ******** --env ******** a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent -k 03:41:20 unset SSH_AUTH_SOCK; 03:41:20 unset SSH_AGENT_PID; 03:41:20 echo Agent pid 17 killed; 03:41:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:41:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:41:20 This usually means this commit has not been tagged. [Pipeline] sshagent 03:41:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:20 [ssh-agent] Looking for ssh-agent implementation... 03:41:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:20 $ docker exec a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent 03:41:21 SSH_AUTH_SOCK=/tmp/ssh-Yvv4kVn8NK9D/agent.46 03:41:21 SSH_AGENT_PID=51 03:41:21 Running ssh-add (command line suppressed) 03:41:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2916749086302099933.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2916749086302099933.key) 03:41:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:21 + git semver init 03:41:21 # -> Open(): unable to determine branch for HEAD 03:41:21 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:41:21 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:41:21 # $SEMVER_REMOTE_NAME = origin 03:41:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:41:21 # $SEMVER_USER_NAME = edgex-jenkins 03:41:21 # $SEMVER_BRANCH = master 03:41:21 # $SEMVER_TEMP = /tmp/semver-749593654 03:41:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 03:41:22 # '/tmp/semver-749593654' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 03:41:22 # -> Force: false 03:41:22 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:41:22 $ docker exec --env ******** --env ******** a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent -k 03:41:22 unset SSH_AUTH_SOCK; 03:41:22 unset SSH_AGENT_PID; 03:41:22 echo Agent pid 51 killed; 03:41:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:23 + git semver [Pipeline] } 03:41:23 $ docker stop --time=1 a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 03:41:24 $ docker rm -f a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:41:25 Stashed 18 file(s) [Pipeline] echo 03:41:25 [edgeXSemver] initialized semver on version 1.2.2-dev.5 [Pipeline] echo 03:41:25 Archived original version: [1.2.2-dev.5] [Pipeline] } [Pipeline] // script [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 03:41:41 Still waiting to schedule task 03:41:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3220’ 03:41:41 Still waiting to schedule task 03:41:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:43:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3221 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:43:37 Running in /w/workspace/edgex-ui-go/48 [Pipeline] { [Pipeline] checkout 03:43:42 using credential edgex-jenkins-ssh 03:43:42 Cloning the remote Git repository 03:43:42 Cloning with configured refspecs honoured and without tags 03:43:42 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:43:42 > git init /w/workspace/edgex-ui-go/48 # timeout=10 03:43:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:43:42 > git --version # timeout=10 03:43:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:43:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:43:44 Fetching without tags 03:43:44 Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) 03:43:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:43:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:43:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:43:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:43:44 > git config core.sparsecheckout # timeout=10 03:43:44 > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 03:43:49 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:43:50 ========================================================= 03:43:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:43:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:43:51 + 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 . 03:43:52 Sending build context to Docker daemon 21.87MB 03:43:52 Step 1/8 : ARG BASE=golang:1.11-alpine 03:43:52 Step 2/8 : FROM ${BASE} 03:43:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:43:52 b538f80385f9: Pulling fs layer 03:43:52 74f711af9a0d: Pulling fs layer 03:43:52 99f96fe45779: Pulling fs layer 03:43:52 fd7a069fd194: Pulling fs layer 03:43:52 66aa3694b03b: Pulling fs layer 03:43:52 170f70906a0f: Pulling fs layer 03:43:52 ad7c5574e4b9: Pulling fs layer 03:43:52 e772456be8f7: Pulling fs layer 03:43:52 c890913d741a: Pulling fs layer 03:43:52 2480fcc9aa5a: Pulling fs layer 03:43:52 09adf4765672: Pulling fs layer 03:43:52 170f70906a0f: Waiting 03:43:52 ad7c5574e4b9: Waiting 03:43:52 e772456be8f7: Waiting 03:43:52 c890913d741a: Waiting 03:43:52 2480fcc9aa5a: Waiting 03:43:52 09adf4765672: Waiting 03:43:52 fd7a069fd194: Waiting 03:43:52 66aa3694b03b: Waiting 03:43:53 99f96fe45779: Verifying Checksum 03:43:53 99f96fe45779: Download complete 03:43:53 74f711af9a0d: Verifying Checksum 03:43:53 74f711af9a0d: Download complete 03:43:53 66aa3694b03b: Verifying Checksum 03:43:53 66aa3694b03b: Download complete 03:43:53 170f70906a0f: Verifying Checksum 03:43:53 170f70906a0f: Download complete 03:43:53 b538f80385f9: Verifying Checksum 03:43:54 b538f80385f9: Pull complete 03:43:54 74f711af9a0d: Pull complete 03:43:55 99f96fe45779: Pull complete 03:43:56 ad7c5574e4b9: Verifying Checksum 03:43:56 ad7c5574e4b9: Download complete 03:43:56 c890913d741a: Download complete 03:43:58 2480fcc9aa5a: Verifying Checksum 03:43:58 2480fcc9aa5a: Download complete 03:43:58 09adf4765672: Verifying Checksum 03:43:58 09adf4765672: Download complete 03:43:58 e772456be8f7: Download complete 03:43:59 fd7a069fd194: Verifying Checksum 03:43:59 fd7a069fd194: Download complete 03:44:11 fd7a069fd194: Pull complete 03:44:11 66aa3694b03b: Pull complete 03:44:11 170f70906a0f: Pull complete 03:44:13 Running on prd-centos7-docker-4c-2g-3222 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:44:13 Running in /w/workspace/edgex-ui-go/48 [Pipeline] { [Pipeline] checkout 03:44:14 ad7c5574e4b9: Pull complete 03:44:15 using credential edgex-jenkins-ssh 03:44:15 Cloning the remote Git repository 03:44:15 Cloning with configured refspecs honoured and without tags 03:44:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:44:15 > git init /w/workspace/edgex-ui-go/48 # timeout=10 03:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:44:16 > git --version # timeout=10 03:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:17 Fetching without tags 03:44:17 Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) 03:44:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:44:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:44:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:44:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:44:17 > git config core.sparsecheckout # timeout=10 03:44:17 > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 03:44:18 e772456be8f7: Pull complete 03:44:19 c890913d741a: Pull complete 03:44:21 2480fcc9aa5a: Pull complete 03:44:21 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" 03:44:21 09adf4765672: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 03:44:21 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:44:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:44:21 ---> 2248a725d1cf 03:44:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:44:22 ========================================================= 03:44:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:44:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:44:23 + 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 . 03:44:23 Sending build context to Docker daemon 21.87MB 03:44:23 Step 1/8 : ARG BASE=golang:1.11-alpine 03:44:23 Step 2/8 : FROM ${BASE} 03:44:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:44:23 df20fa9351a1: Pulling fs layer 03:44:23 ed8968b2872e: Pulling fs layer 03:44:23 a92cc7c5fd73: Pulling fs layer 03:44:23 2dd03ba5bac4: Pulling fs layer 03:44:23 1e091d79d1de: Pulling fs layer 03:44:23 481702a1767f: Pulling fs layer 03:44:23 f64a6f60c768: Pulling fs layer 03:44:23 e78d2573fc39: Pulling fs layer 03:44:23 e876d2f968b6: Pulling fs layer 03:44:23 ce8a83651883: Pulling fs layer 03:44:23 07967f4d0e4b: Pulling fs layer 03:44:23 f64a6f60c768: Waiting 03:44:23 e78d2573fc39: Waiting 03:44:23 2dd03ba5bac4: Waiting 03:44:23 1e091d79d1de: Waiting 03:44:23 481702a1767f: Waiting 03:44:23 e876d2f968b6: Waiting 03:44:23 ce8a83651883: Waiting 03:44:23 07967f4d0e4b: Waiting 03:44:23 a92cc7c5fd73: Verifying Checksum 03:44:23 a92cc7c5fd73: Download complete 03:44:23 ed8968b2872e: Download complete 03:44:23 1e091d79d1de: Verifying Checksum 03:44:23 1e091d79d1de: Download complete 03:44:23 481702a1767f: Verifying Checksum 03:44:23 481702a1767f: Download complete 03:44:23 df20fa9351a1: Verifying Checksum 03:44:23 df20fa9351a1: Download complete 03:44:24 f64a6f60c768: Verifying Checksum 03:44:24 f64a6f60c768: Download complete 03:44:24 e876d2f968b6: Verifying Checksum 03:44:24 e876d2f968b6: Download complete 03:44:25 e78d2573fc39: Verifying Checksum 03:44:25 e78d2573fc39: Download complete 03:44:25 ce8a83651883: Verifying Checksum 03:44:25 ce8a83651883: Download complete 03:44:25 2dd03ba5bac4: Verifying Checksum 03:44:25 2dd03ba5bac4: Download complete 03:44:25 07967f4d0e4b: Verifying Checksum 03:44:25 07967f4d0e4b: Download complete 03:44:26 df20fa9351a1: Pull complete 03:44:26 ed8968b2872e: Pull complete 03:44:26 ---> Running in 4e3cd7152d5e 03:44:26 a92cc7c5fd73: Pull complete 03:44:26 Removing intermediate container 4e3cd7152d5e 03:44:26 ---> 13f535274783 03:44:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:26 ---> Running in 7cf76e5bda95 03:44:29 Removing intermediate container 7cf76e5bda95 03:44:29 ---> 7ed404950a12 03:44:29 Step 5/8 : RUN apk add --no-cache make git 03:44:29 ---> Running in 0dab55888380 03:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:44:31 2dd03ba5bac4: Pull complete 03:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:44:32 1e091d79d1de: Pull complete 03:44:32 481702a1767f: Pull complete 03:44:32 OK: 142 MiB in 39 packages 03:44:33 Removing intermediate container 0dab55888380 03:44:33 ---> da4d37d5a045 03:44:33 Step 6/8 : WORKDIR /edgex-ui-go 03:44:33 ---> Running in e0e362573987 03:44:34 Removing intermediate container e0e362573987 03:44:34 ---> 91dee14b7052 03:44:34 Step 7/8 : COPY . . 03:44:36 ---> 1be3db7333f0 03:44:36 Step 8/8 : RUN go mod download 03:44:36 f64a6f60c768: Pull complete 03:44:36 ---> Running in ef558ae56dc6 03:44:39 e78d2573fc39: Pull complete 03:44:39 e876d2f968b6: Pull complete 03:44:40 ce8a83651883: Pull complete 03:44:40 07967f4d0e4b: Pull complete 03:44:40 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:44:40 ---> 5d7c900382c6 03:44:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:44:40 go: finding github.com/BurntSushi/toml v0.3.1 03:44:40 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 03:44:40 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 03:44:40 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 03:44:40 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:44:40 go: finding github.com/armon/go-metrics v0.3.3 03:44:40 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:44:40 go: finding github.com/beorn7/perks v1.0.1 03:44:40 go: finding github.com/bgentry/speakeasy v0.1.0 03:44:40 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:44:40 go: finding github.com/cespare/xxhash/v2 v2.1.1 03:44:40 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 03:44:40 go: finding github.com/circonus-labs/circonusllhist v0.1.3 03:44:40 go: finding github.com/davecgh/go-spew v1.1.1 03:44:40 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:44:40 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 03:44:40 go: finding github.com/fatih/color v1.9.0 03:44:40 go: finding github.com/go-kit/kit v0.9.0 03:44:40 go: finding github.com/go-logfmt/logfmt v0.4.0 03:44:40 go: finding github.com/go-stack/stack v1.8.0 03:44:40 go: finding github.com/gogo/protobuf v1.1.1 03:44:40 go: finding github.com/golang/protobuf v1.3.2 03:44:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:44:40 go: finding github.com/google/go-cmp v0.4.0 03:44:41 go: finding github.com/google/gofuzz v1.0.0 03:44:41 go: finding github.com/gorilla/mux v1.7.1 03:44:41 go: finding github.com/gorilla/websocket v1.4.0 03:44:41 go: finding github.com/hashicorp/consul/api v1.4.0 03:44:41 go: finding github.com/hashicorp/consul/sdk v0.4.0 03:44:41 go: finding github.com/hashicorp/errwrap v1.0.0 03:44:41 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:44:41 go: finding github.com/hashicorp/go-hclog v0.12.2 03:44:41 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 03:44:41 go: finding github.com/hashicorp/go-msgpack v0.5.5 03:44:41 go: finding github.com/hashicorp/go-multierror v1.0.0 03:44:41 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 03:44:41 go: finding github.com/hashicorp/go-rootcerts v1.0.2 03:44:41 go: finding github.com/hashicorp/go-sockaddr v1.0.2 03:44:41 go: finding github.com/hashicorp/go-syslog v1.0.0 03:44:41 go: finding github.com/hashicorp/go-uuid v1.0.1 03:44:41 go: finding github.com/hashicorp/go.net v0.0.1 03:44:41 go: finding github.com/hashicorp/golang-lru v0.5.4 03:44:41 go: finding github.com/hashicorp/logutils v1.0.0 03:44:41 go: finding github.com/hashicorp/mdns v1.0.1 03:44:41 go: finding github.com/hashicorp/memberlist v0.2.0 03:44:41 go: finding github.com/hashicorp/serf v0.9.0 03:44:41 go: finding github.com/json-iterator/go v1.1.9 03:44:41 go: finding github.com/julienschmidt/httprouter v1.2.0 03:44:41 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 03:44:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:44:41 go: finding github.com/kr/pretty v0.2.0 03:44:41 go: finding github.com/kr/pty v1.1.1 03:44:41 go: finding github.com/kr/text v0.1.0 03:44:41 go: finding github.com/mattn/go-colorable v0.1.6 03:44:41 go: finding github.com/mattn/go-isatty v0.0.12 03:44:41 ---> Running in f70cfe9a40d0 03:44:41 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 03:44:41 go: finding github.com/miekg/dns v1.1.26 03:44:41 go: finding github.com/mitchellh/cli v1.0.0 03:44:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:44:41 go: finding github.com/mitchellh/copystructure v1.0.0 03:44:41 go: finding github.com/mitchellh/go-homedir v1.1.0 03:44:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:44:41 go: finding github.com/mitchellh/go-wordwrap v1.0.0 03:44:41 go: finding github.com/mitchellh/gox v0.4.0 03:44:41 go: finding github.com/mitchellh/iochan v1.0.0 03:44:41 go: finding github.com/mitchellh/mapstructure v1.2.2 03:44:42 Removing intermediate container f70cfe9a40d0 03:44:42 ---> db60a8c671e3 03:44:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:42 ---> Running in 9fdf23d765ed 03:44:42 go: finding github.com/mitchellh/reflectwalk v1.0.1 03:44:42 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:44:42 go: finding github.com/modern-go/reflect2 v1.0.1 03:44:42 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 03:44:42 go: finding github.com/pascaldekloe/goe v0.1.0 03:44:42 go: finding github.com/pelletier/go-toml v1.7.0 03:44:42 go: finding github.com/pkg/errors v0.8.1 03:44:42 go: finding github.com/pmezard/go-difflib v1.0.0 03:44:42 go: finding github.com/posener/complete v1.1.1 03:44:42 go: finding github.com/prometheus/client_golang v1.4.0 03:44:42 go: finding github.com/prometheus/client_model v0.2.0 03:44:42 go: finding github.com/prometheus/common v0.9.1 03:44:42 go: finding github.com/prometheus/procfs v0.0.8 03:44:42 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 03:44:42 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:44:42 go: finding github.com/sirupsen/logrus v1.4.2 03:44:42 go: finding github.com/stretchr/objx v0.1.1 03:44:42 go: finding github.com/stretchr/testify v1.4.0 03:44:42 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 03:44:42 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 03:44:42 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 03:44:42 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 03:44:42 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 03:44:42 go: finding golang.org/x/text v0.3.2 03:44:42 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 03:44:42 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 03:44:42 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 03:44:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:44:42 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 03:44:42 go: finding gopkg.in/yaml.v2 v2.2.8 03:44:43 Removing intermediate container 9fdf23d765ed 03:44:43 ---> e5be2e9c75a7 03:44:43 Step 5/8 : RUN apk add --no-cache make git 03:44:43 ---> Running in e65fca4756ce 03:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:44:45 OK: 166 MiB in 39 packages 03:44:45 Removing intermediate container e65fca4756ce 03:44:45 ---> fc58dfd9514d 03:44:45 Step 6/8 : WORKDIR /edgex-ui-go 03:44:46 ---> Running in 5d006511ff05 03:44:46 Removing intermediate container 5d006511ff05 03:44:46 ---> 0dacb830228d 03:44:46 Step 7/8 : COPY . . 03:44:47 ---> 815294e5e11e 03:44:47 Step 8/8 : RUN go mod download 03:44:47 ---> Running in 230a6e9a9b04 03:44:51 go: finding github.com/BurntSushi/toml v0.3.1 03:44:51 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 03:44:51 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 03:44:51 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 03:44:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:44:51 go: finding github.com/armon/go-metrics v0.3.3 03:44:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:44:51 go: finding github.com/beorn7/perks v1.0.1 03:44:51 go: finding github.com/bgentry/speakeasy v0.1.0 03:44:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:44:51 go: finding github.com/cespare/xxhash/v2 v2.1.1 03:44:51 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 03:44:51 go: finding github.com/circonus-labs/circonusllhist v0.1.3 03:44:51 go: finding github.com/davecgh/go-spew v1.1.1 03:44:51 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:44:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 03:44:51 go: finding github.com/fatih/color v1.9.0 03:44:51 go: finding github.com/go-kit/kit v0.9.0 03:44:51 go: finding github.com/go-logfmt/logfmt v0.4.0 03:44:51 go: finding github.com/go-stack/stack v1.8.0 03:44:51 go: finding github.com/gogo/protobuf v1.1.1 03:44:51 go: finding github.com/golang/protobuf v1.3.2 03:44:51 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:44:51 go: finding github.com/google/go-cmp v0.4.0 03:44:51 go: finding github.com/google/gofuzz v1.0.0 03:44:51 go: finding github.com/gorilla/mux v1.7.1 03:44:51 go: finding github.com/gorilla/websocket v1.4.0 03:44:51 go: finding github.com/hashicorp/consul/api v1.4.0 03:44:51 go: finding github.com/hashicorp/consul/sdk v0.4.0 03:44:51 go: finding github.com/hashicorp/errwrap v1.0.0 03:44:51 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:44:51 go: finding github.com/hashicorp/go-hclog v0.12.2 03:44:51 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 03:44:51 go: finding github.com/hashicorp/go-msgpack v0.5.5 03:44:51 go: finding github.com/hashicorp/go-multierror v1.0.0 03:44:51 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 03:44:51 go: finding github.com/hashicorp/go-rootcerts v1.0.2 03:44:51 go: finding github.com/hashicorp/go-sockaddr v1.0.2 03:44:51 go: finding github.com/hashicorp/go-syslog v1.0.0 03:44:51 go: finding github.com/hashicorp/go-uuid v1.0.1 03:44:51 go: finding github.com/hashicorp/go.net v0.0.1 03:44:51 go: finding github.com/hashicorp/golang-lru v0.5.4 03:44:51 go: finding github.com/hashicorp/logutils v1.0.0 03:44:51 go: finding github.com/hashicorp/mdns v1.0.1 03:44:51 go: finding github.com/hashicorp/memberlist v0.2.0 03:44:51 go: finding github.com/hashicorp/serf v0.9.0 03:44:51 go: finding github.com/json-iterator/go v1.1.9 03:44:51 go: finding github.com/julienschmidt/httprouter v1.2.0 03:44:51 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 03:44:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:44:51 go: finding github.com/kr/pretty v0.2.0 03:44:52 go: finding github.com/kr/pty v1.1.1 03:44:52 go: finding github.com/kr/text v0.1.0 03:44:52 go: finding github.com/mattn/go-colorable v0.1.6 03:44:52 go: finding github.com/mattn/go-isatty v0.0.12 03:44:52 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 03:44:52 go: finding github.com/miekg/dns v1.1.26 03:44:52 go: finding github.com/mitchellh/cli v1.0.0 03:44:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:44:52 go: finding github.com/mitchellh/copystructure v1.0.0 03:44:52 go: finding github.com/mitchellh/go-homedir v1.1.0 03:44:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:44:52 go: finding github.com/mitchellh/go-wordwrap v1.0.0 03:44:52 go: finding github.com/mitchellh/gox v0.4.0 03:44:52 go: finding github.com/mitchellh/iochan v1.0.0 03:44:52 go: finding github.com/mitchellh/mapstructure v1.2.2 03:44:52 go: finding github.com/mitchellh/reflectwalk v1.0.1 03:44:52 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 03:44:52 go: finding github.com/modern-go/reflect2 v1.0.1 03:44:52 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 03:44:52 go: finding github.com/pascaldekloe/goe v0.1.0 03:44:52 go: finding github.com/pelletier/go-toml v1.7.0 03:44:52 go: finding github.com/pkg/errors v0.8.1 03:44:52 go: finding github.com/pmezard/go-difflib v1.0.0 03:44:52 go: finding github.com/posener/complete v1.1.1 03:44:52 go: finding github.com/prometheus/client_golang v1.4.0 03:44:52 go: finding github.com/prometheus/client_model v0.2.0 03:44:52 go: finding github.com/prometheus/common v0.9.1 03:44:52 go: finding github.com/prometheus/procfs v0.0.8 03:44:52 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 03:44:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:44:52 go: finding github.com/sirupsen/logrus v1.4.2 03:44:52 go: finding github.com/stretchr/objx v0.1.1 03:44:52 go: finding github.com/stretchr/testify v1.4.0 03:44:52 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 03:44:52 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 03:44:52 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 03:44:52 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 03:44:52 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 03:44:52 go: finding golang.org/x/text v0.3.2 03:44:52 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 03:44:52 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 03:44:52 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 03:44:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:44:52 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 03:44:52 go: finding gopkg.in/yaml.v2 v2.2.8 03:45:01 Removing intermediate container ef558ae56dc6 03:45:01 ---> e493a366f055 03:45:01 Successfully built e493a366f055 03:45:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:45:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:45:04 + ls -al . 03:45:04 total 92 03:45:04 drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 03:43 . 03:45:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 03:43 .. 03:45:04 drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 03:43 .git 03:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 03:43 .github 03:45:04 -rw-rw-r-- 1 jenkins jenkins 136 Aug 10 03:43 .gitignore 03:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 .semver 03:45:04 -rw-rw-r-- 1 jenkins jenkins 3959 Aug 10 03:43 CONTRIBUTING.md 03:45:04 -rw-rw-r-- 1 jenkins jenkins 913 Aug 10 03:43 Dockerfile 03:45:04 -rw-rw-r-- 1 jenkins jenkins 898 Aug 10 03:43 Dockerfile.build 03:45:04 -rw-rw-r-- 1 jenkins jenkins 675 Aug 10 03:43 Jenkinsfile 03:45:04 -rw-rw-r-- 1 jenkins jenkins 11357 Aug 10 03:43 LICENSE 03:45:04 -rw-rw-r-- 1 jenkins jenkins 951 Aug 10 03:43 Makefile 03:45:04 -rw-rw-r-- 1 jenkins jenkins 3545 Aug 10 03:43 README.md 03:45:04 -rw-rw-r-- 1 jenkins jenkins 11 Aug 10 03:41 VERSION 03:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 assets 03:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 03:43 bin 03:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 cmd 03:45:04 drwxrwxr-x 5 jenkins jenkins 4096 Aug 10 03:43 docs 03:45:04 -rw-rw-r-- 1 jenkins jenkins 1019 Aug 10 03:43 go.mod 03:45:04 drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 03:43 internal 03:45:04 -rw-rw-r-- 1 jenkins jenkins 155 Aug 10 03:43 version.go [Pipeline] isUnix [Pipeline] sh 03:45:04 + 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=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b --label arch=arm64 --label version=1.2.2-dev.5 . 03:45:05 Sending build context to Docker daemon 21.87MB 03:45:05 Step 1/24 : ARG BASE=golang:1.13-alpine 03:45:05 Step 2/24 : FROM ${BASE} AS builder 03:45:05 ---> e493a366f055 03:45:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:45:05 ---> Running in b39677dbd1f0 03:45:06 Removing intermediate container b39677dbd1f0 03:45:06 ---> 4695f1b8962c 03:45:06 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:45:06 ---> Running in 060367bf5ac8 03:45:06 Removing intermediate container 060367bf5ac8 03:45:06 ---> e6be0c395d27 03:45:06 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:45:06 ---> Running in 9ada777e6fb8 03:45:07 Removing intermediate container 9ada777e6fb8 03:45:07 ---> 10a2ebbd10bd 03:45:07 Step 6/24 : LABEL Name=edgex-ui-go 03:45:07 ---> Running in 6b9a5f1bea23 03:45:07 Removing intermediate container 230a6e9a9b04 03:45:07 ---> 47b8ffb31027 03:45:07 Successfully built 47b8ffb31027 03:45:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 03:45:08 Removing intermediate container 6b9a5f1bea23 03:45:08 ---> 88d2ec4ebcb2 03:45:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:45:08 ---> Running in d5a56d6a14fc [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:45:08 + sudo chown -R jenkins:jenkins . 03:45:08 Removing intermediate container d5a56d6a14fc 03:45:08 ---> 86b05f69a463 03:45:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:08 ---> Running in 5bf8b4ce8c41 [Pipeline] sh 03:45:08 + ls -al . 03:45:08 total 56 03:45:08 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 10 03:44 . 03:45:08 drwxrwxr-x. 4 jenkins jenkins 30 Aug 10 03:44 .. 03:45:08 drwxrwxr-x. 3 jenkins jenkins 20 Aug 10 03:44 assets 03:45:08 drwxrwxr-x. 2 jenkins jenkins 35 Aug 10 03:44 bin 03:45:08 drwxrwxr-x. 3 jenkins jenkins 29 Aug 10 03:44 cmd 03:45:08 -rw-rw-r--. 1 jenkins jenkins 3959 Aug 10 03:44 CONTRIBUTING.md 03:45:08 -rw-rw-r--. 1 jenkins jenkins 913 Aug 10 03:44 Dockerfile 03:45:08 -rw-rw-r--. 1 jenkins jenkins 898 Aug 10 03:44 Dockerfile.build 03:45:08 drwxrwxr-x. 5 jenkins jenkins 104 Aug 10 03:44 docs 03:45:08 drwxrwxr-x. 8 jenkins jenkins 162 Aug 10 03:44 .git 03:45:08 drwxrwxr-x. 2 jenkins jenkins 38 Aug 10 03:44 .github 03:45:08 -rw-rw-r--. 1 jenkins jenkins 136 Aug 10 03:44 .gitignore 03:45:08 -rw-rw-r--. 1 jenkins jenkins 1019 Aug 10 03:44 go.mod 03:45:08 drwxrwxr-x. 10 jenkins jenkins 139 Aug 10 03:44 internal 03:45:08 -rw-rw-r--. 1 jenkins jenkins 675 Aug 10 03:44 Jenkinsfile 03:45:08 -rw-rw-r--. 1 jenkins jenkins 11357 Aug 10 03:44 LICENSE 03:45:08 -rw-rw-r--. 1 jenkins jenkins 951 Aug 10 03:44 Makefile 03:45:08 -rw-rw-r--. 1 jenkins jenkins 3545 Aug 10 03:44 README.md 03:45:08 drwxrwxr-x. 3 jenkins jenkins 44 Aug 10 03:44 .semver 03:45:08 -rw-rw-r--. 1 jenkins jenkins 11 Aug 10 03:41 VERSION 03:45:08 -rw-rw-r--. 1 jenkins jenkins 155 Aug 10 03:44 version.go [Pipeline] isUnix [Pipeline] sh 03:45:09 + 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=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b --label arch=amd64 --label version=1.2.2-dev.5 . 03:45:09 Sending build context to Docker daemon 21.87MB 03:45:09 Step 1/24 : ARG BASE=golang:1.13-alpine 03:45:09 Step 2/24 : FROM ${BASE} AS builder 03:45:09 ---> 47b8ffb31027 03:45:09 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:45:09 ---> Running in c1e8bc8c318d 03:45:10 Removing intermediate container c1e8bc8c318d 03:45:10 ---> 6ee85b5d81f3 03:45:10 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:45:10 ---> Running in a55996d7b8d2 03:45:10 Removing intermediate container a55996d7b8d2 03:45:10 ---> e39bc4d1363e 03:45:10 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:45:10 ---> Running in 672acafb28fd 03:45:10 Removing intermediate container 672acafb28fd 03:45:10 ---> 855e5eb01f87 03:45:10 Step 6/24 : LABEL Name=edgex-ui-go 03:45:10 ---> Running in d44054f5eda1 03:45:10 Removing intermediate container d44054f5eda1 03:45:10 ---> ea7d1e183794 03:45:10 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:45:11 ---> Running in de861774ca57 03:45:11 Removing intermediate container de861774ca57 03:45:11 ---> eb803cb2921c 03:45:11 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:11 Removing intermediate container 5bf8b4ce8c41 03:45:11 ---> b9febb015a74 03:45:11 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:45:11 ---> Running in ad6296cc81ba 03:45:11 ---> Running in 487a65d52155 03:45:12 Removing intermediate container 487a65d52155 03:45:12 ---> 8a7fa29e8338 03:45:12 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:45:12 ---> Running in aed6ee064d4f 03:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:45:14 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:45:14 v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] 03:45:14 OK: 12749 distinct packages available 03:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:14 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:45:14 v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] 03:45:14 OK: 12620 distinct packages available 03:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:15 OK: 166 MiB in 39 packages 03:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:45:15 Removing intermediate container aed6ee064d4f 03:45:15 ---> 743b57ea9fd5 03:45:15 Step 10/24 : ENV GO111MODULE=on 03:45:16 ---> Running in 536415d4ff38 03:45:16 Removing intermediate container 536415d4ff38 03:45:16 ---> 35adb4f545a0 03:45:16 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:45:16 ---> Running in 7034c5e4f64e 03:45:16 Removing intermediate container 7034c5e4f64e 03:45:16 ---> 5b85770d87da 03:45:16 Step 12/24 : COPY go.mod . 03:45:16 ---> 5de713ac2418 03:45:16 Step 13/24 : COPY Makefile . 03:45:16 OK: 142 MiB in 39 packages 03:45:16 ---> 116cabeaba70 03:45:16 Step 14/24 : RUN make update 03:45:16 ---> Running in 72b0e4754c05 03:45:17 CGO_ENABLED=0 GO111MODULE=on go mod download 03:45:17 Removing intermediate container ad6296cc81ba 03:45:17 ---> ba545387b267 03:45:17 Step 10/24 : ENV GO111MODULE=on 03:45:17 Removing intermediate container 72b0e4754c05 03:45:17 ---> 3f27f08fadcc 03:45:17 Step 15/24 : COPY . . 03:45:17 ---> Running in 1bec0b5918cf 03:45:18 Removing intermediate container 1bec0b5918cf 03:45:18 ---> 3c3b0037d3a1 03:45:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:45:18 ---> Running in d76e2ee4e263 03:45:19 Removing intermediate container d76e2ee4e263 03:45:19 ---> 2183cf465cce 03:45:19 Step 12/24 : COPY go.mod . 03:45:19 ---> a41152639aa2 03:45:19 Step 16/24 : RUN ${MAKE} 03:45:19 ---> Running in 1318728841f1 03:45:19 ---> f22c8e40a4a4 03:45:19 Step 13/24 : COPY Makefile . 03:45:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.5" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:45:20 ---> 42ca4ed83947 03:45:20 Step 14/24 : RUN make update 03:45:20 ---> Running in c53fb4ef5f9e 03:45:21 CGO_ENABLED=0 GO111MODULE=on go mod download 03:45:23 Removing intermediate container c53fb4ef5f9e 03:45:23 ---> 56972d7204fc 03:45:23 Step 15/24 : COPY . . 03:45:25 ---> 766ee9a8b04b 03:45:25 Step 16/24 : RUN ${MAKE} 03:45:25 ---> Running in 5350ed0f0343 03:45:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.5" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:45:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:45:33 Removing intermediate container 1318728841f1 03:45:33 ---> 31f3571501bd 03:45:33 Step 17/24 : FROM alpine 03:45:33 latest: Pulling from library/alpine 03:45:33 df20fa9351a1: Already exists 03:45:33 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:45:33 Status: Downloaded newer image for alpine:latest 03:45:33 ---> a24bb4013296 03:45:33 Step 18/24 : EXPOSE 4000 03:45:33 ---> Running in b05d616daae3 03:45:33 Removing intermediate container b05d616daae3 03:45:33 ---> 52d05709693f 03:45:33 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 03:45:34 ---> e8bdf8bc7da9 03:45:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:45:34 ---> Running in 4b31deef2b5d 03:45:34 Removing intermediate container 4b31deef2b5d 03:45:34 ---> 2a3a2785c41d 03:45:34 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:45:34 ---> Running in 31d5a5dcedfe 03:45:34 Removing intermediate container 31d5a5dcedfe 03:45:34 ---> 3cfcd09e3ecc 03:45:34 Step 22/24 : LABEL arch=amd64 03:45:34 ---> Running in e7c0c11b3828 03:45:35 Removing intermediate container e7c0c11b3828 03:45:35 ---> ef96a520b8c8 03:45:35 Step 23/24 : LABEL git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:45:35 ---> Running in 1c6bc3e2f2f9 03:45:35 Removing intermediate container 1c6bc3e2f2f9 03:45:35 ---> 0c2e5845478e 03:45:35 Step 24/24 : LABEL version=1.2.2-dev.5 03:45:35 ---> Running in 3c6816cdefa6 03:45:35 Removing intermediate container 3c6816cdefa6 03:45:35 ---> c84a44b4de6d 03:45:35 [Warning] One or more build-args [ARCH] were not consumed 03:45:35 Successfully built c84a44b4de6d 03:45:35 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 03:45:36 provisioning config files... 03:45:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/48@tmp/config3236886580028001023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:45:36 nexus3.edgexfoundry.org:10001 03:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:36 Configure a credential helper to remove this warning. See 03:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:36 03:45:36 Login Succeeded 03:45:36 nexus3.edgexfoundry.org:10002 03:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:36 Configure a credential helper to remove this warning. See 03:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:36 03:45:36 Login Succeeded 03:45:36 nexus3.edgexfoundry.org:10003 03:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:37 Configure a credential helper to remove this warning. See 03:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:37 03:45:37 Login Succeeded 03:45:37 nexus3.edgexfoundry.org:10004 03:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:37 Configure a credential helper to remove this warning. See 03:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:37 03:45:37 Login Succeeded 03:45:37 docker.io 03:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:37 Configure a credential helper to remove this warning. See 03:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:37 03:45:37 Login Succeeded [Pipeline] } 03:45:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:45:37 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 03:45:37 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:45:37 latest 03:45:37 1.2.2-dev.5 03:45:37 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:45:37 master 03:45:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:45:38 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] isUnix [Pipeline] sh 03:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:45:38 ddf836d5aa74: Preparing 03:45:38 50644c29ef5a: Preparing 03:45:38 50644c29ef5a: Layer already exists 03:45:39 ddf836d5aa74: Pushed 03:45:39 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh 03:45:40 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 03:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:45:40 ddf836d5aa74: Preparing 03:45:40 50644c29ef5a: Preparing 03:45:40 50644c29ef5a: Layer already exists 03:45:40 ddf836d5aa74: Layer already exists 03:45:40 latest: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh 03:45:40 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 03:45:41 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 03:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:45:41 ddf836d5aa74: Preparing 03:45:41 50644c29ef5a: Preparing 03:45:41 ddf836d5aa74: Layer already exists 03:45:41 50644c29ef5a: Layer already exists 03:45:41 1.2.2-dev.5: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh 03:45:41 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 03:45:41 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:45:41 ddf836d5aa74: Preparing 03:45:41 50644c29ef5a: Preparing 03:45:41 ddf836d5aa74: Layer already exists 03:45:41 50644c29ef5a: Layer already exists 03:45:41 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh 03:45:42 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 03:45:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 03:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:45:42 ddf836d5aa74: Preparing 03:45:42 50644c29ef5a: Preparing 03:45:42 50644c29ef5a: Layer already exists 03:45:42 ddf836d5aa74: Layer already exists 03:45:42 master: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:45:42 ===================================================== [Pipeline] echo 03:45:42 taggedImages: 03:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 03:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [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] } 03:45:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:45:57 Removing intermediate container 5350ed0f0343 03:45:57 ---> 5c1a0d336710 03:45:57 Step 17/24 : FROM alpine 03:45:57 latest: Pulling from library/alpine 03:45:57 b538f80385f9: Already exists 03:45:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:45:57 Status: Downloaded newer image for alpine:latest 03:45:57 ---> 62ee0e9f8440 03:45:57 Step 18/24 : EXPOSE 4000 03:45:57 ---> Running in e952fd29886d 03:45:58 Removing intermediate container e952fd29886d 03:45:58 ---> b920863ac7a1 03:45:58 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 03:46:00 ---> 7e41615603bc 03:46:00 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:46:00 ---> Running in b6bb4f278194 03:46:00 Removing intermediate container b6bb4f278194 03:46:00 ---> 37eef6c661c5 03:46:00 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:46:00 ---> Running in 014f8c7539e5 03:46:01 Removing intermediate container 014f8c7539e5 03:46:01 ---> 35ee9fad1af7 03:46:01 Step 22/24 : LABEL arch=arm64 03:46:01 ---> Running in 463ec1f5d634 03:46:02 Removing intermediate container 463ec1f5d634 03:46:02 ---> e62cb6657a37 03:46:02 Step 23/24 : LABEL git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:02 ---> Running in 6ea897ea14b7 03:46:02 Removing intermediate container 6ea897ea14b7 03:46:02 ---> fca0d80536d2 03:46:02 Step 24/24 : LABEL version=1.2.2-dev.5 03:46:02 ---> Running in 227198339ad0 03:46:03 Removing intermediate container 227198339ad0 03:46:03 ---> a7406ef3cb0e 03:46:03 [Warning] One or more build-args [ARCH] were not consumed 03:46:03 Successfully built a7406ef3cb0e 03:46:03 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 03:46:03 provisioning config files... 03:46:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/48@tmp/config6484990349786843133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:04 nexus3.edgexfoundry.org:10001 03:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:04 Configure a credential helper to remove this warning. See 03:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:04 03:46:04 Login Succeeded 03:46:04 nexus3.edgexfoundry.org:10002 03:46:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:05 Configure a credential helper to remove this warning. See 03:46:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:05 03:46:05 Login Succeeded 03:46:05 nexus3.edgexfoundry.org:10003 03:46:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:05 Configure a credential helper to remove this warning. See 03:46:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:05 03:46:05 Login Succeeded 03:46:05 nexus3.edgexfoundry.org:10004 03:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:06 Configure a credential helper to remove this warning. See 03:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:06 03:46:06 Login Succeeded 03:46:06 docker.io 03:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:07 Configure a credential helper to remove this warning. See 03:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:07 03:46:07 Login Succeeded [Pipeline] } 03:46:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:07 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 03:46:07 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:07 latest 03:46:07 1.2.2-dev.5 03:46:07 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:46:07 master 03:46:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:46:08 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] isUnix [Pipeline] sh 03:46:08 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:46:08 4edcf88836c5: Preparing 03:46:08 e2f13739ad41: Preparing 03:46:08 e2f13739ad41: Layer already exists 03:46:12 4edcf88836c5: Pushed 03:46:12 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh 03:46:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:46:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:46:13 4edcf88836c5: Preparing 03:46:13 e2f13739ad41: Preparing 03:46:13 e2f13739ad41: Layer already exists 03:46:13 4edcf88836c5: Layer already exists 03:46:13 latest: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh 03:46:13 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 03:46:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 03:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:46:13 4edcf88836c5: Preparing 03:46:13 e2f13739ad41: Preparing 03:46:13 e2f13739ad41: Layer already exists 03:46:13 4edcf88836c5: Layer already exists 03:46:13 1.2.2-dev.5: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh 03:46:14 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 03:46:14 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:46:14 4edcf88836c5: Preparing 03:46:14 e2f13739ad41: Preparing 03:46:14 4edcf88836c5: Layer already exists 03:46:14 e2f13739ad41: Layer already exists 03:46:14 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh 03:46:15 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:46:15 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 03:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:46:15 4edcf88836c5: Preparing 03:46:15 e2f13739ad41: Preparing 03:46:15 e2f13739ad41: Layer already exists 03:46:15 4edcf88836c5: Layer already exists 03:46:15 master: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:16 ===================================================== [Pipeline] echo 03:46:16 taggedImages: 03:46:16 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:16 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:46:16 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 03:46:16 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 03:46:16 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:46:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:46:17 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:46:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:46:17 03:46:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 03:46:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:46:18 1.317.0: Pulling from edgex-devops/edgex-snyk-go 03:46:18 cbdbe7a5bc2a: Pulling fs layer 03:46:18 408f87550127: Pulling fs layer 03:46:18 fe522b08c979: Pulling fs layer 03:46:18 221eaa008020: Pulling fs layer 03:46:18 2a4607e5d6b9: Pulling fs layer 03:46:18 8f79b27c4fd2: Pulling fs layer 03:46:18 e5c8dbe1645b: Pulling fs layer 03:46:18 23e8b3b47431: Pulling fs layer 03:46:18 5c568d65a230: Pulling fs layer 03:46:18 2a4607e5d6b9: Waiting 03:46:18 8f79b27c4fd2: Waiting 03:46:18 e5c8dbe1645b: Waiting 03:46:18 23e8b3b47431: Waiting 03:46:18 5c568d65a230: Waiting 03:46:18 221eaa008020: Waiting 03:46:18 fe522b08c979: Verifying Checksum 03:46:18 fe522b08c979: Download complete 03:46:18 408f87550127: Verifying Checksum 03:46:18 408f87550127: Download complete 03:46:18 2a4607e5d6b9: Download complete 03:46:18 8f79b27c4fd2: Verifying Checksum 03:46:18 8f79b27c4fd2: Download complete 03:46:18 cbdbe7a5bc2a: Verifying Checksum 03:46:18 e5c8dbe1645b: Download complete 03:46:18 cbdbe7a5bc2a: Pull complete 03:46:19 23e8b3b47431: Verifying Checksum 03:46:19 23e8b3b47431: Download complete 03:46:19 408f87550127: Pull complete 03:46:19 5c568d65a230: Verifying Checksum 03:46:19 5c568d65a230: Download complete 03:46:19 fe522b08c979: Pull complete 03:46:20 221eaa008020: Verifying Checksum 03:46:20 221eaa008020: Download complete 03:46:26 221eaa008020: Pull complete 03:46:26 2a4607e5d6b9: Pull complete 03:46:26 8f79b27c4fd2: Pull complete 03:46:28 e5c8dbe1645b: Pull complete 03:46:31 23e8b3b47431: Pull complete 03:46:32 5c568d65a230: Pull complete 03:46:32 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 03:46:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:46:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 03:46:33 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:46:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 03:46:34 $ docker top 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:34 + snyk monitor '--org=edgex-jenkins' 03:46:44 03:46:44 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 03:46:44 03:46:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9c501ab8-04ca-44e2-805a-777d596f930a 03:46:44 03:46:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:46:44 03:46:44 03:46:44 Snyk CLI supports Node.js 8 and higher. 03:46:44 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 03:46:44 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 03:46:44 03:46:44 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 03:46:44 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 03:46:44 $ docker stop --time=1 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 03:46:46 $ docker rm -f 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:46:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:47 03:46:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 03:46:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:48 latest: Pulling from edgex-devops/edgex-klar 03:46:48 e7c96db7181b: Pulling fs layer 03:46:48 1868ca2cb446: Pulling fs layer 03:46:48 136be5d0fe8e: Pulling fs layer 03:46:48 894bfe63afcb: Pulling fs layer 03:46:48 894bfe63afcb: Waiting 03:46:48 1868ca2cb446: Verifying Checksum 03:46:48 1868ca2cb446: Download complete 03:46:48 136be5d0fe8e: Verifying Checksum 03:46:48 136be5d0fe8e: Download complete 03:46:48 e7c96db7181b: Verifying Checksum 03:46:48 e7c96db7181b: Download complete 03:46:48 894bfe63afcb: Verifying Checksum 03:46:48 894bfe63afcb: Download complete 03:46:48 e7c96db7181b: Pull complete 03:46:48 1868ca2cb446: Pull complete 03:46:48 136be5d0fe8e: Pull complete 03:46:49 894bfe63afcb: Pull complete 03:46:49 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 03:46:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 03:46:49 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:46:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:46:50 $ docker top 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:51 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:51 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:54 $ docker stop --time=1 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 03:46:55 $ docker rm -f 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:46:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:56 . [Pipeline] withDockerContainer 03:46:56 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:46:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:46:57 $ docker top 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:57 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:46:57 + tee 03:46:57 clair timeout 1m0s 03:46:57 docker timeout: 1m0s 03:46:57 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:58 $ docker stop --time=1 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e 03:46:59 $ docker rm -f 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e [Pipeline] // withDockerContainer [Pipeline] sh 03:47:00 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 03:47:00 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b.html [Pipeline] writeFile [Pipeline] step 03:47:00 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:47:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:00 . [Pipeline] withDockerContainer 03:47:00 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:47:01 $ docker top 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:01 + + tee/klar 03:47:01 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:04 $ docker stop --time=1 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c 03:47:05 $ docker rm -f 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:06 . [Pipeline] withDockerContainer 03:47:06 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:47:07 $ docker top 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:07 + tee 03:47:07 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b 03:47:07 clair timeout 1m0s 03:47:07 docker timeout: 1m0s 03:47:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:08 $ docker stop --time=1 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 03:47:09 $ docker rm -f 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 [Pipeline] // withDockerContainer [Pipeline] sh 03:47:10 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 03:47:10 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b.html [Pipeline] writeFile [Pipeline] step 03:47:10 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 03:47:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:47:11 . [Pipeline] withDockerContainer 03:47:11 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:47:12 $ docker top a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:47:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:47:12 [ssh-agent] Looking for ssh-agent implementation... 03:47:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:47:12 $ docker exec a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 ssh-agent 03:47:12 SSH_AUTH_SOCK=/tmp/ssh-NA6kcQBMD3HE/agent.11 03:47:12 SSH_AGENT_PID=16 03:47:12 Running ssh-add (command line suppressed) 03:47:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7228333245106429924.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7228333245106429924.key) 03:47:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:47:13 + git semver tag 03:47:13 # -> Open(): unable to determine branch for HEAD 03:47:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:47:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:47:13 # $SEMVER_REMOTE_NAME = origin 03:47:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:47:13 # $SEMVER_USER_NAME = edgex-jenkins 03:47:13 # $SEMVER_BRANCH = master 03:47:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:47:13 # b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b HEAD 03:47:13 # -> Force: false 03:47:13 # aa23877c7ccc03e7f278aebc568a16f84082946f refs/tags/v1.2.2-dev.5 [Pipeline] } 03:47:13 $ docker exec --env ******** --env ******** a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 ssh-agent -k 03:47:13 unset SSH_AUTH_SOCK; 03:47:13 unset SSH_AGENT_PID; 03:47:13 echo Agent pid 16 killed; 03:47:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:47:14 + git semver [Pipeline] } 03:47:14 $ docker stop --time=1 a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 03:47:15 $ docker rm -f a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:47:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:47:16 03:47:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:47:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:47:16 0.23.1-centos7: Pulling from edgex-lftools 03:47:16 ab5ef0e58194: Pulling fs layer 03:47:16 9712f1f96733: Pulling fs layer 03:47:16 63f879dbbcfc: Pulling fs layer 03:47:16 0d9ebad4ef96: Pulling fs layer 03:47:16 e9a5061849ea: Pulling fs layer 03:47:16 d747dcd14b5f: Pulling fs layer 03:47:16 2de7ff778b66: Pulling fs layer 03:47:16 e9a5061849ea: Waiting 03:47:16 d747dcd14b5f: Waiting 03:47:16 2de7ff778b66: Waiting 03:47:16 0d9ebad4ef96: Waiting 03:47:16 9712f1f96733: Verifying Checksum 03:47:16 9712f1f96733: Download complete 03:47:17 63f879dbbcfc: Verifying Checksum 03:47:17 63f879dbbcfc: Download complete 03:47:17 e9a5061849ea: Verifying Checksum 03:47:17 e9a5061849ea: Download complete 03:47:17 d747dcd14b5f: Download complete 03:47:17 2de7ff778b66: Verifying Checksum 03:47:17 2de7ff778b66: Download complete 03:47:17 0d9ebad4ef96: Verifying Checksum 03:47:17 0d9ebad4ef96: Download complete 03:47:17 ab5ef0e58194: Verifying Checksum 03:47:17 ab5ef0e58194: Download complete 03:47:21 ab5ef0e58194: Pull complete 03:47:21 9712f1f96733: Pull complete 03:47:24 63f879dbbcfc: Pull complete 03:47:30 0d9ebad4ef96: Pull complete 03:47:30 e9a5061849ea: Pull complete 03:47:30 d747dcd14b5f: Pull complete 03:47:34 2de7ff778b66: Pull complete 03:47:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:47:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:47:34 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:47:38 $ docker top aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:47:38 provisioning config files... 03:47:38 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6291173900950434408tmp 03:47:38 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6408852834406929656tmp 03:47:38 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9091031622473329659tmp [Pipeline] { [Pipeline] echo 03:47:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:47:39 ---> sigul-configuration.sh 03:47:39 gpg: directory `/root/.gnupg' created 03:47:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:47:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:47:39 gpg: keyring `/root/.gnupg/secring.gpg' created 03:47:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:47:39 gpg: CAST5 encrypted data 03:47:39 gpg: encrypted with 1 passphrase 03:47:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:47:39 + mkdir /home/jenkins 03:47:39 + mkdir /home/jenkins/sigul [Pipeline] sh 03:47:39 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 03:47:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:47:40 ---> sigul-install.sh 03:47:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:47:45 + git tag --list 03:47:45 v1.2.2-dev.5 [Pipeline] sh 03:47:46 + lftools sign git-tag v1.2.2-dev.5 03:47:47 Signing Git tag with Sigul... 03:47:47 Signing v1.2.2-dev.5 [Pipeline] echo 03:47:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:47:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:47:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:47:48 $ docker stop --time=1 aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 03:47:50 $ docker rm -f aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:47:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:47:51 . [Pipeline] withDockerContainer 03:47:51 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47:51 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:47:52 $ docker top 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:47:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:47:52 [ssh-agent] Looking for ssh-agent implementation... 03:47:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:47:52 $ docker exec 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 ssh-agent 03:47:52 SSH_AUTH_SOCK=/tmp/ssh-KLZvaGThctYM/agent.12 03:47:52 SSH_AGENT_PID=17 03:47:52 Running ssh-add (command line suppressed) 03:47:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5508592227973072760.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5508592227973072760.key) 03:47:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:47:53 + git semver bump pre 03:47:53 # -> Open(): unable to determine branch for HEAD 03:47:53 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:47:53 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:47:53 # $SEMVER_REMOTE_NAME = origin 03:47:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:47:53 # $SEMVER_USER_NAME = edgex-jenkins 03:47:53 # $SEMVER_BRANCH = master 03:47:53 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:47:53 1.2.2-dev.6 [Pipeline] } 03:47:53 $ docker exec --env ******** --env ******** 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 ssh-agent -k 03:47:53 unset SSH_AUTH_SOCK; 03:47:53 unset SSH_AGENT_PID; 03:47:53 echo Agent pid 17 killed; 03:47:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:47:53 + git semver [Pipeline] } 03:47:54 $ docker stop --time=1 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 03:47:55 $ docker rm -f 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:47:55 . [Pipeline] withDockerContainer 03:47:55 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:47: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:47:56 $ docker top ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:47:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:47:56 [ssh-agent] Looking for ssh-agent implementation... 03:47:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:47:57 $ docker exec ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd ssh-agent 03:47:57 SSH_AUTH_SOCK=/tmp/ssh-FpbCUwx7J1dF/agent.13 03:47:57 SSH_AGENT_PID=19 03:47:57 Running ssh-add (command line suppressed) 03:47:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8445604202852681885.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8445604202852681885.key) 03:47:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:47:57 + git semver push 03:47:57 # -> Open(): unable to determine branch for HEAD 03:47:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:47:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:47:57 # $SEMVER_REMOTE_NAME = origin 03:47:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:47:57 # $SEMVER_USER_NAME = edgex-jenkins 03:47:57 # $SEMVER_BRANCH = master 03:47:57 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:48:05 $ docker exec --env ******** --env ******** ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd ssh-agent -k 03:48:05 unset SSH_AUTH_SOCK; 03:48:05 unset SSH_AGENT_PID; 03:48:05 echo Agent pid 19 killed; 03:48:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:48:06 + git semver [Pipeline] } 03:48:06 $ docker stop --time=1 ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd 03:48:07 $ docker rm -f ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:48:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:48:09 ---> package-listing.sh 03:48:09 ++ facter osfamily 03:48:09 ++ tr '[:upper:]' '[:lower:]' 03:48:09 + OS_FAMILY=redhat 03:48:09 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 03:48:09 + START_PACKAGES=/tmp/packages_start.txt 03:48:09 + END_PACKAGES=/tmp/packages_end.txt 03:48:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:48:09 + PACKAGES=/tmp/packages_start.txt 03:48:09 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:48:09 + PACKAGES=/tmp/packages_end.txt 03:48:09 + case "${OS_FAMILY}" in 03:48:09 + rpm -qa 03:48:09 + sort 03:48:13 + '[' -f /tmp/packages_start.txt ']' 03:48:13 + '[' -f /tmp/packages_end.txt ']' 03:48:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:48:13 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:48:13 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 03:48:13 + 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 03:48:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:48:14 03:48:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:48:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:48:14 alpine: Pulling from edgex-lftools-log-publisher 03:48:14 c9b1b535fdd9: Pulling fs layer 03:48:14 2cc5ad85d9ab: Pulling fs layer 03:48:14 756a868c4378: Pulling fs layer 03:48:14 444b2fc9a129: Pulling fs layer 03:48:14 ea15f1150254: Pulling fs layer 03:48:14 41b27a9f41bf: Pulling fs layer 03:48:14 28c525ee5125: Pulling fs layer 03:48:14 094b1ea09ed8: Pulling fs layer 03:48:14 138eaada9080: Pulling fs layer 03:48:14 0622d0fa9048: Pulling fs layer 03:48:14 444b2fc9a129: Waiting 03:48:14 ea15f1150254: Waiting 03:48:14 41b27a9f41bf: Waiting 03:48:14 28c525ee5125: Waiting 03:48:14 094b1ea09ed8: Waiting 03:48:14 0622d0fa9048: Waiting 03:48:14 2cc5ad85d9ab: Verifying Checksum 03:48:14 2cc5ad85d9ab: Download complete 03:48:14 444b2fc9a129: Verifying Checksum 03:48:14 444b2fc9a129: Download complete 03:48:14 c9b1b535fdd9: Verifying Checksum 03:48:14 c9b1b535fdd9: Download complete 03:48:14 ea15f1150254: Download complete 03:48:14 28c525ee5125: Verifying Checksum 03:48:14 28c525ee5125: Download complete 03:48:15 756a868c4378: Verifying Checksum 03:48:15 756a868c4378: Download complete 03:48:15 c9b1b535fdd9: Pull complete 03:48:15 094b1ea09ed8: Verifying Checksum 03:48:15 094b1ea09ed8: Download complete 03:48:15 138eaada9080: Verifying Checksum 03:48:15 138eaada9080: Download complete 03:48:15 0622d0fa9048: Verifying Checksum 03:48:15 0622d0fa9048: Download complete 03:48:15 2cc5ad85d9ab: Pull complete 03:48:16 41b27a9f41bf: Verifying Checksum 03:48:16 41b27a9f41bf: Download complete 03:48:17 756a868c4378: Pull complete 03:48:17 444b2fc9a129: Pull complete 03:48:18 ea15f1150254: Pull complete 03:48:21 41b27a9f41bf: Pull complete 03:48:21 28c525ee5125: Pull complete 03:48:23 094b1ea09ed8: Pull complete 03:48:23 138eaada9080: Pull complete 03:48:23 0622d0fa9048: Pull complete 03:48:23 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:48:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:48:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:48:24 prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container 03:48:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:48:26 $ docker top 53892ee9c133f64e19ad6f9f50e8f4ebdce5b2538cc279b26c936028e9fe6cfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:48:26 provisioning config files... 03:48:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8452598550954180102tmp [Pipeline] { [Pipeline] echo 03:48:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:48:27 ---> create-netrc.sh [Pipeline] echo 03:48:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:48:27 ---> logs-deploy.sh 03:48:27 + ARCHIVE_ARTIFACTS= 03:48:27 + LOGS_SERVER=https://logs.edgexfoundry.org 03:48:27 + '[' https://logs.edgexfoundry.org == None ']' 03:48:27 + NEXUS_URL=https://nexus.edgexfoundry.org 03:48:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 03:48:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/48/ 03:48:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 /w/workspace/edgexfoundry_edgex-ui-go_master 03:48:28 Archives upload complete. 03:48:28 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/48/ 03:48:29 ---> uname -a: 03:48:29 Linux 53892ee9c133 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:48:29 03:48:29 03:48:29 ---> lscpu: 03:48:29 Architecture: x86_64 03:48:29 CPU op-mode(s): 32-bit, 64-bit 03:48:29 Byte Order: Little Endian 03:48:29 Address sizes: 40 bits physical, 48 bits virtual 03:48:29 CPU(s): 4 03:48:29 On-line CPU(s) list: 0-3 03:48:29 Thread(s) per core: 1 03:48:29 Core(s) per socket: 1 03:48:29 Socket(s): 4 03:48:29 NUMA node(s): 1 03:48:29 Vendor ID: GenuineIntel 03:48:29 CPU family: 6 03:48:29 Model: 44 03:48:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:48:29 Stepping: 1 03:48:29 CPU MHz: 2933.436 03:48:29 BogoMIPS: 5866.87 03:48:29 Virtualization: VT-x 03:48:29 Hypervisor vendor: KVM 03:48:29 Virtualization type: full 03:48:29 L1d cache: 128 KiB 03:48:29 L1i cache: 128 KiB 03:48:29 L2 cache: 16 MiB 03:48:29 L3 cache: 64 MiB 03:48:29 NUMA node0 CPU(s): 0-3 03:48:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:48:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:48:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:48:29 Vulnerability Meltdown: Mitigation; PTI 03:48:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:48:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:48:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:48:29 Vulnerability Tsx async abort: Not affected 03:48:29 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 03:48:29 03:48:29 03:48:29 ---> nproc: 03:48:29 4 03:48:29 03:48:29 03:48:29 ---> df -h: 03:48:29 Filesystem Size Used Available Use% Mounted on 03:48:29 overlay 50.0G 8.5G 41.5G 17% / 03:48:29 tmpfs 64.0M 0 64.0M 0% /dev 03:48:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:48:29 shm 64.0M 0 64.0M 0% /dev/shm 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 03:48:29 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 03:48:29 03:48:29 03:48:29 ---> free -m: 03:48:29 total used free shared buff/cache available 03:48:29 Mem: 1837 773 105 0 958 995 03:48:29 Swap: 1023 3 1020 03:48:29 03:48:29 03:48:29 ---> ip addr: 03:48:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:48:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:48:29 inet 127.0.0.1/8 scope host lo 03:48:29 valid_lft forever preferred_lft forever 03:48:29 24: eth0@if25: mtu 1458 qdisc noqueue state UP 03:48:29 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:48:29 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:48:29 valid_lft forever preferred_lft forever 03:48:29 03:48:29 03:48:29 ---> sar -b -r -n DEV: 03:48:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 03:48:29 03:48:29 03:40:12 LINUX RESTART 03:48:29 03:48:29 03:41:01 tps rtps wtps bread/s bwrtn/s 03:48:29 03:42:01 47.86 12.72 35.14 4457.07 3107.46 03:48:29 03:43:01 1.68 0.00 1.68 0.00 29.96 03:48:29 03:44:01 0.23 0.00 0.23 0.00 2.98 03:48:29 03:45:01 0.33 0.00 0.33 0.00 3.40 03:48:29 03:46:01 0.22 0.00 0.22 0.00 3.30 03:48:29 03:47:01 256.23 150.16 106.08 6757.32 32587.68 03:48:29 03:48:01 218.16 86.47 131.69 4812.38 32797.62 03:48:29 Average: 74.99 35.63 39.35 2290.26 9794.00 03:48:29 03:48:29 03:41:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:48:29 03:42:01 171528 1710028 90.88 2620 1160288 1108160 37.82 392244 1157820 16 03:48:29 03:43:01 176428 1705128 90.62 2620 1160292 1080988 36.89 392632 1153732 8 03:48:29 03:44:01 172868 1708688 90.81 2620 1160300 1081284 36.90 397808 1151740 12 03:48:29 03:45:01 170476 1711080 90.94 2620 1160300 1081284 36.90 402184 1149568 8 03:48:29 03:46:01 170776 1710780 90.92 2620 1160308 1081164 36.90 406328 1145444 16 03:48:29 03:47:01 160748 1720808 91.46 2596 1046188 1407736 48.04 584316 939200 36 03:48:29 03:48:01 235896 1645660 87.46 1500 909144 1315824 44.91 608340 748432 48 03:48:29 Average: 179817 1701739 90.44 2457 1108117 1165206 39.77 454836 1063705 21 03:48:29 03:48:29 03:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:48:29 03:42:01 eth0 149.79 128.93 672.58 153.80 0.00 0.00 0.00 03:48:29 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:42:01 docker0 30.38 22.54 2.76 105.29 0.00 0.00 0.00 03:48:29 03:43:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 03:48:29 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:44:01 eth0 2.90 1.55 3.13 0.28 0.00 0.00 0.00 03:48:29 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:45:01 eth0 0.43 0.35 0.26 0.17 0.00 0.00 0.00 03:48:29 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:46:01 eth0 0.27 0.25 0.12 0.11 0.00 0.00 0.00 03:48:29 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:47:01 eth0 230.51 171.42 4056.11 66.36 0.00 0.00 0.00 03:48:29 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:48:29 03:47:01 vethb8e8bea 0.00 0.02 0.00 0.00 0.00 0.00 0.00 03:48:29 03:47:01 docker0 71.32 65.27 6.85 208.12 0.00 0.00 0.00 03:48:29 03:48:01 veth117f0d0 1.23 1.02 0.18 0.17 0.00 0.00 0.00 03:48:29 03:48:01 eth0 964.84 642.44 8899.96 324.44 0.00 0.00 0.00 03:48:29 03:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:48:29 03:48:01 docker0 26.26 38.51 1.63 186.98 0.00 0.00 0.00 03:48:29 Average: veth117f0d0 0.18 0.15 0.03 0.02 0.00 0.00 0.00 03:48:29 Average: eth0 137.91 91.83 1272.12 46.37 0.00 0.00 0.00 03:48:29 Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 03:48:29 Average: docker0 13.94 14.83 1.21 56.46 0.00 0.00 0.00 03:48:29 03:48:29 03:48:29 ---> sar -P ALL: 03:48:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 03:48:29 03:48:29 03:40:12 LINUX RESTART 03:48:29 03:48:29 03:41:01 CPU %user %nice %system %iowait %steal %idle 03:48:29 03:42:01 all 4.21 0.00 2.08 1.74 0.07 91.90 03:48:29 03:42:01 0 4.43 0.00 2.13 0.55 0.07 92.82 03:48:29 03:42:01 1 3.52 0.00 1.84 0.69 0.07 93.88 03:48:29 03:42:01 2 4.81 0.00 2.20 5.08 0.07 87.84 03:48:29 03:42:01 3 4.06 0.00 2.11 0.64 0.07 93.13 03:48:29 03:43:01 all 0.14 0.00 0.04 0.00 0.00 99.82 03:48:29 03:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:48:29 03:43:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:48:29 03:43:01 2 0.43 0.00 0.05 0.00 0.00 99.52 03:48:29 03:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:48:29 03:44:01 all 0.21 0.00 0.04 0.00 0.00 99.75 03:48:29 03:44:01 0 0.10 0.00 0.05 0.00 0.00 99.85 03:48:29 03:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:48:29 03:44:01 2 0.55 0.00 0.05 0.00 0.02 99.38 03:48:29 03:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 03:48:29 03:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 03:48:29 03:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:48:29 03:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:48:29 03:45:01 2 0.52 0.00 0.05 0.00 0.00 99.43 03:48:29 03:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:48:29 03:46:01 all 0.15 0.00 0.07 0.00 0.00 99.78 03:48:29 03:46:01 0 0.10 0.00 0.05 0.00 0.00 99.85 03:48:29 03:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:48:29 03:46:01 2 0.45 0.00 0.18 0.00 0.00 99.37 03:48:29 03:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:48:29 03:47:01 all 8.77 0.00 5.78 2.44 0.10 82.91 03:48:29 03:47:01 0 9.02 0.00 6.01 1.35 0.10 83.52 03:48:29 03:47:01 1 9.40 0.00 5.66 2.27 0.12 82.55 03:48:29 03:47:01 2 8.24 0.00 5.87 2.50 0.08 83.31 03:48:29 03:47:01 3 8.43 0.00 5.58 3.65 0.08 82.25 03:48:29 03:48:01 all 11.47 0.00 7.97 3.20 0.14 77.22 03:48:29 03:48:01 0 9.95 0.00 8.27 2.26 0.15 79.36 03:48:29 03:48:01 1 14.19 0.00 7.66 3.26 0.14 74.75 03:48:29 03:48:01 2 10.78 0.00 7.08 2.40 0.14 79.60 03:48:29 03:48:01 3 10.95 0.00 8.91 4.86 0.14 75.15 03:48:29 Average: all 3.55 0.00 2.26 1.04 0.05 93.09 03:48:29 Average: 0 3.35 0.00 2.34 0.59 0.05 93.67 03:48:29 Average: 1 3.85 0.00 2.16 0.88 0.05 93.06 03:48:29 Average: 2 3.66 0.00 2.19 1.42 0.04 92.69 03:48:29 Average: 3 3.34 0.00 2.36 1.29 0.04 92.97 03:48:29 03:48:29 03:48:29