Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4235889b4d31b184704cc99ddd0249f5d958712f 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-228 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git Fetching without tags > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 Commit message: "refector rule engine for support kuiper" > git rev-list --no-walk b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T05:45:59.256Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T05:45:59.484Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T05:45:59.571Z] ========================================================= [2020-08-17T05:45:59.571Z] EdgeX Global Pipelines Version Info [2020-08-17T05:45:59.571Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:46:01.933Z] ------------------- [2020-08-17T05:46:01.933Z] stable info: [2020-08-17T05:46:01.933Z] ------------------- [2020-08-17T05:46:01.933Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T05:46:01.933Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T05:46:01.933Z] Message: update stable to v1.0.106 [2020-08-17T05:46:02.505Z] ------------------- [2020-08-17T05:46:02.505Z] experimental info: [2020-08-17T05:46:02.505Z] ------------------- [2020-08-17T05:46:02.506Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T05:46:02.506Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T05:46:02.506Z] 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-17T05:46:04.620Z] + git log --format=format:%s -1 4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] echo [2020-08-17T05:46:04.676Z] GIT_COMMIT: 4235889b4d31b184704cc99ddd0249f5d958712f, Commit Message: refector rule engine for support kuiper [Pipeline] echo [2020-08-17T05:46:04.730Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:46:05.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:46:05.783Z] [2020-08-17T05:46:05.783Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:46:06.124Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:46:06.124Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T05:46:06.124Z] 31603596830f: Pulling fs layer [2020-08-17T05:46:06.124Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T05:46:06.124Z] 6ca5941a6612: Pulling fs layer [2020-08-17T05:46:06.124Z] ecc8261a40a4: Pulling fs layer [2020-08-17T05:46:06.124Z] ecc8261a40a4: Waiting [2020-08-17T05:46:06.124Z] 2a8b12db71e7: Download complete [2020-08-17T05:46:06.391Z] 31603596830f: Verifying Checksum [2020-08-17T05:46:06.391Z] 31603596830f: Download complete [2020-08-17T05:46:06.391Z] ecc8261a40a4: Verifying Checksum [2020-08-17T05:46:06.391Z] ecc8261a40a4: Download complete [2020-08-17T05:46:06.391Z] 6ca5941a6612: Verifying Checksum [2020-08-17T05:46:06.391Z] 6ca5941a6612: Download complete [2020-08-17T05:46:06.661Z] 31603596830f: Pull complete [2020-08-17T05:46:06.661Z] 2a8b12db71e7: Pull complete [2020-08-17T05:46:07.609Z] 6ca5941a6612: Pull complete [2020-08-17T05:46:07.868Z] ecc8261a40a4: Pull complete [2020-08-17T05:46:07.868Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T05:46:07.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:46:07.868Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T05:46:07.965Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:46:08.008Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T05:46:10.475Z] $ docker top b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T05:46:10.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T05:46:10.822Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T05:46:11.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T05:46:11.037Z] $ docker exec b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent [2020-08-17T05:46:11.208Z] SSH_AUTH_SOCK=/tmp/ssh-LvbTLbTukfGo/agent.12 [2020-08-17T05:46:11.208Z] SSH_AGENT_PID=18 [2020-08-17T05:46:11.222Z] Running ssh-add (command line suppressed) [2020-08-17T05:46:11.328Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5309065155259615417.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5309065155259615417.key) [2020-08-17T05:46:11.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T05:46:11.709Z] + git describe --exact-match --tags HEAD [2020-08-17T05:46:11.709Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T05:46:11.725Z] $ docker exec --env ******** --env ******** b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent -k [2020-08-17T05:46:11.845Z] unset SSH_AUTH_SOCK; [2020-08-17T05:46:11.845Z] unset SSH_AGENT_PID; [2020-08-17T05:46:11.845Z] echo Agent pid 18 killed; [2020-08-17T05:46:11.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T05:46:12.058Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T05:46:12.058Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T05:46:12.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T05:46:12.147Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T05:46:12.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T05:46:12.324Z] $ docker exec b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent [2020-08-17T05:46:12.480Z] SSH_AUTH_SOCK=/tmp/ssh-ZhcnkLXE9rS0/agent.48 [2020-08-17T05:46:12.480Z] SSH_AGENT_PID=53 [2020-08-17T05:46:12.487Z] Running ssh-add (command line suppressed) [2020-08-17T05:46:12.596Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6316161728240153334.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6316161728240153334.key) [2020-08-17T05:46:12.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T05:46:12.980Z] + git semver init [2020-08-17T05:46:12.980Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T05:46:12.980Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-17T05:46:12.980Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:46:12.980Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T05:46:12.980Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T05:46:12.980Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T05:46:12.980Z] # $SEMVER_BRANCH = master [2020-08-17T05:46:12.980Z] # $SEMVER_TEMP = /tmp/semver-839082899 [2020-08-17T05:46:12.980Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-08-17T05:46:13.925Z] # '/tmp/semver-839082899' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-08-17T05:46:13.926Z] # -> Force: false [2020-08-17T05:46:13.926Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-08-17T05:46:13.931Z] $ docker exec --env ******** --env ******** b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent -k [2020-08-17T05:46:14.039Z] unset SSH_AUTH_SOCK; [2020-08-17T05:46:14.039Z] unset SSH_AGENT_PID; [2020-08-17T05:46:14.040Z] echo Agent pid 53 killed; [2020-08-17T05:46:14.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T05:46:14.548Z] + git semver [Pipeline] } [2020-08-17T05:46:14.558Z] $ docker stop --time=1 b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 [2020-08-17T05:46:15.942Z] $ docker rm -f b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T05:46:17.195Z] Stashed 19 file(s) [Pipeline] echo [2020-08-17T05:46:17.197Z] [edgeXSemver] initialized semver on version 1.2.2-dev.6 [Pipeline] echo [2020-08-17T05:46:17.276Z] Archived original version: [1.2.2-dev.6] [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-17T05:46:32.609Z] Still waiting to schedule task [2020-08-17T05:46:32.609Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-17T05:46:32.611Z] Still waiting to schedule task [2020-08-17T05:46:32.611Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-226’ is offline [2020-08-17T05:48:17.100Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-229 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-08-17T05:48:17.206Z] Running in /w/workspace/edgex-ui-go/49 [Pipeline] { [Pipeline] checkout [2020-08-17T05:48:22.224Z] using credential edgex-jenkins-ssh [2020-08-17T05:48:22.273Z] Cloning the remote Git repository [2020-08-17T05:48:22.273Z] Cloning with configured refspecs honoured and without tags [2020-08-17T05:48:22.334Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:48:22.450Z] > git init /w/workspace/edgex-ui-go/49 # timeout=10 [2020-08-17T05:48:22.527Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:48:22.527Z] > git --version # timeout=10 [2020-08-17T05:48:22.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T05:48:22.607Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:48:24.066Z] Fetching without tags [2020-08-17T05:48:24.589Z] Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) [2020-08-17T05:48:23.994Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-17T05:48:24.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:48:24.036Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-17T05:48:24.074Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:48:24.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T05:48:24.088Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:48:24.610Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T05:48:24.630Z] > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [2020-08-17T05:48:29.185Z] Commit message: "refector rule engine for support kuiper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T05:48:31.014Z] ========================================================= [2020-08-17T05:48:31.014Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T05:48:31.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:48:32.162Z] + 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-17T05:48:33.145Z] Sending build context to Docker daemon 21.94MB [2020-08-17T05:48:33.145Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-17T05:48:33.145Z] Step 2/8 : FROM ${BASE} [2020-08-17T05:48:33.740Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T05:48:33.740Z] b538f80385f9: Pulling fs layer [2020-08-17T05:48:33.740Z] 74f711af9a0d: Pulling fs layer [2020-08-17T05:48:33.740Z] 99f96fe45779: Pulling fs layer [2020-08-17T05:48:33.740Z] fd7a069fd194: Pulling fs layer [2020-08-17T05:48:33.740Z] 66aa3694b03b: Pulling fs layer [2020-08-17T05:48:33.740Z] 170f70906a0f: Pulling fs layer [2020-08-17T05:48:33.740Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T05:48:33.740Z] e772456be8f7: Pulling fs layer [2020-08-17T05:48:33.740Z] c890913d741a: Pulling fs layer [2020-08-17T05:48:33.740Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T05:48:33.740Z] 09adf4765672: Pulling fs layer [2020-08-17T05:48:33.740Z] fd7a069fd194: Waiting [2020-08-17T05:48:33.740Z] 66aa3694b03b: Waiting [2020-08-17T05:48:33.740Z] 170f70906a0f: Waiting [2020-08-17T05:48:33.740Z] ad7c5574e4b9: Waiting [2020-08-17T05:48:33.740Z] e772456be8f7: Waiting [2020-08-17T05:48:33.740Z] c890913d741a: Waiting [2020-08-17T05:48:33.740Z] 2480fcc9aa5a: Waiting [2020-08-17T05:48:33.740Z] 09adf4765672: Waiting [2020-08-17T05:48:33.740Z] 99f96fe45779: Download complete [2020-08-17T05:48:33.740Z] 74f711af9a0d: Download complete [2020-08-17T05:48:33.740Z] 66aa3694b03b: Verifying Checksum [2020-08-17T05:48:33.740Z] 66aa3694b03b: Download complete [2020-08-17T05:48:33.740Z] 170f70906a0f: Verifying Checksum [2020-08-17T05:48:33.740Z] 170f70906a0f: Download complete [2020-08-17T05:48:33.740Z] b538f80385f9: Verifying Checksum [2020-08-17T05:48:33.740Z] b538f80385f9: Download complete [2020-08-17T05:48:34.341Z] b538f80385f9: Pull complete [2020-08-17T05:48:34.946Z] 74f711af9a0d: Pull complete [2020-08-17T05:48:35.223Z] 99f96fe45779: Pull complete [2020-08-17T05:48:37.850Z] e772456be8f7: Verifying Checksum [2020-08-17T05:48:37.850Z] e772456be8f7: Download complete [2020-08-17T05:48:37.850Z] c890913d741a: Verifying Checksum [2020-08-17T05:48:37.850Z] c890913d741a: Download complete [2020-08-17T05:48:38.839Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T05:48:38.839Z] ad7c5574e4b9: Download complete [2020-08-17T05:48:38.839Z] 09adf4765672: Verifying Checksum [2020-08-17T05:48:38.839Z] 09adf4765672: Download complete [2020-08-17T05:48:38.839Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T05:48:38.839Z] 2480fcc9aa5a: Download complete [2020-08-17T05:48:39.437Z] fd7a069fd194: Verifying Checksum [2020-08-17T05:48:39.437Z] fd7a069fd194: Download complete [2020-08-17T05:48:51.827Z] fd7a069fd194: Pull complete [2020-08-17T05:48:51.827Z] 66aa3694b03b: Pull complete [2020-08-17T05:48:51.827Z] 170f70906a0f: Pull complete [2020-08-17T05:48:55.217Z] ad7c5574e4b9: Pull complete [2020-08-17T05:48:59.532Z] e772456be8f7: Pull complete [2020-08-17T05:48:59.532Z] c890913d741a: Pull complete [2020-08-17T05:49:02.168Z] 2480fcc9aa5a: Pull complete [2020-08-17T05:49:02.447Z] 09adf4765672: Pull complete [2020-08-17T05:49:02.447Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T05:49:02.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T05:49:02.447Z] ---> 2248a725d1cf [2020-08-17T05:49:02.447Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T05:49:07.870Z] ---> Running in 1b851ca7dd78 [2020-08-17T05:49:07.870Z] Removing intermediate container 1b851ca7dd78 [2020-08-17T05:49:07.870Z] ---> 427c9b93d87b [2020-08-17T05:49:07.870Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T05:49:07.870Z] ---> Running in 2f04309caab5 [2020-08-17T05:49:10.492Z] Removing intermediate container 2f04309caab5 [2020-08-17T05:49:10.492Z] ---> 0052c2965afe [2020-08-17T05:49:10.492Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-17T05:49:10.765Z] ---> Running in b67330825671 [2020-08-17T05:49:12.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:13.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:13.439Z] OK: 142 MiB in 39 packages [2020-08-17T05:49:14.894Z] Removing intermediate container b67330825671 [2020-08-17T05:49:14.894Z] ---> 7e65a3549afa [2020-08-17T05:49:14.894Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-17T05:49:14.894Z] ---> Running in 1ed9af8935af [2020-08-17T05:49:15.170Z] Removing intermediate container 1ed9af8935af [2020-08-17T05:49:15.170Z] ---> 24055f29161a [2020-08-17T05:49:15.170Z] Step 7/8 : COPY . . [2020-08-17T05:49:17.791Z] ---> 2e01e0c90b4b [2020-08-17T05:49:17.791Z] Step 8/8 : RUN go mod download [2020-08-17T05:49:17.791Z] ---> Running in a1a3e6e0798b [2020-08-17T05:49:20.143Z] Running on prd-centos7-docker-4c-2g-230 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-08-17T05:49:20.187Z] Running in /w/workspace/edgex-ui-go/49 [Pipeline] { [Pipeline] checkout [2020-08-17T05:49:22.098Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T05:49:22.098Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-17T05:49:22.098Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-17T05:49:22.098Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-17T05:49:22.098Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T05:49:22.098Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-17T05:49:22.098Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T05:49:22.098Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-17T05:49:22.098Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T05:49:22.098Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T05:49:22.098Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-17T05:49:22.098Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-17T05:49:22.098Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-17T05:49:22.098Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T05:49:22.098Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T05:49:22.098Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-17T05:49:22.098Z] go: finding github.com/fatih/color v1.9.0 [2020-08-17T05:49:22.098Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-17T05:49:22.098Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T05:49:22.098Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T05:49:22.098Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-17T05:49:22.098Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T05:49:22.098Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T05:49:22.098Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-17T05:49:22.098Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-17T05:49:22.098Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T05:49:22.098Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-17T05:49:22.098Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-17T05:49:22.370Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-17T05:49:22.371Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-17T05:49:22.640Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-17T05:49:22.640Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-17T05:49:22.640Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-17T05:49:22.640Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-17T05:49:22.704Z] using credential edgex-jenkins-ssh [2020-08-17T05:49:22.751Z] Cloning the remote Git repository [2020-08-17T05:49:22.751Z] Cloning with configured refspecs honoured and without tags [2020-08-17T05:49:22.912Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T05:49:22.912Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-17T05:49:22.912Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T05:49:22.912Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T05:49:22.912Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-17T05:49:22.912Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-17T05:49:22.912Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-17T05:49:22.912Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-17T05:49:22.912Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T05:49:22.912Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T05:49:22.912Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T05:49:22.912Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-17T05:49:23.182Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-17T05:49:23.182Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-17T05:49:23.182Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-17T05:49:23.182Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-17T05:49:23.182Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-17T05:49:23.182Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-17T05:49:23.453Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T05:49:23.453Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T05:49:23.453Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T05:49:23.453Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-17T05:49:23.453Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-17T05:49:23.453Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-17T05:49:23.453Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-17T05:49:23.453Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-17T05:49:23.453Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T05:49:23.453Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-17T05:49:23.453Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-17T05:49:23.722Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-17T05:49:23.722Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-17T05:49:23.722Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-17T05:49:23.722Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-17T05:49:23.722Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-17T05:49:23.722Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-17T05:49:23.722Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T05:49:23.722Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-17T05:49:23.722Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-17T05:49:23.722Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-17T05:49:23.722Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T05:49:22.778Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:49:22.841Z] > git init /w/workspace/edgex-ui-go/49 # timeout=10 [2020-08-17T05:49:23.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:49:23.007Z] > git --version # timeout=10 [2020-08-17T05:49:23.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T05:49:23.040Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:49:23.995Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-17T05:49:23.996Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T05:49:24.227Z] Fetching without tags [2020-08-17T05:49:24.620Z] Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) [2020-08-17T05:49:24.180Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-17T05:49:24.195Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:49:24.211Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-17T05:49:24.226Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-17T05:49:24.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T05:49:24.231Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T05:49:24.622Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T05:49:24.627Z] > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [2020-08-17T05:49:28.235Z] Commit message: "refector rule engine for support kuiper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T05:49:29.910Z] ========================================================= [2020-08-17T05:49:29.910Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T05:49:29.910Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:49:30.547Z] + 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-17T05:49:31.132Z] Sending build context to Docker daemon 21.94MB [2020-08-17T05:49:31.132Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-17T05:49:31.132Z] Step 2/8 : FROM ${BASE} [2020-08-17T05:49:31.132Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T05:49:31.132Z] df20fa9351a1: Pulling fs layer [2020-08-17T05:49:31.132Z] ed8968b2872e: Pulling fs layer [2020-08-17T05:49:31.132Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T05:49:31.132Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T05:49:31.132Z] 1e091d79d1de: Pulling fs layer [2020-08-17T05:49:31.132Z] 481702a1767f: Pulling fs layer [2020-08-17T05:49:31.132Z] f64a6f60c768: Pulling fs layer [2020-08-17T05:49:31.132Z] e78d2573fc39: Pulling fs layer [2020-08-17T05:49:31.132Z] e876d2f968b6: Pulling fs layer [2020-08-17T05:49:31.132Z] ce8a83651883: Pulling fs layer [2020-08-17T05:49:31.132Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T05:49:31.132Z] f64a6f60c768: Waiting [2020-08-17T05:49:31.132Z] e78d2573fc39: Waiting [2020-08-17T05:49:31.132Z] e876d2f968b6: Waiting [2020-08-17T05:49:31.132Z] ce8a83651883: Waiting [2020-08-17T05:49:31.132Z] 07967f4d0e4b: Waiting [2020-08-17T05:49:31.132Z] 2dd03ba5bac4: Waiting [2020-08-17T05:49:31.132Z] 481702a1767f: Waiting [2020-08-17T05:49:31.132Z] 1e091d79d1de: Waiting [2020-08-17T05:49:31.132Z] a92cc7c5fd73: Download complete [2020-08-17T05:49:31.132Z] ed8968b2872e: Verifying Checksum [2020-08-17T05:49:31.132Z] ed8968b2872e: Download complete [2020-08-17T05:49:31.132Z] 1e091d79d1de: Verifying Checksum [2020-08-17T05:49:31.132Z] 1e091d79d1de: Download complete [2020-08-17T05:49:31.132Z] 481702a1767f: Verifying Checksum [2020-08-17T05:49:31.132Z] 481702a1767f: Download complete [2020-08-17T05:49:31.132Z] df20fa9351a1: Verifying Checksum [2020-08-17T05:49:31.415Z] df20fa9351a1: Pull complete [2020-08-17T05:49:31.685Z] ed8968b2872e: Pull complete [2020-08-17T05:49:31.685Z] a92cc7c5fd73: Pull complete [2020-08-17T05:49:32.656Z] f64a6f60c768: Verifying Checksum [2020-08-17T05:49:32.656Z] f64a6f60c768: Download complete [2020-08-17T05:49:32.656Z] e876d2f968b6: Verifying Checksum [2020-08-17T05:49:32.656Z] e876d2f968b6: Download complete [2020-08-17T05:49:32.939Z] e78d2573fc39: Verifying Checksum [2020-08-17T05:49:32.939Z] e78d2573fc39: Download complete [2020-08-17T05:49:32.939Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T05:49:32.939Z] 07967f4d0e4b: Download complete [2020-08-17T05:49:33.205Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T05:49:33.205Z] 2dd03ba5bac4: Download complete [2020-08-17T05:49:33.205Z] ce8a83651883: Verifying Checksum [2020-08-17T05:49:33.205Z] ce8a83651883: Download complete [2020-08-17T05:49:39.800Z] 2dd03ba5bac4: Pull complete [2020-08-17T05:49:40.068Z] 1e091d79d1de: Pull complete [2020-08-17T05:49:40.068Z] 481702a1767f: Pull complete [2020-08-17T05:49:42.307Z] Removing intermediate container a1a3e6e0798b [2020-08-17T05:49:42.307Z] ---> 30a5bb0985e7 [2020-08-17T05:49:42.307Z] Successfully built 30a5bb0985e7 [2020-08-17T05:49:42.307Z] 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] { [2020-08-17T05:49:43.376Z] f64a6f60c768: Pull complete [Pipeline] sh [2020-08-17T05:49:44.992Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-17T05:49:45.325Z] + ls -al . [2020-08-17T05:49:45.326Z] total 92 [2020-08-17T05:49:45.326Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 05:48 . [2020-08-17T05:49:45.326Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 05:48 .. [2020-08-17T05:49:45.326Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 05:48 .git [2020-08-17T05:49:45.326Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 05:48 .github [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 136 Aug 17 05:48 .gitignore [2020-08-17T05:49:45.326Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 .semver [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 3959 Aug 17 05:48 CONTRIBUTING.md [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 05:48 Dockerfile [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 898 Aug 17 05:48 Dockerfile.build [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 675 Aug 17 05:48 Jenkinsfile [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 11357 Aug 17 05:48 LICENSE [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 951 Aug 17 05:48 Makefile [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 3545 Aug 17 05:48 README.md [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 17 05:46 VERSION [2020-08-17T05:49:45.326Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 assets [2020-08-17T05:49:45.326Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 05:48 bin [2020-08-17T05:49:45.326Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 cmd [2020-08-17T05:49:45.326Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 17 05:48 docs [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 1019 Aug 17 05:48 go.mod [2020-08-17T05:49:45.326Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 05:48 internal [2020-08-17T05:49:45.326Z] -rw-rw-r-- 1 jenkins jenkins 155 Aug 17 05:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:49:45.671Z] + 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=4235889b4d31b184704cc99ddd0249f5d958712f --label arch=arm64 --label version=1.2.2-dev.6 . [2020-08-17T05:49:46.276Z] Sending build context to Docker daemon 21.94MB [2020-08-17T05:49:46.276Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-17T05:49:46.276Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-17T05:49:46.276Z] ---> 30a5bb0985e7 [2020-08-17T05:49:46.276Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-17T05:49:46.717Z] e78d2573fc39: Pull complete [2020-08-17T05:49:46.717Z] e876d2f968b6: Pull complete [2020-08-17T05:49:46.871Z] ---> Running in d0488becfbbf [2020-08-17T05:49:47.142Z] Removing intermediate container d0488becfbbf [2020-08-17T05:49:47.142Z] ---> db29abe6cca2 [2020-08-17T05:49:47.142Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-17T05:49:47.413Z] ---> Running in b687c8886bdf [2020-08-17T05:49:47.681Z] ce8a83651883: Pull complete [2020-08-17T05:49:47.681Z] 07967f4d0e4b: Pull complete [2020-08-17T05:49:47.681Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T05:49:47.686Z] Removing intermediate container b687c8886bdf [2020-08-17T05:49:47.686Z] ---> 6ee64b0ce3ac [2020-08-17T05:49:47.686Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-17T05:49:47.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T05:49:47.949Z] ---> 5d7c900382c6 [2020-08-17T05:49:47.949Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T05:49:47.957Z] ---> Running in 44c27b82b12e [2020-08-17T05:49:48.229Z] Removing intermediate container 44c27b82b12e [2020-08-17T05:49:48.229Z] ---> f4b5efb3f93b [2020-08-17T05:49:48.229Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-17T05:49:48.504Z] ---> Running in 12427535094c [2020-08-17T05:49:48.526Z] ---> Running in b72e0e1183c1 [2020-08-17T05:49:48.776Z] Removing intermediate container 12427535094c [2020-08-17T05:49:48.776Z] ---> 132939b54fdc [2020-08-17T05:49:48.776Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-17T05:49:48.787Z] Removing intermediate container b72e0e1183c1 [2020-08-17T05:49:48.787Z] ---> 2838fc4b2ef8 [2020-08-17T05:49:48.787Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T05:49:48.787Z] ---> Running in c796dcfd66c8 [2020-08-17T05:49:49.048Z] ---> Running in 407d0200012e [2020-08-17T05:49:49.321Z] Removing intermediate container 407d0200012e [2020-08-17T05:49:49.321Z] ---> 925fb4e31163 [2020-08-17T05:49:49.321Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T05:49:49.598Z] ---> Running in 2fcd552d8a9b [2020-08-17T05:49:50.712Z] Removing intermediate container c796dcfd66c8 [2020-08-17T05:49:50.712Z] ---> 6935818d42b1 [2020-08-17T05:49:50.712Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-17T05:49:50.712Z] ---> Running in ea586f4c8968 [2020-08-17T05:49:50.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T05:49:51.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T05:49:51.809Z] OK: 166 MiB in 39 packages [2020-08-17T05:49:52.213Z] Removing intermediate container 2fcd552d8a9b [2020-08-17T05:49:52.213Z] ---> 996c8876b877 [2020-08-17T05:49:52.213Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-17T05:49:52.213Z] ---> Running in 9b09de33f5a9 [2020-08-17T05:49:52.390Z] Removing intermediate container ea586f4c8968 [2020-08-17T05:49:52.390Z] ---> c7286032468b [2020-08-17T05:49:52.390Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-17T05:49:52.390Z] ---> Running in a51beb6198e0 [2020-08-17T05:49:52.652Z] Removing intermediate container a51beb6198e0 [2020-08-17T05:49:52.652Z] ---> 0622776e762e [2020-08-17T05:49:52.652Z] Step 7/8 : COPY . . [2020-08-17T05:49:53.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:54.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:54.567Z] ---> 1de33c89ece4 [2020-08-17T05:49:54.567Z] Step 8/8 : RUN go mod download [2020-08-17T05:49:54.567Z] ---> Running in 621f3ce8f39e [2020-08-17T05:49:55.204Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T05:49:55.204Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T05:49:55.204Z] OK: 12620 distinct packages available [2020-08-17T05:49:55.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:55.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T05:49:56.385Z] OK: 142 MiB in 39 packages [2020-08-17T05:49:57.818Z] Removing intermediate container 9b09de33f5a9 [2020-08-17T05:49:57.818Z] ---> b16641951005 [2020-08-17T05:49:57.818Z] Step 10/24 : ENV GO111MODULE=on [2020-08-17T05:49:57.818Z] ---> Running in 2bf3a45e8e62 [2020-08-17T05:49:57.869Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T05:49:57.869Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-17T05:49:57.869Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-17T05:49:57.869Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-17T05:49:57.869Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T05:49:57.869Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-17T05:49:57.869Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T05:49:57.869Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-17T05:49:57.869Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T05:49:57.869Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T05:49:57.869Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-17T05:49:57.869Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-17T05:49:57.869Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-17T05:49:57.869Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T05:49:57.869Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T05:49:57.869Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-17T05:49:57.869Z] go: finding github.com/fatih/color v1.9.0 [2020-08-17T05:49:57.869Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-17T05:49:57.869Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T05:49:57.869Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T05:49:57.869Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-17T05:49:57.869Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T05:49:57.869Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T05:49:57.869Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-17T05:49:57.869Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-17T05:49:57.869Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T05:49:57.869Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-17T05:49:57.869Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-17T05:49:57.869Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-17T05:49:57.869Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T05:49:57.869Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T05:49:58.089Z] Removing intermediate container 2bf3a45e8e62 [2020-08-17T05:49:58.089Z] ---> 307eef72a9fb [2020-08-17T05:49:58.089Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-17T05:49:58.130Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T05:49:58.362Z] ---> Running in c176da9b4604 [2020-08-17T05:49:58.391Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-17T05:49:58.391Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-17T05:49:58.391Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-17T05:49:58.391Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-17T05:49:58.391Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-17T05:49:58.391Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-17T05:49:58.391Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T05:49:58.391Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-17T05:49:58.391Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T05:49:58.391Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T05:49:58.391Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-17T05:49:58.391Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-17T05:49:58.391Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-17T05:49:58.651Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-17T05:49:58.651Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-17T05:49:58.651Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-17T05:49:58.912Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-17T05:49:58.912Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-17T05:49:58.912Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-17T05:49:58.912Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-17T05:49:58.912Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T05:49:58.912Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T05:49:58.912Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T05:49:58.912Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-17T05:49:58.912Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-17T05:49:58.912Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-17T05:49:58.912Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-17T05:49:58.954Z] Removing intermediate container c176da9b4604 [2020-08-17T05:49:58.954Z] ---> 25922799e927 [2020-08-17T05:49:58.954Z] Step 12/24 : COPY go.mod . [2020-08-17T05:49:59.173Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-17T05:49:59.174Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T05:49:59.174Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-17T05:49:59.174Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-17T05:49:59.174Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-17T05:49:59.174Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-17T05:49:59.174Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-17T05:49:59.174Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-17T05:49:59.174Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-17T05:49:59.174Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-17T05:49:59.174Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T05:49:59.174Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-17T05:49:59.174Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-17T05:49:59.441Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-17T05:49:59.441Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T05:49:59.441Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-17T05:49:59.441Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T05:49:59.549Z] ---> 96a92c6bd838 [2020-08-17T05:49:59.549Z] Step 13/24 : COPY Makefile . [2020-08-17T05:50:00.525Z] ---> c07113b1ed1a [2020-08-17T05:50:00.525Z] Step 14/24 : RUN make update [2020-08-17T05:50:00.525Z] ---> Running in 4aa9ce0ff522 [2020-08-17T05:50:01.960Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-17T05:50:03.388Z] Removing intermediate container 4aa9ce0ff522 [2020-08-17T05:50:03.388Z] ---> dcb57d9a7a58 [2020-08-17T05:50:03.388Z] Step 15/24 : COPY . . [2020-08-17T05:50:05.367Z] ---> fce91b3b0fc3 [2020-08-17T05:50:05.367Z] Step 16/24 : RUN ${MAKE} [2020-08-17T05:50:05.367Z] ---> Running in 42238d9f822e [2020-08-17T05:50:06.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-08-17T05:50:14.398Z] Removing intermediate container 621f3ce8f39e [2020-08-17T05:50:14.398Z] ---> f0fdbc1959c9 [2020-08-17T05:50:14.398Z] Successfully built f0fdbc1959c9 [2020-08-17T05:50:14.398Z] Successfully tagged ci-base-image-x86_64: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-17T05:50:15.370Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-17T05:50:15.704Z] + ls -al . [2020-08-17T05:50:15.705Z] total 56 [2020-08-17T05:50:15.705Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 17 05:49 . [2020-08-17T05:50:15.705Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 17 05:49 .. [2020-08-17T05:50:15.705Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 17 05:49 assets [2020-08-17T05:50:15.705Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 17 05:49 bin [2020-08-17T05:50:15.705Z] drwxrwxr-x. 3 jenkins jenkins 29 Aug 17 05:49 cmd [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 3959 Aug 17 05:49 CONTRIBUTING.md [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 913 Aug 17 05:49 Dockerfile [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 898 Aug 17 05:49 Dockerfile.build [2020-08-17T05:50:15.705Z] drwxrwxr-x. 5 jenkins jenkins 104 Aug 17 05:49 docs [2020-08-17T05:50:15.705Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 17 05:49 .git [2020-08-17T05:50:15.705Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 17 05:49 .github [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 136 Aug 17 05:49 .gitignore [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 1019 Aug 17 05:49 go.mod [2020-08-17T05:50:15.705Z] drwxrwxr-x. 10 jenkins jenkins 139 Aug 17 05:49 internal [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 675 Aug 17 05:49 Jenkinsfile [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 11357 Aug 17 05:49 LICENSE [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 951 Aug 17 05:49 Makefile [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 3545 Aug 17 05:49 README.md [2020-08-17T05:50:15.705Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 17 05:49 .semver [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 17 05:46 VERSION [2020-08-17T05:50:15.705Z] -rw-rw-r--. 1 jenkins jenkins 155 Aug 17 05:49 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:16.020Z] + 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=4235889b4d31b184704cc99ddd0249f5d958712f --label arch=amd64 --label version=1.2.2-dev.6 . [2020-08-17T05:50:16.595Z] Sending build context to Docker daemon 21.94MB [2020-08-17T05:50:16.595Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-17T05:50:16.595Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-17T05:50:16.595Z] ---> f0fdbc1959c9 [2020-08-17T05:50:16.595Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-17T05:50:16.595Z] ---> Running in 083c7ddfaa22 [2020-08-17T05:50:16.856Z] Removing intermediate container 083c7ddfaa22 [2020-08-17T05:50:16.856Z] ---> 4462045daa3c [2020-08-17T05:50:16.856Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-17T05:50:16.856Z] ---> Running in 1163660d99e8 [2020-08-17T05:50:17.118Z] Removing intermediate container 1163660d99e8 [2020-08-17T05:50:17.118Z] ---> d03d977954b6 [2020-08-17T05:50:17.118Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-17T05:50:17.118Z] ---> Running in d52d0e22668b [2020-08-17T05:50:17.379Z] Removing intermediate container d52d0e22668b [2020-08-17T05:50:17.379Z] ---> ebae11a23001 [2020-08-17T05:50:17.379Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-17T05:50:17.379Z] ---> Running in db0155d9245b [2020-08-17T05:50:17.643Z] Removing intermediate container db0155d9245b [2020-08-17T05:50:17.643Z] ---> adea960bec4b [2020-08-17T05:50:17.643Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-17T05:50:17.643Z] ---> Running in 94edfcf6b1dd [2020-08-17T05:50:17.643Z] Removing intermediate container 94edfcf6b1dd [2020-08-17T05:50:17.643Z] ---> 3960e3598f31 [2020-08-17T05:50:17.643Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T05:50:17.905Z] ---> Running in 9f0b7c0e3689 [2020-08-17T05:50:18.850Z] Removing intermediate container 9f0b7c0e3689 [2020-08-17T05:50:18.851Z] ---> 6ed8e505a049 [2020-08-17T05:50:18.851Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-17T05:50:19.111Z] ---> Running in 65840a0b1333 [2020-08-17T05:50:19.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T05:50:20.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T05:50:21.566Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T05:50:21.566Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T05:50:21.566Z] OK: 12749 distinct packages available [2020-08-17T05:50:21.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T05:50:22.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T05:50:23.077Z] OK: 166 MiB in 39 packages [2020-08-17T05:50:23.658Z] Removing intermediate container 65840a0b1333 [2020-08-17T05:50:23.658Z] ---> 394e33761cda [2020-08-17T05:50:23.658Z] Step 10/24 : ENV GO111MODULE=on [2020-08-17T05:50:23.658Z] ---> Running in cb7bea4ca940 [2020-08-17T05:50:23.920Z] Removing intermediate container cb7bea4ca940 [2020-08-17T05:50:23.920Z] ---> d0bbb17281a0 [2020-08-17T05:50:23.920Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-17T05:50:23.920Z] ---> Running in d7a2e92c870a [2020-08-17T05:50:24.181Z] Removing intermediate container d7a2e92c870a [2020-08-17T05:50:24.181Z] ---> 3749f62801d5 [2020-08-17T05:50:24.181Z] Step 12/24 : COPY go.mod . [2020-08-17T05:50:24.443Z] ---> 635ec8afc794 [2020-08-17T05:50:24.443Z] Step 13/24 : COPY Makefile . [2020-08-17T05:50:24.443Z] ---> 131330539c9e [2020-08-17T05:50:24.443Z] Step 14/24 : RUN make update [2020-08-17T05:50:24.708Z] ---> Running in 52b9720b8a69 [2020-08-17T05:50:24.971Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-17T05:50:25.546Z] Removing intermediate container 52b9720b8a69 [2020-08-17T05:50:25.546Z] ---> 7b5ea5939a6d [2020-08-17T05:50:25.546Z] Step 15/24 : COPY . . [2020-08-17T05:50:26.935Z] ---> a56824c30b9d [2020-08-17T05:50:26.935Z] Step 16/24 : RUN ${MAKE} [2020-08-17T05:50:26.935Z] ---> Running in a7aa6b33b838 [2020-08-17T05:50:27.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-08-17T05:50:29.022Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-17T05:50:35.419Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-17T05:50:37.300Z] Removing intermediate container 42238d9f822e [2020-08-17T05:50:37.300Z] ---> 5cab27cdfca2 [2020-08-17T05:50:37.300Z] Step 17/24 : FROM alpine [2020-08-17T05:50:37.572Z] latest: Pulling from library/alpine [2020-08-17T05:50:37.572Z] b538f80385f9: Already exists [2020-08-17T05:50:38.164Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T05:50:38.164Z] Status: Downloaded newer image for alpine:latest [2020-08-17T05:50:38.164Z] ---> 62ee0e9f8440 [2020-08-17T05:50:38.164Z] Step 18/24 : EXPOSE 4000 [2020-08-17T05:50:38.164Z] ---> Running in 35ac3bf8a8b9 [2020-08-17T05:50:38.749Z] Removing intermediate container a7aa6b33b838 [2020-08-17T05:50:38.749Z] ---> 3caf98462d57 [2020-08-17T05:50:38.749Z] Step 17/24 : FROM alpine [2020-08-17T05:50:38.760Z] Removing intermediate container 35ac3bf8a8b9 [2020-08-17T05:50:38.760Z] ---> 62d50f55187f [2020-08-17T05:50:38.760Z] 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-17T05:50:39.019Z] latest: Pulling from library/alpine [2020-08-17T05:50:39.282Z] df20fa9351a1: Already exists [2020-08-17T05:50:39.282Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T05:50:39.547Z] Status: Downloaded newer image for alpine:latest [2020-08-17T05:50:39.547Z] ---> a24bb4013296 [2020-08-17T05:50:39.547Z] Step 18/24 : EXPOSE 4000 [2020-08-17T05:50:39.547Z] ---> Running in 835156b6b78c [2020-08-17T05:50:39.547Z] Removing intermediate container 835156b6b78c [2020-08-17T05:50:39.547Z] ---> 05e1c458102a [2020-08-17T05:50:39.547Z] 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-17T05:50:40.737Z] ---> ab33e60d9860 [2020-08-17T05:50:40.737Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-17T05:50:40.737Z] ---> Running in 6392c901383c [2020-08-17T05:50:41.008Z] Removing intermediate container 6392c901383c [2020-08-17T05:50:41.008Z] ---> 76374c4c3766 [2020-08-17T05:50:41.008Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-17T05:50:41.281Z] ---> Running in f13dc3b45350 [2020-08-17T05:50:41.481Z] ---> bc24b7bb62bf [2020-08-17T05:50:41.481Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-17T05:50:41.481Z] ---> Running in 38014a0205ef [2020-08-17T05:50:41.481Z] Removing intermediate container 38014a0205ef [2020-08-17T05:50:41.481Z] ---> ba502cc31f82 [2020-08-17T05:50:41.481Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-17T05:50:41.481Z] ---> Running in d970ca8dd921 [2020-08-17T05:50:41.553Z] Removing intermediate container f13dc3b45350 [2020-08-17T05:50:41.553Z] ---> 668366f0b353 [2020-08-17T05:50:41.553Z] Step 22/24 : LABEL arch=arm64 [2020-08-17T05:50:41.744Z] Removing intermediate container d970ca8dd921 [2020-08-17T05:50:41.745Z] ---> 7bc611326d9f [2020-08-17T05:50:41.745Z] Step 22/24 : LABEL arch=amd64 [2020-08-17T05:50:41.745Z] ---> Running in 6f54419e5546 [2020-08-17T05:50:41.745Z] Removing intermediate container 6f54419e5546 [2020-08-17T05:50:41.745Z] ---> 5955ba814189 [2020-08-17T05:50:41.745Z] Step 23/24 : LABEL git_sha=4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:41.840Z] ---> Running in e33d2df515fe [2020-08-17T05:50:42.006Z] ---> Running in 57b370d97263 [2020-08-17T05:50:42.006Z] Removing intermediate container 57b370d97263 [2020-08-17T05:50:42.006Z] ---> 460bf74c4708 [2020-08-17T05:50:42.006Z] Step 24/24 : LABEL version=1.2.2-dev.6 [2020-08-17T05:50:42.114Z] Removing intermediate container e33d2df515fe [2020-08-17T05:50:42.114Z] ---> 162acb82dccc [2020-08-17T05:50:42.114Z] Step 23/24 : LABEL git_sha=4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:42.268Z] ---> Running in 921eb32faf00 [2020-08-17T05:50:42.268Z] Removing intermediate container 921eb32faf00 [2020-08-17T05:50:42.268Z] ---> b4e653c30654 [2020-08-17T05:50:42.268Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-17T05:50:42.268Z] Successfully built b4e653c30654 [2020-08-17T05:50:42.268Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [2020-08-17T05:50:42.389Z] ---> Running in 37beeb190576 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-17T05:50:42.661Z] Removing intermediate container 37beeb190576 [2020-08-17T05:50:42.661Z] ---> 139eef8161c6 [2020-08-17T05:50:42.661Z] Step 24/24 : LABEL version=1.2.2-dev.6 [Pipeline] wrap [2020-08-17T05:50:42.670Z] provisioning config files... [2020-08-17T05:50:42.708Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/49@tmp/config8405285499995669754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:50:42.935Z] ---> Running in 948cbc50576e [2020-08-17T05:50:43.066Z] nexus3.edgexfoundry.org:10001 [2020-08-17T05:50:43.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:43.209Z] Removing intermediate container 948cbc50576e [2020-08-17T05:50:43.209Z] ---> 7ae369b6ae4d [2020-08-17T05:50:43.209Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-17T05:50:43.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:43.329Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:43.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:43.329Z] [2020-08-17T05:50:43.329Z] Login Succeeded [2020-08-17T05:50:43.329Z] nexus3.edgexfoundry.org:10002 [2020-08-17T05:50:43.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:43.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:43.329Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:43.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:43.329Z] [2020-08-17T05:50:43.329Z] Login Succeeded [2020-08-17T05:50:43.329Z] nexus3.edgexfoundry.org:10003 [2020-08-17T05:50:43.481Z] Successfully built 7ae369b6ae4d [2020-08-17T05:50:43.481Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-17T05:50:43.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:43.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:43.591Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:43.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:43.591Z] [2020-08-17T05:50:43.591Z] Login Succeeded [2020-08-17T05:50:43.591Z] nexus3.edgexfoundry.org:10004 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-17T05:50:43.840Z] provisioning config files... [2020-08-17T05:50:43.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:43.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:43.852Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:43.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:43.852Z] [2020-08-17T05:50:43.852Z] Login Succeeded [2020-08-17T05:50:43.852Z] docker.io [2020-08-17T05:50:43.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:43.891Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/49@tmp/config7224193653533645171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:50:44.287Z] nexus3.edgexfoundry.org:10001 [2020-08-17T05:50:44.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:44.432Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:44.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:44.432Z] [2020-08-17T05:50:44.432Z] Login Succeeded [Pipeline] } [2020-08-17T05:50:44.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2020-08-17T05:50:44.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] echo [2020-08-17T05:50:44.673Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-08-17T05:50:44.673Z] 4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:44.673Z] latest [2020-08-17T05:50:44.673Z] 1.2.2-dev.6 [2020-08-17T05:50:44.673Z] 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:44.673Z] master [2020-08-17T05:50:44.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-08-17T05:50:44.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:44.840Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:44.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:44.840Z] [2020-08-17T05:50:44.840Z] Login Succeeded [2020-08-17T05:50:44.840Z] nexus3.edgexfoundry.org:10002 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:45.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:45.146Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:45.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:45.391Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:45.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:45.391Z] [2020-08-17T05:50:45.391Z] Login Succeeded [2020-08-17T05:50:45.391Z] nexus3.edgexfoundry.org:10003 [2020-08-17T05:50:45.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:45.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-17T05:50:45.446Z] bdfce3c4652a: Preparing [2020-08-17T05:50:45.446Z] 50644c29ef5a: Preparing [2020-08-17T05:50:45.446Z] 50644c29ef5a: Layer already exists [2020-08-17T05:50:45.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:45.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:45.939Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:45.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:45.939Z] [2020-08-17T05:50:45.939Z] Login Succeeded [2020-08-17T05:50:45.939Z] nexus3.edgexfoundry.org:10004 [2020-08-17T05:50:46.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:46.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:46.535Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:46.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:46.535Z] [2020-08-17T05:50:46.535Z] Login Succeeded [2020-08-17T05:50:46.535Z] docker.io [2020-08-17T05:50:46.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T05:50:46.839Z] bdfce3c4652a: Pushed [2020-08-17T05:50:47.101Z] 4235889b4d31b184704cc99ddd0249f5d958712f: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:47.407Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-08-17T05:50:47.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T05:50:47.408Z] Configure a credential helper to remove this warning. See [2020-08-17T05:50:47.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T05:50:47.408Z] [2020-08-17T05:50:47.408Z] Login Succeeded [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-08-17T05:50:47.487Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T05:50:47.685Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-08-17T05:50:47.685Z] 4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:47.685Z] latest [2020-08-17T05:50:47.685Z] 1.2.2-dev.6 [2020-08-17T05:50:47.685Z] 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:47.685Z] master [2020-08-17T05:50:47.685Z] ===================================================== [2020-08-17T05:50:47.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-08-17T05:50:47.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-17T05:50:47.706Z] bdfce3c4652a: Preparing [2020-08-17T05:50:47.706Z] 50644c29ef5a: Preparing [2020-08-17T05:50:47.706Z] bdfce3c4652a: Layer already exists [2020-08-17T05:50:47.706Z] 50644c29ef5a: Layer already exists [2020-08-17T05:50:47.706Z] latest: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:48.143Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:48.250Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:48.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 [2020-08-17T05:50:48.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-17T05:50:48.443Z] bdfce3c4652a: Preparing [2020-08-17T05:50:48.443Z] 50644c29ef5a: Preparing [2020-08-17T05:50:48.443Z] bdfce3c4652a: Layer already exists [2020-08-17T05:50:48.443Z] 50644c29ef5a: Layer already exists [2020-08-17T05:50:48.443Z] 1.2.2-dev.6: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:48.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:48.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-17T05:50:48.608Z] f2aa7afb585b: Preparing [2020-08-17T05:50:48.608Z] e2f13739ad41: Preparing [2020-08-17T05:50:48.608Z] e2f13739ad41: Layer already exists [2020-08-17T05:50:48.748Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:49.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:49.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-17T05:50:49.049Z] bdfce3c4652a: Preparing [2020-08-17T05:50:49.049Z] 50644c29ef5a: Preparing [2020-08-17T05:50:49.049Z] bdfce3c4652a: Layer already exists [2020-08-17T05:50:49.049Z] 50644c29ef5a: Layer already exists [2020-08-17T05:50:49.049Z] 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:49.354Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:49.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-08-17T05:50:49.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-08-17T05:50:49.654Z] bdfce3c4652a: Preparing [2020-08-17T05:50:49.654Z] 50644c29ef5a: Preparing [2020-08-17T05:50:49.654Z] 50644c29ef5a: Layer already exists [2020-08-17T05:50:49.654Z] bdfce3c4652a: Layer already exists [2020-08-17T05:50:49.654Z] master: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T05:50:49.851Z] ===================================================== [Pipeline] echo [2020-08-17T05:50:49.893Z] taggedImages: [2020-08-17T05:50:49.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:49.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-08-17T05:50:49.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 [2020-08-17T05:50:49.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:49.893Z] - 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-17T05:50:52.003Z] f2aa7afb585b: Pushed [2020-08-17T05:50:52.274Z] 4235889b4d31b184704cc99ddd0249f5d958712f: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:52.613Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:52.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-08-17T05:50:52.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-17T05:50:52.952Z] f2aa7afb585b: Preparing [2020-08-17T05:50:52.952Z] e2f13739ad41: Preparing [2020-08-17T05:50:52.952Z] f2aa7afb585b: Layer already exists [2020-08-17T05:50:52.952Z] e2f13739ad41: Layer already exists [2020-08-17T05:50:53.225Z] latest: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:53.566Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:53.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 [2020-08-17T05:50:53.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-17T05:50:53.906Z] f2aa7afb585b: Preparing [2020-08-17T05:50:53.906Z] e2f13739ad41: Preparing [2020-08-17T05:50:54.179Z] f2aa7afb585b: Layer already exists [2020-08-17T05:50:54.179Z] e2f13739ad41: Layer already exists [2020-08-17T05:50:54.179Z] 1.2.2-dev.6: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:54.517Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:54.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:54.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-17T05:50:54.851Z] f2aa7afb585b: Preparing [2020-08-17T05:50:54.851Z] e2f13739ad41: Preparing [2020-08-17T05:50:54.851Z] e2f13739ad41: Layer already exists [2020-08-17T05:50:54.851Z] f2aa7afb585b: Layer already exists [2020-08-17T05:50:55.122Z] 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:55.459Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:55.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-08-17T05:50:55.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-08-17T05:50:55.802Z] f2aa7afb585b: Preparing [2020-08-17T05:50:55.802Z] e2f13739ad41: Preparing [2020-08-17T05:50:56.078Z] e2f13739ad41: Layer already exists [2020-08-17T05:50:56.078Z] f2aa7afb585b: Layer already exists [2020-08-17T05:50:56.078Z] master: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T05:50:56.266Z] ===================================================== [Pipeline] echo [2020-08-17T05:50:56.432Z] taggedImages: [2020-08-17T05:50:56.432Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:50:56.432Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-08-17T05:50:56.432Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 [2020-08-17T05:50:56.432Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [2020-08-17T05:50:56.432Z] - 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-17T05:50:57.801Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-17T05:50:57.802Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-17T05:50:57.857Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:58.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T05:50:58.197Z] [2020-08-17T05:50:58.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:50:58.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T05:50:58.555Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-17T05:50:58.555Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T05:50:58.555Z] 408f87550127: Pulling fs layer [2020-08-17T05:50:58.555Z] fe522b08c979: Pulling fs layer [2020-08-17T05:50:58.555Z] 221eaa008020: Pulling fs layer [2020-08-17T05:50:58.555Z] 2a4607e5d6b9: Pulling fs layer [2020-08-17T05:50:58.555Z] 8f79b27c4fd2: Pulling fs layer [2020-08-17T05:50:58.555Z] e5c8dbe1645b: Pulling fs layer [2020-08-17T05:50:58.555Z] 23e8b3b47431: Pulling fs layer [2020-08-17T05:50:58.555Z] 5c568d65a230: Pulling fs layer [2020-08-17T05:50:58.555Z] 221eaa008020: Waiting [2020-08-17T05:50:58.555Z] 2a4607e5d6b9: Waiting [2020-08-17T05:50:58.555Z] 8f79b27c4fd2: Waiting [2020-08-17T05:50:58.555Z] e5c8dbe1645b: Waiting [2020-08-17T05:50:58.555Z] 5c568d65a230: Waiting [2020-08-17T05:50:58.555Z] fe522b08c979: Verifying Checksum [2020-08-17T05:50:58.555Z] fe522b08c979: Download complete [2020-08-17T05:50:58.555Z] 408f87550127: Download complete [2020-08-17T05:50:58.555Z] 2a4607e5d6b9: Verifying Checksum [2020-08-17T05:50:58.555Z] 2a4607e5d6b9: Download complete [2020-08-17T05:50:58.555Z] 8f79b27c4fd2: Verifying Checksum [2020-08-17T05:50:58.555Z] 8f79b27c4fd2: Download complete [2020-08-17T05:50:58.555Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-17T05:50:58.555Z] cbdbe7a5bc2a: Download complete [2020-08-17T05:50:58.827Z] e5c8dbe1645b: Verifying Checksum [2020-08-17T05:50:58.827Z] e5c8dbe1645b: Download complete [2020-08-17T05:50:59.108Z] cbdbe7a5bc2a: Pull complete [2020-08-17T05:50:59.387Z] 23e8b3b47431: Verifying Checksum [2020-08-17T05:50:59.387Z] 23e8b3b47431: Download complete [2020-08-17T05:50:59.653Z] 5c568d65a230: Verifying Checksum [2020-08-17T05:50:59.654Z] 5c568d65a230: Download complete [2020-08-17T05:50:59.654Z] 408f87550127: Pull complete [2020-08-17T05:50:59.915Z] fe522b08c979: Pull complete [2020-08-17T05:51:00.183Z] 221eaa008020: Verifying Checksum [2020-08-17T05:51:00.183Z] 221eaa008020: Download complete [2020-08-17T05:51:05.505Z] 221eaa008020: Pull complete [2020-08-17T05:51:05.505Z] 2a4607e5d6b9: Pull complete [2020-08-17T05:51:05.505Z] 8f79b27c4fd2: Pull complete [2020-08-17T05:51:07.436Z] e5c8dbe1645b: Pull complete [2020-08-17T05:51:11.668Z] 23e8b3b47431: Pull complete [2020-08-17T05:51:12.240Z] 5c568d65a230: Pull complete [2020-08-17T05:51:12.500Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-17T05:51:12.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T05:51:12.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-17T05:51:12.676Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:12.711Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-17T05:51:13.579Z] $ docker top 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T05:51:14.098Z] + snyk monitor '--org=edgex-jenkins' [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/c965f5c4-c3a7-410a-a0a3-283e63d858bd [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] Snyk CLI supports Node.js 8 and higher. [2020-08-17T05:51:24.114Z] 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-17T05:51:24.114Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-17T05:51:24.114Z] [2020-08-17T05:51:24.114Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-17T05:51:24.114Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-17T05:51:24.121Z] $ docker stop --time=1 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 [2020-08-17T05:51:26.357Z] $ docker rm -f 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:27.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:27.521Z] [2020-08-17T05:51:27.521Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:27.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:27.870Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-17T05:51:27.870Z] e7c96db7181b: Pulling fs layer [2020-08-17T05:51:27.870Z] 1868ca2cb446: Pulling fs layer [2020-08-17T05:51:27.870Z] 136be5d0fe8e: Pulling fs layer [2020-08-17T05:51:27.870Z] 894bfe63afcb: Pulling fs layer [2020-08-17T05:51:27.870Z] 894bfe63afcb: Waiting [2020-08-17T05:51:27.870Z] 1868ca2cb446: Verifying Checksum [2020-08-17T05:51:27.870Z] 1868ca2cb446: Download complete [2020-08-17T05:51:27.870Z] 136be5d0fe8e: Verifying Checksum [2020-08-17T05:51:27.870Z] 136be5d0fe8e: Download complete [2020-08-17T05:51:27.870Z] e7c96db7181b: Verifying Checksum [2020-08-17T05:51:27.870Z] e7c96db7181b: Download complete [2020-08-17T05:51:28.132Z] 894bfe63afcb: Verifying Checksum [2020-08-17T05:51:28.132Z] 894bfe63afcb: Download complete [2020-08-17T05:51:28.132Z] e7c96db7181b: Pull complete [2020-08-17T05:51:28.393Z] 1868ca2cb446: Pull complete [2020-08-17T05:51:28.654Z] 136be5d0fe8e: Pull complete [2020-08-17T05:51:28.654Z] 894bfe63afcb: Pull complete [2020-08-17T05:51:28.914Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-17T05:51:28.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:28.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-17T05:51:28.999Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:29.031Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-17T05:51:30.278Z] $ docker top 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T05:51:30.820Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:51:30.820Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T05:51:33.495Z] $ docker stop --time=1 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 [2020-08-17T05:51:34.846Z] $ docker rm -f 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:35.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:35.335Z] . [Pipeline] withDockerContainer [2020-08-17T05:51:35.420Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:35.454Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-17T05:51:36.275Z] $ docker top 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T05:51:36.894Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:51:36.894Z] + tee [2020-08-17T05:51:36.894Z] clair timeout 1m0s [2020-08-17T05:51:36.894Z] docker timeout: 1m0s [2020-08-17T05:51:36.894Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T05:51:37.595Z] $ docker stop --time=1 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 [2020-08-17T05:51:38.960Z] $ docker rm -f 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T05:51:39.432Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-08-17T05:51:39.444Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_4235889b4d31b184704cc99ddd0249f5d958712f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T05:51:39.617Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:39.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:39.952Z] . [Pipeline] withDockerContainer [2020-08-17T05:51:40.063Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:40.100Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-17T05:51:40.815Z] $ docker top 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T05:51:41.397Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:51:41.397Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T05:51:44.095Z] $ docker stop --time=1 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef [2020-08-17T05:51:45.465Z] $ docker rm -f 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:45.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T05:51:45.943Z] . [Pipeline] withDockerContainer [2020-08-17T05:51:46.040Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:46.073Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-17T05:51:46.687Z] $ docker top aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T05:51:47.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [2020-08-17T05:51:47.187Z] + tee [2020-08-17T05:51:47.187Z] clair timeout 1m0s [2020-08-17T05:51:47.187Z] docker timeout: 1m0s [2020-08-17T05:51:47.187Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T05:51:47.891Z] $ docker stop --time=1 aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf [2020-08-17T05:51:49.225Z] $ docker rm -f aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T05:51:49.686Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-08-17T05:51:49.698Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_4235889b4d31b184704cc99ddd0249f5d958712f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T05:51:49.743Z] 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-17T05:51:50.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:51:50.866Z] . [Pipeline] withDockerContainer [2020-08-17T05:51:50.955Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:51:50.990Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T05:51:51.656Z] $ docker top bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T05:51:51.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T05:51:51.949Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T05:51:52.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T05:51:52.164Z] $ docker exec bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 ssh-agent [2020-08-17T05:51:52.331Z] SSH_AUTH_SOCK=/tmp/ssh-FLPl1NiKDRJE/agent.11 [2020-08-17T05:51:52.331Z] SSH_AGENT_PID=16 [2020-08-17T05:51:52.338Z] Running ssh-add (command line suppressed) [2020-08-17T05:51:52.460Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6958372623395630611.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6958372623395630611.key) [2020-08-17T05:51:52.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T05:51:52.852Z] + git semver tag [2020-08-17T05:51:52.852Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T05:51:52.852Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-17T05:51:52.852Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:51:52.852Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T05:51:52.852Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T05:51:52.852Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T05:51:52.852Z] # $SEMVER_BRANCH = master [2020-08-17T05:51:52.852Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-08-17T05:51:52.852Z] # 4235889b4d31b184704cc99ddd0249f5d958712f HEAD [2020-08-17T05:51:52.852Z] # -> Force: false [2020-08-17T05:51:52.852Z] # dc7bb17963ed907d10fa2ab54a850fc8a3e91dbb refs/tags/v1.2.2-dev.6 [Pipeline] } [2020-08-17T05:51:52.860Z] $ docker exec --env ******** --env ******** bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 ssh-agent -k [2020-08-17T05:51:53.021Z] unset SSH_AUTH_SOCK; [2020-08-17T05:51:53.021Z] unset SSH_AGENT_PID; [2020-08-17T05:51:53.021Z] echo Agent pid 16 killed; [2020-08-17T05:51:53.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T05:51:53.528Z] + git semver [Pipeline] } [2020-08-17T05:51:53.540Z] $ docker stop --time=1 bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 [2020-08-17T05:51:54.897Z] $ docker rm -f bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:55.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T05:51:55.498Z] [2020-08-17T05:51:55.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:51:55.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T05:51:55.833Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-17T05:51:55.833Z] ab5ef0e58194: Pulling fs layer [2020-08-17T05:51:55.833Z] 9712f1f96733: Pulling fs layer [2020-08-17T05:51:55.833Z] 63f879dbbcfc: Pulling fs layer [2020-08-17T05:51:55.833Z] 0d9ebad4ef96: Pulling fs layer [2020-08-17T05:51:55.833Z] e9a5061849ea: Pulling fs layer [2020-08-17T05:51:55.833Z] d747dcd14b5f: Pulling fs layer [2020-08-17T05:51:55.833Z] 2de7ff778b66: Pulling fs layer [2020-08-17T05:51:55.833Z] e9a5061849ea: Waiting [2020-08-17T05:51:55.833Z] d747dcd14b5f: Waiting [2020-08-17T05:51:55.833Z] 2de7ff778b66: Waiting [2020-08-17T05:51:55.833Z] 0d9ebad4ef96: Waiting [2020-08-17T05:51:55.833Z] 9712f1f96733: Verifying Checksum [2020-08-17T05:51:55.833Z] 9712f1f96733: Download complete [2020-08-17T05:51:56.429Z] 63f879dbbcfc: Verifying Checksum [2020-08-17T05:51:56.429Z] 63f879dbbcfc: Download complete [2020-08-17T05:51:56.429Z] e9a5061849ea: Verifying Checksum [2020-08-17T05:51:56.429Z] e9a5061849ea: Download complete [2020-08-17T05:51:56.429Z] d747dcd14b5f: Verifying Checksum [2020-08-17T05:51:56.429Z] d747dcd14b5f: Download complete [2020-08-17T05:51:56.692Z] 2de7ff778b66: Verifying Checksum [2020-08-17T05:51:56.692Z] 2de7ff778b66: Download complete [2020-08-17T05:51:56.692Z] 0d9ebad4ef96: Verifying Checksum [2020-08-17T05:51:56.692Z] 0d9ebad4ef96: Download complete [2020-08-17T05:51:56.692Z] ab5ef0e58194: Verifying Checksum [2020-08-17T05:51:56.692Z] ab5ef0e58194: Download complete [2020-08-17T05:52:02.003Z] ab5ef0e58194: Pull complete [2020-08-17T05:52:02.003Z] 9712f1f96733: Pull complete [2020-08-17T05:52:04.550Z] 63f879dbbcfc: Pull complete [2020-08-17T05:52:09.856Z] 0d9ebad4ef96: Pull complete [2020-08-17T05:52:12.415Z] e9a5061849ea: Pull complete [2020-08-17T05:52:12.415Z] d747dcd14b5f: Pull complete [2020-08-17T05:52:16.623Z] 2de7ff778b66: Pull complete [2020-08-17T05:52:16.623Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-17T05:52:16.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T05:52:16.623Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-17T05:52:16.794Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:52:16.834Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-17T05:52:20.034Z] $ docker top eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-17T05:52:20.371Z] provisioning config files... [2020-08-17T05:52:20.386Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6230627386961483622tmp [2020-08-17T05:52:20.406Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1018119040956253754tmp [2020-08-17T05:52:20.418Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config771659496714917100tmp [Pipeline] { [Pipeline] echo [2020-08-17T05:52:20.464Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:52:20.758Z] ---> sigul-configuration.sh [2020-08-17T05:52:20.758Z] gpg: directory `/root/.gnupg' created [2020-08-17T05:52:20.758Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-17T05:52:20.758Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-17T05:52:20.758Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-17T05:52:20.758Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-17T05:52:20.758Z] gpg: CAST5 encrypted data [2020-08-17T05:52:21.018Z] gpg: encrypted with 1 passphrase [2020-08-17T05:52:21.018Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-17T05:52:21.312Z] + mkdir /home/jenkins [2020-08-17T05:52:21.312Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-17T05:52:21.605Z] + 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-17T05:52:21.614Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:52:21.907Z] ---> sigul-install.sh [2020-08-17T05:52:27.199Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-17T05:52:27.493Z] + git tag --list [2020-08-17T05:52:27.493Z] v1.2.2-dev.6 [Pipeline] sh [2020-08-17T05:52:27.788Z] + lftools sign git-tag v1.2.2-dev.6 [2020-08-17T05:52:29.178Z] Signing Git tag with Sigul... [2020-08-17T05:52:29.178Z] Signing v1.2.2-dev.6 [Pipeline] echo [2020-08-17T05:52:30.574Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:52:30.867Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-17T05:52:30.875Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-17T05:52:30.953Z] $ docker stop --time=1 eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b [2020-08-17T05:52:33.049Z] $ docker rm -f eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:52:33.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:52:33.764Z] . [Pipeline] withDockerContainer [2020-08-17T05:52:33.859Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:52:33.894Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T05:52:34.625Z] $ docker top dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T05:52:34.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T05:52:34.912Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T05:52:35.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T05:52:35.091Z] $ docker exec dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 ssh-agent [2020-08-17T05:52:35.262Z] SSH_AUTH_SOCK=/tmp/ssh-tCJDnWupQDkT/agent.12 [2020-08-17T05:52:35.262Z] SSH_AGENT_PID=17 [2020-08-17T05:52:35.268Z] Running ssh-add (command line suppressed) [2020-08-17T05:52:35.389Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5838555615818879974.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5838555615818879974.key) [2020-08-17T05:52:35.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T05:52:35.782Z] + git semver bump pre [2020-08-17T05:52:35.783Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T05:52:35.783Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-17T05:52:35.783Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:52:35.783Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T05:52:35.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T05:52:35.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T05:52:35.783Z] # $SEMVER_BRANCH = master [2020-08-17T05:52:35.783Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-08-17T05:52:35.783Z] 1.2.2-dev.7 [Pipeline] } [2020-08-17T05:52:35.788Z] $ docker exec --env ******** --env ******** dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 ssh-agent -k [2020-08-17T05:52:35.902Z] unset SSH_AUTH_SOCK; [2020-08-17T05:52:35.903Z] unset SSH_AGENT_PID; [2020-08-17T05:52:35.903Z] echo Agent pid 17 killed; [2020-08-17T05:52:35.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T05:52:36.418Z] + git semver [Pipeline] } [2020-08-17T05:52:36.429Z] $ docker stop --time=1 dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 [2020-08-17T05:52:37.782Z] $ docker rm -f dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:52:38.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T05:52:38.271Z] . [Pipeline] withDockerContainer [2020-08-17T05:52:38.370Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:52:38.407Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T05:52:39.062Z] $ docker top 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T05:52:39.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T05:52:39.338Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T05:52:39.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T05:52:39.516Z] $ docker exec 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f ssh-agent [2020-08-17T05:52:39.690Z] SSH_AUTH_SOCK=/tmp/ssh-O8dbvDayTCKr/agent.12 [2020-08-17T05:52:39.690Z] SSH_AGENT_PID=17 [2020-08-17T05:52:39.696Z] Running ssh-add (command line suppressed) [2020-08-17T05:52:39.807Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_791409833317077204.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_791409833317077204.key) [2020-08-17T05:52:39.863Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T05:52:40.185Z] + git semver push [2020-08-17T05:52:40.186Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T05:52:40.186Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-08-17T05:52:40.186Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:52:40.186Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T05:52:40.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T05:52:40.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T05:52:40.186Z] # $SEMVER_BRANCH = master [2020-08-17T05:52:40.186Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-08-17T05:52:46.778Z] $ docker exec --env ******** --env ******** 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f ssh-agent -k [2020-08-17T05:52:46.904Z] unset SSH_AUTH_SOCK; [2020-08-17T05:52:46.904Z] unset SSH_AGENT_PID; [2020-08-17T05:52:46.904Z] echo Agent pid 17 killed; [2020-08-17T05:52:46.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T05:52:47.455Z] + git semver [Pipeline] } [2020-08-17T05:52:47.464Z] $ docker stop --time=1 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f [2020-08-17T05:52:48.820Z] $ docker rm -f 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f [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-17T05:52:49.953Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:52:50.520Z] ---> package-listing.sh [2020-08-17T05:52:50.520Z] ++ facter osfamily [2020-08-17T05:52:50.520Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T05:52:50.520Z] + OS_FAMILY=redhat [2020-08-17T05:52:50.520Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:52:50.520Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T05:52:50.520Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T05:52:50.520Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T05:52:50.520Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T05:52:50.520Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-08-17T05:52:50.520Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T05:52:50.520Z] + case "${OS_FAMILY}" in [2020-08-17T05:52:50.520Z] + rpm -qa [2020-08-17T05:52:50.520Z] + sort [2020-08-17T05:52:54.741Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T05:52:54.741Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T05:52:54.741Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T05:52:54.741Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-08-17T05:52:54.741Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-08-17T05:52:54.741Z] + 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-17T05:52:55.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T05:52:55.118Z] [2020-08-17T05:52:55.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T05:52:55.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T05:52:55.464Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T05:52:55.464Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T05:52:55.464Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T05:52:55.464Z] 756a868c4378: Pulling fs layer [2020-08-17T05:52:55.464Z] 444b2fc9a129: Pulling fs layer [2020-08-17T05:52:55.464Z] ea15f1150254: Pulling fs layer [2020-08-17T05:52:55.464Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T05:52:55.464Z] 28c525ee5125: Pulling fs layer [2020-08-17T05:52:55.464Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T05:52:55.464Z] 138eaada9080: Pulling fs layer [2020-08-17T05:52:55.464Z] 0622d0fa9048: Pulling fs layer [2020-08-17T05:52:55.464Z] ea15f1150254: Waiting [2020-08-17T05:52:55.464Z] 41b27a9f41bf: Waiting [2020-08-17T05:52:55.464Z] 28c525ee5125: Waiting [2020-08-17T05:52:55.464Z] 094b1ea09ed8: Waiting [2020-08-17T05:52:55.464Z] 138eaada9080: Waiting [2020-08-17T05:52:55.464Z] 0622d0fa9048: Waiting [2020-08-17T05:52:55.464Z] 444b2fc9a129: Waiting [2020-08-17T05:52:55.464Z] 2cc5ad85d9ab: Download complete [2020-08-17T05:52:55.464Z] 444b2fc9a129: Verifying Checksum [2020-08-17T05:52:55.464Z] 444b2fc9a129: Download complete [2020-08-17T05:52:55.464Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T05:52:55.464Z] c9b1b535fdd9: Download complete [2020-08-17T05:52:55.464Z] ea15f1150254: Download complete [2020-08-17T05:52:55.735Z] 28c525ee5125: Verifying Checksum [2020-08-17T05:52:55.735Z] 28c525ee5125: Download complete [2020-08-17T05:52:56.001Z] 756a868c4378: Verifying Checksum [2020-08-17T05:52:56.001Z] 756a868c4378: Download complete [2020-08-17T05:52:56.001Z] c9b1b535fdd9: Pull complete [2020-08-17T05:52:56.001Z] 138eaada9080: Verifying Checksum [2020-08-17T05:52:56.001Z] 138eaada9080: Download complete [2020-08-17T05:52:56.001Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T05:52:56.001Z] 094b1ea09ed8: Download complete [2020-08-17T05:52:56.001Z] 0622d0fa9048: Verifying Checksum [2020-08-17T05:52:56.001Z] 0622d0fa9048: Download complete [2020-08-17T05:52:56.575Z] 2cc5ad85d9ab: Pull complete [2020-08-17T05:52:56.575Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T05:52:56.575Z] 41b27a9f41bf: Download complete [2020-08-17T05:52:58.604Z] 756a868c4378: Pull complete [2020-08-17T05:52:58.604Z] 444b2fc9a129: Pull complete [2020-08-17T05:52:58.879Z] ea15f1150254: Pull complete [2020-08-17T05:53:03.136Z] 41b27a9f41bf: Pull complete [2020-08-17T05:53:03.136Z] 28c525ee5125: Pull complete [2020-08-17T05:53:04.532Z] 094b1ea09ed8: Pull complete [2020-08-17T05:53:04.794Z] 138eaada9080: Pull complete [2020-08-17T05:53:05.054Z] 0622d0fa9048: Pull complete [2020-08-17T05:53:05.054Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T05:53:05.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T05:53:05.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T05:53:05.208Z] prd-centos7-docker-4c-2g-228 does not seem to be running inside a container [2020-08-17T05:53:05.243Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-17T05:53:07.636Z] $ docker top 5085ba9b3e55734d0383ca852c337dcade995dfb59712acef49c2fcdacf9eeb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T05:53:07.909Z] provisioning config files... [2020-08-17T05:53:07.924Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4902877387832840416tmp [Pipeline] { [Pipeline] echo [2020-08-17T05:53:07.994Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:53:08.284Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T05:53:08.295Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T05:53:08.586Z] ---> logs-deploy.sh [2020-08-17T05:53:08.586Z] + ARCHIVE_ARTIFACTS= [2020-08-17T05:53:08.586Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T05:53:08.586Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T05:53:08.586Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T05:53:08.586Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 [2020-08-17T05:53:08.586Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/49/ [2020-08-17T05:53:08.586Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-08-17T05:53:09.528Z] Archives upload complete. [2020-08-17T05:53:09.792Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/49/