Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c0d0adb7103374904f8518c035744b78f61b9238 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4105 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision c0d0adb7103374904f8518c035744b78f61b9238 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 Commit message: "Add doc for mqtt device registration" > git rev-list --no-walk c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T10:14:12.825Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T10:14:12.940Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-23T10:14:12.979Z] ========================================================= [2020-06-23T10:14:12.979Z] EdgeX Global Pipelines Version Info [2020-06-23T10:14:12.979Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:14:14.896Z] ------------------- [2020-06-23T10:14:14.897Z] stable info: [2020-06-23T10:14:14.897Z] ------------------- [2020-06-23T10:14:14.897Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T10:14:14.897Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T10:14:14.897Z] Message: update stable to v1.0.89 [2020-06-23T10:14:15.468Z] ------------------- [2020-06-23T10:14:15.468Z] experimental info: [2020-06-23T10:14:15.468Z] ------------------- [2020-06-23T10:14:15.469Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T10:14:15.469Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T10:14:15.469Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:14:16.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:14:17.047Z] [2020-06-23T10:14:17.047Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:14:17.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:14:17.359Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T10:14:17.359Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T10:14:17.359Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T10:14:17.359Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T10:14:17.359Z] 93b08a4f1073: Pulling fs layer [2020-06-23T10:14:17.359Z] 93b08a4f1073: Waiting [2020-06-23T10:14:17.359Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T10:14:17.359Z] b8cc5d1170e3: Download complete [2020-06-23T10:14:17.622Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T10:14:17.622Z] 9123ac7c32f7: Download complete [2020-06-23T10:14:17.622Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T10:14:17.622Z] 2924cbbf6a41: Download complete [2020-06-23T10:14:17.622Z] 93b08a4f1073: Verifying Checksum [2020-06-23T10:14:17.622Z] 93b08a4f1073: Download complete [2020-06-23T10:14:17.882Z] 9123ac7c32f7: Pull complete [2020-06-23T10:14:17.882Z] b8cc5d1170e3: Pull complete [2020-06-23T10:14:18.826Z] 2924cbbf6a41: Pull complete [2020-06-23T10:14:18.827Z] 93b08a4f1073: Pull complete [2020-06-23T10:14:18.827Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T10:14:18.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:14:18.827Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T10:14:18.924Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:14:18.963Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T10:14:21.084Z] $ docker top c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T10:14:21.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T10:14:21.268Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T10:14:21.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T10:14:21.461Z] $ docker exec c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent [2020-06-23T10:14:21.614Z] SSH_AUTH_SOCK=/tmp/ssh-rQdqL7xjAE4A/agent.11 [2020-06-23T10:14:21.614Z] SSH_AGENT_PID=16 [2020-06-23T10:14:21.624Z] Running ssh-add (command line suppressed) [2020-06-23T10:14:21.736Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7905032257711660011.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7905032257711660011.key) [2020-06-23T10:14:21.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T10:14:22.086Z] + git describe --exact-match --tags HEAD [2020-06-23T10:14:22.086Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T10:14:22.233Z] $ docker exec --env ******** --env ******** c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent -k [2020-06-23T10:14:22.342Z] unset SSH_AUTH_SOCK; [2020-06-23T10:14:22.342Z] unset SSH_AGENT_PID; [2020-06-23T10:14:22.342Z] echo Agent pid 16 killed; [2020-06-23T10:14:22.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T10:14:22.422Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T10:14:22.422Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T10:14:22.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T10:14:22.466Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T10:14:22.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T10:14:22.622Z] $ docker exec c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent [2020-06-23T10:14:22.772Z] SSH_AUTH_SOCK=/tmp/ssh-tmXzEehcP4Pi/agent.46 [2020-06-23T10:14:22.772Z] SSH_AGENT_PID=52 [2020-06-23T10:14:22.777Z] Running ssh-add (command line suppressed) [2020-06-23T10:14:22.888Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4462011278529334470.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4462011278529334470.key) [2020-06-23T10:14:22.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T10:14:23.238Z] + git semver init [2020-06-23T10:14:23.238Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T10:14:23.238Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-23T10:14:23.238Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:14:23.238Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T10:14:23.238Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T10:14:23.238Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T10:14:23.238Z] # $SEMVER_BRANCH = master [2020-06-23T10:14:23.238Z] # $SEMVER_TEMP = /tmp/semver-204943627 [2020-06-23T10:14:23.238Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-23T10:14:24.182Z] # '/tmp/semver-204943627' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-06-23T10:14:24.182Z] # -> Force: false [2020-06-23T10:14:24.182Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-23T10:14:24.193Z] $ docker exec --env ******** --env ******** c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent -k [2020-06-23T10:14:24.298Z] unset SSH_AUTH_SOCK; [2020-06-23T10:14:24.298Z] unset SSH_AGENT_PID; [2020-06-23T10:14:24.298Z] echo Agent pid 52 killed; [2020-06-23T10:14:24.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T10:14:24.691Z] + git semver [Pipeline] } [2020-06-23T10:14:24.706Z] $ docker stop --time=1 c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 [2020-06-23T10:14:26.049Z] $ docker rm -f c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T10:14:26.803Z] Stashed 57 file(s) [Pipeline] echo [2020-06-23T10:14:26.805Z] [edgeXSemver] initialized semver on version 1.2.2-dev.3 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-23T10:14:41.954Z] Still waiting to schedule task [2020-06-23T10:14:41.954Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4105’ [2020-06-23T10:14:41.956Z] Still waiting to schedule task [2020-06-23T10:14:41.956Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T10:16:20.330Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4106 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-23T10:16:20.352Z] Running in /w/workspace/edgex-ui-go/46 [Pipeline] { [Pipeline] checkout [2020-06-23T10:16:25.231Z] using credential edgex-jenkins-ssh [2020-06-23T10:16:25.262Z] Cloning the remote Git repository [2020-06-23T10:16:25.263Z] Cloning with configured refspecs honoured and without tags [2020-06-23T10:16:25.348Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:16:25.484Z] > git init /w/workspace/edgex-ui-go/46 # timeout=10 [2020-06-23T10:16:25.561Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:16:25.562Z] > git --version # timeout=10 [2020-06-23T10:16:25.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T10:16:25.676Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:16:27.100Z] Fetching without tags [2020-06-23T10:16:27.616Z] Checking out Revision c0d0adb7103374904f8518c035744b78f61b9238 (master) [2020-06-23T10:16:27.024Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T10:16:27.051Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:16:27.076Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T10:16:27.112Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:16:27.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T10:16:27.125Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:16:27.635Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T10:16:27.657Z] > git checkout -f c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [2020-06-23T10:16:32.420Z] Commit message: "Add doc for mqtt device registration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T10:16:33.870Z] ========================================================= [2020-06-23T10:16:33.870Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-23T10:16:33.870Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:16:35.046Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-23T10:16:36.039Z] Sending build context to Docker daemon 19.06MB [2020-06-23T10:16:36.039Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-23T10:16:36.039Z] Step 2/8 : FROM ${BASE} [2020-06-23T10:16:36.319Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-23T10:16:36.600Z] cde5963f3b93: Pulling fs layer [2020-06-23T10:16:36.600Z] 2a23fa8c16f7: Pulling fs layer [2020-06-23T10:16:36.600Z] 777b28850792: Pulling fs layer [2020-06-23T10:16:36.600Z] 8a11ddd9e578: Pulling fs layer [2020-06-23T10:16:36.600Z] 4cf88f913ddb: Pulling fs layer [2020-06-23T10:16:36.600Z] 1df406cf5192: Pulling fs layer [2020-06-23T10:16:36.600Z] cd6300453558: Pulling fs layer [2020-06-23T10:16:36.600Z] b9c365052c96: Pulling fs layer [2020-06-23T10:16:36.600Z] a2d8cc88f415: Pulling fs layer [2020-06-23T10:16:36.600Z] ea1d1ca13537: Pulling fs layer [2020-06-23T10:16:36.600Z] 3750a50a1c5e: Pulling fs layer [2020-06-23T10:16:36.600Z] cd6300453558: Waiting [2020-06-23T10:16:36.600Z] b9c365052c96: Waiting [2020-06-23T10:16:36.600Z] a2d8cc88f415: Waiting [2020-06-23T10:16:36.600Z] 8a11ddd9e578: Waiting [2020-06-23T10:16:36.600Z] 4cf88f913ddb: Waiting [2020-06-23T10:16:36.600Z] 1df406cf5192: Waiting [2020-06-23T10:16:36.600Z] ea1d1ca13537: Waiting [2020-06-23T10:16:36.600Z] 3750a50a1c5e: Waiting [2020-06-23T10:16:36.600Z] 777b28850792: Download complete [2020-06-23T10:16:36.600Z] 2a23fa8c16f7: Verifying Checksum [2020-06-23T10:16:36.600Z] 2a23fa8c16f7: Download complete [2020-06-23T10:16:36.600Z] 4cf88f913ddb: Verifying Checksum [2020-06-23T10:16:36.600Z] 4cf88f913ddb: Download complete [2020-06-23T10:16:36.600Z] 1df406cf5192: Download complete [2020-06-23T10:16:36.600Z] cde5963f3b93: Verifying Checksum [2020-06-23T10:16:36.600Z] cde5963f3b93: Download complete [2020-06-23T10:16:37.216Z] cde5963f3b93: Pull complete [2020-06-23T10:16:37.823Z] 2a23fa8c16f7: Pull complete [2020-06-23T10:16:38.425Z] 777b28850792: Pull complete [2020-06-23T10:16:38.700Z] cd6300453558: Verifying Checksum [2020-06-23T10:16:38.700Z] cd6300453558: Download complete [2020-06-23T10:16:38.975Z] a2d8cc88f415: Verifying Checksum [2020-06-23T10:16:38.975Z] a2d8cc88f415: Download complete [2020-06-23T10:16:40.412Z] ea1d1ca13537: Verifying Checksum [2020-06-23T10:16:40.412Z] ea1d1ca13537: Download complete [2020-06-23T10:16:40.412Z] 3750a50a1c5e: Download complete [2020-06-23T10:16:41.389Z] b9c365052c96: Verifying Checksum [2020-06-23T10:16:41.389Z] b9c365052c96: Download complete [2020-06-23T10:16:41.984Z] 8a11ddd9e578: Verifying Checksum [2020-06-23T10:16:41.985Z] 8a11ddd9e578: Download complete [2020-06-23T10:16:54.407Z] 8a11ddd9e578: Pull complete [2020-06-23T10:16:54.407Z] 4cf88f913ddb: Pull complete [2020-06-23T10:16:54.407Z] 1df406cf5192: Pull complete [2020-06-23T10:16:58.731Z] cd6300453558: Pull complete [2020-06-23T10:17:03.055Z] b9c365052c96: Pull complete [2020-06-23T10:17:03.336Z] a2d8cc88f415: Pull complete [2020-06-23T10:17:05.319Z] ea1d1ca13537: Pull complete [2020-06-23T10:17:05.590Z] 3750a50a1c5e: Pull complete [2020-06-23T10:17:05.590Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-23T10:17:05.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-23T10:17:05.590Z] ---> 78745c68409d [2020-06-23T10:17:05.590Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-23T10:17:10.993Z] ---> Running in 4f46aaacaa3e [2020-06-23T10:17:10.993Z] Removing intermediate container 4f46aaacaa3e [2020-06-23T10:17:10.993Z] ---> 2e9ca9bf833c [2020-06-23T10:17:10.993Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T10:17:10.993Z] ---> Running in d659c5f581f4 [2020-06-23T10:17:13.609Z] Removing intermediate container d659c5f581f4 [2020-06-23T10:17:13.609Z] ---> 6df1e3c847d9 [2020-06-23T10:17:13.609Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-23T10:17:13.609Z] ---> Running in da2f04ba7608 [2020-06-23T10:17:15.045Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T10:17:16.476Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T10:17:17.091Z] OK: 125 MiB in 39 packages [2020-06-23T10:17:17.118Z] Running on prd-centos7-docker-4c-2g-4107 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-23T10:17:17.142Z] Running in /w/workspace/edgex-ui-go/46 [Pipeline] { [Pipeline] checkout [2020-06-23T10:17:18.523Z] Removing intermediate container da2f04ba7608 [2020-06-23T10:17:18.523Z] ---> 683680bbfcef [2020-06-23T10:17:18.523Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-23T10:17:18.523Z] ---> Running in c4cd2eec542f [2020-06-23T10:17:19.126Z] Removing intermediate container c4cd2eec542f [2020-06-23T10:17:19.126Z] ---> 94aeff094084 [2020-06-23T10:17:19.126Z] Step 7/8 : COPY . . [2020-06-23T10:17:19.442Z] using credential edgex-jenkins-ssh [2020-06-23T10:17:19.470Z] Cloning the remote Git repository [2020-06-23T10:17:19.470Z] Cloning with configured refspecs honoured and without tags [2020-06-23T10:17:19.061Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:17:20.405Z] Fetching without tags [2020-06-23T10:17:19.143Z] > git init /w/workspace/edgex-ui-go/46 # timeout=10 [2020-06-23T10:17:19.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:17:19.197Z] > git --version # timeout=10 [2020-06-23T10:17:19.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T10:17:19.240Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:17:20.009Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T10:17:20.015Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:17:20.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T10:17:20.046Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T10:17:20.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T10:17:20.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T10:17:20.798Z] Checking out Revision c0d0adb7103374904f8518c035744b78f61b9238 (master) [2020-06-23T10:17:21.115Z] ---> c58b128e998b [2020-06-23T10:17:21.115Z] Step 8/8 : RUN go mod download [2020-06-23T10:17:21.389Z] ---> Running in 65a430d9309c [2020-06-23T10:17:20.476Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T10:17:20.481Z] > git checkout -f c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [2020-06-23T10:17:24.342Z] Commit message: "Add doc for mqtt device registration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T10:17:25.014Z] ========================================================= [2020-06-23T10:17:25.015Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-23T10:17:25.015Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:17:25.687Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T10:17:25.687Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-23T10:17:25.687Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-23T10:17:25.687Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-23T10:17:25.687Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T10:17:25.687Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-23T10:17:25.687Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T10:17:25.688Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-23T10:17:25.688Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T10:17:25.688Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T10:17:25.688Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-23T10:17:25.688Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-23T10:17:25.688Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-23T10:17:25.688Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T10:17:25.688Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-23T10:17:25.688Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-23T10:17:25.688Z] go: finding github.com/fatih/color v1.9.0 [2020-06-23T10:17:25.688Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-23T10:17:25.688Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T10:17:25.688Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T10:17:25.688Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-23T10:17:25.688Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-23T10:17:25.688Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T10:17:25.722Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-23T10:17:25.959Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-23T10:17:25.960Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-23T10:17:25.960Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T10:17:25.960Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-23T10:17:25.960Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-23T10:17:25.960Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-23T10:17:25.960Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T10:17:25.960Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T10:17:25.960Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-23T10:17:26.231Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-23T10:17:26.294Z] Sending build context to Docker daemon 19.06MB [2020-06-23T10:17:26.294Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-23T10:17:26.294Z] Step 2/8 : FROM ${BASE} [2020-06-23T10:17:26.294Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-23T10:17:26.294Z] e6b0cf9c0882: Pulling fs layer [2020-06-23T10:17:26.294Z] 2848faf0eed1: Pulling fs layer [2020-06-23T10:17:26.294Z] 0f37312ad70f: Pulling fs layer [2020-06-23T10:17:26.294Z] 5788d62ee057: Pulling fs layer [2020-06-23T10:17:26.294Z] 0e6b1d234666: Pulling fs layer [2020-06-23T10:17:26.294Z] bf5d7aec512f: Pulling fs layer [2020-06-23T10:17:26.294Z] 34c802a77dc8: Pulling fs layer [2020-06-23T10:17:26.294Z] 9eb99e56ec68: Pulling fs layer [2020-06-23T10:17:26.294Z] 27c7a5d97fbd: Pulling fs layer [2020-06-23T10:17:26.294Z] 5c102a31e300: Pulling fs layer [2020-06-23T10:17:26.294Z] dcfb455df0a1: Pulling fs layer [2020-06-23T10:17:26.294Z] 34c802a77dc8: Waiting [2020-06-23T10:17:26.294Z] 9eb99e56ec68: Waiting [2020-06-23T10:17:26.294Z] 27c7a5d97fbd: Waiting [2020-06-23T10:17:26.294Z] 5c102a31e300: Waiting [2020-06-23T10:17:26.294Z] dcfb455df0a1: Waiting [2020-06-23T10:17:26.500Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-23T10:17:26.500Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-23T10:17:26.500Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-23T10:17:26.500Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-23T10:17:26.500Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T10:17:26.500Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-23T10:17:26.500Z] go: finding github.com/kr/pty v1.1.1 [2020-06-23T10:17:26.500Z] go: finding github.com/kr/text v0.1.0 [2020-06-23T10:17:26.500Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-23T10:17:26.558Z] 5788d62ee057: Waiting [2020-06-23T10:17:26.558Z] 0e6b1d234666: Waiting [2020-06-23T10:17:26.558Z] bf5d7aec512f: Waiting [2020-06-23T10:17:26.558Z] 0f37312ad70f: Verifying Checksum [2020-06-23T10:17:26.558Z] 0f37312ad70f: Download complete [2020-06-23T10:17:26.558Z] 2848faf0eed1: Verifying Checksum [2020-06-23T10:17:26.558Z] 2848faf0eed1: Download complete [2020-06-23T10:17:26.558Z] 0e6b1d234666: Verifying Checksum [2020-06-23T10:17:26.558Z] 0e6b1d234666: Download complete [2020-06-23T10:17:26.558Z] bf5d7aec512f: Verifying Checksum [2020-06-23T10:17:26.558Z] bf5d7aec512f: Download complete [2020-06-23T10:17:26.558Z] e6b0cf9c0882: Verifying Checksum [2020-06-23T10:17:26.558Z] e6b0cf9c0882: Download complete [2020-06-23T10:17:26.770Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-23T10:17:26.770Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-23T10:17:26.770Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T10:17:26.770Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-23T10:17:26.828Z] e6b0cf9c0882: Pull complete [2020-06-23T10:17:27.047Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-23T10:17:27.047Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-23T10:17:27.047Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-23T10:17:27.047Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-23T10:17:27.047Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-23T10:17:27.047Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-23T10:17:27.047Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T10:17:27.047Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T10:17:27.047Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T10:17:27.047Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-23T10:17:27.047Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-23T10:17:27.047Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-23T10:17:27.047Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-23T10:17:27.047Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-23T10:17:27.047Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T10:17:27.091Z] 34c802a77dc8: Verifying Checksum [2020-06-23T10:17:27.092Z] 34c802a77dc8: Download complete [2020-06-23T10:17:27.092Z] 27c7a5d97fbd: Verifying Checksum [2020-06-23T10:17:27.092Z] 27c7a5d97fbd: Download complete [2020-06-23T10:17:27.322Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-23T10:17:27.322Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-23T10:17:27.322Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-23T10:17:27.322Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-23T10:17:27.322Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-23T10:17:27.322Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-23T10:17:27.322Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-23T10:17:27.322Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-23T10:17:27.322Z] go: finding golang.org/x/text v0.3.2 [2020-06-23T10:17:27.599Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-23T10:17:27.599Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-23T10:17:27.599Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-23T10:17:27.599Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-23T10:17:27.599Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-23T10:17:27.599Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T10:17:27.684Z] 5c102a31e300: Verifying Checksum [2020-06-23T10:17:27.684Z] 5c102a31e300: Download complete [2020-06-23T10:17:27.684Z] dcfb455df0a1: Verifying Checksum [2020-06-23T10:17:27.684Z] dcfb455df0a1: Download complete [2020-06-23T10:17:27.946Z] 9eb99e56ec68: Verifying Checksum [2020-06-23T10:17:27.946Z] 9eb99e56ec68: Download complete [2020-06-23T10:17:27.946Z] 5788d62ee057: Verifying Checksum [2020-06-23T10:17:27.946Z] 5788d62ee057: Download complete [2020-06-23T10:17:28.888Z] 2848faf0eed1: Pull complete [2020-06-23T10:17:29.148Z] 0f37312ad70f: Pull complete [2020-06-23T10:17:35.738Z] 5788d62ee057: Pull complete [2020-06-23T10:17:35.738Z] 0e6b1d234666: Pull complete [2020-06-23T10:17:35.738Z] bf5d7aec512f: Pull complete [2020-06-23T10:17:39.951Z] 34c802a77dc8: Pull complete [2020-06-23T10:17:43.262Z] 9eb99e56ec68: Pull complete [2020-06-23T10:17:43.262Z] 27c7a5d97fbd: Pull complete [2020-06-23T10:17:43.833Z] 5c102a31e300: Pull complete [2020-06-23T10:17:43.833Z] dcfb455df0a1: Pull complete [2020-06-23T10:17:43.833Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-23T10:17:43.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-23T10:17:43.833Z] ---> 7c70fe431013 [2020-06-23T10:17:43.833Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-23T10:17:45.745Z] ---> Running in 856b6128d208 [2020-06-23T10:17:45.745Z] Removing intermediate container 856b6128d208 [2020-06-23T10:17:45.745Z] ---> f81c41d51dc4 [2020-06-23T10:17:45.745Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T10:17:45.745Z] ---> Running in f4fb42bbcf4e [2020-06-23T10:17:45.903Z] Removing intermediate container 65a430d9309c [2020-06-23T10:17:45.903Z] ---> 831678073132 [2020-06-23T10:17:45.903Z] Successfully built 831678073132 [2020-06-23T10:17:45.903Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:17:46.429Z] + docker inspect -f . ci-base-image-arm64 [2020-06-23T10:17:46.429Z] . [Pipeline] withDockerContainer [2020-06-23T10:17:46.694Z] Removing intermediate container f4fb42bbcf4e [2020-06-23T10:17:46.694Z] ---> 86ddfe83f9b4 [2020-06-23T10:17:46.694Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-23T10:17:46.694Z] ---> Running in 62f781be0e67 [2020-06-23T10:17:46.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-4106 does not seem to be running inside a container [2020-06-23T10:17:46.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/46 -v /w/workspace/edgex-ui-go/46:/w/workspace/edgex-ui-go/46:rw,z -v /w/workspace/edgex-ui-go/46@tmp:/w/workspace/edgex-ui-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-23T10:17:47.635Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T10:17:48.204Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T10:17:48.719Z] $ docker top 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf -eo pid,comm [2020-06-23T10:17:48.774Z] OK: 143 MiB in 39 packages [2020-06-23T10:17:49.036Z] Removing intermediate container 62f781be0e67 [2020-06-23T10:17:49.036Z] ---> bcc4679f1e8a [2020-06-23T10:17:49.036Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-23T10:17:49.036Z] ---> Running in b6372bc66db2 [Pipeline] { [Pipeline] sh [2020-06-23T10:17:49.298Z] Removing intermediate container b6372bc66db2 [2020-06-23T10:17:49.298Z] ---> 59ef171dfc74 [2020-06-23T10:17:49.298Z] Step 7/8 : COPY . . [2020-06-23T10:17:50.079Z] + go version [2020-06-23T10:17:50.079Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-23T10:17:51.130Z] + make test [2020-06-23T10:17:51.131Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T10:17:51.209Z] ---> b616256f454a [2020-06-23T10:17:51.209Z] Step 8/8 : RUN go mod download [2020-06-23T10:17:51.209Z] ---> Running in b10a173ca6bc [2020-06-23T10:17:52.573Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-23T10:17:53.754Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T10:17:53.755Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-23T10:17:54.015Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-23T10:17:54.015Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-23T10:17:54.015Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T10:17:54.015Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-23T10:17:54.015Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T10:17:54.015Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-23T10:17:54.015Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T10:17:54.015Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T10:17:54.015Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-23T10:17:54.015Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-23T10:17:54.015Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-23T10:17:54.015Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T10:17:54.015Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-23T10:17:54.015Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-23T10:17:54.015Z] go: finding github.com/fatih/color v1.9.0 [2020-06-23T10:17:54.015Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-23T10:17:54.015Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T10:17:54.015Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T10:17:54.015Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-23T10:17:54.015Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-23T10:17:54.015Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T10:17:54.015Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-23T10:17:54.015Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-23T10:17:54.015Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T10:17:54.275Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-23T10:17:54.275Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-23T10:17:54.275Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-23T10:17:54.275Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-23T10:17:54.275Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-23T10:17:54.275Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T10:17:54.275Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-23T10:17:54.275Z] go: finding github.com/kr/pty v1.1.1 [2020-06-23T10:17:54.275Z] go: finding github.com/kr/text v0.1.0 [2020-06-23T10:17:54.275Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-23T10:17:54.275Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-23T10:17:54.275Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-23T10:17:54.275Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-23T10:17:54.275Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T10:17:54.275Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T10:17:54.275Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-23T10:17:54.535Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-23T10:17:54.535Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-23T10:17:54.535Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-23T10:17:54.535Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-23T10:17:54.535Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-23T10:17:54.535Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-23T10:17:54.535Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T10:17:54.535Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T10:17:54.535Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T10:17:54.535Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-23T10:17:54.535Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-23T10:17:54.535Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-23T10:17:54.535Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-23T10:17:54.535Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-23T10:17:54.535Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T10:17:54.535Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-23T10:17:54.535Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-23T10:17:54.535Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-23T10:17:54.535Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-23T10:17:54.535Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-23T10:17:54.535Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-23T10:17:54.535Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-23T10:17:54.535Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-23T10:17:54.535Z] go: finding golang.org/x/text v0.3.2 [2020-06-23T10:17:54.535Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-23T10:17:54.535Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-23T10:17:54.535Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-23T10:17:54.535Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-23T10:17:54.535Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-23T10:17:54.535Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T10:18:09.483Z] Removing intermediate container b10a173ca6bc [2020-06-23T10:18:09.483Z] ---> b9669bf8d3e6 [2020-06-23T10:18:09.483Z] Successfully built b9669bf8d3e6 [2020-06-23T10:18:09.483Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:09.942Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-23T10:18:09.942Z] . [Pipeline] withDockerContainer [2020-06-23T10:18:10.033Z] prd-centos7-docker-4c-2g-4107 does not seem to be running inside a container [2020-06-23T10:18:10.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/46 -v /w/workspace/edgex-ui-go/46:/w/workspace/edgex-ui-go/46:rw,z -v /w/workspace/edgex-ui-go/46@tmp:/w/workspace/edgex-ui-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-23T10:18:10.673Z] $ docker top 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T10:18:11.090Z] + go version [2020-06-23T10:18:11.090Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-23T10:18:11.391Z] + make test [2020-06-23T10:18:11.391Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T10:18:12.335Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-23T10:18:14.775Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-23T10:18:14.775Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-23T10:18:18.576Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T10:18:18.579Z] $ docker stop --time=1 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-23T10:18:18.991Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-23T10:18:18.991Z] GO111MODULE=on go vet ./... [2020-06-23T10:18:20.602Z] $ docker rm -f 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2020-06-23T10:18:21.039Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-23T10:18:21.473Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T10:18:21.562Z] $ docker stop --time=1 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 [2020-06-23T10:18:23.625Z] $ docker rm -f 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T10:18:24.099Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T10:18:24.327Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T10:18:24.428Z] + ls -al . [2020-06-23T10:18:24.428Z] total 120 [2020-06-23T10:18:24.428Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 10:17 . [2020-06-23T10:18:24.428Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 10:16 .. [2020-06-23T10:18:24.428Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 10:16 .git [2020-06-23T10:18:24.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 10:16 .github [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 23 10:16 .gitignore [2020-06-23T10:18:24.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 .semver [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 23 10:16 CONTRIBUTING.md [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 23 10:16 Dockerfile [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 23 10:16 Dockerfile.build [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 23 10:16 Jenkinsfile [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 23 10:16 LICENSE [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 10:16 Makefile [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 2773 Jun 23 10:16 README.md [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 10:14 VERSION [2020-06-23T10:18:24.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 assets [2020-06-23T10:18:24.429Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 10:16 bin [2020-06-23T10:18:24.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 cmd [2020-06-23T10:18:24.429Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 23 10:17 coverage.out [2020-06-23T10:18:24.429Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 10:16 docs [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 23 10:16 go.mod [2020-06-23T10:18:24.429Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 23 10:17 go.sum [2020-06-23T10:18:24.429Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 10:16 internal [2020-06-23T10:18:24.429Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 23 10:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:24.618Z] + ls -al . [2020-06-23T10:18:24.618Z] total 84 [2020-06-23T10:18:24.618Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 10:18 . [2020-06-23T10:18:24.618Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 23 10:17 .. [2020-06-23T10:18:24.618Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 23 10:17 assets [2020-06-23T10:18:24.618Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 23 10:17 bin [2020-06-23T10:18:24.618Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 23 10:17 cmd [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 23 10:17 CONTRIBUTING.md [2020-06-23T10:18:24.618Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 23 10:18 coverage.out [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 23 10:17 Dockerfile [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 23 10:17 Dockerfile.build [2020-06-23T10:18:24.618Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 23 10:17 docs [2020-06-23T10:18:24.618Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 23 10:17 .git [2020-06-23T10:18:24.618Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 10:17 .github [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 23 10:17 .gitignore [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 23 10:17 go.mod [2020-06-23T10:18:24.618Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 23 10:18 go.sum [2020-06-23T10:18:24.618Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 23 10:17 internal [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 23 10:17 Jenkinsfile [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 23 10:17 LICENSE [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 10:17 Makefile [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 2773 Jun 23 10:17 README.md [2020-06-23T10:18:24.618Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 23 10:17 .semver [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 23 10:14 VERSION [2020-06-23T10:18:24.618Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 23 10:17 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:24.765Z] + 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=c0d0adb7103374904f8518c035744b78f61b9238 --label arch=arm64 --label version=1.2.2-dev.3 . [2020-06-23T10:18:24.919Z] + 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=c0d0adb7103374904f8518c035744b78f61b9238 --label arch=amd64 --label version=1.2.2-dev.3 . [2020-06-23T10:18:25.181Z] Sending build context to Docker daemon 19.08MB [2020-06-23T10:18:25.181Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T10:18:25.181Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T10:18:25.181Z] ---> b9669bf8d3e6 [2020-06-23T10:18:25.181Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-23T10:18:25.359Z] Sending build context to Docker daemon 19.08MB [2020-06-23T10:18:25.359Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T10:18:25.359Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T10:18:25.359Z] ---> 831678073132 [2020-06-23T10:18:25.359Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-23T10:18:25.752Z] ---> Running in 44e7d773480e [2020-06-23T10:18:25.752Z] Removing intermediate container 44e7d773480e [2020-06-23T10:18:25.752Z] ---> b728db1d0b15 [2020-06-23T10:18:25.752Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T10:18:25.958Z] ---> Running in afed1d8d5f46 [2020-06-23T10:18:26.012Z] ---> Running in 8650f65e7c95 [2020-06-23T10:18:26.012Z] Removing intermediate container 8650f65e7c95 [2020-06-23T10:18:26.013Z] ---> ac863dfeb780 [2020-06-23T10:18:26.013Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T10:18:26.013Z] ---> Running in acda7f43c5b2 [2020-06-23T10:18:26.232Z] Removing intermediate container afed1d8d5f46 [2020-06-23T10:18:26.232Z] ---> dc68d04f5e3d [2020-06-23T10:18:26.232Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T10:18:26.232Z] ---> Running in b44e2fc2d2cb [2020-06-23T10:18:26.273Z] Removing intermediate container acda7f43c5b2 [2020-06-23T10:18:26.273Z] ---> 095d2025b19d [2020-06-23T10:18:26.273Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-23T10:18:26.273Z] ---> Running in d7b9180e722b [2020-06-23T10:18:26.532Z] Removing intermediate container d7b9180e722b [2020-06-23T10:18:26.532Z] ---> 0a6f880d1b45 [2020-06-23T10:18:26.532Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-23T10:18:26.532Z] ---> Running in e8d03070472c [2020-06-23T10:18:26.793Z] Removing intermediate container e8d03070472c [2020-06-23T10:18:26.793Z] ---> 379c01901a87 [2020-06-23T10:18:26.793Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T10:18:26.793Z] ---> Running in c9f21a0c573d [2020-06-23T10:18:26.830Z] Removing intermediate container b44e2fc2d2cb [2020-06-23T10:18:26.830Z] ---> 66d8eceaf130 [2020-06-23T10:18:26.830Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T10:18:26.830Z] ---> Running in e3efab4ee720 [2020-06-23T10:18:27.420Z] Removing intermediate container e3efab4ee720 [2020-06-23T10:18:27.420Z] ---> 0321823ec347 [2020-06-23T10:18:27.420Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-23T10:18:27.420Z] ---> Running in de28dd1bd025 [2020-06-23T10:18:27.694Z] Removing intermediate container de28dd1bd025 [2020-06-23T10:18:27.694Z] ---> 6c46e1b5760c [2020-06-23T10:18:27.694Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-23T10:18:27.965Z] ---> Running in 7639fff145ae [2020-06-23T10:18:28.182Z] Removing intermediate container c9f21a0c573d [2020-06-23T10:18:28.182Z] ---> f25dc3894bd3 [2020-06-23T10:18:28.182Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T10:18:28.182Z] ---> Running in e13d16500c28 [2020-06-23T10:18:28.235Z] Removing intermediate container 7639fff145ae [2020-06-23T10:18:28.235Z] ---> 3da981f8950d [2020-06-23T10:18:28.235Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T10:18:28.442Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T10:18:28.503Z] ---> Running in b4d2b7c18728 [2020-06-23T10:18:29.383Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T10:18:29.952Z] v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-23T10:18:29.952Z] v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-23T10:18:29.952Z] OK: 11290 distinct packages available [2020-06-23T10:18:29.952Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T10:18:30.890Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T10:18:31.153Z] OK: 143 MiB in 39 packages [2020-06-23T10:18:31.723Z] Removing intermediate container e13d16500c28 [2020-06-23T10:18:31.723Z] ---> 81ef99bcfb7f [2020-06-23T10:18:31.723Z] Step 10/24 : ENV GO111MODULE=on [2020-06-23T10:18:31.723Z] ---> Running in ad78037eab22 [2020-06-23T10:18:31.723Z] Removing intermediate container ad78037eab22 [2020-06-23T10:18:31.723Z] ---> a72ffe551d11 [2020-06-23T10:18:31.723Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-23T10:18:31.897Z] Removing intermediate container b4d2b7c18728 [2020-06-23T10:18:31.897Z] ---> b33fd77091a3 [2020-06-23T10:18:31.897Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T10:18:31.897Z] ---> Running in cfec9a721bda [2020-06-23T10:18:31.983Z] ---> Running in d53f93ed78ce [2020-06-23T10:18:31.983Z] Removing intermediate container d53f93ed78ce [2020-06-23T10:18:31.983Z] ---> cd9831bddb05 [2020-06-23T10:18:31.983Z] Step 12/24 : COPY go.mod . [2020-06-23T10:18:32.242Z] ---> b0371c3165e6 [2020-06-23T10:18:32.242Z] Step 13/24 : COPY Makefile . [2020-06-23T10:18:32.502Z] ---> de4a343def28 [2020-06-23T10:18:32.502Z] Step 14/24 : RUN make update [2020-06-23T10:18:32.502Z] ---> Running in 2a213f144b79 [2020-06-23T10:18:32.762Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T10:18:33.331Z] Removing intermediate container 2a213f144b79 [2020-06-23T10:18:33.331Z] ---> f56816a3d991 [2020-06-23T10:18:33.331Z] Step 15/24 : COPY . . [2020-06-23T10:18:33.342Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T10:18:34.317Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T10:18:34.710Z] ---> e61a56d98d3e [2020-06-23T10:18:34.710Z] Step 16/24 : RUN ${MAKE} [2020-06-23T10:18:34.710Z] ---> Running in 8568c85b2d1d [2020-06-23T10:18:34.910Z] v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-23T10:18:34.911Z] v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-23T10:18:34.911Z] OK: 11179 distinct packages available [2020-06-23T10:18:34.911Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T10:18:35.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.3" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-23T10:18:35.887Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T10:18:36.483Z] OK: 125 MiB in 39 packages [2020-06-23T10:18:37.921Z] Removing intermediate container cfec9a721bda [2020-06-23T10:18:37.921Z] ---> 6115ec950a74 [2020-06-23T10:18:37.921Z] Step 10/24 : ENV GO111MODULE=on [2020-06-23T10:18:37.921Z] ---> Running in 6a94e3d4f806 [2020-06-23T10:18:38.518Z] Removing intermediate container 6a94e3d4f806 [2020-06-23T10:18:38.518Z] ---> 804328eae7be [2020-06-23T10:18:38.518Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-23T10:18:38.518Z] ---> Running in 9b92de4cd19f [2020-06-23T10:18:39.116Z] Removing intermediate container 9b92de4cd19f [2020-06-23T10:18:39.116Z] ---> 1437e13619da [2020-06-23T10:18:39.116Z] Step 12/24 : COPY go.mod . [2020-06-23T10:18:39.715Z] ---> 9a919fa23a10 [2020-06-23T10:18:39.715Z] Step 13/24 : COPY Makefile . [2020-06-23T10:18:40.690Z] ---> 8c20e1c8569f [2020-06-23T10:18:40.690Z] Step 14/24 : RUN make update [2020-06-23T10:18:40.690Z] ---> Running in bbe565b8b3f8 [2020-06-23T10:18:42.663Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T10:18:43.550Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-23T10:18:44.095Z] Removing intermediate container bbe565b8b3f8 [2020-06-23T10:18:44.095Z] ---> f271e755e5fd [2020-06-23T10:18:44.095Z] Step 15/24 : COPY . . [2020-06-23T10:18:46.077Z] ---> 75325003de39 [2020-06-23T10:18:46.077Z] Step 16/24 : RUN ${MAKE} [2020-06-23T10:18:46.077Z] ---> Running in c4170a315d2f [2020-06-23T10:18:46.861Z] Removing intermediate container 8568c85b2d1d [2020-06-23T10:18:46.861Z] ---> 21679b04e940 [2020-06-23T10:18:46.861Z] Step 17/24 : FROM alpine [2020-06-23T10:18:46.861Z] latest: Pulling from library/alpine [2020-06-23T10:18:46.861Z] df20fa9351a1: Pulling fs layer [2020-06-23T10:18:47.121Z] df20fa9351a1: Verifying Checksum [2020-06-23T10:18:47.121Z] df20fa9351a1: Download complete [2020-06-23T10:18:47.121Z] df20fa9351a1: Pull complete [2020-06-23T10:18:47.121Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T10:18:47.121Z] Status: Downloaded newer image for alpine:latest [2020-06-23T10:18:47.121Z] ---> a24bb4013296 [2020-06-23T10:18:47.121Z] Step 18/24 : EXPOSE 4000 [2020-06-23T10:18:47.380Z] ---> Running in a869f933aa45 [2020-06-23T10:18:47.380Z] Removing intermediate container a869f933aa45 [2020-06-23T10:18:47.380Z] ---> 46b7ffbe5b1c [2020-06-23T10:18:47.380Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T10:18:48.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.3" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-23T10:18:48.317Z] ---> effe712998a3 [2020-06-23T10:18:48.317Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T10:18:48.577Z] ---> Running in bf6b99273b9d [2020-06-23T10:18:48.577Z] Removing intermediate container bf6b99273b9d [2020-06-23T10:18:48.577Z] ---> 1eb9cf06f69f [2020-06-23T10:18:48.577Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-23T10:18:48.577Z] ---> Running in 34d82669e03a [2020-06-23T10:18:48.838Z] Removing intermediate container 34d82669e03a [2020-06-23T10:18:48.838Z] ---> f34aae6af643 [2020-06-23T10:18:48.838Z] Step 22/24 : LABEL arch=amd64 [2020-06-23T10:18:48.838Z] ---> Running in 8f9534fe50fc [2020-06-23T10:18:49.098Z] Removing intermediate container 8f9534fe50fc [2020-06-23T10:18:49.098Z] ---> d71280e4577c [2020-06-23T10:18:49.098Z] Step 23/24 : LABEL git_sha=c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:18:49.098Z] ---> Running in 71f0eecec643 [2020-06-23T10:18:49.358Z] Removing intermediate container 71f0eecec643 [2020-06-23T10:18:49.358Z] ---> 0ca1091a8010 [2020-06-23T10:18:49.358Z] Step 24/24 : LABEL version=1.2.2-dev.3 [2020-06-23T10:18:49.358Z] ---> Running in 131d233c6bdf [2020-06-23T10:18:49.358Z] Removing intermediate container 131d233c6bdf [2020-06-23T10:18:49.358Z] ---> ea8120c5bab4 [2020-06-23T10:18:49.358Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T10:18:49.618Z] Successfully built ea8120c5bab4 [2020-06-23T10:18:49.618Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-23T10:18:49.848Z] provisioning config files... [2020-06-23T10:18:49.878Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/46@tmp/config2008509531521539747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:18:50.202Z] nexus3.edgexfoundry.org:10001 [2020-06-23T10:18:50.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:18:50.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:18:50.463Z] Configure a credential helper to remove this warning. See [2020-06-23T10:18:50.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:18:50.463Z] [2020-06-23T10:18:50.463Z] Login Succeeded [2020-06-23T10:18:50.463Z] nexus3.edgexfoundry.org:10002 [2020-06-23T10:18:50.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:18:50.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:18:50.463Z] Configure a credential helper to remove this warning. See [2020-06-23T10:18:50.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:18:50.463Z] [2020-06-23T10:18:50.463Z] Login Succeeded [2020-06-23T10:18:50.463Z] nexus3.edgexfoundry.org:10003 [2020-06-23T10:18:50.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:18:50.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:18:50.723Z] Configure a credential helper to remove this warning. See [2020-06-23T10:18:50.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:18:50.723Z] [2020-06-23T10:18:50.723Z] Login Succeeded [2020-06-23T10:18:50.723Z] nexus3.edgexfoundry.org:10004 [2020-06-23T10:18:50.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:18:50.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:18:50.983Z] Configure a credential helper to remove this warning. See [2020-06-23T10:18:50.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:18:50.983Z] [2020-06-23T10:18:50.983Z] Login Succeeded [2020-06-23T10:18:50.983Z] docker.io [2020-06-23T10:18:50.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:18:51.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:18:51.243Z] Configure a credential helper to remove this warning. See [2020-06-23T10:18:51.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:18:51.243Z] [2020-06-23T10:18:51.243Z] Login Succeeded [Pipeline] } [2020-06-23T10:18:51.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-23T10:18:51.339Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-06-23T10:18:51.339Z] c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:18:51.339Z] latest [2020-06-23T10:18:51.339Z] 1.2.2-dev.3 [2020-06-23T10:18:51.339Z] c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [2020-06-23T10:18:51.339Z] master [2020-06-23T10:18:51.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:51.704Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:51.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:18:51.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-23T10:18:51.999Z] 742097aea9a0: Preparing [2020-06-23T10:18:51.999Z] 50644c29ef5a: Preparing [2020-06-23T10:18:51.999Z] 50644c29ef5a: Layer already exists [2020-06-23T10:18:53.376Z] 742097aea9a0: Pushed [2020-06-23T10:18:53.376Z] c0d0adb7103374904f8518c035744b78f61b9238: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:53.671Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:53.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-06-23T10:18:53.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-23T10:18:53.963Z] 742097aea9a0: Preparing [2020-06-23T10:18:53.963Z] 50644c29ef5a: Preparing [2020-06-23T10:18:53.963Z] 50644c29ef5a: Layer already exists [2020-06-23T10:18:53.963Z] 742097aea9a0: Layer already exists [2020-06-23T10:18:53.963Z] latest: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:54.260Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:54.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.3 [2020-06-23T10:18:54.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-23T10:18:54.551Z] 742097aea9a0: Preparing [2020-06-23T10:18:54.551Z] 50644c29ef5a: Preparing [2020-06-23T10:18:54.551Z] 742097aea9a0: Layer already exists [2020-06-23T10:18:54.551Z] 50644c29ef5a: Layer already exists [2020-06-23T10:18:54.551Z] 1.2.2-dev.3: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:54.850Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:55.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [2020-06-23T10:18:55.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-23T10:18:55.143Z] 742097aea9a0: Preparing [2020-06-23T10:18:55.143Z] 50644c29ef5a: Preparing [2020-06-23T10:18:55.143Z] 742097aea9a0: Layer already exists [2020-06-23T10:18:55.143Z] 50644c29ef5a: Layer already exists [2020-06-23T10:18:55.143Z] c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:55.490Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:18:55.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-06-23T10:18:55.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-23T10:18:55.917Z] 742097aea9a0: Preparing [2020-06-23T10:18:55.917Z] 50644c29ef5a: Preparing [2020-06-23T10:18:55.917Z] 742097aea9a0: Layer already exists [2020-06-23T10:18:55.917Z] 50644c29ef5a: Layer already exists [2020-06-23T10:18:55.917Z] master: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-23T10:19:10.219Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-23T10:19:16.927Z] Removing intermediate container c4170a315d2f [2020-06-23T10:19:16.928Z] ---> a474e83349d0 [2020-06-23T10:19:16.928Z] Step 17/24 : FROM alpine [2020-06-23T10:19:16.928Z] latest: Pulling from library/alpine [2020-06-23T10:19:16.928Z] b538f80385f9: Pulling fs layer [2020-06-23T10:19:17.202Z] b538f80385f9: Verifying Checksum [2020-06-23T10:19:17.202Z] b538f80385f9: Download complete [2020-06-23T10:19:17.801Z] b538f80385f9: Pull complete [2020-06-23T10:19:17.801Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T10:19:17.801Z] Status: Downloaded newer image for alpine:latest [2020-06-23T10:19:17.801Z] ---> 62ee0e9f8440 [2020-06-23T10:19:17.801Z] Step 18/24 : EXPOSE 4000 [2020-06-23T10:19:18.075Z] ---> Running in 6bbaea668f96 [2020-06-23T10:19:18.351Z] Removing intermediate container 6bbaea668f96 [2020-06-23T10:19:18.351Z] ---> a3e13a1c338c [2020-06-23T10:19:18.351Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T10:19:20.326Z] ---> 1636ab0b8241 [2020-06-23T10:19:20.326Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T10:19:20.326Z] ---> Running in c81a41ccd454 [2020-06-23T10:19:20.600Z] Removing intermediate container c81a41ccd454 [2020-06-23T10:19:20.600Z] ---> 5346efd64392 [2020-06-23T10:19:20.600Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-23T10:19:20.874Z] ---> Running in cdfd93ca2688 [2020-06-23T10:19:21.146Z] Removing intermediate container cdfd93ca2688 [2020-06-23T10:19:21.146Z] ---> 014760db3a58 [2020-06-23T10:19:21.146Z] Step 22/24 : LABEL arch=arm64 [2020-06-23T10:19:21.420Z] ---> Running in 486e4f49bf19 [2020-06-23T10:19:21.694Z] Removing intermediate container 486e4f49bf19 [2020-06-23T10:19:21.694Z] ---> 4834a3421672 [2020-06-23T10:19:21.694Z] Step 23/24 : LABEL git_sha=c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:19:21.970Z] ---> Running in 71a2634d533c [2020-06-23T10:19:22.242Z] Removing intermediate container 71a2634d533c [2020-06-23T10:19:22.242Z] ---> 565ef4b732df [2020-06-23T10:19:22.242Z] Step 24/24 : LABEL version=1.2.2-dev.3 [2020-06-23T10:19:22.515Z] ---> Running in 7c498204c94e [2020-06-23T10:19:22.795Z] Removing intermediate container 7c498204c94e [2020-06-23T10:19:22.795Z] ---> a3929a9300e1 [2020-06-23T10:19:22.795Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T10:19:22.795Z] Successfully built a3929a9300e1 [2020-06-23T10:19:22.795Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-23T10:19:23.249Z] provisioning config files... [2020-06-23T10:19:23.290Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/46@tmp/config5629909583071478233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:19:23.668Z] nexus3.edgexfoundry.org:10001 [2020-06-23T10:19:23.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:19:24.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:19:24.216Z] Configure a credential helper to remove this warning. See [2020-06-23T10:19:24.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:19:24.216Z] [2020-06-23T10:19:24.216Z] Login Succeeded [2020-06-23T10:19:24.216Z] nexus3.edgexfoundry.org:10002 [2020-06-23T10:19:24.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:19:24.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:19:24.767Z] Configure a credential helper to remove this warning. See [2020-06-23T10:19:24.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:19:24.767Z] [2020-06-23T10:19:24.767Z] Login Succeeded [2020-06-23T10:19:24.767Z] nexus3.edgexfoundry.org:10003 [2020-06-23T10:19:25.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:19:25.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:19:25.314Z] Configure a credential helper to remove this warning. See [2020-06-23T10:19:25.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:19:25.314Z] [2020-06-23T10:19:25.314Z] Login Succeeded [2020-06-23T10:19:25.314Z] nexus3.edgexfoundry.org:10004 [2020-06-23T10:19:25.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:19:25.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:19:25.862Z] Configure a credential helper to remove this warning. See [2020-06-23T10:19:25.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:19:25.862Z] [2020-06-23T10:19:25.862Z] Login Succeeded [2020-06-23T10:19:25.862Z] docker.io [2020-06-23T10:19:26.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-23T10:19:26.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-23T10:19:26.737Z] Configure a credential helper to remove this warning. See [2020-06-23T10:19:26.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-23T10:19:26.737Z] [2020-06-23T10:19:26.737Z] Login Succeeded [Pipeline] } [2020-06-23T10:19:26.755Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-23T10:19:26.850Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-06-23T10:19:26.850Z] c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:19:26.850Z] latest [2020-06-23T10:19:26.850Z] 1.2.2-dev.3 [2020-06-23T10:19:26.850Z] c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [2020-06-23T10:19:26.850Z] master [2020-06-23T10:19:26.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:27.288Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:27.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:19:27.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-23T10:19:27.627Z] f517ef80c579: Preparing [2020-06-23T10:19:27.627Z] e2f13739ad41: Preparing [2020-06-23T10:19:27.898Z] e2f13739ad41: Layer already exists [2020-06-23T10:19:31.269Z] f517ef80c579: Pushed [2020-06-23T10:19:31.270Z] c0d0adb7103374904f8518c035744b78f61b9238: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:31.609Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:31.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-06-23T10:19:31.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-23T10:19:31.946Z] f517ef80c579: Preparing [2020-06-23T10:19:31.946Z] e2f13739ad41: Preparing [2020-06-23T10:19:31.946Z] f517ef80c579: Layer already exists [2020-06-23T10:19:31.946Z] e2f13739ad41: Layer already exists [2020-06-23T10:19:32.218Z] latest: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:32.558Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:32.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.3 [2020-06-23T10:19:32.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-23T10:19:32.891Z] f517ef80c579: Preparing [2020-06-23T10:19:32.891Z] e2f13739ad41: Preparing [2020-06-23T10:19:32.891Z] f517ef80c579: Layer already exists [2020-06-23T10:19:32.891Z] e2f13739ad41: Layer already exists [2020-06-23T10:19:33.162Z] 1.2.2-dev.3: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:33.503Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:33.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [2020-06-23T10:19:33.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-23T10:19:33.844Z] f517ef80c579: Preparing [2020-06-23T10:19:33.844Z] e2f13739ad41: Preparing [2020-06-23T10:19:33.844Z] e2f13739ad41: Layer already exists [2020-06-23T10:19:33.844Z] f517ef80c579: Layer already exists [2020-06-23T10:19:33.844Z] c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:34.455Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:34.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-06-23T10:19:34.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-23T10:19:34.792Z] f517ef80c579: Preparing [2020-06-23T10:19:34.792Z] e2f13739ad41: Preparing [2020-06-23T10:19:34.792Z] f517ef80c579: Layer already exists [2020-06-23T10:19:34.792Z] e2f13739ad41: Layer already exists [2020-06-23T10:19:35.064Z] master: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-23T10:19:35.916Z] provisioning config files... [2020-06-23T10:19:35.929Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5304325801540788780tmp [Pipeline] { [Pipeline] sh [2020-06-23T10:19:36.255Z] + curl -s https://codecov.io/bash [2020-06-23T10:19:36.255Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5304325801540788780tmp [2020-06-23T10:19:36.517Z] [2020-06-23T10:19:36.517Z] _____ _ [2020-06-23T10:19:36.517Z] / ____| | | [2020-06-23T10:19:36.517Z] | | ___ __| | ___ ___ _____ __ [2020-06-23T10:19:36.517Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-23T10:19:36.517Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-23T10:19:36.517Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-23T10:19:36.517Z] Bash-20200602-f809a24 [2020-06-23T10:19:36.517Z] [2020-06-23T10:19:36.517Z] [2020-06-23T10:19:36.517Z] ==> Jenkins CI detected. [2020-06-23T10:19:36.517Z] project root: . [2020-06-23T10:19:36.517Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-23T10:19:36.517Z] ==> Running gcov in . (disable via -X gcov) [2020-06-23T10:19:36.517Z] ==> Python coveragepy not found [2020-06-23T10:19:36.517Z] ==> Searching for coverage reports in: [2020-06-23T10:19:36.517Z] + . [2020-06-23T10:19:36.517Z] -> Found 1 reports [2020-06-23T10:19:36.517Z] ==> Detecting git/mercurial file structure [2020-06-23T10:19:36.517Z] ==> Reading reports [2020-06-23T10:19:36.517Z] + ./coverage.out bytes=10 [2020-06-23T10:19:36.517Z] ==> Appending adjustments [2020-06-23T10:19:36.517Z] https://docs.codecov.io/docs/fixing-reports [2020-06-23T10:19:36.777Z] + Found adjustments [2020-06-23T10:19:36.777Z] ==> Gzipping contents [2020-06-23T10:19:36.777Z] ==> Uploading reports [2020-06-23T10:19:36.777Z] url: https://codecov.io [2020-06-23T10:19:36.777Z] query: branch=master&commit=c0d0adb7103374904f8518c035744b78f61b9238&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-23T10:19:36.777Z] -> Pinging Codecov [2020-06-23T10:19:36.777Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=c0d0adb7103374904f8518c035744b78f61b9238&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= [2020-06-23T10:19:37.038Z] -> Uploading [2020-06-23T10:19:37.611Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] } [2020-06-23T10:19:37.620Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-23T10:19:38.043Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-23T10:19:38.044Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-23T10:19:38.072Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:38.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-23T10:19:38.385Z] [2020-06-23T10:19:38.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:19:38.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-23T10:19:38.709Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-23T10:19:38.709Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-23T10:19:38.709Z] 408f87550127: Pulling fs layer [2020-06-23T10:19:38.709Z] fe522b08c979: Pulling fs layer [2020-06-23T10:19:38.709Z] 221eaa008020: Pulling fs layer [2020-06-23T10:19:38.709Z] 2a4607e5d6b9: Pulling fs layer [2020-06-23T10:19:38.709Z] 8f79b27c4fd2: Pulling fs layer [2020-06-23T10:19:38.709Z] e5c8dbe1645b: Pulling fs layer [2020-06-23T10:19:38.709Z] 23e8b3b47431: Pulling fs layer [2020-06-23T10:19:38.709Z] 5c568d65a230: Pulling fs layer [2020-06-23T10:19:38.709Z] 8f79b27c4fd2: Waiting [2020-06-23T10:19:38.709Z] e5c8dbe1645b: Waiting [2020-06-23T10:19:38.709Z] 23e8b3b47431: Waiting [2020-06-23T10:19:38.709Z] 5c568d65a230: Waiting [2020-06-23T10:19:38.709Z] 2a4607e5d6b9: Waiting [2020-06-23T10:19:38.709Z] fe522b08c979: Verifying Checksum [2020-06-23T10:19:38.709Z] fe522b08c979: Download complete [2020-06-23T10:19:38.709Z] 408f87550127: Verifying Checksum [2020-06-23T10:19:38.709Z] 408f87550127: Download complete [2020-06-23T10:19:38.709Z] 2a4607e5d6b9: Verifying Checksum [2020-06-23T10:19:38.709Z] 2a4607e5d6b9: Download complete [2020-06-23T10:19:38.709Z] 8f79b27c4fd2: Verifying Checksum [2020-06-23T10:19:38.709Z] 8f79b27c4fd2: Download complete [2020-06-23T10:19:38.709Z] cbdbe7a5bc2a: Download complete [2020-06-23T10:19:38.980Z] e5c8dbe1645b: Verifying Checksum [2020-06-23T10:19:38.980Z] e5c8dbe1645b: Download complete [2020-06-23T10:19:39.260Z] cbdbe7a5bc2a: Pull complete [2020-06-23T10:19:39.531Z] 23e8b3b47431: Verifying Checksum [2020-06-23T10:19:39.531Z] 23e8b3b47431: Download complete [2020-06-23T10:19:39.794Z] 408f87550127: Pull complete [2020-06-23T10:19:39.795Z] 5c568d65a230: Verifying Checksum [2020-06-23T10:19:39.795Z] 5c568d65a230: Download complete [2020-06-23T10:19:39.795Z] fe522b08c979: Pull complete [2020-06-23T10:19:40.381Z] 221eaa008020: Download complete [2020-06-23T10:19:45.697Z] 221eaa008020: Pull complete [2020-06-23T10:19:45.697Z] 2a4607e5d6b9: Pull complete [2020-06-23T10:19:45.697Z] 8f79b27c4fd2: Pull complete [2020-06-23T10:19:48.252Z] e5c8dbe1645b: Pull complete [2020-06-23T10:19:50.169Z] 23e8b3b47431: Pull complete [2020-06-23T10:19:51.571Z] 5c568d65a230: Pull complete [2020-06-23T10:19:51.571Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-23T10:19:51.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-23T10:19:51.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-23T10:19:51.701Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:19:51.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-23T10:19:52.588Z] $ docker top bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T10:19:53.016Z] + snyk monitor '--org=edgex-jenkins' [2020-06-23T10:20:03.025Z] [2020-06-23T10:20:03.025Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-06-23T10:20:03.025Z] [2020-06-23T10:20:03.025Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3bddee75-f297-4de9-a655-3702619a1b92 [2020-06-23T10:20:03.025Z] [2020-06-23T10:20:03.025Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-23T10:20:03.025Z] [2020-06-23T10:20:03.286Z] [2020-06-23T10:20:03.286Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-23T10:20:03.286Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-23T10:20:03.302Z] $ docker stop --time=1 bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 [2020-06-23T10:20:05.486Z] $ docker rm -f bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:06.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:06.529Z] [2020-06-23T10:20:06.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:06.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:06.848Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-23T10:20:06.848Z] e7c96db7181b: Pulling fs layer [2020-06-23T10:20:06.848Z] 1868ca2cb446: Pulling fs layer [2020-06-23T10:20:06.848Z] 136be5d0fe8e: Pulling fs layer [2020-06-23T10:20:06.848Z] 894bfe63afcb: Pulling fs layer [2020-06-23T10:20:06.848Z] 894bfe63afcb: Waiting [2020-06-23T10:20:06.848Z] 1868ca2cb446: Verifying Checksum [2020-06-23T10:20:06.848Z] 1868ca2cb446: Download complete [2020-06-23T10:20:06.848Z] 136be5d0fe8e: Verifying Checksum [2020-06-23T10:20:06.848Z] 136be5d0fe8e: Download complete [2020-06-23T10:20:06.848Z] e7c96db7181b: Verifying Checksum [2020-06-23T10:20:06.848Z] e7c96db7181b: Download complete [2020-06-23T10:20:06.848Z] 894bfe63afcb: Verifying Checksum [2020-06-23T10:20:06.848Z] 894bfe63afcb: Download complete [2020-06-23T10:20:07.109Z] e7c96db7181b: Pull complete [2020-06-23T10:20:07.370Z] 1868ca2cb446: Pull complete [2020-06-23T10:20:07.370Z] 136be5d0fe8e: Pull complete [2020-06-23T10:20:07.630Z] 894bfe63afcb: Pull complete [2020-06-23T10:20:07.630Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-23T10:20:07.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:07.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-23T10:20:07.723Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:07.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-23T10:20:09.127Z] $ docker top 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-23T10:20:09.605Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:20:09.605Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-23T10:20:12.220Z] $ docker stop --time=1 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 [2020-06-23T10:20:13.565Z] $ docker rm -f 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:13.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:13.975Z] . [Pipeline] withDockerContainer [2020-06-23T10:20:14.090Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:14.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-23T10:20:14.750Z] $ docker top 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-23T10:20:15.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:20:15.204Z] + tee [2020-06-23T10:20:15.204Z] clair timeout 1m0s [2020-06-23T10:20:15.204Z] docker timeout: 1m0s [2020-06-23T10:20:15.204Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-23T10:20:15.853Z] $ docker stop --time=1 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 [2020-06-23T10:20:17.184Z] $ docker rm -f 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-23T10:20:17.588Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-23T10:20:17.601Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_c0d0adb7103374904f8518c035744b78f61b9238.html [Pipeline] writeFile [Pipeline] step [2020-06-23T10:20:17.628Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:17.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:17.950Z] . [Pipeline] withDockerContainer [2020-06-23T10:20:18.042Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:18.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-23T10:20:18.680Z] $ docker top 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-23T10:20:19.128Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:20:19.128Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-23T10:20:21.749Z] $ docker stop --time=1 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 [2020-06-23T10:20:23.096Z] $ docker rm -f 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:23.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-23T10:20:23.521Z] . [Pipeline] withDockerContainer [2020-06-23T10:20:23.613Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:23.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-23T10:20:24.276Z] $ docker top 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-23T10:20:24.737Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 [2020-06-23T10:20:24.737Z] + tee [2020-06-23T10:20:24.737Z] clair timeout 1m0s [2020-06-23T10:20:24.737Z] docker timeout: 1m0s [2020-06-23T10:20:24.737Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-23T10:20:25.361Z] $ docker stop --time=1 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d [2020-06-23T10:20:26.700Z] $ docker rm -f 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-23T10:20:27.129Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-23T10:20:27.140Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_c0d0adb7103374904f8518c035744b78f61b9238.html [Pipeline] writeFile [Pipeline] step [2020-06-23T10:20:27.166Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:27.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:20:27.828Z] . [Pipeline] withDockerContainer [2020-06-23T10:20:27.919Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:27.976Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T10:20:28.637Z] $ docker top e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T10:20:28.832Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T10:20:28.832Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T10:20:29.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T10:20:29.065Z] $ docker exec e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 ssh-agent [2020-06-23T10:20:29.241Z] SSH_AUTH_SOCK=/tmp/ssh-74DLJPmewkk0/agent.13 [2020-06-23T10:20:29.241Z] SSH_AGENT_PID=18 [2020-06-23T10:20:29.250Z] Running ssh-add (command line suppressed) [2020-06-23T10:20:29.378Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7575973864712668907.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7575973864712668907.key) [2020-06-23T10:20:29.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T10:20:29.732Z] + git semver tag [2020-06-23T10:20:29.732Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T10:20:29.732Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-23T10:20:29.732Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:20:29.732Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T10:20:29.732Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T10:20:29.732Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T10:20:29.732Z] # $SEMVER_BRANCH = master [2020-06-23T10:20:29.732Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-23T10:20:29.732Z] # c0d0adb7103374904f8518c035744b78f61b9238 HEAD [2020-06-23T10:20:29.732Z] # -> Force: false [2020-06-23T10:20:29.732Z] # ea344c2ffa38f6b9df1f87bf325021f6ac1443ad refs/tags/v1.2.2-dev.3 [Pipeline] } [2020-06-23T10:20:29.742Z] $ docker exec --env ******** --env ******** e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 ssh-agent -k [2020-06-23T10:20:29.860Z] unset SSH_AUTH_SOCK; [2020-06-23T10:20:29.860Z] unset SSH_AGENT_PID; [2020-06-23T10:20:29.860Z] echo Agent pid 18 killed; [2020-06-23T10:20:29.909Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T10:20:30.267Z] + git semver [Pipeline] } [2020-06-23T10:20:30.281Z] $ docker stop --time=1 e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 [2020-06-23T10:20:31.607Z] $ docker rm -f e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:32.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T10:20:32.086Z] [2020-06-23T10:20:32.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:20:32.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T10:20:32.404Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-23T10:20:32.404Z] ab5ef0e58194: Pulling fs layer [2020-06-23T10:20:32.404Z] 9712f1f96733: Pulling fs layer [2020-06-23T10:20:32.404Z] 63f879dbbcfc: Pulling fs layer [2020-06-23T10:20:32.404Z] 0d9ebad4ef96: Pulling fs layer [2020-06-23T10:20:32.404Z] e9a5061849ea: Pulling fs layer [2020-06-23T10:20:32.404Z] d747dcd14b5f: Pulling fs layer [2020-06-23T10:20:32.404Z] 2de7ff778b66: Pulling fs layer [2020-06-23T10:20:32.404Z] 0d9ebad4ef96: Waiting [2020-06-23T10:20:32.404Z] e9a5061849ea: Waiting [2020-06-23T10:20:32.404Z] d747dcd14b5f: Waiting [2020-06-23T10:20:32.404Z] 2de7ff778b66: Waiting [2020-06-23T10:20:32.404Z] 9712f1f96733: Verifying Checksum [2020-06-23T10:20:32.404Z] 9712f1f96733: Download complete [2020-06-23T10:20:32.981Z] 63f879dbbcfc: Verifying Checksum [2020-06-23T10:20:32.981Z] 63f879dbbcfc: Download complete [2020-06-23T10:20:33.245Z] e9a5061849ea: Verifying Checksum [2020-06-23T10:20:33.245Z] e9a5061849ea: Download complete [2020-06-23T10:20:33.245Z] d747dcd14b5f: Download complete [2020-06-23T10:20:33.245Z] ab5ef0e58194: Verifying Checksum [2020-06-23T10:20:33.245Z] ab5ef0e58194: Download complete [2020-06-23T10:20:33.245Z] 0d9ebad4ef96: Verifying Checksum [2020-06-23T10:20:33.245Z] 0d9ebad4ef96: Download complete [2020-06-23T10:20:33.505Z] 2de7ff778b66: Verifying Checksum [2020-06-23T10:20:33.505Z] 2de7ff778b66: Download complete [2020-06-23T10:20:37.716Z] ab5ef0e58194: Pull complete [2020-06-23T10:20:37.716Z] 9712f1f96733: Pull complete [2020-06-23T10:20:41.021Z] 63f879dbbcfc: Pull complete [2020-06-23T10:20:46.325Z] 0d9ebad4ef96: Pull complete [2020-06-23T10:20:48.244Z] e9a5061849ea: Pull complete [2020-06-23T10:20:48.244Z] d747dcd14b5f: Pull complete [2020-06-23T10:20:51.562Z] 2de7ff778b66: Pull complete [2020-06-23T10:20:51.562Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-23T10:20:51.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T10:20:51.562Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-23T10:20:51.681Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:20:51.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-23T10:20:55.069Z] $ docker top 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-23T10:20:55.211Z] provisioning config files... [2020-06-23T10:20:55.220Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5874127286843198968tmp [2020-06-23T10:20:55.234Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8556443028523084828tmp [2020-06-23T10:20:55.247Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7574276549405112460tmp [Pipeline] { [Pipeline] echo [2020-06-23T10:20:55.274Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:20:55.571Z] ---> sigul-configuration.sh [2020-06-23T10:20:55.571Z] gpg: directory `/root/.gnupg' created [2020-06-23T10:20:55.571Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-23T10:20:55.571Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-23T10:20:55.571Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-23T10:20:55.571Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-23T10:20:55.571Z] gpg: CAST5 encrypted data [2020-06-23T10:20:55.832Z] gpg: encrypted with 1 passphrase [2020-06-23T10:20:55.832Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-23T10:20:56.125Z] + mkdir /home/jenkins [2020-06-23T10:20:56.125Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-23T10:20:56.418Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-23T10:20:56.428Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:20:56.733Z] ---> sigul-install.sh [2020-06-23T10:21:00.971Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-23T10:21:01.265Z] + git tag --list [2020-06-23T10:21:01.265Z] v1.2.2-dev.3 [Pipeline] sh [2020-06-23T10:21:01.566Z] + lftools sign git-tag v1.2.2-dev.3 [2020-06-23T10:21:02.950Z] Signing Git tag with Sigul... [2020-06-23T10:21:02.950Z] Signing v1.2.2-dev.3 [Pipeline] echo [2020-06-23T10:21:04.343Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:21:04.632Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-23T10:21:04.640Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-23T10:21:04.681Z] $ docker stop --time=1 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc [2020-06-23T10:21:06.549Z] $ docker rm -f 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:21:07.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:21:07.087Z] . [Pipeline] withDockerContainer [2020-06-23T10:21:07.181Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:21:07.216Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T10:21:07.886Z] $ docker top 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T10:21:08.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T10:21:08.137Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T10:21:08.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T10:21:08.371Z] $ docker exec 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 ssh-agent [2020-06-23T10:21:08.573Z] SSH_AUTH_SOCK=/tmp/ssh-r4k2zPitya0M/agent.12 [2020-06-23T10:21:08.573Z] SSH_AGENT_PID=18 [2020-06-23T10:21:08.580Z] Running ssh-add (command line suppressed) [2020-06-23T10:21:08.712Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7695113356890641140.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7695113356890641140.key) [2020-06-23T10:21:08.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T10:21:09.076Z] + git semver bump pre [2020-06-23T10:21:09.077Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T10:21:09.077Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-23T10:21:09.077Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:21:09.077Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T10:21:09.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T10:21:09.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T10:21:09.077Z] # $SEMVER_BRANCH = master [2020-06-23T10:21:09.077Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-23T10:21:09.077Z] 1.2.2-dev.4 [Pipeline] } [2020-06-23T10:21:09.088Z] $ docker exec --env ******** --env ******** 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 ssh-agent -k [2020-06-23T10:21:09.208Z] unset SSH_AUTH_SOCK; [2020-06-23T10:21:09.208Z] unset SSH_AGENT_PID; [2020-06-23T10:21:09.208Z] echo Agent pid 18 killed; [2020-06-23T10:21:09.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T10:21:09.614Z] + git semver [Pipeline] } [2020-06-23T10:21:09.629Z] $ docker stop --time=1 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 [2020-06-23T10:21:10.978Z] $ docker rm -f 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:21:11.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T10:21:11.415Z] . [Pipeline] withDockerContainer [2020-06-23T10:21:11.516Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:21:11.556Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T10:21:12.173Z] $ docker top 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T10:21:12.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T10:21:12.365Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T10:21:12.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T10:21:12.592Z] $ docker exec 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 ssh-agent [2020-06-23T10:21:12.783Z] SSH_AUTH_SOCK=/tmp/ssh-OLCCB9gFHIF6/agent.13 [2020-06-23T10:21:12.783Z] SSH_AGENT_PID=18 [2020-06-23T10:21:12.798Z] Running ssh-add (command line suppressed) [2020-06-23T10:21:12.925Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_370561186540561126.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_370561186540561126.key) [2020-06-23T10:21:12.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T10:21:13.290Z] + git semver push [2020-06-23T10:21:13.290Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T10:21:13.290Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-23T10:21:13.290Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:21:13.290Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T10:21:13.290Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T10:21:13.290Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T10:21:13.290Z] # $SEMVER_BRANCH = master [2020-06-23T10:21:13.290Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-23T10:21:19.887Z] $ docker exec --env ******** --env ******** 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 ssh-agent -k [2020-06-23T10:21:20.011Z] unset SSH_AUTH_SOCK; [2020-06-23T10:21:20.011Z] unset SSH_AGENT_PID; [2020-06-23T10:21:20.011Z] echo Agent pid 18 killed; [2020-06-23T10:21:20.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T10:21:20.415Z] + git semver [Pipeline] } [2020-06-23T10:21:20.430Z] $ docker stop --time=1 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 [2020-06-23T10:21:21.756Z] $ docker rm -f 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:21:22.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:21:22.939Z] ---> package-listing.sh [2020-06-23T10:21:22.940Z] ++ facter osfamily [2020-06-23T10:21:22.940Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T10:21:22.940Z] + OS_FAMILY=redhat [2020-06-23T10:21:22.940Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:21:22.940Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T10:21:22.940Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T10:21:22.940Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T10:21:22.940Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T10:21:22.940Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-23T10:21:22.940Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T10:21:22.940Z] + case "${OS_FAMILY}" in [2020-06-23T10:21:22.940Z] + rpm -qa [2020-06-23T10:21:22.940Z] + sort [2020-06-23T10:21:27.149Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T10:21:27.150Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T10:21:27.150Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T10:21:27.150Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-23T10:21:27.150Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-06-23T10:21:27.150Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:21:27.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T10:21:27.762Z] [2020-06-23T10:21:27.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T10:21:28.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T10:21:28.077Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T10:21:28.077Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T10:21:28.077Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T10:21:28.077Z] 756a868c4378: Pulling fs layer [2020-06-23T10:21:28.077Z] 444b2fc9a129: Pulling fs layer [2020-06-23T10:21:28.077Z] ea15f1150254: Pulling fs layer [2020-06-23T10:21:28.077Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T10:21:28.077Z] 28c525ee5125: Pulling fs layer [2020-06-23T10:21:28.077Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T10:21:28.077Z] 138eaada9080: Pulling fs layer [2020-06-23T10:21:28.077Z] 0622d0fa9048: Pulling fs layer [2020-06-23T10:21:28.077Z] 444b2fc9a129: Waiting [2020-06-23T10:21:28.077Z] ea15f1150254: Waiting [2020-06-23T10:21:28.077Z] 41b27a9f41bf: Waiting [2020-06-23T10:21:28.077Z] 28c525ee5125: Waiting [2020-06-23T10:21:28.077Z] 094b1ea09ed8: Waiting [2020-06-23T10:21:28.077Z] 138eaada9080: Waiting [2020-06-23T10:21:28.077Z] 0622d0fa9048: Waiting [2020-06-23T10:21:28.077Z] 2cc5ad85d9ab: Download complete [2020-06-23T10:21:28.077Z] 444b2fc9a129: Verifying Checksum [2020-06-23T10:21:28.077Z] 444b2fc9a129: Download complete [2020-06-23T10:21:28.077Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T10:21:28.077Z] c9b1b535fdd9: Download complete [2020-06-23T10:21:28.077Z] ea15f1150254: Verifying Checksum [2020-06-23T10:21:28.077Z] ea15f1150254: Download complete [2020-06-23T10:21:28.077Z] 28c525ee5125: Verifying Checksum [2020-06-23T10:21:28.077Z] 28c525ee5125: Download complete [2020-06-23T10:21:28.655Z] 756a868c4378: Verifying Checksum [2020-06-23T10:21:28.655Z] 756a868c4378: Download complete [2020-06-23T10:21:28.655Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T10:21:28.655Z] 094b1ea09ed8: Download complete [2020-06-23T10:21:28.655Z] 0622d0fa9048: Verifying Checksum [2020-06-23T10:21:28.655Z] 0622d0fa9048: Download complete [2020-06-23T10:21:28.655Z] 138eaada9080: Verifying Checksum [2020-06-23T10:21:28.655Z] 138eaada9080: Download complete [2020-06-23T10:21:29.229Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T10:21:29.229Z] 41b27a9f41bf: Download complete [2020-06-23T10:21:29.496Z] c9b1b535fdd9: Pull complete [2020-06-23T10:21:29.761Z] 2cc5ad85d9ab: Pull complete [2020-06-23T10:21:31.154Z] 756a868c4378: Pull complete [2020-06-23T10:21:31.154Z] 444b2fc9a129: Pull complete [2020-06-23T10:21:31.414Z] ea15f1150254: Pull complete [2020-06-23T10:21:34.732Z] 41b27a9f41bf: Pull complete [2020-06-23T10:21:34.732Z] 28c525ee5125: Pull complete [2020-06-23T10:21:38.040Z] 094b1ea09ed8: Pull complete [2020-06-23T10:21:38.040Z] 138eaada9080: Pull complete [2020-06-23T10:21:38.040Z] 0622d0fa9048: Pull complete [2020-06-23T10:21:38.040Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T10:21:38.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T10:21:38.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T10:21:38.156Z] prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container [2020-06-23T10:21:38.200Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T10:21:41.322Z] $ docker top 5384fe41aabb4e7dd22a70117b7b0561d314338c5b2788b413cb4b0b0369a549 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T10:21:41.551Z] provisioning config files... [2020-06-23T10:21:41.565Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6203613062267545168tmp [Pipeline] { [Pipeline] echo [2020-06-23T10:21:41.593Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:21:41.888Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T10:21:41.898Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T10:21:42.190Z] ---> logs-deploy.sh [2020-06-23T10:21:42.190Z] + ARCHIVE_ARTIFACTS= [2020-06-23T10:21:42.190Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T10:21:42.190Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T10:21:42.190Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T10:21:42.190Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 [2020-06-23T10:21:42.190Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/46/ [2020-06-23T10:21:42.190Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:21:43.576Z] Archives upload complete. [2020-06-23T10:21:43.576Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/46/ [2020-06-23T10:21:44.149Z] ---> uname -a: [2020-06-23T10:21:44.149Z] Linux 5384fe41aabb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> lscpu: [2020-06-23T10:21:44.149Z] Architecture: x86_64 [2020-06-23T10:21:44.149Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-23T10:21:44.149Z] Byte Order: Little Endian [2020-06-23T10:21:44.149Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-23T10:21:44.149Z] CPU(s): 4 [2020-06-23T10:21:44.149Z] On-line CPU(s) list: 0-3 [2020-06-23T10:21:44.149Z] Thread(s) per core: 1 [2020-06-23T10:21:44.149Z] Core(s) per socket: 1 [2020-06-23T10:21:44.149Z] Socket(s): 4 [2020-06-23T10:21:44.149Z] NUMA node(s): 1 [2020-06-23T10:21:44.149Z] Vendor ID: GenuineIntel [2020-06-23T10:21:44.149Z] CPU family: 6 [2020-06-23T10:21:44.149Z] Model: 44 [2020-06-23T10:21:44.149Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-23T10:21:44.149Z] Stepping: 1 [2020-06-23T10:21:44.149Z] CPU MHz: 2933.396 [2020-06-23T10:21:44.149Z] BogoMIPS: 5866.79 [2020-06-23T10:21:44.149Z] Virtualization: VT-x [2020-06-23T10:21:44.149Z] Hypervisor vendor: KVM [2020-06-23T10:21:44.149Z] Virtualization type: full [2020-06-23T10:21:44.149Z] L1d cache: 128 KiB [2020-06-23T10:21:44.149Z] L1i cache: 128 KiB [2020-06-23T10:21:44.149Z] L2 cache: 16 MiB [2020-06-23T10:21:44.149Z] L3 cache: 64 MiB [2020-06-23T10:21:44.149Z] NUMA node0 CPU(s): 0-3 [2020-06-23T10:21:44.149Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-23T10:21:44.149Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-23T10:21:44.149Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-23T10:21:44.149Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-23T10:21:44.149Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-23T10:21:44.149Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-23T10:21:44.149Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-23T10:21:44.149Z] Vulnerability Tsx async abort: Not affected [2020-06-23T10:21:44.149Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> nproc: [2020-06-23T10:21:44.149Z] 4 [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> df -h: [2020-06-23T10:21:44.149Z] Filesystem Size Used Available Use% Mounted on [2020-06-23T10:21:44.149Z] overlay 50.0G 8.5G 41.5G 17% / [2020-06-23T10:21:44.149Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-23T10:21:44.149Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-23T10:21:44.149Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-23T10:21:44.149Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> free -m: [2020-06-23T10:21:44.149Z] total used free shared buff/cache available [2020-06-23T10:21:44.149Z] Mem: 1837 777 114 0 945 992 [2020-06-23T10:21:44.149Z] Swap: 1023 3 1020 [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> ip addr: [2020-06-23T10:21:44.149Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-23T10:21:44.149Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-23T10:21:44.149Z] inet 127.0.0.1/8 scope host lo [2020-06-23T10:21:44.149Z] valid_lft forever preferred_lft forever [2020-06-23T10:21:44.149Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-23T10:21:44.149Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-23T10:21:44.149Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-23T10:21:44.149Z] valid_lft forever preferred_lft forever [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] ---> sar -b -r -n DEV: [2020-06-23T10:21:44.149Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] 10:13:28 LINUX RESTART [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] 10:14:01 tps rtps wtps bread/s bwrtn/s [2020-06-23T10:21:44.149Z] 10:15:01 60.39 14.95 45.44 4993.08 5499.25 [2020-06-23T10:21:44.149Z] 10:16:01 0.33 0.00 0.33 0.00 5.08 [2020-06-23T10:21:44.149Z] 10:17:01 0.40 0.00 0.40 0.00 6.39 [2020-06-23T10:21:44.149Z] 10:18:01 0.20 0.00 0.20 0.00 2.43 [2020-06-23T10:21:44.149Z] 10:19:01 0.25 0.00 0.25 0.00 3.15 [2020-06-23T10:21:44.149Z] 10:20:01 235.21 150.05 85.16 6613.65 30950.05 [2020-06-23T10:21:44.149Z] 10:21:01 218.44 74.96 143.48 4131.91 32040.88 [2020-06-23T10:21:44.149Z] Average: 73.62 34.29 39.34 2248.95 9789.82 [2020-06-23T10:21:44.149Z] [2020-06-23T10:21:44.149Z] 10:14:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-23T10:21:44.149Z] 10:15:01 165268 1716288 91.22 2620 1163436 1101672 37.60 413060 1141784 120 [2020-06-23T10:21:44.149Z] 10:16:01 172788 1708768 90.82 2620 1163440 1063244 36.29 410328 1138156 8 [2020-06-23T10:21:44.149Z] 10:17:01 169908 1711648 90.97 2620 1163448 1063448 36.29 413624 1137808 0 [2020-06-23T10:21:44.149Z] 10:18:01 167648 1713908 91.09 2620 1163448 1063556 36.30 416184 1137308 12 [2020-06-23T10:21:44.149Z] 10:19:01 166420 1715136 91.16 2620 1163452 1063292 36.29 423504 1131164 8 [2020-06-23T10:21:44.149Z] 10:20:01 102516 1779040 94.55 2620 1093524 1308792 44.67 566980 1000528 22792 [2020-06-23T10:21:44.150Z] 10:21:01 118936 1762620 93.68 1496 1011028 1194012 40.75 667792 803836 54904 [2020-06-23T10:21:44.150Z] Average: 151926 1729630 91.93 2459 1131682 1122574 38.31 473067 1070083 11121 [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] 10:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-23T10:21:44.150Z] 10:15:01 eth0 493.64 280.86 995.14 139.39 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:15:01 docker0 29.24 23.90 2.66 60.13 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:16:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:17:01 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:18:01 eth0 0.52 0.30 0.27 0.20 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:19:01 eth0 0.15 0.12 0.05 0.04 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:20:01 eth0 187.23 131.15 3876.74 18.88 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:20:01 vethe92d8d2 38.49 43.77 4.46 102.80 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:20:01 docker0 67.75 67.57 6.59 162.94 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:21:01 eth0 307.25 215.61 3632.87 101.68 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:21:01 veth8f40b65 39.07 42.63 2.97 158.06 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] 10:21:01 docker0 40.87 44.03 2.70 158.69 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] Average: eth0 141.54 89.81 1215.43 37.21 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] Average: veth8f40b65 5.58 6.09 0.42 22.59 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] Average: docker0 15.52 15.95 1.33 45.96 0.00 0.00 0.00 [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] ---> sar -P ALL: [2020-06-23T10:21:44.150Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] 10:13:28 LINUX RESTART [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] 10:14:01 CPU %user %nice %system %iowait %steal %idle [2020-06-23T10:21:44.150Z] 10:15:01 all 10.95 0.00 3.35 2.33 0.01 83.36 [2020-06-23T10:21:44.150Z] 10:15:01 0 10.15 0.00 4.64 1.29 0.02 83.90 [2020-06-23T10:21:44.150Z] 10:15:01 1 10.92 0.00 3.21 4.76 0.00 81.11 [2020-06-23T10:21:44.150Z] 10:15:01 2 11.32 0.00 2.90 1.37 0.00 84.41 [2020-06-23T10:21:44.150Z] 10:15:01 3 11.40 0.00 2.66 1.93 0.00 84.01 [2020-06-23T10:21:44.150Z] 10:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-23T10:21:44.150Z] 10:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T10:21:44.150Z] 10:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T10:21:44.150Z] 10:16:01 2 0.47 0.00 0.02 0.00 0.00 99.52 [2020-06-23T10:21:44.150Z] 10:16:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T10:21:44.150Z] 10:17:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-06-23T10:21:44.150Z] 10:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T10:21:44.150Z] 10:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-23T10:21:44.150Z] 10:17:01 2 0.48 0.00 0.02 0.00 0.00 99.50 [2020-06-23T10:21:44.150Z] 10:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T10:21:44.150Z] 10:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-06-23T10:21:44.150Z] 10:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T10:21:44.150Z] 10:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T10:21:44.150Z] 10:18:01 2 0.35 0.00 0.05 0.00 0.00 99.60 [2020-06-23T10:21:44.150Z] 10:18:01 3 0.18 0.00 0.03 0.00 0.00 99.78 [2020-06-23T10:21:44.150Z] 10:19:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-06-23T10:21:44.150Z] 10:19:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2020-06-23T10:21:44.150Z] 10:19:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2020-06-23T10:21:44.150Z] 10:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T10:21:44.150Z] 10:19:01 3 0.45 0.00 0.02 0.00 0.00 99.53 [2020-06-23T10:21:44.150Z] 10:20:01 all 7.51 0.00 4.50 2.23 0.04 85.73 [2020-06-23T10:21:44.150Z] 10:20:01 0 7.33 0.00 4.96 2.07 0.02 85.62 [2020-06-23T10:21:44.150Z] 10:20:01 1 6.80 0.00 4.22 1.67 0.03 87.28 [2020-06-23T10:21:44.150Z] 10:20:01 2 8.31 0.00 4.40 2.90 0.05 84.35 [2020-06-23T10:21:44.150Z] 10:20:01 3 7.59 0.00 4.46 2.29 0.05 85.61 [2020-06-23T10:21:44.150Z] 10:21:01 all 11.47 0.00 7.97 2.98 0.04 77.54 [2020-06-23T10:21:44.150Z] 10:21:01 0 10.29 0.00 8.26 2.35 0.03 79.07 [2020-06-23T10:21:44.150Z] 10:21:01 1 14.24 0.00 7.89 2.74 0.05 75.08 [2020-06-23T10:21:44.150Z] 10:21:01 2 10.34 0.00 7.72 2.77 0.05 79.11 [2020-06-23T10:21:44.150Z] 10:21:01 3 10.99 0.00 8.01 4.07 0.03 76.89 [2020-06-23T10:21:44.150Z] Average: all 4.34 0.00 2.26 1.07 0.01 92.32 [2020-06-23T10:21:44.150Z] Average: 0 3.97 0.00 2.55 0.81 0.01 92.66 [2020-06-23T10:21:44.150Z] Average: 1 4.56 0.00 2.20 1.31 0.01 91.92 [2020-06-23T10:21:44.150Z] Average: 2 4.45 0.00 2.15 1.00 0.01 92.39 [2020-06-23T10:21:44.150Z] Average: 3 4.36 0.00 2.16 1.17 0.01 92.30 [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z] [2020-06-23T10:21:44.150Z]