Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3220 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" > git rev-list --no-walk 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-10T03:41:07.363Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-10T03:41:07.622Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-10T03:41:07.718Z] ========================================================= [2020-08-10T03:41:07.718Z] EdgeX Global Pipelines Version Info [2020-08-10T03:41:07.718Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:41:10.003Z] ------------------- [2020-08-10T03:41:10.003Z] stable info: [2020-08-10T03:41:10.003Z] ------------------- [2020-08-10T03:41:10.003Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-10T03:41:10.003Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-10T03:41:10.003Z] Message: update stable to v1.0.106 [2020-08-10T03:41:10.970Z] ------------------- [2020-08-10T03:41:10.970Z] experimental info: [2020-08-10T03:41:10.970Z] ------------------- [2020-08-10T03:41:10.970Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-10T03:41:10.970Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-10T03:41:10.970Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T03:41:13.184Z] + git log --format=format:%s -1 b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] echo [2020-08-10T03:41:13.256Z] GIT_COMMIT: b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b, Commit Message: added note to the readme to suggest the UI is for demo/developer purposes [Pipeline] echo [2020-08-10T03:41:13.303Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:41:14.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:41:14.401Z] [2020-08-10T03:41:14.401Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:41:14.773Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:41:14.773Z] latest: Pulling from edgex-devops/git-semver [2020-08-10T03:41:14.773Z] 31603596830f: Pulling fs layer [2020-08-10T03:41:14.773Z] 2a8b12db71e7: Pulling fs layer [2020-08-10T03:41:14.773Z] 6ca5941a6612: Pulling fs layer [2020-08-10T03:41:14.773Z] ecc8261a40a4: Pulling fs layer [2020-08-10T03:41:14.773Z] ecc8261a40a4: Waiting [2020-08-10T03:41:14.773Z] 2a8b12db71e7: Verifying Checksum [2020-08-10T03:41:14.773Z] 2a8b12db71e7: Download complete [2020-08-10T03:41:15.036Z] 31603596830f: Verifying Checksum [2020-08-10T03:41:15.036Z] 31603596830f: Download complete [2020-08-10T03:41:15.036Z] ecc8261a40a4: Verifying Checksum [2020-08-10T03:41:15.036Z] ecc8261a40a4: Download complete [2020-08-10T03:41:15.036Z] 6ca5941a6612: Verifying Checksum [2020-08-10T03:41:15.036Z] 6ca5941a6612: Download complete [2020-08-10T03:41:15.306Z] 31603596830f: Pull complete [2020-08-10T03:41:15.306Z] 2a8b12db71e7: Pull complete [2020-08-10T03:41:16.259Z] 6ca5941a6612: Pull complete [2020-08-10T03:41:16.522Z] ecc8261a40a4: Pull complete [2020-08-10T03:41:16.522Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-10T03:41:16.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:41:16.522Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-10T03:41:16.637Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:41:16.687Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T03:41:18.966Z] $ docker top a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T03:41:19.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T03:41:19.241Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T03:41:19.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T03:41:19.453Z] $ docker exec a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent [2020-08-10T03:41:19.631Z] SSH_AUTH_SOCK=/tmp/ssh-cwFzyUQPL0y9/agent.12 [2020-08-10T03:41:19.631Z] SSH_AGENT_PID=17 [2020-08-10T03:41:19.726Z] Running ssh-add (command line suppressed) [2020-08-10T03:41:19.863Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7231277615565327609.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7231277615565327609.key) [2020-08-10T03:41:19.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T03:41:20.301Z] + git describe --exact-match --tags HEAD [2020-08-10T03:41:20.301Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-10T03:41:20.338Z] $ docker exec --env ******** --env ******** a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent -k [2020-08-10T03:41:20.448Z] unset SSH_AUTH_SOCK; [2020-08-10T03:41:20.448Z] unset SSH_AGENT_PID; [2020-08-10T03:41:20.448Z] echo Agent pid 17 killed; [2020-08-10T03:41:20.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-10T03:41:20.581Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-10T03:41:20.581Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-10T03:41:20.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T03:41:20.679Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T03:41:20.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T03:41:20.851Z] $ docker exec a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent [2020-08-10T03:41:21.012Z] SSH_AUTH_SOCK=/tmp/ssh-Yvv4kVn8NK9D/agent.46 [2020-08-10T03:41:21.012Z] SSH_AGENT_PID=51 [2020-08-10T03:41:21.024Z] Running ssh-add (command line suppressed) [2020-08-10T03:41:21.138Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2916749086302099933.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2916749086302099933.key) [2020-08-10T03:41:21.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T03:41:21.529Z] + git semver init [2020-08-10T03:41:21.529Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T03:41:21.529Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-10T03:41:21.529Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:41:21.529Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T03:41:21.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T03:41:21.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T03:41:21.529Z] # $SEMVER_BRANCH = master [2020-08-10T03:41:21.529Z] # $SEMVER_TEMP = /tmp/semver-749593654 [2020-08-10T03:41:21.529Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-08-10T03:41:22.482Z] # '/tmp/semver-749593654' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-08-10T03:41:22.482Z] # -> Force: false [2020-08-10T03:41:22.482Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-08-10T03:41:22.490Z] $ docker exec --env ******** --env ******** a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 ssh-agent -k [2020-08-10T03:41:22.619Z] unset SSH_AUTH_SOCK; [2020-08-10T03:41:22.619Z] unset SSH_AGENT_PID; [2020-08-10T03:41:22.620Z] echo Agent pid 51 killed; [2020-08-10T03:41:22.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T03:41:23.112Z] + git semver [Pipeline] } [2020-08-10T03:41:23.125Z] $ docker stop --time=1 a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 [2020-08-10T03:41:24.524Z] $ docker rm -f a86feb8175193cb8dc2b9402da0aee9ebde8e14414e0abb3b38f052b9671ac29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-10T03:41:25.746Z] Stashed 18 file(s) [Pipeline] echo [2020-08-10T03:41:25.749Z] [edgeXSemver] initialized semver on version 1.2.2-dev.5 [Pipeline] echo [2020-08-10T03:41:25.844Z] Archived original version: [1.2.2-dev.5] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-10T03:41:41.245Z] Still waiting to schedule task [2020-08-10T03:41:41.245Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3220’ [2020-08-10T03:41:41.247Z] Still waiting to schedule task [2020-08-10T03:41:41.247Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-10T03:43:37.515Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3221 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-08-10T03:43:37.563Z] Running in /w/workspace/edgex-ui-go/48 [Pipeline] { [Pipeline] checkout [2020-08-10T03:43:42.338Z] using credential edgex-jenkins-ssh [2020-08-10T03:43:42.411Z] Cloning the remote Git repository [2020-08-10T03:43:42.411Z] Cloning with configured refspecs honoured and without tags [2020-08-10T03:43:42.459Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:43:42.602Z] > git init /w/workspace/edgex-ui-go/48 # timeout=10 [2020-08-10T03:43:42.667Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:43:42.668Z] > git --version # timeout=10 [2020-08-10T03:43:42.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T03:43:42.783Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:43:44.122Z] Fetching without tags [2020-08-10T03:43:44.585Z] Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) [2020-08-10T03:43:44.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-10T03:43:44.069Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:43:44.092Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-10T03:43:44.118Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:43:44.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T03:43:44.131Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:43:44.589Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T03:43:44.602Z] > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 [2020-08-10T03:43:49.040Z] Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-10T03:43:50.668Z] ========================================================= [2020-08-10T03:43:50.668Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-10T03:43:50.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:43:51.670Z] + 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-08-10T03:43:52.659Z] Sending build context to Docker daemon 21.87MB [2020-08-10T03:43:52.659Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-10T03:43:52.659Z] Step 2/8 : FROM ${BASE} [2020-08-10T03:43:52.933Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-10T03:43:52.933Z] b538f80385f9: Pulling fs layer [2020-08-10T03:43:52.933Z] 74f711af9a0d: Pulling fs layer [2020-08-10T03:43:52.933Z] 99f96fe45779: Pulling fs layer [2020-08-10T03:43:52.933Z] fd7a069fd194: Pulling fs layer [2020-08-10T03:43:52.933Z] 66aa3694b03b: Pulling fs layer [2020-08-10T03:43:52.933Z] 170f70906a0f: Pulling fs layer [2020-08-10T03:43:52.933Z] ad7c5574e4b9: Pulling fs layer [2020-08-10T03:43:52.933Z] e772456be8f7: Pulling fs layer [2020-08-10T03:43:52.933Z] c890913d741a: Pulling fs layer [2020-08-10T03:43:52.933Z] 2480fcc9aa5a: Pulling fs layer [2020-08-10T03:43:52.933Z] 09adf4765672: Pulling fs layer [2020-08-10T03:43:52.933Z] 170f70906a0f: Waiting [2020-08-10T03:43:52.933Z] ad7c5574e4b9: Waiting [2020-08-10T03:43:52.933Z] e772456be8f7: Waiting [2020-08-10T03:43:52.933Z] c890913d741a: Waiting [2020-08-10T03:43:52.933Z] 2480fcc9aa5a: Waiting [2020-08-10T03:43:52.933Z] 09adf4765672: Waiting [2020-08-10T03:43:52.933Z] fd7a069fd194: Waiting [2020-08-10T03:43:52.933Z] 66aa3694b03b: Waiting [2020-08-10T03:43:53.212Z] 99f96fe45779: Verifying Checksum [2020-08-10T03:43:53.212Z] 99f96fe45779: Download complete [2020-08-10T03:43:53.212Z] 74f711af9a0d: Verifying Checksum [2020-08-10T03:43:53.212Z] 74f711af9a0d: Download complete [2020-08-10T03:43:53.212Z] 66aa3694b03b: Verifying Checksum [2020-08-10T03:43:53.212Z] 66aa3694b03b: Download complete [2020-08-10T03:43:53.212Z] 170f70906a0f: Verifying Checksum [2020-08-10T03:43:53.212Z] 170f70906a0f: Download complete [2020-08-10T03:43:53.212Z] b538f80385f9: Verifying Checksum [2020-08-10T03:43:54.209Z] b538f80385f9: Pull complete [2020-08-10T03:43:54.809Z] 74f711af9a0d: Pull complete [2020-08-10T03:43:55.084Z] 99f96fe45779: Pull complete [2020-08-10T03:43:56.077Z] ad7c5574e4b9: Verifying Checksum [2020-08-10T03:43:56.077Z] ad7c5574e4b9: Download complete [2020-08-10T03:43:56.077Z] c890913d741a: Download complete [2020-08-10T03:43:58.070Z] 2480fcc9aa5a: Verifying Checksum [2020-08-10T03:43:58.070Z] 2480fcc9aa5a: Download complete [2020-08-10T03:43:58.070Z] 09adf4765672: Verifying Checksum [2020-08-10T03:43:58.070Z] 09adf4765672: Download complete [2020-08-10T03:43:58.734Z] e772456be8f7: Download complete [2020-08-10T03:43:59.334Z] fd7a069fd194: Verifying Checksum [2020-08-10T03:43:59.334Z] fd7a069fd194: Download complete [2020-08-10T03:44:11.827Z] fd7a069fd194: Pull complete [2020-08-10T03:44:11.827Z] 66aa3694b03b: Pull complete [2020-08-10T03:44:11.827Z] 170f70906a0f: Pull complete [2020-08-10T03:44:13.521Z] Running on prd-centos7-docker-4c-2g-3222 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-08-10T03:44:13.567Z] Running in /w/workspace/edgex-ui-go/48 [Pipeline] { [Pipeline] checkout [2020-08-10T03:44:14.459Z] ad7c5574e4b9: Pull complete [2020-08-10T03:44:15.746Z] using credential edgex-jenkins-ssh [2020-08-10T03:44:15.794Z] Cloning the remote Git repository [2020-08-10T03:44:15.794Z] Cloning with configured refspecs honoured and without tags [2020-08-10T03:44:15.824Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:44:15.887Z] > git init /w/workspace/edgex-ui-go/48 # timeout=10 [2020-08-10T03:44:16.415Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:44:16.415Z] > git --version # timeout=10 [2020-08-10T03:44:16.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T03:44:16.630Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:44:17.439Z] Fetching without tags [2020-08-10T03:44:17.820Z] Checking out Revision b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b (master) [2020-08-10T03:44:17.407Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-10T03:44:17.419Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:44:17.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-10T03:44:17.443Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-10T03:44:17.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T03:44:17.448Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T03:44:17.828Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T03:44:17.833Z] > git checkout -f b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 [2020-08-10T03:44:18.785Z] e772456be8f7: Pull complete [2020-08-10T03:44:19.379Z] c890913d741a: Pull complete [2020-08-10T03:44:21.365Z] 2480fcc9aa5a: Pull complete [2020-08-10T03:44:21.490Z] Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" [2020-08-10T03:44:21.637Z] 09adf4765672: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-10T03:44:21.923Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-10T03:44:21.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-10T03:44:21.923Z] ---> 2248a725d1cf [2020-08-10T03:44:21.923Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-10T03:44:22.555Z] ========================================================= [2020-08-10T03:44:22.555Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-10T03:44:22.555Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:44:23.190Z] + 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-08-10T03:44:23.456Z] Sending build context to Docker daemon 21.87MB [2020-08-10T03:44:23.718Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-10T03:44:23.718Z] Step 2/8 : FROM ${BASE} [2020-08-10T03:44:23.718Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-10T03:44:23.718Z] df20fa9351a1: Pulling fs layer [2020-08-10T03:44:23.718Z] ed8968b2872e: Pulling fs layer [2020-08-10T03:44:23.718Z] a92cc7c5fd73: Pulling fs layer [2020-08-10T03:44:23.718Z] 2dd03ba5bac4: Pulling fs layer [2020-08-10T03:44:23.718Z] 1e091d79d1de: Pulling fs layer [2020-08-10T03:44:23.718Z] 481702a1767f: Pulling fs layer [2020-08-10T03:44:23.718Z] f64a6f60c768: Pulling fs layer [2020-08-10T03:44:23.718Z] e78d2573fc39: Pulling fs layer [2020-08-10T03:44:23.718Z] e876d2f968b6: Pulling fs layer [2020-08-10T03:44:23.718Z] ce8a83651883: Pulling fs layer [2020-08-10T03:44:23.718Z] 07967f4d0e4b: Pulling fs layer [2020-08-10T03:44:23.718Z] f64a6f60c768: Waiting [2020-08-10T03:44:23.718Z] e78d2573fc39: Waiting [2020-08-10T03:44:23.718Z] 2dd03ba5bac4: Waiting [2020-08-10T03:44:23.718Z] 1e091d79d1de: Waiting [2020-08-10T03:44:23.718Z] 481702a1767f: Waiting [2020-08-10T03:44:23.718Z] e876d2f968b6: Waiting [2020-08-10T03:44:23.718Z] ce8a83651883: Waiting [2020-08-10T03:44:23.718Z] 07967f4d0e4b: Waiting [2020-08-10T03:44:23.718Z] a92cc7c5fd73: Verifying Checksum [2020-08-10T03:44:23.718Z] a92cc7c5fd73: Download complete [2020-08-10T03:44:23.718Z] ed8968b2872e: Download complete [2020-08-10T03:44:23.718Z] 1e091d79d1de: Verifying Checksum [2020-08-10T03:44:23.718Z] 1e091d79d1de: Download complete [2020-08-10T03:44:23.718Z] 481702a1767f: Verifying Checksum [2020-08-10T03:44:23.718Z] 481702a1767f: Download complete [2020-08-10T03:44:23.718Z] df20fa9351a1: Verifying Checksum [2020-08-10T03:44:23.718Z] df20fa9351a1: Download complete [2020-08-10T03:44:24.876Z] f64a6f60c768: Verifying Checksum [2020-08-10T03:44:24.876Z] f64a6f60c768: Download complete [2020-08-10T03:44:24.876Z] e876d2f968b6: Verifying Checksum [2020-08-10T03:44:24.876Z] e876d2f968b6: Download complete [2020-08-10T03:44:25.476Z] e78d2573fc39: Verifying Checksum [2020-08-10T03:44:25.476Z] e78d2573fc39: Download complete [2020-08-10T03:44:25.476Z] ce8a83651883: Verifying Checksum [2020-08-10T03:44:25.476Z] ce8a83651883: Download complete [2020-08-10T03:44:25.476Z] 2dd03ba5bac4: Verifying Checksum [2020-08-10T03:44:25.476Z] 2dd03ba5bac4: Download complete [2020-08-10T03:44:25.476Z] 07967f4d0e4b: Verifying Checksum [2020-08-10T03:44:25.476Z] 07967f4d0e4b: Download complete [2020-08-10T03:44:26.048Z] df20fa9351a1: Pull complete [2020-08-10T03:44:26.048Z] ed8968b2872e: Pull complete [2020-08-10T03:44:26.281Z] ---> Running in 4e3cd7152d5e [2020-08-10T03:44:26.312Z] a92cc7c5fd73: Pull complete [2020-08-10T03:44:26.556Z] Removing intermediate container 4e3cd7152d5e [2020-08-10T03:44:26.556Z] ---> 13f535274783 [2020-08-10T03:44:26.556Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T03:44:26.836Z] ---> Running in 7cf76e5bda95 [2020-08-10T03:44:29.471Z] Removing intermediate container 7cf76e5bda95 [2020-08-10T03:44:29.471Z] ---> 7ed404950a12 [2020-08-10T03:44:29.471Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-10T03:44:29.471Z] ---> Running in 0dab55888380 [2020-08-10T03:44:30.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T03:44:31.628Z] 2dd03ba5bac4: Pull complete [2020-08-10T03:44:31.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T03:44:32.202Z] 1e091d79d1de: Pull complete [2020-08-10T03:44:32.202Z] 481702a1767f: Pull complete [2020-08-10T03:44:32.500Z] OK: 142 MiB in 39 packages [2020-08-10T03:44:33.498Z] Removing intermediate container 0dab55888380 [2020-08-10T03:44:33.498Z] ---> da4d37d5a045 [2020-08-10T03:44:33.498Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-10T03:44:33.771Z] ---> Running in e0e362573987 [2020-08-10T03:44:34.366Z] Removing intermediate container e0e362573987 [2020-08-10T03:44:34.366Z] ---> 91dee14b7052 [2020-08-10T03:44:34.366Z] Step 7/8 : COPY . . [2020-08-10T03:44:36.339Z] ---> 1be3db7333f0 [2020-08-10T03:44:36.339Z] Step 8/8 : RUN go mod download [2020-08-10T03:44:36.441Z] f64a6f60c768: Pull complete [2020-08-10T03:44:36.615Z] ---> Running in ef558ae56dc6 [2020-08-10T03:44:39.750Z] e78d2573fc39: Pull complete [2020-08-10T03:44:39.750Z] e876d2f968b6: Pull complete [2020-08-10T03:44:40.325Z] ce8a83651883: Pull complete [2020-08-10T03:44:40.587Z] 07967f4d0e4b: Pull complete [2020-08-10T03:44:40.587Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-10T03:44:40.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-10T03:44:40.587Z] ---> 5d7c900382c6 [2020-08-10T03:44:40.587Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T03:44:40.913Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T03:44:40.913Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-10T03:44:40.913Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-10T03:44:40.913Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-10T03:44:40.913Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T03:44:40.913Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-10T03:44:40.913Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T03:44:40.913Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-10T03:44:40.913Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T03:44:40.913Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T03:44:40.913Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-10T03:44:40.913Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-10T03:44:40.913Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-10T03:44:40.913Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T03:44:40.913Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T03:44:40.913Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-10T03:44:40.913Z] go: finding github.com/fatih/color v1.9.0 [2020-08-10T03:44:40.913Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-10T03:44:40.913Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T03:44:40.913Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T03:44:40.913Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-10T03:44:40.913Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T03:44:40.913Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T03:44:40.913Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-10T03:44:41.183Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-10T03:44:41.183Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T03:44:41.183Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-10T03:44:41.183Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-10T03:44:41.453Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-10T03:44:41.724Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-10T03:44:41.724Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-10T03:44:41.724Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-10T03:44:41.724Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-10T03:44:41.724Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T03:44:41.724Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-10T03:44:41.724Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T03:44:41.724Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T03:44:41.724Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-10T03:44:41.724Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-10T03:44:41.979Z] ---> Running in f70cfe9a40d0 [2020-08-10T03:44:41.994Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-10T03:44:41.994Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-10T03:44:41.994Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T03:44:41.994Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T03:44:41.994Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T03:44:41.994Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-10T03:44:41.995Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T03:44:41.995Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-10T03:44:41.995Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T03:44:41.995Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T03:44:41.995Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-10T03:44:42.239Z] Removing intermediate container f70cfe9a40d0 [2020-08-10T03:44:42.240Z] ---> db60a8c671e3 [2020-08-10T03:44:42.240Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T03:44:42.240Z] ---> Running in 9fdf23d765ed [2020-08-10T03:44:42.265Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-10T03:44:42.265Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-10T03:44:42.265Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-10T03:44:42.265Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-10T03:44:42.265Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-10T03:44:42.265Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-10T03:44:42.265Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T03:44:42.265Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T03:44:42.265Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T03:44:42.265Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-10T03:44:42.265Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-10T03:44:42.536Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-10T03:44:42.536Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-10T03:44:42.536Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-10T03:44:42.536Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T03:44:42.536Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-10T03:44:42.536Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-10T03:44:42.536Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-10T03:44:42.536Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-10T03:44:42.536Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-10T03:44:42.536Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-10T03:44:42.810Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-10T03:44:42.810Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-10T03:44:42.810Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T03:44:42.810Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-10T03:44:42.810Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-10T03:44:42.810Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-10T03:44:42.810Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T03:44:42.810Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-10T03:44:42.810Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T03:44:43.627Z] Removing intermediate container 9fdf23d765ed [2020-08-10T03:44:43.627Z] ---> e5be2e9c75a7 [2020-08-10T03:44:43.627Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-10T03:44:43.889Z] ---> Running in e65fca4756ce [2020-08-10T03:44:44.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T03:44:45.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T03:44:45.610Z] OK: 166 MiB in 39 packages [2020-08-10T03:44:45.872Z] Removing intermediate container e65fca4756ce [2020-08-10T03:44:45.872Z] ---> fc58dfd9514d [2020-08-10T03:44:45.872Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-10T03:44:46.134Z] ---> Running in 5d006511ff05 [2020-08-10T03:44:46.134Z] Removing intermediate container 5d006511ff05 [2020-08-10T03:44:46.134Z] ---> 0dacb830228d [2020-08-10T03:44:46.134Z] Step 7/8 : COPY . . [2020-08-10T03:44:47.521Z] ---> 815294e5e11e [2020-08-10T03:44:47.521Z] Step 8/8 : RUN go mod download [2020-08-10T03:44:47.783Z] ---> Running in 230a6e9a9b04 [2020-08-10T03:44:51.105Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T03:44:51.105Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-10T03:44:51.105Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-10T03:44:51.105Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-10T03:44:51.105Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T03:44:51.105Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-10T03:44:51.105Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T03:44:51.105Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-10T03:44:51.105Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T03:44:51.105Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T03:44:51.105Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-10T03:44:51.105Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-10T03:44:51.105Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-10T03:44:51.105Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T03:44:51.105Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T03:44:51.375Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-10T03:44:51.375Z] go: finding github.com/fatih/color v1.9.0 [2020-08-10T03:44:51.375Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-10T03:44:51.375Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T03:44:51.375Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T03:44:51.375Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-10T03:44:51.375Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T03:44:51.375Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T03:44:51.375Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-10T03:44:51.375Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-10T03:44:51.375Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T03:44:51.375Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-10T03:44:51.375Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-10T03:44:51.637Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-10T03:44:51.637Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T03:44:51.637Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T03:44:51.637Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-10T03:44:51.637Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T03:44:51.638Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-10T03:44:51.898Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-10T03:44:51.898Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-10T03:44:51.898Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-10T03:44:51.898Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-10T03:44:51.898Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T03:44:51.898Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-10T03:44:52.160Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T03:44:52.160Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T03:44:52.160Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-10T03:44:52.160Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-10T03:44:52.160Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-10T03:44:52.160Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-10T03:44:52.160Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T03:44:52.160Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T03:44:52.160Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T03:44:52.160Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-10T03:44:52.160Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T03:44:52.426Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-10T03:44:52.426Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T03:44:52.426Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T03:44:52.426Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-10T03:44:52.426Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-10T03:44:52.426Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-10T03:44:52.426Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-10T03:44:52.426Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-10T03:44:52.426Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-10T03:44:52.426Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-10T03:44:52.426Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T03:44:52.426Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T03:44:52.687Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T03:44:52.687Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-10T03:44:52.687Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-10T03:44:52.687Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-10T03:44:52.687Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-10T03:44:52.687Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-10T03:44:52.687Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T03:44:52.687Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-10T03:44:52.687Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-10T03:44:52.687Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-10T03:44:52.687Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-10T03:44:52.687Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-10T03:44:52.949Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-10T03:44:52.949Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-10T03:44:52.949Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-10T03:44:52.949Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T03:44:52.949Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-10T03:44:52.949Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-10T03:44:52.949Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-10T03:44:52.949Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T03:44:52.949Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-10T03:44:52.949Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T03:45:01.148Z] Removing intermediate container ef558ae56dc6 [2020-08-10T03:45:01.149Z] ---> e493a366f055 [2020-08-10T03:45:01.149Z] Successfully built e493a366f055 [2020-08-10T03:45:01.149Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T03:45:03.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-10T03:45:04.201Z] + ls -al . [2020-08-10T03:45:04.201Z] total 92 [2020-08-10T03:45:04.201Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 03:43 . [2020-08-10T03:45:04.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 03:43 .. [2020-08-10T03:45:04.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 03:43 .git [2020-08-10T03:45:04.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 03:43 .github [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 136 Aug 10 03:43 .gitignore [2020-08-10T03:45:04.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 .semver [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 3959 Aug 10 03:43 CONTRIBUTING.md [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 10 03:43 Dockerfile [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 898 Aug 10 03:43 Dockerfile.build [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 675 Aug 10 03:43 Jenkinsfile [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 11357 Aug 10 03:43 LICENSE [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 951 Aug 10 03:43 Makefile [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 3545 Aug 10 03:43 README.md [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 10 03:41 VERSION [2020-08-10T03:45:04.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 assets [2020-08-10T03:45:04.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 03:43 bin [2020-08-10T03:45:04.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 03:43 cmd [2020-08-10T03:45:04.201Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 10 03:43 docs [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 1019 Aug 10 03:43 go.mod [2020-08-10T03:45:04.201Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 03:43 internal [2020-08-10T03:45:04.201Z] -rw-rw-r-- 1 jenkins jenkins 155 Aug 10 03:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:04.543Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b --label arch=arm64 --label version=1.2.2-dev.5 . [2020-08-10T03:45:05.150Z] Sending build context to Docker daemon 21.87MB [2020-08-10T03:45:05.150Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-10T03:45:05.150Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-10T03:45:05.150Z] ---> e493a366f055 [2020-08-10T03:45:05.150Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-10T03:45:05.755Z] ---> Running in b39677dbd1f0 [2020-08-10T03:45:06.028Z] Removing intermediate container b39677dbd1f0 [2020-08-10T03:45:06.028Z] ---> 4695f1b8962c [2020-08-10T03:45:06.028Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-10T03:45:06.301Z] ---> Running in 060367bf5ac8 [2020-08-10T03:45:06.896Z] Removing intermediate container 060367bf5ac8 [2020-08-10T03:45:06.896Z] ---> e6be0c395d27 [2020-08-10T03:45:06.896Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-10T03:45:06.896Z] ---> Running in 9ada777e6fb8 [2020-08-10T03:45:07.493Z] Removing intermediate container 9ada777e6fb8 [2020-08-10T03:45:07.493Z] ---> 10a2ebbd10bd [2020-08-10T03:45:07.493Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-10T03:45:07.493Z] ---> Running in 6b9a5f1bea23 [2020-08-10T03:45:07.926Z] Removing intermediate container 230a6e9a9b04 [2020-08-10T03:45:07.926Z] ---> 47b8ffb31027 [2020-08-10T03:45:07.926Z] Successfully built 47b8ffb31027 [2020-08-10T03:45:07.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-10T03:45:08.089Z] Removing intermediate container 6b9a5f1bea23 [2020-08-10T03:45:08.089Z] ---> 88d2ec4ebcb2 [2020-08-10T03:45:08.089Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-10T03:45:08.089Z] ---> Running in d5a56d6a14fc [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T03:45:08.674Z] + sudo chown -R jenkins:jenkins . [2020-08-10T03:45:08.682Z] Removing intermediate container d5a56d6a14fc [2020-08-10T03:45:08.682Z] ---> 86b05f69a463 [2020-08-10T03:45:08.682Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T03:45:08.682Z] ---> Running in 5bf8b4ce8c41 [Pipeline] sh [2020-08-10T03:45:08.980Z] + ls -al . [2020-08-10T03:45:08.980Z] total 56 [2020-08-10T03:45:08.980Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 10 03:44 . [2020-08-10T03:45:08.980Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 10 03:44 .. [2020-08-10T03:45:08.980Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 10 03:44 assets [2020-08-10T03:45:08.980Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 10 03:44 bin [2020-08-10T03:45:08.980Z] drwxrwxr-x. 3 jenkins jenkins 29 Aug 10 03:44 cmd [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 3959 Aug 10 03:44 CONTRIBUTING.md [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 913 Aug 10 03:44 Dockerfile [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 898 Aug 10 03:44 Dockerfile.build [2020-08-10T03:45:08.980Z] drwxrwxr-x. 5 jenkins jenkins 104 Aug 10 03:44 docs [2020-08-10T03:45:08.980Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 10 03:44 .git [2020-08-10T03:45:08.980Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 10 03:44 .github [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 136 Aug 10 03:44 .gitignore [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 1019 Aug 10 03:44 go.mod [2020-08-10T03:45:08.980Z] drwxrwxr-x. 10 jenkins jenkins 139 Aug 10 03:44 internal [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 675 Aug 10 03:44 Jenkinsfile [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 11357 Aug 10 03:44 LICENSE [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 951 Aug 10 03:44 Makefile [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 3545 Aug 10 03:44 README.md [2020-08-10T03:45:08.980Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 10 03:44 .semver [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 10 03:41 VERSION [2020-08-10T03:45:08.980Z] -rw-rw-r--. 1 jenkins jenkins 155 Aug 10 03:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:09.293Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b --label arch=amd64 --label version=1.2.2-dev.5 . [2020-08-10T03:45:09.556Z] Sending build context to Docker daemon 21.87MB [2020-08-10T03:45:09.556Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-10T03:45:09.556Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-10T03:45:09.556Z] ---> 47b8ffb31027 [2020-08-10T03:45:09.556Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-10T03:45:09.817Z] ---> Running in c1e8bc8c318d [2020-08-10T03:45:10.083Z] Removing intermediate container c1e8bc8c318d [2020-08-10T03:45:10.083Z] ---> 6ee85b5d81f3 [2020-08-10T03:45:10.083Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-10T03:45:10.083Z] ---> Running in a55996d7b8d2 [2020-08-10T03:45:10.345Z] Removing intermediate container a55996d7b8d2 [2020-08-10T03:45:10.345Z] ---> e39bc4d1363e [2020-08-10T03:45:10.345Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-10T03:45:10.345Z] ---> Running in 672acafb28fd [2020-08-10T03:45:10.606Z] Removing intermediate container 672acafb28fd [2020-08-10T03:45:10.606Z] ---> 855e5eb01f87 [2020-08-10T03:45:10.606Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-10T03:45:10.606Z] ---> Running in d44054f5eda1 [2020-08-10T03:45:10.867Z] Removing intermediate container d44054f5eda1 [2020-08-10T03:45:10.867Z] ---> ea7d1e183794 [2020-08-10T03:45:10.867Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-10T03:45:11.129Z] ---> Running in de861774ca57 [2020-08-10T03:45:11.129Z] Removing intermediate container de861774ca57 [2020-08-10T03:45:11.129Z] ---> eb803cb2921c [2020-08-10T03:45:11.129Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T03:45:11.301Z] Removing intermediate container 5bf8b4ce8c41 [2020-08-10T03:45:11.301Z] ---> b9febb015a74 [2020-08-10T03:45:11.301Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-10T03:45:11.301Z] ---> Running in ad6296cc81ba [2020-08-10T03:45:11.390Z] ---> Running in 487a65d52155 [2020-08-10T03:45:12.344Z] Removing intermediate container 487a65d52155 [2020-08-10T03:45:12.344Z] ---> 8a7fa29e8338 [2020-08-10T03:45:12.344Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-10T03:45:12.344Z] ---> Running in aed6ee064d4f [2020-08-10T03:45:12.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T03:45:12.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T03:45:13.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T03:45:13.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T03:45:14.441Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T03:45:14.441Z] v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T03:45:14.441Z] OK: 12749 distinct packages available [2020-08-10T03:45:14.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T03:45:14.684Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T03:45:14.684Z] v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T03:45:14.684Z] OK: 12620 distinct packages available [2020-08-10T03:45:14.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T03:45:15.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T03:45:15.581Z] OK: 166 MiB in 39 packages [2020-08-10T03:45:15.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T03:45:15.842Z] Removing intermediate container aed6ee064d4f [2020-08-10T03:45:15.842Z] ---> 743b57ea9fd5 [2020-08-10T03:45:15.842Z] Step 10/24 : ENV GO111MODULE=on [2020-08-10T03:45:16.103Z] ---> Running in 536415d4ff38 [2020-08-10T03:45:16.103Z] Removing intermediate container 536415d4ff38 [2020-08-10T03:45:16.103Z] ---> 35adb4f545a0 [2020-08-10T03:45:16.103Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-10T03:45:16.363Z] ---> Running in 7034c5e4f64e [2020-08-10T03:45:16.363Z] Removing intermediate container 7034c5e4f64e [2020-08-10T03:45:16.363Z] ---> 5b85770d87da [2020-08-10T03:45:16.363Z] Step 12/24 : COPY go.mod . [2020-08-10T03:45:16.622Z] ---> 5de713ac2418 [2020-08-10T03:45:16.622Z] Step 13/24 : COPY Makefile . [2020-08-10T03:45:16.626Z] OK: 142 MiB in 39 packages [2020-08-10T03:45:16.882Z] ---> 116cabeaba70 [2020-08-10T03:45:16.882Z] Step 14/24 : RUN make update [2020-08-10T03:45:16.882Z] ---> Running in 72b0e4754c05 [2020-08-10T03:45:17.460Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-10T03:45:17.606Z] Removing intermediate container ad6296cc81ba [2020-08-10T03:45:17.606Z] ---> ba545387b267 [2020-08-10T03:45:17.606Z] Step 10/24 : ENV GO111MODULE=on [2020-08-10T03:45:17.727Z] Removing intermediate container 72b0e4754c05 [2020-08-10T03:45:17.727Z] ---> 3f27f08fadcc [2020-08-10T03:45:17.727Z] Step 15/24 : COPY . . [2020-08-10T03:45:17.880Z] ---> Running in 1bec0b5918cf [2020-08-10T03:45:18.476Z] Removing intermediate container 1bec0b5918cf [2020-08-10T03:45:18.476Z] ---> 3c3b0037d3a1 [2020-08-10T03:45:18.476Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-10T03:45:18.476Z] ---> Running in d76e2ee4e263 [2020-08-10T03:45:19.070Z] Removing intermediate container d76e2ee4e263 [2020-08-10T03:45:19.070Z] ---> 2183cf465cce [2020-08-10T03:45:19.070Z] Step 12/24 : COPY go.mod . [2020-08-10T03:45:19.113Z] ---> a41152639aa2 [2020-08-10T03:45:19.113Z] Step 16/24 : RUN ${MAKE} [2020-08-10T03:45:19.113Z] ---> Running in 1318728841f1 [2020-08-10T03:45:19.668Z] ---> f22c8e40a4a4 [2020-08-10T03:45:19.668Z] Step 13/24 : COPY Makefile . [2020-08-10T03:45:19.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.5" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-08-10T03:45:20.265Z] ---> 42ca4ed83947 [2020-08-10T03:45:20.265Z] Step 14/24 : RUN make update [2020-08-10T03:45:20.537Z] ---> Running in c53fb4ef5f9e [2020-08-10T03:45:21.966Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-10T03:45:23.410Z] Removing intermediate container c53fb4ef5f9e [2020-08-10T03:45:23.410Z] ---> 56972d7204fc [2020-08-10T03:45:23.410Z] Step 15/24 : COPY . . [2020-08-10T03:45:25.375Z] ---> 766ee9a8b04b [2020-08-10T03:45:25.375Z] Step 16/24 : RUN ${MAKE} [2020-08-10T03:45:25.375Z] ---> Running in 5350ed0f0343 [2020-08-10T03:45:26.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.5" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-08-10T03:45:29.784Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-10T03:45:33.103Z] Removing intermediate container 1318728841f1 [2020-08-10T03:45:33.103Z] ---> 31f3571501bd [2020-08-10T03:45:33.103Z] Step 17/24 : FROM alpine [2020-08-10T03:45:33.103Z] latest: Pulling from library/alpine [2020-08-10T03:45:33.103Z] df20fa9351a1: Already exists [2020-08-10T03:45:33.363Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T03:45:33.363Z] Status: Downloaded newer image for alpine:latest [2020-08-10T03:45:33.363Z] ---> a24bb4013296 [2020-08-10T03:45:33.363Z] Step 18/24 : EXPOSE 4000 [2020-08-10T03:45:33.363Z] ---> Running in b05d616daae3 [2020-08-10T03:45:33.719Z] Removing intermediate container b05d616daae3 [2020-08-10T03:45:33.719Z] ---> 52d05709693f [2020-08-10T03:45:33.719Z] 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-08-10T03:45:34.689Z] ---> e8bdf8bc7da9 [2020-08-10T03:45:34.689Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-10T03:45:34.689Z] ---> Running in 4b31deef2b5d [2020-08-10T03:45:34.689Z] Removing intermediate container 4b31deef2b5d [2020-08-10T03:45:34.689Z] ---> 2a3a2785c41d [2020-08-10T03:45:34.689Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-10T03:45:34.970Z] ---> Running in 31d5a5dcedfe [2020-08-10T03:45:34.970Z] Removing intermediate container 31d5a5dcedfe [2020-08-10T03:45:34.970Z] ---> 3cfcd09e3ecc [2020-08-10T03:45:34.970Z] Step 22/24 : LABEL arch=amd64 [2020-08-10T03:45:34.970Z] ---> Running in e7c0c11b3828 [2020-08-10T03:45:35.241Z] Removing intermediate container e7c0c11b3828 [2020-08-10T03:45:35.242Z] ---> ef96a520b8c8 [2020-08-10T03:45:35.242Z] Step 23/24 : LABEL git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:45:35.242Z] ---> Running in 1c6bc3e2f2f9 [2020-08-10T03:45:35.506Z] Removing intermediate container 1c6bc3e2f2f9 [2020-08-10T03:45:35.506Z] ---> 0c2e5845478e [2020-08-10T03:45:35.506Z] Step 24/24 : LABEL version=1.2.2-dev.5 [2020-08-10T03:45:35.506Z] ---> Running in 3c6816cdefa6 [2020-08-10T03:45:35.767Z] Removing intermediate container 3c6816cdefa6 [2020-08-10T03:45:35.767Z] ---> c84a44b4de6d [2020-08-10T03:45:35.767Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-10T03:45:35.767Z] Successfully built c84a44b4de6d [2020-08-10T03:45:35.767Z] 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-08-10T03:45:36.131Z] provisioning config files... [2020-08-10T03:45:36.160Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/48@tmp/config3236886580028001023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:45:36.519Z] nexus3.edgexfoundry.org:10001 [2020-08-10T03:45:36.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:45:36.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:45:36.780Z] Configure a credential helper to remove this warning. See [2020-08-10T03:45:36.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:45:36.780Z] [2020-08-10T03:45:36.780Z] Login Succeeded [2020-08-10T03:45:36.780Z] nexus3.edgexfoundry.org:10002 [2020-08-10T03:45:36.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:45:36.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:45:36.780Z] Configure a credential helper to remove this warning. See [2020-08-10T03:45:36.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:45:36.780Z] [2020-08-10T03:45:36.780Z] Login Succeeded [2020-08-10T03:45:36.780Z] nexus3.edgexfoundry.org:10003 [2020-08-10T03:45:37.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:45:37.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:45:37.040Z] Configure a credential helper to remove this warning. See [2020-08-10T03:45:37.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:45:37.040Z] [2020-08-10T03:45:37.040Z] Login Succeeded [2020-08-10T03:45:37.040Z] nexus3.edgexfoundry.org:10004 [2020-08-10T03:45:37.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:45:37.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:45:37.299Z] Configure a credential helper to remove this warning. See [2020-08-10T03:45:37.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:45:37.299Z] [2020-08-10T03:45:37.299Z] Login Succeeded [2020-08-10T03:45:37.299Z] docker.io [2020-08-10T03:45:37.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:45:37.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:45:37.561Z] Configure a credential helper to remove this warning. See [2020-08-10T03:45:37.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:45:37.561Z] [2020-08-10T03:45:37.561Z] Login Succeeded [Pipeline] } [2020-08-10T03:45:37.569Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-10T03:45:37.751Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-08-10T03:45:37.751Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:45:37.751Z] latest [2020-08-10T03:45:37.751Z] 1.2.2-dev.5 [2020-08-10T03:45:37.751Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:45:37.751Z] master [2020-08-10T03:45:37.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:38.239Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:38.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:45:38.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-10T03:45:38.536Z] ddf836d5aa74: Preparing [2020-08-10T03:45:38.536Z] 50644c29ef5a: Preparing [2020-08-10T03:45:38.536Z] 50644c29ef5a: Layer already exists [2020-08-10T03:45:39.922Z] ddf836d5aa74: Pushed [2020-08-10T03:45:39.922Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:40.231Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:40.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-08-10T03:45:40.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-10T03:45:40.536Z] ddf836d5aa74: Preparing [2020-08-10T03:45:40.536Z] 50644c29ef5a: Preparing [2020-08-10T03:45:40.536Z] 50644c29ef5a: Layer already exists [2020-08-10T03:45:40.536Z] ddf836d5aa74: Layer already exists [2020-08-10T03:45:40.536Z] latest: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:40.833Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:41.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 [2020-08-10T03:45:41.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-10T03:45:41.125Z] ddf836d5aa74: Preparing [2020-08-10T03:45:41.125Z] 50644c29ef5a: Preparing [2020-08-10T03:45:41.125Z] ddf836d5aa74: Layer already exists [2020-08-10T03:45:41.125Z] 50644c29ef5a: Layer already exists [2020-08-10T03:45:41.125Z] 1.2.2-dev.5: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:41.428Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:41.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:45:41.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-10T03:45:41.722Z] ddf836d5aa74: Preparing [2020-08-10T03:45:41.722Z] 50644c29ef5a: Preparing [2020-08-10T03:45:41.722Z] ddf836d5aa74: Layer already exists [2020-08-10T03:45:41.722Z] 50644c29ef5a: Layer already exists [2020-08-10T03:45:41.722Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:42.021Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:45:42.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-08-10T03:45:42.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-10T03:45:42.314Z] ddf836d5aa74: Preparing [2020-08-10T03:45:42.314Z] 50644c29ef5a: Preparing [2020-08-10T03:45:42.314Z] 50644c29ef5a: Layer already exists [2020-08-10T03:45:42.314Z] ddf836d5aa74: Layer already exists [2020-08-10T03:45:42.314Z] master: digest: sha256:c9d83f2e554338f398b3a87b01375ebe92b50de93c1b83272ed648ade1f2efe0 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-10T03:45:42.531Z] ===================================================== [Pipeline] echo [2020-08-10T03:45:42.588Z] taggedImages: [2020-08-10T03:45:42.588Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:45:42.588Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-08-10T03:45:42.588Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.5 [2020-08-10T03:45:42.588Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:45:42.588Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-10T03:45:48.989Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-10T03:45:57.282Z] Removing intermediate container 5350ed0f0343 [2020-08-10T03:45:57.282Z] ---> 5c1a0d336710 [2020-08-10T03:45:57.282Z] Step 17/24 : FROM alpine [2020-08-10T03:45:57.282Z] latest: Pulling from library/alpine [2020-08-10T03:45:57.554Z] b538f80385f9: Already exists [2020-08-10T03:45:57.554Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T03:45:57.554Z] Status: Downloaded newer image for alpine:latest [2020-08-10T03:45:57.554Z] ---> 62ee0e9f8440 [2020-08-10T03:45:57.554Z] Step 18/24 : EXPOSE 4000 [2020-08-10T03:45:57.827Z] ---> Running in e952fd29886d [2020-08-10T03:45:58.427Z] Removing intermediate container e952fd29886d [2020-08-10T03:45:58.427Z] ---> b920863ac7a1 [2020-08-10T03:45:58.427Z] 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-08-10T03:46:00.408Z] ---> 7e41615603bc [2020-08-10T03:46:00.408Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-10T03:46:00.408Z] ---> Running in b6bb4f278194 [2020-08-10T03:46:00.679Z] Removing intermediate container b6bb4f278194 [2020-08-10T03:46:00.679Z] ---> 37eef6c661c5 [2020-08-10T03:46:00.679Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-10T03:46:00.953Z] ---> Running in 014f8c7539e5 [2020-08-10T03:46:01.565Z] Removing intermediate container 014f8c7539e5 [2020-08-10T03:46:01.565Z] ---> 35ee9fad1af7 [2020-08-10T03:46:01.565Z] Step 22/24 : LABEL arch=arm64 [2020-08-10T03:46:01.565Z] ---> Running in 463ec1f5d634 [2020-08-10T03:46:02.163Z] Removing intermediate container 463ec1f5d634 [2020-08-10T03:46:02.163Z] ---> e62cb6657a37 [2020-08-10T03:46:02.163Z] Step 23/24 : LABEL git_sha=b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:02.163Z] ---> Running in 6ea897ea14b7 [2020-08-10T03:46:02.758Z] Removing intermediate container 6ea897ea14b7 [2020-08-10T03:46:02.758Z] ---> fca0d80536d2 [2020-08-10T03:46:02.758Z] Step 24/24 : LABEL version=1.2.2-dev.5 [2020-08-10T03:46:02.758Z] ---> Running in 227198339ad0 [2020-08-10T03:46:03.350Z] Removing intermediate container 227198339ad0 [2020-08-10T03:46:03.350Z] ---> a7406ef3cb0e [2020-08-10T03:46:03.350Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-10T03:46:03.350Z] Successfully built a7406ef3cb0e [2020-08-10T03:46:03.350Z] 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-08-10T03:46:03.805Z] provisioning config files... [2020-08-10T03:46:03.854Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/48@tmp/config6484990349786843133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:46:04.263Z] nexus3.edgexfoundry.org:10001 [2020-08-10T03:46:04.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:46:04.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:46:04.809Z] Configure a credential helper to remove this warning. See [2020-08-10T03:46:04.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:46:04.809Z] [2020-08-10T03:46:04.809Z] Login Succeeded [2020-08-10T03:46:04.809Z] nexus3.edgexfoundry.org:10002 [2020-08-10T03:46:05.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:46:05.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:46:05.355Z] Configure a credential helper to remove this warning. See [2020-08-10T03:46:05.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:46:05.355Z] [2020-08-10T03:46:05.355Z] Login Succeeded [2020-08-10T03:46:05.355Z] nexus3.edgexfoundry.org:10003 [2020-08-10T03:46:05.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:46:05.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:46:05.949Z] Configure a credential helper to remove this warning. See [2020-08-10T03:46:05.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:46:05.949Z] [2020-08-10T03:46:05.949Z] Login Succeeded [2020-08-10T03:46:05.949Z] nexus3.edgexfoundry.org:10004 [2020-08-10T03:46:06.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:46:06.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:46:06.496Z] Configure a credential helper to remove this warning. See [2020-08-10T03:46:06.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:46:06.496Z] [2020-08-10T03:46:06.496Z] Login Succeeded [2020-08-10T03:46:06.496Z] docker.io [2020-08-10T03:46:06.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-10T03:46:07.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-10T03:46:07.362Z] Configure a credential helper to remove this warning. See [2020-08-10T03:46:07.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-10T03:46:07.362Z] [2020-08-10T03:46:07.362Z] Login Succeeded [Pipeline] } [2020-08-10T03:46:07.408Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-10T03:46:07.592Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-08-10T03:46:07.592Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:07.592Z] latest [2020-08-10T03:46:07.592Z] 1.2.2-dev.5 [2020-08-10T03:46:07.592Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:46:07.592Z] master [2020-08-10T03:46:07.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:08.227Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:08.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:08.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-10T03:46:08.602Z] 4edcf88836c5: Preparing [2020-08-10T03:46:08.602Z] e2f13739ad41: Preparing [2020-08-10T03:46:08.911Z] e2f13739ad41: Layer already exists [2020-08-10T03:46:12.343Z] 4edcf88836c5: Pushed [2020-08-10T03:46:12.343Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:12.687Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:13.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-08-10T03:46:13.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-10T03:46:13.021Z] 4edcf88836c5: Preparing [2020-08-10T03:46:13.021Z] e2f13739ad41: Preparing [2020-08-10T03:46:13.021Z] e2f13739ad41: Layer already exists [2020-08-10T03:46:13.021Z] 4edcf88836c5: Layer already exists [2020-08-10T03:46:13.290Z] latest: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:13.628Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:13.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 [2020-08-10T03:46:13.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-10T03:46:13.961Z] 4edcf88836c5: Preparing [2020-08-10T03:46:13.961Z] e2f13739ad41: Preparing [2020-08-10T03:46:13.961Z] e2f13739ad41: Layer already exists [2020-08-10T03:46:13.961Z] 4edcf88836c5: Layer already exists [2020-08-10T03:46:13.961Z] 1.2.2-dev.5: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:14.299Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:14.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:46:14.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-10T03:46:14.638Z] 4edcf88836c5: Preparing [2020-08-10T03:46:14.638Z] e2f13739ad41: Preparing [2020-08-10T03:46:14.638Z] 4edcf88836c5: Layer already exists [2020-08-10T03:46:14.638Z] e2f13739ad41: Layer already exists [2020-08-10T03:46:14.638Z] b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:15.244Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:15.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-08-10T03:46:15.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-10T03:46:15.585Z] 4edcf88836c5: Preparing [2020-08-10T03:46:15.585Z] e2f13739ad41: Preparing [2020-08-10T03:46:15.585Z] e2f13739ad41: Layer already exists [2020-08-10T03:46:15.585Z] 4edcf88836c5: Layer already exists [2020-08-10T03:46:15.855Z] master: digest: sha256:fcfabd31af0e3a0d36790429d33b5f45bc284307cda1dd745b1e93473df61b2b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-10T03:46:16.052Z] ===================================================== [Pipeline] echo [2020-08-10T03:46:16.111Z] taggedImages: [2020-08-10T03:46:16.111Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:16.111Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-08-10T03:46:16.111Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.5 [2020-08-10T03:46:16.111Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b-1.2.2-dev.5 [2020-08-10T03:46:16.111Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-10T03:46:17.562Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-10T03:46:17.563Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-10T03:46:17.617Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:17.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T03:46:17.957Z] [2020-08-10T03:46:17.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:18.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T03:46:18.295Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-10T03:46:18.295Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-10T03:46:18.295Z] 408f87550127: Pulling fs layer [2020-08-10T03:46:18.295Z] fe522b08c979: Pulling fs layer [2020-08-10T03:46:18.295Z] 221eaa008020: Pulling fs layer [2020-08-10T03:46:18.295Z] 2a4607e5d6b9: Pulling fs layer [2020-08-10T03:46:18.295Z] 8f79b27c4fd2: Pulling fs layer [2020-08-10T03:46:18.295Z] e5c8dbe1645b: Pulling fs layer [2020-08-10T03:46:18.295Z] 23e8b3b47431: Pulling fs layer [2020-08-10T03:46:18.295Z] 5c568d65a230: Pulling fs layer [2020-08-10T03:46:18.295Z] 2a4607e5d6b9: Waiting [2020-08-10T03:46:18.295Z] 8f79b27c4fd2: Waiting [2020-08-10T03:46:18.295Z] e5c8dbe1645b: Waiting [2020-08-10T03:46:18.295Z] 23e8b3b47431: Waiting [2020-08-10T03:46:18.295Z] 5c568d65a230: Waiting [2020-08-10T03:46:18.295Z] 221eaa008020: Waiting [2020-08-10T03:46:18.295Z] fe522b08c979: Verifying Checksum [2020-08-10T03:46:18.295Z] fe522b08c979: Download complete [2020-08-10T03:46:18.295Z] 408f87550127: Verifying Checksum [2020-08-10T03:46:18.295Z] 408f87550127: Download complete [2020-08-10T03:46:18.295Z] 2a4607e5d6b9: Download complete [2020-08-10T03:46:18.295Z] 8f79b27c4fd2: Verifying Checksum [2020-08-10T03:46:18.295Z] 8f79b27c4fd2: Download complete [2020-08-10T03:46:18.295Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-10T03:46:18.890Z] e5c8dbe1645b: Download complete [2020-08-10T03:46:18.890Z] cbdbe7a5bc2a: Pull complete [2020-08-10T03:46:19.179Z] 23e8b3b47431: Verifying Checksum [2020-08-10T03:46:19.179Z] 23e8b3b47431: Download complete [2020-08-10T03:46:19.179Z] 408f87550127: Pull complete [2020-08-10T03:46:19.446Z] 5c568d65a230: Verifying Checksum [2020-08-10T03:46:19.446Z] 5c568d65a230: Download complete [2020-08-10T03:46:19.446Z] fe522b08c979: Pull complete [2020-08-10T03:46:20.028Z] 221eaa008020: Verifying Checksum [2020-08-10T03:46:20.028Z] 221eaa008020: Download complete [2020-08-10T03:46:26.770Z] 221eaa008020: Pull complete [2020-08-10T03:46:26.770Z] 2a4607e5d6b9: Pull complete [2020-08-10T03:46:26.770Z] 8f79b27c4fd2: Pull complete [2020-08-10T03:46:28.158Z] e5c8dbe1645b: Pull complete [2020-08-10T03:46:31.469Z] 23e8b3b47431: Pull complete [2020-08-10T03:46:32.874Z] 5c568d65a230: Pull complete [2020-08-10T03:46:32.874Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-10T03:46:32.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T03:46:32.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-10T03:46:33.052Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:46:33.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-10T03:46:34.100Z] $ docker top 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T03:46:34.564Z] + snyk monitor '--org=edgex-jenkins' [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9c501ab8-04ca-44e2-805a-777d596f930a [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] Snyk CLI supports Node.js 8 and higher. [2020-08-10T03:46:44.574Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-10T03:46:44.574Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-10T03:46:44.574Z] [2020-08-10T03:46:44.574Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-10T03:46:44.574Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-10T03:46:44.586Z] $ docker stop --time=1 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 [2020-08-10T03:46:46.770Z] $ docker rm -f 8f2437a608b091151f720e9b148ac8ad77b6548c13cd2e1bfa4653497b6951a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:47.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:46:47.889Z] [2020-08-10T03:46:47.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:48.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:46:48.229Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-10T03:46:48.229Z] e7c96db7181b: Pulling fs layer [2020-08-10T03:46:48.230Z] 1868ca2cb446: Pulling fs layer [2020-08-10T03:46:48.230Z] 136be5d0fe8e: Pulling fs layer [2020-08-10T03:46:48.230Z] 894bfe63afcb: Pulling fs layer [2020-08-10T03:46:48.230Z] 894bfe63afcb: Waiting [2020-08-10T03:46:48.230Z] 1868ca2cb446: Verifying Checksum [2020-08-10T03:46:48.230Z] 1868ca2cb446: Download complete [2020-08-10T03:46:48.230Z] 136be5d0fe8e: Verifying Checksum [2020-08-10T03:46:48.230Z] 136be5d0fe8e: Download complete [2020-08-10T03:46:48.230Z] e7c96db7181b: Verifying Checksum [2020-08-10T03:46:48.230Z] e7c96db7181b: Download complete [2020-08-10T03:46:48.230Z] 894bfe63afcb: Verifying Checksum [2020-08-10T03:46:48.230Z] 894bfe63afcb: Download complete [2020-08-10T03:46:48.490Z] e7c96db7181b: Pull complete [2020-08-10T03:46:48.749Z] 1868ca2cb446: Pull complete [2020-08-10T03:46:48.750Z] 136be5d0fe8e: Pull complete [2020-08-10T03:46:49.010Z] 894bfe63afcb: Pull complete [2020-08-10T03:46:49.271Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-10T03:46:49.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:46:49.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-10T03:46:49.358Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:46:49.398Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-10T03:46:50.487Z] $ docker top 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-10T03:46:51.038Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:51.038Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-10T03:46:54.480Z] $ docker stop --time=1 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 [2020-08-10T03:46:55.833Z] $ docker rm -f 6dceba3fdb47cd678eb3a27c72a04dabe61da7c103c6886bdaeb427007c4acf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:46:56.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:46:56.309Z] . [Pipeline] withDockerContainer [2020-08-10T03:46:56.401Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:46:56.513Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-10T03:46:57.172Z] $ docker top 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-10T03:46:57.709Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:46:57.709Z] + tee [2020-08-10T03:46:57.709Z] clair timeout 1m0s [2020-08-10T03:46:57.709Z] docker timeout: 1m0s [2020-08-10T03:46:57.709Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-10T03:46:58.439Z] $ docker stop --time=1 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e [2020-08-10T03:46:59.778Z] $ docker rm -f 6165aebdb96b04057637e94f1573f06d2cfcf1d05299ed63c0757fff9197b71e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T03:47:00.236Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-08-10T03:47:00.249Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b.html [Pipeline] writeFile [Pipeline] step [2020-08-10T03:47:00.300Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:00.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:47:00.640Z] . [Pipeline] withDockerContainer [2020-08-10T03:47:00.732Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:00.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-10T03:47:01.403Z] $ docker top 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-10T03:47:01.938Z] + + tee/klar [2020-08-10T03:47:01.938Z] nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-10T03:47:04.629Z] $ docker stop --time=1 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c [2020-08-10T03:47:05.976Z] $ docker rm -f 803247c7c74fa8551f96b4d8b71684c32e8978513a51966a555950d9adcd2a3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:06.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-10T03:47:06.437Z] . [Pipeline] withDockerContainer [2020-08-10T03:47:06.526Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:06.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-10T03:47:07.152Z] $ docker top 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-10T03:47:07.723Z] + tee [2020-08-10T03:47:07.723Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b [2020-08-10T03:47:07.723Z] clair timeout 1m0s [2020-08-10T03:47:07.723Z] docker timeout: 1m0s [2020-08-10T03:47:07.723Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-10T03:47:08.420Z] $ docker stop --time=1 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 [2020-08-10T03:47:09.746Z] $ docker rm -f 6b9670472f738d1067f9679b5691ced03eb69dca99b43f7f64e51716c4410ce1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T03:47:10.213Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-08-10T03:47:10.225Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b.html [Pipeline] writeFile [Pipeline] step [2020-08-10T03:47:10.274Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:11.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:47:11.508Z] . [Pipeline] withDockerContainer [2020-08-10T03:47:11.598Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:11.631Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T03:47:12.290Z] $ docker top a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T03:47:12.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T03:47:12.579Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T03:47:12.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T03:47:12.788Z] $ docker exec a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 ssh-agent [2020-08-10T03:47:12.949Z] SSH_AUTH_SOCK=/tmp/ssh-NA6kcQBMD3HE/agent.11 [2020-08-10T03:47:12.949Z] SSH_AGENT_PID=16 [2020-08-10T03:47:12.954Z] Running ssh-add (command line suppressed) [2020-08-10T03:47:13.106Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7228333245106429924.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7228333245106429924.key) [2020-08-10T03:47:13.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T03:47:13.484Z] + git semver tag [2020-08-10T03:47:13.484Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T03:47:13.484Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-10T03:47:13.484Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:47:13.484Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T03:47:13.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T03:47:13.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T03:47:13.484Z] # $SEMVER_BRANCH = master [2020-08-10T03:47:13.484Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-08-10T03:47:13.484Z] # b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b HEAD [2020-08-10T03:47:13.484Z] # -> Force: false [2020-08-10T03:47:13.484Z] # aa23877c7ccc03e7f278aebc568a16f84082946f refs/tags/v1.2.2-dev.5 [Pipeline] } [2020-08-10T03:47:13.491Z] $ docker exec --env ******** --env ******** a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 ssh-agent -k [2020-08-10T03:47:13.608Z] unset SSH_AUTH_SOCK; [2020-08-10T03:47:13.608Z] unset SSH_AGENT_PID; [2020-08-10T03:47:13.608Z] echo Agent pid 16 killed; [2020-08-10T03:47:13.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T03:47:14.102Z] + git semver [Pipeline] } [2020-08-10T03:47:14.115Z] $ docker stop --time=1 a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 [2020-08-10T03:47:15.448Z] $ docker rm -f a89bc853ad5970f30c9a71e34c6973e8bb8bd3a493fb6b70d3627c8287519242 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:16.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T03:47:16.048Z] [2020-08-10T03:47:16.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:16.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T03:47:16.434Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-10T03:47:16.434Z] ab5ef0e58194: Pulling fs layer [2020-08-10T03:47:16.434Z] 9712f1f96733: Pulling fs layer [2020-08-10T03:47:16.434Z] 63f879dbbcfc: Pulling fs layer [2020-08-10T03:47:16.434Z] 0d9ebad4ef96: Pulling fs layer [2020-08-10T03:47:16.434Z] e9a5061849ea: Pulling fs layer [2020-08-10T03:47:16.434Z] d747dcd14b5f: Pulling fs layer [2020-08-10T03:47:16.434Z] 2de7ff778b66: Pulling fs layer [2020-08-10T03:47:16.434Z] e9a5061849ea: Waiting [2020-08-10T03:47:16.434Z] d747dcd14b5f: Waiting [2020-08-10T03:47:16.434Z] 2de7ff778b66: Waiting [2020-08-10T03:47:16.434Z] 0d9ebad4ef96: Waiting [2020-08-10T03:47:16.434Z] 9712f1f96733: Verifying Checksum [2020-08-10T03:47:16.434Z] 9712f1f96733: Download complete [2020-08-10T03:47:17.028Z] 63f879dbbcfc: Verifying Checksum [2020-08-10T03:47:17.028Z] 63f879dbbcfc: Download complete [2020-08-10T03:47:17.028Z] e9a5061849ea: Verifying Checksum [2020-08-10T03:47:17.028Z] e9a5061849ea: Download complete [2020-08-10T03:47:17.028Z] d747dcd14b5f: Download complete [2020-08-10T03:47:17.293Z] 2de7ff778b66: Verifying Checksum [2020-08-10T03:47:17.293Z] 2de7ff778b66: Download complete [2020-08-10T03:47:17.553Z] 0d9ebad4ef96: Verifying Checksum [2020-08-10T03:47:17.553Z] 0d9ebad4ef96: Download complete [2020-08-10T03:47:17.553Z] ab5ef0e58194: Verifying Checksum [2020-08-10T03:47:17.553Z] ab5ef0e58194: Download complete [2020-08-10T03:47:21.774Z] ab5ef0e58194: Pull complete [2020-08-10T03:47:21.774Z] 9712f1f96733: Pull complete [2020-08-10T03:47:24.329Z] 63f879dbbcfc: Pull complete [2020-08-10T03:47:30.934Z] 0d9ebad4ef96: Pull complete [2020-08-10T03:47:30.934Z] e9a5061849ea: Pull complete [2020-08-10T03:47:30.934Z] d747dcd14b5f: Pull complete [2020-08-10T03:47:34.256Z] 2de7ff778b66: Pull complete [2020-08-10T03:47:34.256Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-10T03:47:34.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T03:47:34.256Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-10T03:47:34.432Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:34.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-10T03:47:38.443Z] $ docker top aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-10T03:47:38.678Z] provisioning config files... [2020-08-10T03:47:38.691Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6291173900950434408tmp [2020-08-10T03:47:38.709Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6408852834406929656tmp [2020-08-10T03:47:38.723Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9091031622473329659tmp [Pipeline] { [Pipeline] echo [2020-08-10T03:47:38.774Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:47:39.067Z] ---> sigul-configuration.sh [2020-08-10T03:47:39.067Z] gpg: directory `/root/.gnupg' created [2020-08-10T03:47:39.067Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-10T03:47:39.067Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-10T03:47:39.067Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-10T03:47:39.067Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-10T03:47:39.067Z] gpg: CAST5 encrypted data [2020-08-10T03:47:39.328Z] gpg: encrypted with 1 passphrase [2020-08-10T03:47:39.328Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-10T03:47:39.625Z] + mkdir /home/jenkins [2020-08-10T03:47:39.625Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-10T03:47:39.931Z] + 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-08-10T03:47:39.941Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:47:40.231Z] ---> sigul-install.sh [2020-08-10T03:47:45.522Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-10T03:47:45.814Z] + git tag --list [2020-08-10T03:47:45.815Z] v1.2.2-dev.5 [Pipeline] sh [2020-08-10T03:47:46.109Z] + lftools sign git-tag v1.2.2-dev.5 [2020-08-10T03:47:47.495Z] Signing Git tag with Sigul... [2020-08-10T03:47:47.495Z] Signing v1.2.2-dev.5 [Pipeline] echo [2020-08-10T03:47:48.446Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:47:48.736Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-10T03:47:48.744Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-10T03:47:48.835Z] $ docker stop --time=1 aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 [2020-08-10T03:47:50.643Z] $ docker rm -f aefcf3710df9ae1ecaed29f532e81969f81919e256e32a1154c29c1ba243bda0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:51.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:47:51.507Z] . [Pipeline] withDockerContainer [2020-08-10T03:47:51.600Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:51.639Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T03:47:52.219Z] $ docker top 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T03:47:52.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T03:47:52.487Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T03:47:52.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T03:47:52.677Z] $ docker exec 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 ssh-agent [2020-08-10T03:47:52.851Z] SSH_AUTH_SOCK=/tmp/ssh-KLZvaGThctYM/agent.12 [2020-08-10T03:47:52.851Z] SSH_AGENT_PID=17 [2020-08-10T03:47:52.859Z] Running ssh-add (command line suppressed) [2020-08-10T03:47:52.987Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5508592227973072760.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5508592227973072760.key) [2020-08-10T03:47:53.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T03:47:53.371Z] + git semver bump pre [2020-08-10T03:47:53.371Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T03:47:53.371Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-10T03:47:53.371Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:47:53.371Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T03:47:53.371Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T03:47:53.371Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T03:47:53.371Z] # $SEMVER_BRANCH = master [2020-08-10T03:47:53.371Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-08-10T03:47:53.371Z] 1.2.2-dev.6 [Pipeline] } [2020-08-10T03:47:53.380Z] $ docker exec --env ******** --env ******** 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 ssh-agent -k [2020-08-10T03:47:53.505Z] unset SSH_AUTH_SOCK; [2020-08-10T03:47:53.506Z] unset SSH_AGENT_PID; [2020-08-10T03:47:53.506Z] echo Agent pid 17 killed; [2020-08-10T03:47:53.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T03:47:53.993Z] + git semver [Pipeline] } [2020-08-10T03:47:54.005Z] $ docker stop --time=1 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 [2020-08-10T03:47:55.360Z] $ docker rm -f 07355dbd3d9fcfaa297f8e886a846c031a44fc0a3b50e3db67b199ac57e7f4d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:47:55.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T03:47:55.874Z] . [Pipeline] withDockerContainer [2020-08-10T03:47:55.967Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:47:56.002Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T03:47:56.564Z] $ docker top ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T03:47:56.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T03:47:56.845Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T03:47:57.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T03:47:57.023Z] $ docker exec ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd ssh-agent [2020-08-10T03:47:57.193Z] SSH_AUTH_SOCK=/tmp/ssh-FpbCUwx7J1dF/agent.13 [2020-08-10T03:47:57.193Z] SSH_AGENT_PID=19 [2020-08-10T03:47:57.199Z] Running ssh-add (command line suppressed) [2020-08-10T03:47:57.328Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8445604202852681885.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8445604202852681885.key) [2020-08-10T03:47:57.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T03:47:57.707Z] + git semver push [2020-08-10T03:47:57.707Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T03:47:57.707Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-10T03:47:57.707Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:47:57.707Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T03:47:57.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T03:47:57.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T03:47:57.707Z] # $SEMVER_BRANCH = master [2020-08-10T03:47:57.707Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-08-10T03:48:05.862Z] $ docker exec --env ******** --env ******** ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd ssh-agent -k [2020-08-10T03:48:05.989Z] unset SSH_AUTH_SOCK; [2020-08-10T03:48:05.989Z] unset SSH_AGENT_PID; [2020-08-10T03:48:05.989Z] echo Agent pid 19 killed; [2020-08-10T03:48:06.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T03:48:06.485Z] + git semver [Pipeline] } [2020-08-10T03:48:06.499Z] $ docker stop --time=1 ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd [2020-08-10T03:48:07.865Z] $ docker rm -f ef02e770f730c66b53b38832c92ce64e6c08f34289bf33201ccb5bbd779d14cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:48:08.960Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:48:09.521Z] ---> package-listing.sh [2020-08-10T03:48:09.521Z] ++ facter osfamily [2020-08-10T03:48:09.521Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-10T03:48:09.521Z] + OS_FAMILY=redhat [2020-08-10T03:48:09.521Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:48:09.521Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-10T03:48:09.521Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-10T03:48:09.521Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-10T03:48:09.521Z] + PACKAGES=/tmp/packages_start.txt [2020-08-10T03:48:09.521Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-08-10T03:48:09.521Z] + PACKAGES=/tmp/packages_end.txt [2020-08-10T03:48:09.521Z] + case "${OS_FAMILY}" in [2020-08-10T03:48:09.521Z] + rpm -qa [2020-08-10T03:48:09.521Z] + sort [2020-08-10T03:48:13.730Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-10T03:48:13.730Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-10T03:48:13.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-10T03:48:13.730Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-08-10T03:48:13.730Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-08-10T03:48:13.730Z] + 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-08-10T03:48:14.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T03:48:14.512Z] [2020-08-10T03:48:14.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-10T03:48:14.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T03:48:14.910Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-10T03:48:14.910Z] c9b1b535fdd9: Pulling fs layer [2020-08-10T03:48:14.910Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-10T03:48:14.910Z] 756a868c4378: Pulling fs layer [2020-08-10T03:48:14.910Z] 444b2fc9a129: Pulling fs layer [2020-08-10T03:48:14.910Z] ea15f1150254: Pulling fs layer [2020-08-10T03:48:14.910Z] 41b27a9f41bf: Pulling fs layer [2020-08-10T03:48:14.910Z] 28c525ee5125: Pulling fs layer [2020-08-10T03:48:14.910Z] 094b1ea09ed8: Pulling fs layer [2020-08-10T03:48:14.910Z] 138eaada9080: Pulling fs layer [2020-08-10T03:48:14.910Z] 0622d0fa9048: Pulling fs layer [2020-08-10T03:48:14.910Z] 444b2fc9a129: Waiting [2020-08-10T03:48:14.910Z] ea15f1150254: Waiting [2020-08-10T03:48:14.910Z] 41b27a9f41bf: Waiting [2020-08-10T03:48:14.910Z] 28c525ee5125: Waiting [2020-08-10T03:48:14.910Z] 094b1ea09ed8: Waiting [2020-08-10T03:48:14.910Z] 0622d0fa9048: Waiting [2020-08-10T03:48:14.910Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-10T03:48:14.910Z] 2cc5ad85d9ab: Download complete [2020-08-10T03:48:14.910Z] 444b2fc9a129: Verifying Checksum [2020-08-10T03:48:14.910Z] 444b2fc9a129: Download complete [2020-08-10T03:48:14.910Z] c9b1b535fdd9: Verifying Checksum [2020-08-10T03:48:14.910Z] c9b1b535fdd9: Download complete [2020-08-10T03:48:14.910Z] ea15f1150254: Download complete [2020-08-10T03:48:14.910Z] 28c525ee5125: Verifying Checksum [2020-08-10T03:48:14.910Z] 28c525ee5125: Download complete [2020-08-10T03:48:15.629Z] 756a868c4378: Verifying Checksum [2020-08-10T03:48:15.629Z] 756a868c4378: Download complete [2020-08-10T03:48:15.629Z] c9b1b535fdd9: Pull complete [2020-08-10T03:48:15.629Z] 094b1ea09ed8: Verifying Checksum [2020-08-10T03:48:15.629Z] 094b1ea09ed8: Download complete [2020-08-10T03:48:15.629Z] 138eaada9080: Verifying Checksum [2020-08-10T03:48:15.629Z] 138eaada9080: Download complete [2020-08-10T03:48:15.901Z] 0622d0fa9048: Verifying Checksum [2020-08-10T03:48:15.901Z] 0622d0fa9048: Download complete [2020-08-10T03:48:15.901Z] 2cc5ad85d9ab: Pull complete [2020-08-10T03:48:16.162Z] 41b27a9f41bf: Verifying Checksum [2020-08-10T03:48:16.162Z] 41b27a9f41bf: Download complete [2020-08-10T03:48:17.559Z] 756a868c4378: Pull complete [2020-08-10T03:48:17.821Z] 444b2fc9a129: Pull complete [2020-08-10T03:48:18.084Z] ea15f1150254: Pull complete [2020-08-10T03:48:21.394Z] 41b27a9f41bf: Pull complete [2020-08-10T03:48:21.394Z] 28c525ee5125: Pull complete [2020-08-10T03:48:23.948Z] 094b1ea09ed8: Pull complete [2020-08-10T03:48:23.948Z] 138eaada9080: Pull complete [2020-08-10T03:48:23.948Z] 0622d0fa9048: Pull complete [2020-08-10T03:48:23.948Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-10T03:48:23.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T03:48:23.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-10T03:48:24.065Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2020-08-10T03:48:24.104Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-10T03:48:26.583Z] $ docker top 53892ee9c133f64e19ad6f9f50e8f4ebdce5b2538cc279b26c936028e9fe6cfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-10T03:48:26.833Z] provisioning config files... [2020-08-10T03:48:26.848Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8452598550954180102tmp [Pipeline] { [Pipeline] echo [2020-08-10T03:48:26.910Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:48:27.200Z] ---> create-netrc.sh [Pipeline] echo [2020-08-10T03:48:27.210Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T03:48:27.499Z] ---> logs-deploy.sh [2020-08-10T03:48:27.499Z] + ARCHIVE_ARTIFACTS= [2020-08-10T03:48:27.499Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-10T03:48:27.499Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-10T03:48:27.499Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-10T03:48:27.499Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 [2020-08-10T03:48:27.499Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/48/ [2020-08-10T03:48:27.499Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:48:28.882Z] Archives upload complete. [2020-08-10T03:48:28.882Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/48 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/48/ [2020-08-10T03:48:29.453Z] ---> uname -a: [2020-08-10T03:48:29.453Z] Linux 53892ee9c133 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> lscpu: [2020-08-10T03:48:29.453Z] Architecture: x86_64 [2020-08-10T03:48:29.453Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-10T03:48:29.453Z] Byte Order: Little Endian [2020-08-10T03:48:29.453Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-10T03:48:29.453Z] CPU(s): 4 [2020-08-10T03:48:29.453Z] On-line CPU(s) list: 0-3 [2020-08-10T03:48:29.453Z] Thread(s) per core: 1 [2020-08-10T03:48:29.453Z] Core(s) per socket: 1 [2020-08-10T03:48:29.453Z] Socket(s): 4 [2020-08-10T03:48:29.453Z] NUMA node(s): 1 [2020-08-10T03:48:29.453Z] Vendor ID: GenuineIntel [2020-08-10T03:48:29.453Z] CPU family: 6 [2020-08-10T03:48:29.453Z] Model: 44 [2020-08-10T03:48:29.453Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-10T03:48:29.453Z] Stepping: 1 [2020-08-10T03:48:29.453Z] CPU MHz: 2933.436 [2020-08-10T03:48:29.453Z] BogoMIPS: 5866.87 [2020-08-10T03:48:29.453Z] Virtualization: VT-x [2020-08-10T03:48:29.453Z] Hypervisor vendor: KVM [2020-08-10T03:48:29.453Z] Virtualization type: full [2020-08-10T03:48:29.453Z] L1d cache: 128 KiB [2020-08-10T03:48:29.453Z] L1i cache: 128 KiB [2020-08-10T03:48:29.453Z] L2 cache: 16 MiB [2020-08-10T03:48:29.453Z] L3 cache: 64 MiB [2020-08-10T03:48:29.453Z] NUMA node0 CPU(s): 0-3 [2020-08-10T03:48:29.453Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-10T03:48:29.453Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-10T03:48:29.453Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-10T03:48:29.453Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-10T03:48:29.453Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-10T03:48:29.453Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-10T03:48:29.453Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-10T03:48:29.453Z] Vulnerability Tsx async abort: Not affected [2020-08-10T03:48:29.453Z] 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-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> nproc: [2020-08-10T03:48:29.453Z] 4 [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> df -h: [2020-08-10T03:48:29.453Z] Filesystem Size Used Available Use% Mounted on [2020-08-10T03:48:29.453Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-10T03:48:29.453Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-10T03:48:29.453Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-10T03:48:29.453Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-08-10T03:48:29.453Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> free -m: [2020-08-10T03:48:29.453Z] total used free shared buff/cache available [2020-08-10T03:48:29.453Z] Mem: 1837 773 105 0 958 995 [2020-08-10T03:48:29.453Z] Swap: 1023 3 1020 [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> ip addr: [2020-08-10T03:48:29.453Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-10T03:48:29.453Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-10T03:48:29.453Z] inet 127.0.0.1/8 scope host lo [2020-08-10T03:48:29.453Z] valid_lft forever preferred_lft forever [2020-08-10T03:48:29.453Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-08-10T03:48:29.453Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-10T03:48:29.453Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-10T03:48:29.453Z] valid_lft forever preferred_lft forever [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> sar -b -r -n DEV: [2020-08-10T03:48:29.453Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:40:12 LINUX RESTART [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:41:01 tps rtps wtps bread/s bwrtn/s [2020-08-10T03:48:29.453Z] 03:42:01 47.86 12.72 35.14 4457.07 3107.46 [2020-08-10T03:48:29.453Z] 03:43:01 1.68 0.00 1.68 0.00 29.96 [2020-08-10T03:48:29.453Z] 03:44:01 0.23 0.00 0.23 0.00 2.98 [2020-08-10T03:48:29.453Z] 03:45:01 0.33 0.00 0.33 0.00 3.40 [2020-08-10T03:48:29.453Z] 03:46:01 0.22 0.00 0.22 0.00 3.30 [2020-08-10T03:48:29.453Z] 03:47:01 256.23 150.16 106.08 6757.32 32587.68 [2020-08-10T03:48:29.453Z] 03:48:01 218.16 86.47 131.69 4812.38 32797.62 [2020-08-10T03:48:29.453Z] Average: 74.99 35.63 39.35 2290.26 9794.00 [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:41:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-10T03:48:29.453Z] 03:42:01 171528 1710028 90.88 2620 1160288 1108160 37.82 392244 1157820 16 [2020-08-10T03:48:29.453Z] 03:43:01 176428 1705128 90.62 2620 1160292 1080988 36.89 392632 1153732 8 [2020-08-10T03:48:29.453Z] 03:44:01 172868 1708688 90.81 2620 1160300 1081284 36.90 397808 1151740 12 [2020-08-10T03:48:29.453Z] 03:45:01 170476 1711080 90.94 2620 1160300 1081284 36.90 402184 1149568 8 [2020-08-10T03:48:29.453Z] 03:46:01 170776 1710780 90.92 2620 1160308 1081164 36.90 406328 1145444 16 [2020-08-10T03:48:29.453Z] 03:47:01 160748 1720808 91.46 2596 1046188 1407736 48.04 584316 939200 36 [2020-08-10T03:48:29.453Z] 03:48:01 235896 1645660 87.46 1500 909144 1315824 44.91 608340 748432 48 [2020-08-10T03:48:29.453Z] Average: 179817 1701739 90.44 2457 1108117 1165206 39.77 454836 1063705 21 [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-10T03:48:29.453Z] 03:42:01 eth0 149.79 128.93 672.58 153.80 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:42:01 docker0 30.38 22.54 2.76 105.29 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:43:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:44:01 eth0 2.90 1.55 3.13 0.28 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:45:01 eth0 0.43 0.35 0.26 0.17 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:46:01 eth0 0.27 0.25 0.12 0.11 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:47:01 eth0 230.51 171.42 4056.11 66.36 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:47:01 vethb8e8bea 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:47:01 docker0 71.32 65.27 6.85 208.12 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:48:01 veth117f0d0 1.23 1.02 0.18 0.17 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:48:01 eth0 964.84 642.44 8899.96 324.44 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] 03:48:01 docker0 26.26 38.51 1.63 186.98 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] Average: veth117f0d0 0.18 0.15 0.03 0.02 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] Average: eth0 137.91 91.83 1272.12 46.37 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] Average: docker0 13.94 14.83 1.21 56.46 0.00 0.00 0.00 [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] ---> sar -P ALL: [2020-08-10T03:48:29.453Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:40:12 LINUX RESTART [2020-08-10T03:48:29.453Z] [2020-08-10T03:48:29.453Z] 03:41:01 CPU %user %nice %system %iowait %steal %idle [2020-08-10T03:48:29.454Z] 03:42:01 all 4.21 0.00 2.08 1.74 0.07 91.90 [2020-08-10T03:48:29.454Z] 03:42:01 0 4.43 0.00 2.13 0.55 0.07 92.82 [2020-08-10T03:48:29.454Z] 03:42:01 1 3.52 0.00 1.84 0.69 0.07 93.88 [2020-08-10T03:48:29.454Z] 03:42:01 2 4.81 0.00 2.20 5.08 0.07 87.84 [2020-08-10T03:48:29.454Z] 03:42:01 3 4.06 0.00 2.11 0.64 0.07 93.13 [2020-08-10T03:48:29.454Z] 03:43:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-08-10T03:48:29.454Z] 03:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-08-10T03:48:29.454Z] 03:43:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-10T03:48:29.454Z] 03:43:01 2 0.43 0.00 0.05 0.00 0.00 99.52 [2020-08-10T03:48:29.454Z] 03:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-10T03:48:29.454Z] 03:44:01 all 0.21 0.00 0.04 0.00 0.00 99.75 [2020-08-10T03:48:29.454Z] 03:44:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2020-08-10T03:48:29.454Z] 03:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-08-10T03:48:29.454Z] 03:44:01 2 0.55 0.00 0.05 0.00 0.02 99.38 [2020-08-10T03:48:29.454Z] 03:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-10T03:48:29.454Z] 03:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-08-10T03:48:29.454Z] 03:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-10T03:48:29.454Z] 03:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-10T03:48:29.454Z] 03:45:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-08-10T03:48:29.454Z] 03:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-08-10T03:48:29.454Z] 03:46:01 all 0.15 0.00 0.07 0.00 0.00 99.78 [2020-08-10T03:48:29.454Z] 03:46:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2020-08-10T03:48:29.454Z] 03:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-08-10T03:48:29.454Z] 03:46:01 2 0.45 0.00 0.18 0.00 0.00 99.37 [2020-08-10T03:48:29.454Z] 03:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2020-08-10T03:48:29.454Z] 03:47:01 all 8.77 0.00 5.78 2.44 0.10 82.91 [2020-08-10T03:48:29.454Z] 03:47:01 0 9.02 0.00 6.01 1.35 0.10 83.52 [2020-08-10T03:48:29.454Z] 03:47:01 1 9.40 0.00 5.66 2.27 0.12 82.55 [2020-08-10T03:48:29.454Z] 03:47:01 2 8.24 0.00 5.87 2.50 0.08 83.31 [2020-08-10T03:48:29.454Z] 03:47:01 3 8.43 0.00 5.58 3.65 0.08 82.25 [2020-08-10T03:48:29.454Z] 03:48:01 all 11.47 0.00 7.97 3.20 0.14 77.22 [2020-08-10T03:48:29.454Z] 03:48:01 0 9.95 0.00 8.27 2.26 0.15 79.36 [2020-08-10T03:48:29.454Z] 03:48:01 1 14.19 0.00 7.66 3.26 0.14 74.75 [2020-08-10T03:48:29.454Z] 03:48:01 2 10.78 0.00 7.08 2.40 0.14 79.60 [2020-08-10T03:48:29.454Z] 03:48:01 3 10.95 0.00 8.91 4.86 0.14 75.15 [2020-08-10T03:48:29.454Z] Average: all 3.55 0.00 2.26 1.04 0.05 93.09 [2020-08-10T03:48:29.454Z] Average: 0 3.35 0.00 2.34 0.59 0.05 93.67 [2020-08-10T03:48:29.454Z] Average: 1 3.85 0.00 2.16 0.88 0.05 93.06 [2020-08-10T03:48:29.454Z] Average: 2 3.66 0.00 2.19 1.42 0.04 92.69 [2020-08-10T03:48:29.454Z] Average: 3 3.34 0.00 2.36 1.29 0.04 92.97 [2020-08-10T03:48:29.454Z] [2020-08-10T03:48:29.454Z] [2020-08-10T03:48:29.454Z]