Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c00fc0f534669f97460f637fd8dac931753e1f3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4689 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 Commit message: "add receiver in app service page" > git rev-list --no-walk c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-28T08:53:03.791Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-28T08:53:03.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-28T08:53:03.955Z] ========================================================= [2020-06-28T08:53:03.955Z] EdgeX Global Pipelines Version Info [2020-06-28T08:53:03.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-28T08:53:05.843Z] ------------------- [2020-06-28T08:53:05.843Z] stable info: [2020-06-28T08:53:05.843Z] ------------------- [2020-06-28T08:53:05.843Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-28T08:53:05.843Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-28T08:53:05.843Z] Message: update stable to v1.0.89 [2020-06-28T08:53:06.413Z] ------------------- [2020-06-28T08:53:06.414Z] experimental info: [2020-06-28T08:53:06.414Z] ------------------- [2020-06-28T08:53:06.414Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-28T08:53:06.414Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-28T08:53:06.414Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:53:07.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T08:53:07.952Z] [2020-06-28T08:53:07.952Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:53:08.270Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T08:53:08.270Z] latest: Pulling from edgex-devops/git-semver [2020-06-28T08:53:08.270Z] 9123ac7c32f7: Pulling fs layer [2020-06-28T08:53:08.270Z] b8cc5d1170e3: Pulling fs layer [2020-06-28T08:53:08.270Z] 2924cbbf6a41: Pulling fs layer [2020-06-28T08:53:08.270Z] 93b08a4f1073: Pulling fs layer [2020-06-28T08:53:08.270Z] 93b08a4f1073: Waiting [2020-06-28T08:53:08.270Z] b8cc5d1170e3: Verifying Checksum [2020-06-28T08:53:08.270Z] b8cc5d1170e3: Download complete [2020-06-28T08:53:08.270Z] 9123ac7c32f7: Verifying Checksum [2020-06-28T08:53:08.270Z] 9123ac7c32f7: Download complete [2020-06-28T08:53:08.539Z] 93b08a4f1073: Verifying Checksum [2020-06-28T08:53:08.539Z] 93b08a4f1073: Download complete [2020-06-28T08:53:08.539Z] 2924cbbf6a41: Verifying Checksum [2020-06-28T08:53:08.539Z] 2924cbbf6a41: Download complete [2020-06-28T08:53:08.539Z] 9123ac7c32f7: Pull complete [2020-06-28T08:53:08.799Z] b8cc5d1170e3: Pull complete [2020-06-28T08:53:09.375Z] 2924cbbf6a41: Pull complete [2020-06-28T08:53:09.636Z] 93b08a4f1073: Pull complete [2020-06-28T08:53:09.636Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-28T08:53:09.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T08:53:09.636Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-28T08:53:09.745Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:53:09.784Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-28T08:53:11.715Z] $ docker top 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-28T08:53:11.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-28T08:53:11.886Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-28T08:53:12.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-28T08:53:12.068Z] $ docker exec 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent [2020-06-28T08:53:12.230Z] SSH_AUTH_SOCK=/tmp/ssh-z0McyWAUMYyX/agent.12 [2020-06-28T08:53:12.230Z] SSH_AGENT_PID=18 [2020-06-28T08:53:12.240Z] Running ssh-add (command line suppressed) [2020-06-28T08:53:12.356Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1741752038659553494.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1741752038659553494.key) [2020-06-28T08:53:12.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-28T08:53:12.834Z] + git describe --exact-match --tags HEAD [2020-06-28T08:53:12.834Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-28T08:53:12.995Z] $ docker exec --env ******** --env ******** 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent -k [2020-06-28T08:53:13.110Z] unset SSH_AUTH_SOCK; [2020-06-28T08:53:13.110Z] unset SSH_AGENT_PID; [2020-06-28T08:53:13.110Z] echo Agent pid 18 killed; [2020-06-28T08:53:13.170Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-28T08:53:13.209Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-28T08:53:13.209Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-28T08:53:13.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-28T08:53:13.255Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-28T08:53:13.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-28T08:53:13.420Z] $ docker exec 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent [2020-06-28T08:53:13.577Z] SSH_AUTH_SOCK=/tmp/ssh-z3DM7hXhQzaB/agent.46 [2020-06-28T08:53:13.577Z] SSH_AGENT_PID=52 [2020-06-28T08:53:13.583Z] Running ssh-add (command line suppressed) [2020-06-28T08:53:13.702Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_434545078651181585.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_434545078651181585.key) [2020-06-28T08:53:13.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-28T08:53:14.051Z] + git semver init [2020-06-28T08:53:14.051Z] # -> Open(): unable to determine branch for HEAD [2020-06-28T08:53:14.051Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-28T08:53:14.051Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T08:53:14.051Z] # $SEMVER_REMOTE_NAME = origin [2020-06-28T08:53:14.051Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-28T08:53:14.051Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-28T08:53:14.051Z] # $SEMVER_BRANCH = master [2020-06-28T08:53:14.051Z] # $SEMVER_TEMP = /tmp/semver-090402427 [2020-06-28T08:53:14.051Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-28T08:53:14.993Z] # '/tmp/semver-090402427' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-06-28T08:53:14.993Z] # -> Force: false [2020-06-28T08:53:14.993Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-28T08:53:15.003Z] $ docker exec --env ******** --env ******** 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent -k [2020-06-28T08:53:15.118Z] unset SSH_AUTH_SOCK; [2020-06-28T08:53:15.119Z] unset SSH_AGENT_PID; [2020-06-28T08:53:15.119Z] echo Agent pid 52 killed; [2020-06-28T08:53:15.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-28T08:53:15.524Z] + git semver [Pipeline] } [2020-06-28T08:53:15.538Z] $ docker stop --time=1 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb [2020-06-28T08:53:16.903Z] $ docker rm -f 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-28T08:53:17.857Z] Stashed 58 file(s) [Pipeline] echo [2020-06-28T08:53:17.859Z] [edgeXSemver] initialized semver on version 1.2.2-dev.4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-28T08:53:33.020Z] Still waiting to schedule task [2020-06-28T08:53:33.020Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4689’ [2020-06-28T08:53:33.022Z] Still waiting to schedule task [2020-06-28T08:53:33.022Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-28T08:55:10.852Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4690 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-28T08:55:10.876Z] Running in /w/workspace/edgex-ui-go/47 [Pipeline] { [Pipeline] checkout [2020-06-28T08:55:15.384Z] using credential edgex-jenkins-ssh [2020-06-28T08:55:15.413Z] Cloning the remote Git repository [2020-06-28T08:55:15.413Z] Cloning with configured refspecs honoured and without tags [2020-06-28T08:55:15.443Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:55:15.540Z] > git init /w/workspace/edgex-ui-go/47 # timeout=10 [2020-06-28T08:55:15.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:55:15.607Z] > git --version # timeout=10 [2020-06-28T08:55:15.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-28T08:55:15.685Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:55:16.956Z] Fetching without tags [2020-06-28T08:55:16.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-28T08:55:16.894Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:55:16.918Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-28T08:55:16.940Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:55:16.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-28T08:55:16.951Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:55:17.439Z] Checking out Revision 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) [2020-06-28T08:55:17.434Z] > git config core.sparsecheckout # timeout=10 [2020-06-28T08:55:17.446Z] > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [2020-06-28T08:55:21.939Z] Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-28T08:55:23.643Z] ========================================================= [2020-06-28T08:55:23.643Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-28T08:55:23.643Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:55:24.581Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-28T08:55:25.567Z] Sending build context to Docker daemon 21.93MB [2020-06-28T08:55:25.841Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-28T08:55:25.841Z] Step 2/8 : FROM ${BASE} [2020-06-28T08:55:26.115Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-28T08:55:26.115Z] cde5963f3b93: Pulling fs layer [2020-06-28T08:55:26.115Z] 2a23fa8c16f7: Pulling fs layer [2020-06-28T08:55:26.115Z] 777b28850792: Pulling fs layer [2020-06-28T08:55:26.115Z] 8a11ddd9e578: Pulling fs layer [2020-06-28T08:55:26.115Z] 4cf88f913ddb: Pulling fs layer [2020-06-28T08:55:26.115Z] 1df406cf5192: Pulling fs layer [2020-06-28T08:55:26.115Z] cd6300453558: Pulling fs layer [2020-06-28T08:55:26.115Z] b9c365052c96: Pulling fs layer [2020-06-28T08:55:26.115Z] a2d8cc88f415: Pulling fs layer [2020-06-28T08:55:26.115Z] ea1d1ca13537: Pulling fs layer [2020-06-28T08:55:26.115Z] 3750a50a1c5e: Pulling fs layer [2020-06-28T08:55:26.115Z] 4cf88f913ddb: Waiting [2020-06-28T08:55:26.115Z] 1df406cf5192: Waiting [2020-06-28T08:55:26.115Z] cd6300453558: Waiting [2020-06-28T08:55:26.116Z] b9c365052c96: Waiting [2020-06-28T08:55:26.116Z] a2d8cc88f415: Waiting [2020-06-28T08:55:26.116Z] ea1d1ca13537: Waiting [2020-06-28T08:55:26.116Z] 3750a50a1c5e: Waiting [2020-06-28T08:55:26.116Z] 8a11ddd9e578: Waiting [2020-06-28T08:55:26.116Z] 777b28850792: Download complete [2020-06-28T08:55:26.116Z] 2a23fa8c16f7: Verifying Checksum [2020-06-28T08:55:26.116Z] 2a23fa8c16f7: Download complete [2020-06-28T08:55:26.116Z] 4cf88f913ddb: Verifying Checksum [2020-06-28T08:55:26.116Z] 4cf88f913ddb: Download complete [2020-06-28T08:55:26.116Z] 1df406cf5192: Verifying Checksum [2020-06-28T08:55:26.116Z] 1df406cf5192: Download complete [2020-06-28T08:55:26.116Z] cde5963f3b93: Verifying Checksum [2020-06-28T08:55:26.116Z] cde5963f3b93: Download complete [2020-06-28T08:55:26.719Z] cde5963f3b93: Pull complete [2020-06-28T08:55:27.707Z] 2a23fa8c16f7: Pull complete [2020-06-28T08:55:27.993Z] 777b28850792: Pull complete [2020-06-28T08:55:28.276Z] cd6300453558: Verifying Checksum [2020-06-28T08:55:28.276Z] cd6300453558: Download complete [2020-06-28T08:55:28.276Z] a2d8cc88f415: Download complete [2020-06-28T08:55:29.712Z] ea1d1ca13537: Verifying Checksum [2020-06-28T08:55:29.712Z] ea1d1ca13537: Download complete [2020-06-28T08:55:29.986Z] 3750a50a1c5e: Download complete [2020-06-28T08:55:30.961Z] b9c365052c96: Verifying Checksum [2020-06-28T08:55:30.961Z] b9c365052c96: Download complete [2020-06-28T08:55:31.234Z] 8a11ddd9e578: Verifying Checksum [2020-06-28T08:55:31.234Z] 8a11ddd9e578: Download complete [2020-06-28T08:55:43.635Z] 8a11ddd9e578: Pull complete [2020-06-28T08:55:43.635Z] 4cf88f913ddb: Pull complete [2020-06-28T08:55:43.635Z] 1df406cf5192: Pull complete [2020-06-28T08:55:47.032Z] cd6300453558: Pull complete [2020-06-28T08:55:51.335Z] b9c365052c96: Pull complete [2020-06-28T08:55:51.933Z] a2d8cc88f415: Pull complete [2020-06-28T08:55:53.918Z] ea1d1ca13537: Pull complete [2020-06-28T08:55:54.190Z] 3750a50a1c5e: Pull complete [2020-06-28T08:55:54.190Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-28T08:55:54.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-28T08:55:54.190Z] ---> 78745c68409d [2020-06-28T08:55:54.190Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-28T08:55:59.589Z] ---> Running in ce2643455c4c [2020-06-28T08:55:59.589Z] Removing intermediate container ce2643455c4c [2020-06-28T08:55:59.589Z] ---> 65938739019f [2020-06-28T08:55:59.589Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-28T08:55:59.589Z] ---> Running in aee265da3ee1 [2020-06-28T08:56:02.215Z] Removing intermediate container aee265da3ee1 [2020-06-28T08:56:02.216Z] ---> c159b0844165 [2020-06-28T08:56:02.216Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-28T08:56:02.490Z] ---> Running in 2c37717ae2dc [2020-06-28T08:56:03.923Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-28T08:56:04.513Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-28T08:56:05.492Z] OK: 125 MiB in 39 packages [2020-06-28T08:56:06.470Z] Removing intermediate container 2c37717ae2dc [2020-06-28T08:56:06.470Z] ---> 2c55305ced1a [2020-06-28T08:56:06.470Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-28T08:56:06.470Z] ---> Running in 6b9516975d64 [2020-06-28T08:56:07.063Z] Removing intermediate container 6b9516975d64 [2020-06-28T08:56:07.063Z] ---> a27f1c63400d [2020-06-28T08:56:07.063Z] Step 7/8 : COPY . . [2020-06-28T08:56:09.688Z] ---> daa52a32127e [2020-06-28T08:56:09.688Z] Step 8/8 : RUN go mod download [2020-06-28T08:56:09.688Z] ---> Running in b851cc83a723 [2020-06-28T08:56:11.740Z] Running on prd-centos7-docker-4c-2g-4691 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-06-28T08:56:11.765Z] Running in /w/workspace/edgex-ui-go/47 [Pipeline] { [Pipeline] checkout [2020-06-28T08:56:13.065Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-28T08:56:13.065Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-28T08:56:13.065Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-28T08:56:13.065Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-28T08:56:13.065Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-28T08:56:13.065Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-28T08:56:13.065Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-28T08:56:13.065Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-28T08:56:13.065Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-28T08:56:13.065Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-28T08:56:13.065Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-28T08:56:13.065Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-28T08:56:13.065Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-28T08:56:13.336Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-28T08:56:13.336Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-28T08:56:13.336Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-28T08:56:13.336Z] go: finding github.com/fatih/color v1.9.0 [2020-06-28T08:56:13.336Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-28T08:56:13.336Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-28T08:56:13.336Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-28T08:56:13.336Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-28T08:56:13.336Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-28T08:56:13.336Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-28T08:56:13.336Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-28T08:56:13.336Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-28T08:56:13.606Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-28T08:56:13.606Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-28T08:56:13.606Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-28T08:56:13.892Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-28T08:56:14.164Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-28T08:56:14.164Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-28T08:56:14.164Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-28T08:56:14.164Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-28T08:56:14.164Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-28T08:56:14.164Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-28T08:56:14.164Z] go: finding github.com/kr/pty v1.1.1 [2020-06-28T08:56:14.164Z] go: finding github.com/kr/text v0.1.0 [2020-06-28T08:56:14.164Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-28T08:56:14.164Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-28T08:56:14.434Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-28T08:56:14.434Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-28T08:56:14.434Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-28T08:56:14.723Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-28T08:56:14.723Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-28T08:56:14.723Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-28T08:56:14.723Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-28T08:56:14.723Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-28T08:56:14.723Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-28T08:56:14.723Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-28T08:56:14.723Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-28T08:56:14.723Z] go: finding github.com/posener/complete v1.1.1 [2020-06-28T08:56:14.723Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-28T08:56:14.723Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-28T08:56:14.723Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-28T08:56:14.993Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-28T08:56:14.993Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-28T08:56:14.993Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-28T08:56:14.993Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-28T08:56:14.993Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-28T08:56:14.993Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-28T08:56:14.993Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-28T08:56:14.993Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-28T08:56:14.993Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-28T08:56:14.993Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-28T08:56:14.993Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-28T08:56:15.269Z] go: finding golang.org/x/text v0.3.2 [2020-06-28T08:56:15.269Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-28T08:56:15.269Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-28T08:56:15.269Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-28T08:56:15.269Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-28T08:56:15.269Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-28T08:56:15.269Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-28T08:56:18.224Z] using credential edgex-jenkins-ssh [2020-06-28T08:56:18.253Z] Cloning the remote Git repository [2020-06-28T08:56:18.253Z] Cloning with configured refspecs honoured and without tags [2020-06-28T08:56:18.303Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:56:18.382Z] > git init /w/workspace/edgex-ui-go/47 # timeout=10 [2020-06-28T08:56:18.940Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:56:18.940Z] > git --version # timeout=10 [2020-06-28T08:56:18.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-28T08:56:19.024Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:56:19.923Z] Fetching without tags [2020-06-28T08:56:20.290Z] Checking out Revision 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) [2020-06-28T08:56:19.889Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-28T08:56:19.899Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:56:19.920Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-28T08:56:19.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-28T08:56:19.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-28T08:56:19.939Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-28T08:56:20.303Z] > git config core.sparsecheckout # timeout=10 [2020-06-28T08:56:20.323Z] > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [2020-06-28T08:56:24.298Z] Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-28T08:56:25.544Z] ========================================================= [2020-06-28T08:56:25.544Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-28T08:56:25.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:56:26.355Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-28T08:56:27.436Z] Sending build context to Docker daemon 21.93MB [2020-06-28T08:56:27.436Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-28T08:56:27.436Z] Step 2/8 : FROM ${BASE} [2020-06-28T08:56:27.436Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-28T08:56:27.436Z] e6b0cf9c0882: Pulling fs layer [2020-06-28T08:56:27.436Z] 2848faf0eed1: Pulling fs layer [2020-06-28T08:56:27.436Z] 0f37312ad70f: Pulling fs layer [2020-06-28T08:56:27.436Z] 5788d62ee057: Pulling fs layer [2020-06-28T08:56:27.436Z] 0e6b1d234666: Pulling fs layer [2020-06-28T08:56:27.436Z] bf5d7aec512f: Pulling fs layer [2020-06-28T08:56:27.436Z] 34c802a77dc8: Pulling fs layer [2020-06-28T08:56:27.436Z] 9eb99e56ec68: Pulling fs layer [2020-06-28T08:56:27.436Z] 27c7a5d97fbd: Pulling fs layer [2020-06-28T08:56:27.436Z] 5c102a31e300: Pulling fs layer [2020-06-28T08:56:27.436Z] dcfb455df0a1: Pulling fs layer [2020-06-28T08:56:27.436Z] 34c802a77dc8: Waiting [2020-06-28T08:56:27.436Z] 9eb99e56ec68: Waiting [2020-06-28T08:56:27.436Z] 5788d62ee057: Waiting [2020-06-28T08:56:27.436Z] 27c7a5d97fbd: Waiting [2020-06-28T08:56:27.436Z] 5c102a31e300: Waiting [2020-06-28T08:56:27.436Z] 0e6b1d234666: Waiting [2020-06-28T08:56:27.436Z] bf5d7aec512f: Waiting [2020-06-28T08:56:27.436Z] dcfb455df0a1: Waiting [2020-06-28T08:56:27.436Z] 0f37312ad70f: Verifying Checksum [2020-06-28T08:56:27.436Z] 0f37312ad70f: Download complete [2020-06-28T08:56:27.436Z] 2848faf0eed1: Verifying Checksum [2020-06-28T08:56:27.436Z] 2848faf0eed1: Download complete [2020-06-28T08:56:27.436Z] 0e6b1d234666: Verifying Checksum [2020-06-28T08:56:27.436Z] 0e6b1d234666: Download complete [2020-06-28T08:56:27.436Z] bf5d7aec512f: Verifying Checksum [2020-06-28T08:56:27.436Z] bf5d7aec512f: Download complete [2020-06-28T08:56:27.721Z] e6b0cf9c0882: Verifying Checksum [2020-06-28T08:56:27.721Z] e6b0cf9c0882: Download complete [2020-06-28T08:56:28.744Z] 34c802a77dc8: Verifying Checksum [2020-06-28T08:56:28.745Z] 34c802a77dc8: Download complete [2020-06-28T08:56:28.745Z] 27c7a5d97fbd: Verifying Checksum [2020-06-28T08:56:28.745Z] 27c7a5d97fbd: Download complete [2020-06-28T08:56:29.535Z] 5c102a31e300: Verifying Checksum [2020-06-28T08:56:29.535Z] 5c102a31e300: Download complete [2020-06-28T08:56:29.535Z] e6b0cf9c0882: Pull complete [2020-06-28T08:56:29.908Z] dcfb455df0a1: Verifying Checksum [2020-06-28T08:56:29.908Z] dcfb455df0a1: Download complete [2020-06-28T08:56:30.210Z] 5788d62ee057: Verifying Checksum [2020-06-28T08:56:30.210Z] 5788d62ee057: Download complete [2020-06-28T08:56:30.210Z] 9eb99e56ec68: Verifying Checksum [2020-06-28T08:56:30.210Z] 9eb99e56ec68: Download complete [2020-06-28T08:56:30.473Z] 2848faf0eed1: Pull complete [2020-06-28T08:56:30.473Z] 0f37312ad70f: Pull complete [2020-06-28T08:56:33.585Z] Removing intermediate container b851cc83a723 [2020-06-28T08:56:33.586Z] ---> 8413800dfd12 [2020-06-28T08:56:33.586Z] Successfully built 8413800dfd12 [2020-06-28T08:56:33.586Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:56:34.112Z] + docker inspect -f . ci-base-image-arm64 [2020-06-28T08:56:34.112Z] . [Pipeline] withDockerContainer [2020-06-28T08:56:34.386Z] prd-ubuntu18.04-docker-arm64-4c-16g-4690 does not seem to be running inside a container [2020-06-28T08:56:34.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/47 -v /w/workspace/edgex-ui-go/47:/w/workspace/edgex-ui-go/47:rw,z -v /w/workspace/edgex-ui-go/47@tmp:/w/workspace/edgex-ui-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-28T08:56:36.427Z] $ docker top 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-28T08:56:37.878Z] + go version [2020-06-28T08:56:37.878Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-28T08:56:38.695Z] 5788d62ee057: Pull complete [2020-06-28T08:56:38.695Z] 0e6b1d234666: Pull complete [2020-06-28T08:56:38.695Z] bf5d7aec512f: Pull complete [2020-06-28T08:56:38.915Z] + make test [2020-06-28T08:56:38.915Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-28T08:56:40.349Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-28T08:56:42.963Z] 34c802a77dc8: Pull complete [2020-06-28T08:56:48.307Z] 9eb99e56ec68: Pull complete [2020-06-28T08:56:48.307Z] 27c7a5d97fbd: Pull complete [2020-06-28T08:56:49.736Z] 5c102a31e300: Pull complete [2020-06-28T08:56:50.029Z] dcfb455df0a1: Pull complete [2020-06-28T08:56:50.029Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-28T08:56:50.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-28T08:56:50.029Z] ---> 7c70fe431013 [2020-06-28T08:56:50.029Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-28T08:56:51.968Z] ---> Running in 9ba2300911f7 [2020-06-28T08:56:52.239Z] Removing intermediate container 9ba2300911f7 [2020-06-28T08:56:52.239Z] ---> 41732715d081 [2020-06-28T08:56:52.239Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-28T08:56:52.239Z] ---> Running in d1ecedd955ae [2020-06-28T08:56:54.176Z] Removing intermediate container d1ecedd955ae [2020-06-28T08:56:54.176Z] ---> 78a4aa41800a [2020-06-28T08:56:54.176Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-28T08:56:54.176Z] ---> Running in ff82516024ab [2020-06-28T08:56:54.437Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-28T08:56:55.851Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-28T08:56:56.116Z] OK: 143 MiB in 39 packages [2020-06-28T08:56:56.380Z] Removing intermediate container ff82516024ab [2020-06-28T08:56:56.380Z] ---> c89456ae25fc [2020-06-28T08:56:56.380Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-28T08:56:56.647Z] ---> Running in b9fdd66982da [2020-06-28T08:56:56.922Z] Removing intermediate container b9fdd66982da [2020-06-28T08:56:56.922Z] ---> 2317d6098530 [2020-06-28T08:56:56.922Z] Step 7/8 : COPY . . [2020-06-28T08:56:58.858Z] ---> f0ec2ead2e67 [2020-06-28T08:56:58.858Z] Step 8/8 : RUN go mod download [2020-06-28T08:56:59.131Z] ---> Running in 47173cd9aa82 [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-28T08:57:02.550Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-28T08:57:02.550Z] GO111MODULE=on go vet ./... [2020-06-28T08:57:03.386Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-28T08:57:03.386Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-28T08:57:03.386Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-28T08:57:03.386Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-28T08:57:03.386Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-28T08:57:03.386Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-28T08:57:03.386Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-28T08:57:03.386Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-28T08:57:03.386Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-28T08:57:03.386Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-28T08:57:03.386Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-28T08:57:03.386Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-28T08:57:03.386Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-28T08:57:03.386Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-28T08:57:03.386Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-28T08:57:03.386Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-28T08:57:03.386Z] go: finding github.com/fatih/color v1.9.0 [2020-06-28T08:57:03.386Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-28T08:57:03.386Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-28T08:57:03.386Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-28T08:57:03.386Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-28T08:57:03.386Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-28T08:57:03.386Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-28T08:57:03.386Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-28T08:57:03.386Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-28T08:57:03.386Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-28T08:57:03.386Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-28T08:57:03.386Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-28T08:57:03.648Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-28T08:57:03.648Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-28T08:57:03.911Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-28T08:57:03.911Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-28T08:57:03.911Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-28T08:57:03.911Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-28T08:57:03.911Z] go: finding github.com/kr/pty v1.1.1 [2020-06-28T08:57:03.911Z] go: finding github.com/kr/text v0.1.0 [2020-06-28T08:57:03.911Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-28T08:57:03.911Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-28T08:57:03.911Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-28T08:57:03.911Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-28T08:57:03.911Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-28T08:57:03.911Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-28T08:57:04.173Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-28T08:57:04.173Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-28T08:57:04.173Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-28T08:57:04.173Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-28T08:57:04.173Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-28T08:57:04.438Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-28T08:57:04.438Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-28T08:57:04.438Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-28T08:57:04.438Z] go: finding github.com/posener/complete v1.1.1 [2020-06-28T08:57:04.438Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-28T08:57:04.438Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-28T08:57:04.438Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-28T08:57:04.438Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-28T08:57:04.438Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-28T08:57:04.438Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-28T08:57:04.438Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-28T08:57:04.709Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-28T08:57:04.709Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-28T08:57:04.709Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-28T08:57:04.709Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-28T08:57:04.709Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-28T08:57:04.709Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-28T08:57:04.709Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-28T08:57:04.709Z] go: finding golang.org/x/text v0.3.2 [2020-06-28T08:57:04.709Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-28T08:57:04.709Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-28T08:57:04.709Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-28T08:57:04.974Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-28T08:57:04.974Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-28T08:57:04.974Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] stash [2020-06-28T08:57:06.324Z] Stashed 1 file(s) [Pipeline] } [2020-06-28T08:57:06.302Z] $ docker stop --time=1 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c [2020-06-28T08:57:08.259Z] $ docker rm -f 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-28T08:57:10.324Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-28T08:57:10.652Z] + ls -al . [2020-06-28T08:57:10.653Z] total 120 [2020-06-28T08:57:10.653Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 08:56 . [2020-06-28T08:57:10.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 08:55 .. [2020-06-28T08:57:10.653Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 08:55 .git [2020-06-28T08:57:10.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 08:55 .github [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 28 08:55 .gitignore [2020-06-28T08:57:10.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 .semver [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 28 08:55 CONTRIBUTING.md [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 28 08:55 Dockerfile [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 28 08:55 Dockerfile.build [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 28 08:55 Jenkinsfile [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 28 08:55 LICENSE [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 28 08:55 Makefile [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 2773 Jun 28 08:55 README.md [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 28 08:53 VERSION [2020-06-28T08:57:10.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 assets [2020-06-28T08:57:10.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 08:55 bin [2020-06-28T08:57:10.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 cmd [2020-06-28T08:57:10.653Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 28 08:56 coverage.out [2020-06-28T08:57:10.653Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 28 08:55 docs [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 28 08:55 go.mod [2020-06-28T08:57:10.653Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 28 08:56 go.sum [2020-06-28T08:57:10.653Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 08:55 internal [2020-06-28T08:57:10.653Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 28 08:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:57:10.988Z] + 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=3c00fc0f534669f97460f637fd8dac931753e1f3 --label arch=arm64 --label version=1.2.2-dev.4 . [2020-06-28T08:57:11.585Z] Sending build context to Docker daemon 21.95MB [2020-06-28T08:57:11.585Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-28T08:57:11.585Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-28T08:57:11.585Z] ---> 8413800dfd12 [2020-06-28T08:57:11.585Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-28T08:57:11.858Z] ---> Running in 7da2ec839453 [2020-06-28T08:57:12.451Z] Removing intermediate container 7da2ec839453 [2020-06-28T08:57:12.451Z] ---> 34966c438484 [2020-06-28T08:57:12.451Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-28T08:57:12.451Z] ---> Running in 464b6877c121 [2020-06-28T08:57:13.044Z] Removing intermediate container 464b6877c121 [2020-06-28T08:57:13.044Z] ---> 0dbe31e6cca0 [2020-06-28T08:57:13.044Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-28T08:57:13.044Z] ---> Running in 967e93e15828 [2020-06-28T08:57:13.315Z] Removing intermediate container 967e93e15828 [2020-06-28T08:57:13.315Z] ---> 21bdca4c8fd7 [2020-06-28T08:57:13.315Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-28T08:57:13.591Z] ---> Running in 6df7bdd0aa62 [2020-06-28T08:57:13.863Z] Removing intermediate container 6df7bdd0aa62 [2020-06-28T08:57:13.863Z] ---> 746e6c098757 [2020-06-28T08:57:13.863Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-28T08:57:14.138Z] ---> Running in 43ac98f1450d [2020-06-28T08:57:14.410Z] Removing intermediate container 43ac98f1450d [2020-06-28T08:57:14.410Z] ---> 6e15f22ceba1 [2020-06-28T08:57:14.410Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-28T08:57:14.692Z] ---> Running in fbf42f58cf1f [2020-06-28T08:57:17.305Z] Removing intermediate container fbf42f58cf1f [2020-06-28T08:57:17.305Z] ---> 92aa1724ab0b [2020-06-28T08:57:17.305Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-28T08:57:17.305Z] ---> Running in c9c1773df991 [2020-06-28T08:57:18.295Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-28T08:57:19.266Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-28T08:57:19.856Z] v3.11.6-89-g109074e626 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-28T08:57:19.856Z] v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-28T08:57:19.856Z] OK: 11179 distinct packages available [2020-06-28T08:57:19.856Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-28T08:57:20.827Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-28T08:57:21.096Z] OK: 125 MiB in 39 packages [2020-06-28T08:57:22.528Z] Removing intermediate container c9c1773df991 [2020-06-28T08:57:22.528Z] ---> e4d235072830 [2020-06-28T08:57:22.528Z] Step 10/24 : ENV GO111MODULE=on [2020-06-28T08:57:22.528Z] ---> Running in a52f159859df [2020-06-28T08:57:22.801Z] Removing intermediate container a52f159859df [2020-06-28T08:57:22.801Z] ---> 801bdc247082 [2020-06-28T08:57:22.801Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-28T08:57:23.075Z] ---> Running in 0d2236917e4a [2020-06-28T08:57:23.293Z] Removing intermediate container 47173cd9aa82 [2020-06-28T08:57:23.293Z] ---> 963a31b9c5f2 [2020-06-28T08:57:23.293Z] Successfully built 963a31b9c5f2 [2020-06-28T08:57:23.293Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-28T08:57:23.347Z] Removing intermediate container 0d2236917e4a [2020-06-28T08:57:23.347Z] ---> d845a4ec724f [2020-06-28T08:57:23.347Z] Step 12/24 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:57:23.944Z] ---> 69f1d6488197 [2020-06-28T08:57:23.944Z] Step 13/24 : COPY Makefile . [2020-06-28T08:57:24.111Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-28T08:57:24.376Z] . [Pipeline] withDockerContainer [2020-06-28T08:57:24.509Z] prd-centos7-docker-4c-2g-4691 does not seem to be running inside a container [2020-06-28T08:57:24.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/47 -v /w/workspace/edgex-ui-go/47:/w/workspace/edgex-ui-go/47:rw,z -v /w/workspace/edgex-ui-go/47@tmp:/w/workspace/edgex-ui-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-28T08:57:24.921Z] ---> 08d86e9c7d82 [2020-06-28T08:57:24.921Z] Step 14/24 : RUN make update [2020-06-28T08:57:24.921Z] ---> Running in 479f459422d5 [2020-06-28T08:57:25.447Z] $ docker top 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-28T08:57:25.942Z] + go version [2020-06-28T08:57:26.251Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-28T08:57:26.354Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-28T08:57:26.576Z] + make test [2020-06-28T08:57:26.576Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-28T08:57:27.330Z] Removing intermediate container 479f459422d5 [2020-06-28T08:57:27.330Z] ---> 3162414193a5 [2020-06-28T08:57:27.330Z] Step 15/24 : COPY . . [2020-06-28T08:57:29.178Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-28T08:57:29.299Z] ---> 22b24905193e [2020-06-28T08:57:29.299Z] Step 16/24 : RUN ${MAKE} [2020-06-28T08:57:29.572Z] ---> Running in f1ff32840b51 [2020-06-28T08:57:31.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-28T08:57:39.483Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-28T08:57:39.483Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-28T08:57:43.013Z] Warning: overwriting stash ‘coverage-report’ [2020-06-28T08:57:43.319Z] Stashed 1 file(s) [Pipeline] } [2020-06-28T08:57:43.327Z] $ docker stop --time=1 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac [2020-06-28T08:57:45.644Z] $ docker rm -f 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-28T08:57:46.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-28T08:57:46.619Z] + ls -al . [2020-06-28T08:57:46.619Z] total 84 [2020-06-28T08:57:46.619Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 28 08:57 . [2020-06-28T08:57:46.619Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 28 08:56 .. [2020-06-28T08:57:46.619Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 28 08:56 assets [2020-06-28T08:57:46.619Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 28 08:56 bin [2020-06-28T08:57:46.619Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 28 08:56 cmd [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 28 08:56 CONTRIBUTING.md [2020-06-28T08:57:46.619Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 28 08:57 coverage.out [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 28 08:56 Dockerfile [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 28 08:56 Dockerfile.build [2020-06-28T08:57:46.619Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 28 08:56 docs [2020-06-28T08:57:46.619Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 28 08:56 .git [2020-06-28T08:57:46.619Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 28 08:56 .github [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 28 08:56 .gitignore [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 28 08:56 go.mod [2020-06-28T08:57:46.619Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 28 08:57 go.sum [2020-06-28T08:57:46.619Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 28 08:56 internal [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 28 08:56 Jenkinsfile [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 28 08:56 LICENSE [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 28 08:56 Makefile [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 2773 Jun 28 08:56 README.md [2020-06-28T08:57:46.619Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 28 08:56 .semver [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 28 08:53 VERSION [2020-06-28T08:57:46.619Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 28 08:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:57:46.939Z] + 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=3c00fc0f534669f97460f637fd8dac931753e1f3 --label arch=amd64 --label version=1.2.2-dev.4 . [2020-06-28T08:57:47.204Z] Sending build context to Docker daemon 21.95MB [2020-06-28T08:57:47.204Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-28T08:57:47.204Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-28T08:57:47.204Z] ---> 963a31b9c5f2 [2020-06-28T08:57:47.204Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-28T08:57:47.779Z] ---> Running in 67f7e078015e [2020-06-28T08:57:48.043Z] Removing intermediate container 67f7e078015e [2020-06-28T08:57:48.043Z] ---> 9a25ec3f5b86 [2020-06-28T08:57:48.043Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-28T08:57:48.043Z] ---> Running in 7366310b25a5 [2020-06-28T08:57:48.318Z] Removing intermediate container 7366310b25a5 [2020-06-28T08:57:48.318Z] ---> 6c85d97cd2c8 [2020-06-28T08:57:48.318Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-28T08:57:48.318Z] ---> Running in b66c841a2d5e [2020-06-28T08:57:48.318Z] Removing intermediate container b66c841a2d5e [2020-06-28T08:57:48.318Z] ---> 79a69b30e778 [2020-06-28T08:57:48.318Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-28T08:57:48.584Z] ---> Running in 93428932c611 [2020-06-28T08:57:48.584Z] Removing intermediate container 93428932c611 [2020-06-28T08:57:48.584Z] ---> 352a5b183d76 [2020-06-28T08:57:48.584Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-28T08:57:48.873Z] ---> Running in b17775f46cb0 [2020-06-28T08:57:48.873Z] Removing intermediate container b17775f46cb0 [2020-06-28T08:57:48.873Z] ---> 9cc869dbcca2 [2020-06-28T08:57:48.873Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-28T08:57:48.873Z] ---> Running in ae0775fb56db [2020-06-28T08:57:50.292Z] Removing intermediate container ae0775fb56db [2020-06-28T08:57:50.292Z] ---> 397acc95f3fe [2020-06-28T08:57:50.292Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-28T08:57:50.292Z] ---> Running in 7ff683747d56 [2020-06-28T08:57:50.881Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-28T08:57:51.458Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-28T08:57:52.061Z] v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-28T08:57:52.061Z] v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-28T08:57:52.061Z] OK: 11290 distinct packages available [2020-06-28T08:57:52.061Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-28T08:57:52.637Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-28T08:57:53.174Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-28T08:57:53.222Z] OK: 143 MiB in 39 packages [2020-06-28T08:57:53.802Z] Removing intermediate container 7ff683747d56 [2020-06-28T08:57:53.802Z] ---> dbc7b3fabf80 [2020-06-28T08:57:53.802Z] Step 10/24 : ENV GO111MODULE=on [2020-06-28T08:57:53.802Z] ---> Running in 286864e9ef8d [2020-06-28T08:57:54.080Z] Removing intermediate container 286864e9ef8d [2020-06-28T08:57:54.080Z] ---> 682e82238c65 [2020-06-28T08:57:54.080Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-28T08:57:54.080Z] ---> Running in 9781749a77d0 [2020-06-28T08:57:54.348Z] Removing intermediate container 9781749a77d0 [2020-06-28T08:57:54.348Z] ---> 7965dde95805 [2020-06-28T08:57:54.348Z] Step 12/24 : COPY go.mod . [2020-06-28T08:57:54.631Z] ---> 4c75140f331e [2020-06-28T08:57:54.631Z] Step 13/24 : COPY Makefile . [2020-06-28T08:57:54.895Z] ---> bd46ecf0f902 [2020-06-28T08:57:54.895Z] Step 14/24 : RUN make update [2020-06-28T08:57:55.158Z] ---> Running in 5d2fabd4d25d [2020-06-28T08:57:55.743Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-28T08:57:56.739Z] Removing intermediate container 5d2fabd4d25d [2020-06-28T08:57:56.739Z] ---> 4854525918b8 [2020-06-28T08:57:56.739Z] Step 15/24 : COPY . . [2020-06-28T08:57:58.209Z] ---> c27908f477e5 [2020-06-28T08:57:58.209Z] Step 16/24 : RUN ${MAKE} [2020-06-28T08:57:58.474Z] ---> Running in 38e497bcc7a9 [2020-06-28T08:57:59.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-28T08:58:01.446Z] Removing intermediate container f1ff32840b51 [2020-06-28T08:58:01.446Z] ---> d80943bae33c [2020-06-28T08:58:01.446Z] Step 17/24 : FROM alpine [2020-06-28T08:58:01.446Z] latest: Pulling from library/alpine [2020-06-28T08:58:01.446Z] b538f80385f9: Pulling fs layer [2020-06-28T08:58:01.446Z] b538f80385f9: Verifying Checksum [2020-06-28T08:58:01.446Z] b538f80385f9: Download complete [2020-06-28T08:58:01.719Z] b538f80385f9: Pull complete [2020-06-28T08:58:01.719Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-28T08:58:01.719Z] Status: Downloaded newer image for alpine:latest [2020-06-28T08:58:01.719Z] ---> 62ee0e9f8440 [2020-06-28T08:58:01.719Z] Step 18/24 : EXPOSE 4000 [2020-06-28T08:58:01.991Z] ---> Running in ae2fa78e96a9 [2020-06-28T08:58:02.263Z] Removing intermediate container ae2fa78e96a9 [2020-06-28T08:58:02.263Z] ---> c0f5836c8dca [2020-06-28T08:58:02.263Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-28T08:58:04.232Z] ---> 0bbef6bfbd04 [2020-06-28T08:58:04.232Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-28T08:58:04.232Z] ---> Running in 7e42d52a88b9 [2020-06-28T08:58:04.825Z] Removing intermediate container 7e42d52a88b9 [2020-06-28T08:58:04.825Z] ---> a832fa9d6f67 [2020-06-28T08:58:04.825Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-28T08:58:04.825Z] ---> Running in afb4a1d01684 [2020-06-28T08:58:05.097Z] Removing intermediate container afb4a1d01684 [2020-06-28T08:58:05.097Z] ---> 9f407409b0f8 [2020-06-28T08:58:05.097Z] Step 22/24 : LABEL arch=arm64 [2020-06-28T08:58:05.367Z] ---> Running in 760016b56c03 [2020-06-28T08:58:05.640Z] Removing intermediate container 760016b56c03 [2020-06-28T08:58:05.640Z] ---> b0f5291a96c1 [2020-06-28T08:58:05.640Z] Step 23/24 : LABEL git_sha=3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:05.912Z] ---> Running in ed9aedb6249e [2020-06-28T08:58:06.184Z] Removing intermediate container ed9aedb6249e [2020-06-28T08:58:06.184Z] ---> 56bfa68ae4a4 [2020-06-28T08:58:06.184Z] Step 24/24 : LABEL version=1.2.2-dev.4 [2020-06-28T08:58:06.459Z] ---> Running in e114ad221278 [2020-06-28T08:58:06.730Z] Removing intermediate container e114ad221278 [2020-06-28T08:58:06.730Z] ---> bc9c7dc3a707 [2020-06-28T08:58:06.730Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-28T08:58:06.730Z] Successfully built bc9c7dc3a707 [2020-06-28T08:58:06.730Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-28T08:58:07.230Z] provisioning config files... [2020-06-28T08:58:07.265Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/47@tmp/config40840731036651909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-28T08:58:07.639Z] nexus3.edgexfoundry.org:10001 [2020-06-28T08:58:07.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:08.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:08.182Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:08.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:08.182Z] [2020-06-28T08:58:08.182Z] Login Succeeded [2020-06-28T08:58:08.182Z] nexus3.edgexfoundry.org:10002 [2020-06-28T08:58:08.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:08.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:08.722Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:08.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:08.722Z] [2020-06-28T08:58:08.722Z] Login Succeeded [2020-06-28T08:58:08.722Z] nexus3.edgexfoundry.org:10003 [2020-06-28T08:58:08.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:09.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:09.264Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:09.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:09.264Z] [2020-06-28T08:58:09.264Z] Login Succeeded [2020-06-28T08:58:09.264Z] nexus3.edgexfoundry.org:10004 [2020-06-28T08:58:09.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:09.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:09.850Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:09.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:09.850Z] [2020-06-28T08:58:09.850Z] Login Succeeded [2020-06-28T08:58:09.850Z] docker.io [2020-06-28T08:58:10.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:10.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:10.736Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:10.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:10.736Z] [2020-06-28T08:58:10.736Z] Login Succeeded [Pipeline] } [2020-06-28T08:58:10.754Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-28T08:58:10.852Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-06-28T08:58:10.852Z] 3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:10.852Z] latest [2020-06-28T08:58:10.852Z] 1.2.2-dev.4 [2020-06-28T08:58:10.852Z] 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [2020-06-28T08:58:10.852Z] master [2020-06-28T08:58:10.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:11.273Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:11.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:11.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-28T08:58:11.639Z] 96ac8a77526e: Preparing [2020-06-28T08:58:11.639Z] e2f13739ad41: Preparing [2020-06-28T08:58:11.906Z] e2f13739ad41: Layer already exists [2020-06-28T08:58:14.606Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-28T08:58:15.269Z] 96ac8a77526e: Pushed [2020-06-28T08:58:15.269Z] 3c00fc0f534669f97460f637fd8dac931753e1f3: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:15.872Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:16.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-06-28T08:58:16.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-28T08:58:16.207Z] 96ac8a77526e: Preparing [2020-06-28T08:58:16.207Z] e2f13739ad41: Preparing [2020-06-28T08:58:16.207Z] 96ac8a77526e: Layer already exists [2020-06-28T08:58:16.207Z] e2f13739ad41: Layer already exists [2020-06-28T08:58:16.478Z] latest: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:16.814Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:17.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.4 [2020-06-28T08:58:17.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-28T08:58:17.146Z] 96ac8a77526e: Preparing [2020-06-28T08:58:17.146Z] e2f13739ad41: Preparing [2020-06-28T08:58:17.146Z] 96ac8a77526e: Layer already exists [2020-06-28T08:58:17.146Z] e2f13739ad41: Layer already exists [2020-06-28T08:58:17.146Z] 1.2.2-dev.4: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:17.178Z] Removing intermediate container 38e497bcc7a9 [2020-06-28T08:58:17.178Z] ---> 7804f73217fa [2020-06-28T08:58:17.178Z] Step 17/24 : FROM alpine [2020-06-28T08:58:17.178Z] latest: Pulling from library/alpine [2020-06-28T08:58:17.178Z] df20fa9351a1: Pulling fs layer [2020-06-28T08:58:17.178Z] df20fa9351a1: Verifying Checksum [2020-06-28T08:58:17.178Z] df20fa9351a1: Download complete [2020-06-28T08:58:17.441Z] df20fa9351a1: Pull complete [2020-06-28T08:58:17.441Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-28T08:58:17.441Z] Status: Downloaded newer image for alpine:latest [2020-06-28T08:58:17.441Z] ---> a24bb4013296 [2020-06-28T08:58:17.441Z] Step 18/24 : EXPOSE 4000 [2020-06-28T08:58:17.477Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:17.715Z] ---> Running in 642be5f18bf5 [2020-06-28T08:58:17.715Z] Removing intermediate container 642be5f18bf5 [2020-06-28T08:58:17.715Z] ---> dcc9c958309f [2020-06-28T08:58:17.715Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-28T08:58:17.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [2020-06-28T08:58:17.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-28T08:58:17.805Z] 96ac8a77526e: Preparing [2020-06-28T08:58:17.805Z] e2f13739ad41: Preparing [2020-06-28T08:58:17.805Z] e2f13739ad41: Layer already exists [2020-06-28T08:58:17.805Z] 96ac8a77526e: Layer already exists [2020-06-28T08:58:17.805Z] 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:18.411Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:18.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-06-28T08:58:18.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-06-28T08:58:18.739Z] 96ac8a77526e: Preparing [2020-06-28T08:58:18.739Z] e2f13739ad41: Preparing [2020-06-28T08:58:18.739Z] e2f13739ad41: Layer already exists [2020-06-28T08:58:18.739Z] 96ac8a77526e: Layer already exists [2020-06-28T08:58:19.009Z] master: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-06-28T08:58:19.128Z] ---> 0178540d429d [2020-06-28T08:58:19.128Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-28T08:58:19.128Z] ---> Running in 69f25048f0d7 [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] } [2020-06-28T08:58:19.393Z] Removing intermediate container 69f25048f0d7 [2020-06-28T08:58:19.393Z] ---> 266d9528cd46 [2020-06-28T08:58:19.393Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-28T08:58:19.393Z] ---> Running in 7fa59e70f137 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-28T08:58:19.968Z] Removing intermediate container 7fa59e70f137 [2020-06-28T08:58:19.968Z] ---> c1d636987b55 [2020-06-28T08:58:19.968Z] Step 22/24 : LABEL arch=amd64 [2020-06-28T08:58:19.968Z] ---> Running in 7e8c00a1422a [2020-06-28T08:58:19.968Z] Removing intermediate container 7e8c00a1422a [2020-06-28T08:58:19.968Z] ---> 653eda847da8 [2020-06-28T08:58:19.968Z] Step 23/24 : LABEL git_sha=3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:20.231Z] ---> Running in 69cbe7938bb9 [2020-06-28T08:58:20.494Z] Removing intermediate container 69cbe7938bb9 [2020-06-28T08:58:20.494Z] ---> 6f2a98b1e258 [2020-06-28T08:58:20.494Z] Step 24/24 : LABEL version=1.2.2-dev.4 [2020-06-28T08:58:20.494Z] ---> Running in 5f719ad19e0e [2020-06-28T08:58:20.759Z] Removing intermediate container 5f719ad19e0e [2020-06-28T08:58:20.759Z] ---> 4aa324f45076 [2020-06-28T08:58:20.759Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-28T08:58:20.759Z] Successfully built 4aa324f45076 [2020-06-28T08:58:20.759Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-28T08:58:20.939Z] provisioning config files... [2020-06-28T08:58:20.971Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/47@tmp/config5235650287631602791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-28T08:58:21.320Z] nexus3.edgexfoundry.org:10001 [2020-06-28T08:58:21.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:21.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:21.584Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:21.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:21.584Z] [2020-06-28T08:58:21.584Z] Login Succeeded [2020-06-28T08:58:21.584Z] nexus3.edgexfoundry.org:10002 [2020-06-28T08:58:21.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:21.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:21.854Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:21.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:21.854Z] [2020-06-28T08:58:21.854Z] Login Succeeded [2020-06-28T08:58:21.854Z] nexus3.edgexfoundry.org:10003 [2020-06-28T08:58:21.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:22.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:22.116Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:22.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:22.116Z] [2020-06-28T08:58:22.116Z] Login Succeeded [2020-06-28T08:58:22.116Z] nexus3.edgexfoundry.org:10004 [2020-06-28T08:58:22.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:22.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:22.116Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:22.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:22.116Z] [2020-06-28T08:58:22.116Z] Login Succeeded [2020-06-28T08:58:22.382Z] docker.io [2020-06-28T08:58:22.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-28T08:58:22.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-28T08:58:22.645Z] Configure a credential helper to remove this warning. See [2020-06-28T08:58:22.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-28T08:58:22.645Z] [2020-06-28T08:58:22.645Z] Login Succeeded [Pipeline] } [2020-06-28T08:58:22.655Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-28T08:58:22.742Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-06-28T08:58:22.742Z] 3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:22.742Z] latest [2020-06-28T08:58:22.742Z] 1.2.2-dev.4 [2020-06-28T08:58:22.742Z] 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [2020-06-28T08:58:22.742Z] master [2020-06-28T08:58:22.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:23.120Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:23.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:58:23.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-28T08:58:23.425Z] 0c0eba1929f3: Preparing [2020-06-28T08:58:23.425Z] 50644c29ef5a: Preparing [2020-06-28T08:58:23.425Z] 50644c29ef5a: Layer already exists [2020-06-28T08:58:25.397Z] 0c0eba1929f3: Pushed [2020-06-28T08:58:25.661Z] 3c00fc0f534669f97460f637fd8dac931753e1f3: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:25.969Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:26.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-06-28T08:58:26.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-28T08:58:26.270Z] 0c0eba1929f3: Preparing [2020-06-28T08:58:26.270Z] 50644c29ef5a: Preparing [2020-06-28T08:58:26.270Z] 0c0eba1929f3: Layer already exists [2020-06-28T08:58:26.270Z] 50644c29ef5a: Layer already exists [2020-06-28T08:58:26.270Z] latest: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:26.576Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:26.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.4 [2020-06-28T08:58:26.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-28T08:58:26.887Z] 0c0eba1929f3: Preparing [2020-06-28T08:58:26.887Z] 50644c29ef5a: Preparing [2020-06-28T08:58:26.887Z] 50644c29ef5a: Layer already exists [2020-06-28T08:58:26.887Z] 0c0eba1929f3: Layer already exists [2020-06-28T08:58:26.887Z] 1.2.2-dev.4: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:27.202Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:27.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [2020-06-28T08:58:27.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-28T08:58:27.507Z] 0c0eba1929f3: Preparing [2020-06-28T08:58:27.508Z] 50644c29ef5a: Preparing [2020-06-28T08:58:27.508Z] 50644c29ef5a: Layer already exists [2020-06-28T08:58:27.508Z] 0c0eba1929f3: Layer already exists [2020-06-28T08:58:27.508Z] 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:27.810Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:28.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-06-28T08:58:28.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-06-28T08:58:28.111Z] 0c0eba1929f3: Preparing [2020-06-28T08:58:28.111Z] 50644c29ef5a: Preparing [2020-06-28T08:58:28.111Z] 0c0eba1929f3: Layer already exists [2020-06-28T08:58:28.111Z] 50644c29ef5a: Layer already exists [2020-06-28T08:58:28.111Z] master: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-28T08:58:28.842Z] provisioning config files... [2020-06-28T08:58:28.863Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5173631140002116947tmp [Pipeline] { [Pipeline] sh [2020-06-28T08:58:29.179Z] + curl -s https://codecov.io/bash [2020-06-28T08:58:29.179Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5173631140002116947tmp [Pipeline] } [2020-06-28T08:58:29.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-28T08:58:29.879Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-28T08:58:29.880Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-28T08:58:29.912Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:30.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-28T08:58:30.224Z] [2020-06-28T08:58:30.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:58:30.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-28T08:58:30.544Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-28T08:58:30.544Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-28T08:58:30.544Z] 408f87550127: Pulling fs layer [2020-06-28T08:58:30.544Z] fe522b08c979: Pulling fs layer [2020-06-28T08:58:30.544Z] 221eaa008020: Pulling fs layer [2020-06-28T08:58:30.544Z] 2a4607e5d6b9: Pulling fs layer [2020-06-28T08:58:30.544Z] 8f79b27c4fd2: Pulling fs layer [2020-06-28T08:58:30.544Z] e5c8dbe1645b: Pulling fs layer [2020-06-28T08:58:30.544Z] 23e8b3b47431: Pulling fs layer [2020-06-28T08:58:30.544Z] 5c568d65a230: Pulling fs layer [2020-06-28T08:58:30.544Z] 8f79b27c4fd2: Waiting [2020-06-28T08:58:30.544Z] e5c8dbe1645b: Waiting [2020-06-28T08:58:30.544Z] 23e8b3b47431: Waiting [2020-06-28T08:58:30.544Z] 5c568d65a230: Waiting [2020-06-28T08:58:30.544Z] 221eaa008020: Waiting [2020-06-28T08:58:30.544Z] 2a4607e5d6b9: Waiting [2020-06-28T08:58:30.544Z] fe522b08c979: Verifying Checksum [2020-06-28T08:58:30.544Z] fe522b08c979: Download complete [2020-06-28T08:58:30.544Z] 408f87550127: Verifying Checksum [2020-06-28T08:58:30.544Z] 408f87550127: Download complete [2020-06-28T08:58:30.544Z] 2a4607e5d6b9: Verifying Checksum [2020-06-28T08:58:30.544Z] 2a4607e5d6b9: Download complete [2020-06-28T08:58:30.544Z] 8f79b27c4fd2: Verifying Checksum [2020-06-28T08:58:30.544Z] 8f79b27c4fd2: Download complete [2020-06-28T08:58:30.544Z] cbdbe7a5bc2a: Download complete [2020-06-28T08:58:30.811Z] e5c8dbe1645b: Verifying Checksum [2020-06-28T08:58:30.811Z] e5c8dbe1645b: Download complete [2020-06-28T08:58:31.080Z] cbdbe7a5bc2a: Pull complete [2020-06-28T08:58:31.361Z] 23e8b3b47431: Verifying Checksum [2020-06-28T08:58:31.361Z] 23e8b3b47431: Download complete [2020-06-28T08:58:31.361Z] 408f87550127: Pull complete [2020-06-28T08:58:31.628Z] 5c568d65a230: Verifying Checksum [2020-06-28T08:58:31.628Z] 5c568d65a230: Download complete [2020-06-28T08:58:31.628Z] fe522b08c979: Pull complete [2020-06-28T08:58:31.888Z] 221eaa008020: Download complete [2020-06-28T08:58:37.204Z] 221eaa008020: Pull complete [2020-06-28T08:58:37.465Z] 2a4607e5d6b9: Pull complete [2020-06-28T08:58:37.465Z] 8f79b27c4fd2: Pull complete [2020-06-28T08:58:39.382Z] e5c8dbe1645b: Pull complete [2020-06-28T08:58:42.682Z] 23e8b3b47431: Pull complete [2020-06-28T08:58:44.071Z] 5c568d65a230: Pull complete [2020-06-28T08:58:44.071Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-28T08:58:44.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-28T08:58:44.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-28T08:58:44.202Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:58:44.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-28T08:58:46.021Z] $ docker top 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-28T08:58:46.456Z] + snyk monitor '--org=edgex-jenkins' [2020-06-28T08:59:13.036Z] [2020-06-28T08:59:13.036Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-06-28T08:59:13.036Z] [2020-06-28T08:59:13.036Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/d993e11c-1dbd-4353-9f61-cd2f1c8055a1 [2020-06-28T08:59:13.036Z] [2020-06-28T08:59:13.036Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-28T08:59:13.036Z] [2020-06-28T08:59:13.036Z] [2020-06-28T08:59:13.036Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-28T08:59:13.036Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-28T08:59:13.051Z] $ docker stop --time=1 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 [2020-06-28T08:59:15.248Z] $ docker rm -f 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:16.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:16.081Z] [2020-06-28T08:59:16.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:16.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:16.411Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-28T08:59:16.411Z] e7c96db7181b: Pulling fs layer [2020-06-28T08:59:16.411Z] 1868ca2cb446: Pulling fs layer [2020-06-28T08:59:16.411Z] 136be5d0fe8e: Pulling fs layer [2020-06-28T08:59:16.411Z] 894bfe63afcb: Pulling fs layer [2020-06-28T08:59:16.411Z] 894bfe63afcb: Waiting [2020-06-28T08:59:16.411Z] 1868ca2cb446: Verifying Checksum [2020-06-28T08:59:16.411Z] 1868ca2cb446: Download complete [2020-06-28T08:59:16.411Z] 136be5d0fe8e: Verifying Checksum [2020-06-28T08:59:16.411Z] 136be5d0fe8e: Download complete [2020-06-28T08:59:16.411Z] e7c96db7181b: Verifying Checksum [2020-06-28T08:59:16.411Z] e7c96db7181b: Download complete [2020-06-28T08:59:16.411Z] 894bfe63afcb: Verifying Checksum [2020-06-28T08:59:16.411Z] 894bfe63afcb: Download complete [2020-06-28T08:59:16.672Z] e7c96db7181b: Pull complete [2020-06-28T08:59:16.933Z] 1868ca2cb446: Pull complete [2020-06-28T08:59:16.933Z] 136be5d0fe8e: Pull complete [2020-06-28T08:59:17.194Z] 894bfe63afcb: Pull complete [2020-06-28T08:59:17.194Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-28T08:59:17.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:17.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-28T08:59:17.327Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:59:17.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-28T08:59:18.533Z] $ docker top ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-28T08:59:18.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:59:18.974Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-28T08:59:21.589Z] $ docker stop --time=1 ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 [2020-06-28T08:59:22.934Z] $ docker rm -f ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:23.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:23.348Z] . [Pipeline] withDockerContainer [2020-06-28T08:59:23.446Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:59:23.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-28T08:59:24.113Z] $ docker top 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-28T08:59:24.585Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:59:24.585Z] + tee [2020-06-28T08:59:24.585Z] clair timeout 1m0s [2020-06-28T08:59:24.585Z] docker timeout: 1m0s [2020-06-28T08:59:24.585Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-28T08:59:25.214Z] $ docker stop --time=1 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c [2020-06-28T08:59:26.556Z] $ docker rm -f 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-28T08:59:26.990Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-28T08:59:27.002Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_3c00fc0f534669f97460f637fd8dac931753e1f3.html [Pipeline] writeFile [Pipeline] step [2020-06-28T08:59:27.030Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:27.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:27.351Z] . [Pipeline] withDockerContainer [2020-06-28T08:59:27.465Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:59:27.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-28T08:59:28.195Z] $ docker top 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-28T08:59:28.637Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:59:28.637Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-28T08:59:31.256Z] $ docker stop --time=1 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 [2020-06-28T08:59:32.619Z] $ docker rm -f 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:33.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-28T08:59:33.036Z] . [Pipeline] withDockerContainer [2020-06-28T08:59:33.129Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:59:33.167Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-28T08:59:33.717Z] $ docker top c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-28T08:59:34.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 [2020-06-28T08:59:34.147Z] + tee [2020-06-28T08:59:34.147Z] clair timeout 1m0s [2020-06-28T08:59:34.147Z] docker timeout: 1m0s [2020-06-28T08:59:34.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-28T08:59:34.772Z] $ docker stop --time=1 c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 [2020-06-28T08:59:36.123Z] $ docker rm -f c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-28T08:59:36.529Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-06-28T08:59:36.541Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_3c00fc0f534669f97460f637fd8dac931753e1f3.html [Pipeline] writeFile [Pipeline] step [2020-06-28T08:59:36.569Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:38.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T08:59:38.050Z] . [Pipeline] withDockerContainer [2020-06-28T08:59:38.141Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T08:59:38.177Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-28T08:59:38.762Z] $ docker top 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-28T08:59:38.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-28T08:59:38.948Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-28T08:59:39.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-28T08:59:39.156Z] $ docker exec 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 ssh-agent [2020-06-28T08:59:39.318Z] SSH_AUTH_SOCK=/tmp/ssh-Azn8f2Yc81Eb/agent.11 [2020-06-28T08:59:39.318Z] SSH_AGENT_PID=16 [2020-06-28T08:59:39.324Z] Running ssh-add (command line suppressed) [2020-06-28T08:59:39.455Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5136133054835355846.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5136133054835355846.key) [2020-06-28T08:59:39.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-28T08:59:39.814Z] + git semver tag [2020-06-28T08:59:39.814Z] # -> Open(): unable to determine branch for HEAD [2020-06-28T08:59:39.814Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-28T08:59:39.814Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T08:59:39.814Z] # $SEMVER_REMOTE_NAME = origin [2020-06-28T08:59:39.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-28T08:59:39.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-28T08:59:39.814Z] # $SEMVER_BRANCH = master [2020-06-28T08:59:39.814Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-28T08:59:39.814Z] # 3c00fc0f534669f97460f637fd8dac931753e1f3 HEAD [2020-06-28T08:59:39.814Z] # -> Force: false [2020-06-28T08:59:39.814Z] # d4d70bc1237d66267ee0428a3aa0f9c9ed634d28 refs/tags/v1.2.2-dev.4 [Pipeline] } [2020-06-28T08:59:39.824Z] $ docker exec --env ******** --env ******** 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 ssh-agent -k [2020-06-28T08:59:39.942Z] unset SSH_AUTH_SOCK; [2020-06-28T08:59:39.942Z] unset SSH_AGENT_PID; [2020-06-28T08:59:39.942Z] echo Agent pid 16 killed; [2020-06-28T08:59:39.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-28T08:59:40.354Z] + git semver [Pipeline] } [2020-06-28T08:59:40.368Z] $ docker stop --time=1 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 [2020-06-28T08:59:41.689Z] $ docker rm -f 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:42.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-28T08:59:42.180Z] [2020-06-28T08:59:42.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-28T08:59:42.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-28T08:59:42.496Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-28T08:59:42.496Z] ab5ef0e58194: Pulling fs layer [2020-06-28T08:59:42.496Z] 9712f1f96733: Pulling fs layer [2020-06-28T08:59:42.496Z] 63f879dbbcfc: Pulling fs layer [2020-06-28T08:59:42.496Z] 0d9ebad4ef96: Pulling fs layer [2020-06-28T08:59:42.496Z] e9a5061849ea: Pulling fs layer [2020-06-28T08:59:42.496Z] d747dcd14b5f: Pulling fs layer [2020-06-28T08:59:42.496Z] 2de7ff778b66: Pulling fs layer [2020-06-28T08:59:42.496Z] e9a5061849ea: Waiting [2020-06-28T08:59:42.496Z] 0d9ebad4ef96: Waiting [2020-06-28T08:59:42.496Z] d747dcd14b5f: Waiting [2020-06-28T08:59:42.496Z] 2de7ff778b66: Waiting [2020-06-28T08:59:42.496Z] 9712f1f96733: Verifying Checksum [2020-06-28T08:59:42.496Z] 9712f1f96733: Download complete [2020-06-28T08:59:43.075Z] 63f879dbbcfc: Verifying Checksum [2020-06-28T08:59:43.075Z] 63f879dbbcfc: Download complete [2020-06-28T08:59:43.075Z] e9a5061849ea: Download complete [2020-06-28T08:59:43.075Z] d747dcd14b5f: Verifying Checksum [2020-06-28T08:59:43.075Z] d747dcd14b5f: Download complete [2020-06-28T08:59:43.338Z] 0d9ebad4ef96: Verifying Checksum [2020-06-28T08:59:43.338Z] 0d9ebad4ef96: Download complete [2020-06-28T08:59:43.338Z] 2de7ff778b66: Verifying Checksum [2020-06-28T08:59:43.338Z] 2de7ff778b66: Download complete [2020-06-28T08:59:43.338Z] ab5ef0e58194: Verifying Checksum [2020-06-28T08:59:43.338Z] ab5ef0e58194: Download complete [2020-06-28T08:59:48.638Z] ab5ef0e58194: Pull complete [2020-06-28T08:59:48.638Z] 9712f1f96733: Pull complete [2020-06-28T08:59:51.182Z] 63f879dbbcfc: Pull complete [2020-06-28T08:59:57.785Z] 0d9ebad4ef96: Pull complete [2020-06-28T08:59:58.357Z] e9a5061849ea: Pull complete [2020-06-28T08:59:58.357Z] d747dcd14b5f: Pull complete [2020-06-28T09:00:03.665Z] 2de7ff778b66: Pull complete [2020-06-28T09:00:03.665Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-28T09:00:03.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-28T09:00:03.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-28T09:00:03.825Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T09:00:03.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-28T09:00:07.127Z] $ docker top 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-28T09:00:07.296Z] provisioning config files... [2020-06-28T09:00:07.306Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3109120763093102402tmp [2020-06-28T09:00:07.321Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5827852757814938707tmp [2020-06-28T09:00:07.335Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6670277988831486716tmp [Pipeline] { [Pipeline] echo [2020-06-28T09:00:07.363Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:07.659Z] ---> sigul-configuration.sh [2020-06-28T09:00:07.659Z] gpg: directory `/root/.gnupg' created [2020-06-28T09:00:07.659Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-28T09:00:07.659Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-28T09:00:07.659Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-28T09:00:07.659Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-28T09:00:07.659Z] gpg: CAST5 encrypted data [2020-06-28T09:00:07.923Z] gpg: encrypted with 1 passphrase [2020-06-28T09:00:07.923Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-28T09:00:08.223Z] + mkdir /home/jenkins [2020-06-28T09:00:08.223Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-28T09:00:08.517Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-28T09:00:08.526Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:08.817Z] ---> sigul-install.sh [2020-06-28T09:00:16.963Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-28T09:00:17.256Z] + git tag --list [2020-06-28T09:00:17.257Z] v1.2.2-dev.4 [Pipeline] sh [2020-06-28T09:00:17.553Z] + lftools sign git-tag v1.2.2-dev.4 [2020-06-28T09:00:18.941Z] Signing Git tag with Sigul... [2020-06-28T09:00:18.941Z] Signing v1.2.2-dev.4 [Pipeline] echo [2020-06-28T09:00:20.334Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:20.703Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-28T09:00:20.729Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-28T09:00:20.785Z] $ docker stop --time=1 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 [2020-06-28T09:00:22.572Z] $ docker rm -f 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-28T09:00:23.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T09:00:23.130Z] . [Pipeline] withDockerContainer [2020-06-28T09:00:23.222Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T09:00:23.260Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-28T09:00:23.866Z] $ docker top 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-28T09:00:24.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-28T09:00:24.067Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-28T09:00:24.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-28T09:00:24.264Z] $ docker exec 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 ssh-agent [2020-06-28T09:00:24.436Z] SSH_AUTH_SOCK=/tmp/ssh-SPGa7Y69t5mW/agent.12 [2020-06-28T09:00:24.436Z] SSH_AGENT_PID=18 [2020-06-28T09:00:24.443Z] Running ssh-add (command line suppressed) [2020-06-28T09:00:24.569Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2903748984783773335.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2903748984783773335.key) [2020-06-28T09:00:24.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-28T09:00:24.929Z] + git semver bump pre [2020-06-28T09:00:24.929Z] # -> Open(): unable to determine branch for HEAD [2020-06-28T09:00:24.929Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-28T09:00:24.929Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T09:00:24.929Z] # $SEMVER_REMOTE_NAME = origin [2020-06-28T09:00:24.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-28T09:00:24.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-28T09:00:24.929Z] # $SEMVER_BRANCH = master [2020-06-28T09:00:24.929Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-06-28T09:00:24.929Z] 1.2.2-dev.5 [Pipeline] } [2020-06-28T09:00:24.940Z] $ docker exec --env ******** --env ******** 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 ssh-agent -k [2020-06-28T09:00:25.063Z] unset SSH_AUTH_SOCK; [2020-06-28T09:00:25.063Z] unset SSH_AGENT_PID; [2020-06-28T09:00:25.063Z] echo Agent pid 18 killed; [2020-06-28T09:00:25.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-28T09:00:25.478Z] + git semver [Pipeline] } [2020-06-28T09:00:25.493Z] $ docker stop --time=1 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 [2020-06-28T09:00:26.838Z] $ docker rm -f 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-28T09:00:27.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-28T09:00:27.293Z] . [Pipeline] withDockerContainer [2020-06-28T09:00:27.386Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T09:00:27.423Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-28T09:00:28.131Z] $ docker top a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-28T09:00:28.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-28T09:00:28.347Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-28T09:00:28.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-28T09:00:28.536Z] $ docker exec a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 ssh-agent [2020-06-28T09:00:28.709Z] SSH_AUTH_SOCK=/tmp/ssh-vJJkU1cUrSb4/agent.11 [2020-06-28T09:00:28.709Z] SSH_AGENT_PID=16 [2020-06-28T09:00:28.716Z] Running ssh-add (command line suppressed) [2020-06-28T09:00:28.841Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8644399444409467532.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8644399444409467532.key) [2020-06-28T09:00:28.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-28T09:00:29.203Z] + git semver push [2020-06-28T09:00:29.203Z] # -> Open(): unable to determine branch for HEAD [2020-06-28T09:00:29.203Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-06-28T09:00:29.203Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T09:00:29.203Z] # $SEMVER_REMOTE_NAME = origin [2020-06-28T09:00:29.203Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-28T09:00:29.203Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-28T09:00:29.203Z] # $SEMVER_BRANCH = master [2020-06-28T09:00:29.203Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-06-28T09:00:35.801Z] $ docker exec --env ******** --env ******** a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 ssh-agent -k [2020-06-28T09:00:35.929Z] unset SSH_AUTH_SOCK; [2020-06-28T09:00:35.929Z] unset SSH_AGENT_PID; [2020-06-28T09:00:35.929Z] echo Agent pid 16 killed; [2020-06-28T09:00:35.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-28T09:00:36.342Z] + git semver [Pipeline] } [2020-06-28T09:00:36.357Z] $ docker stop --time=1 a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 [2020-06-28T09:00:37.693Z] $ docker rm -f a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:38.325Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:38.884Z] ---> package-listing.sh [2020-06-28T09:00:38.884Z] ++ facter osfamily [2020-06-28T09:00:38.884Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-28T09:00:38.884Z] + OS_FAMILY=redhat [2020-06-28T09:00:38.884Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T09:00:38.884Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-28T09:00:38.884Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-28T09:00:38.884Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-28T09:00:38.884Z] + PACKAGES=/tmp/packages_start.txt [2020-06-28T09:00:38.884Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-28T09:00:38.884Z] + PACKAGES=/tmp/packages_end.txt [2020-06-28T09:00:38.884Z] + case "${OS_FAMILY}" in [2020-06-28T09:00:38.884Z] + rpm -qa [2020-06-28T09:00:38.884Z] + sort [2020-06-28T09:00:43.091Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-28T09:00:43.091Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-28T09:00:43.091Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-28T09:00:43.091Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-06-28T09:00:43.091Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-06-28T09:00:43.091Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-28T09:00:43.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-28T09:00:43.696Z] [2020-06-28T09:00:43.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-28T09:00:44.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-28T09:00:44.013Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-28T09:00:44.013Z] c9b1b535fdd9: Pulling fs layer [2020-06-28T09:00:44.013Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-28T09:00:44.013Z] 756a868c4378: Pulling fs layer [2020-06-28T09:00:44.013Z] 444b2fc9a129: Pulling fs layer [2020-06-28T09:00:44.013Z] ea15f1150254: Pulling fs layer [2020-06-28T09:00:44.013Z] 41b27a9f41bf: Pulling fs layer [2020-06-28T09:00:44.013Z] 28c525ee5125: Pulling fs layer [2020-06-28T09:00:44.013Z] 094b1ea09ed8: Pulling fs layer [2020-06-28T09:00:44.013Z] 138eaada9080: Pulling fs layer [2020-06-28T09:00:44.013Z] 0622d0fa9048: Pulling fs layer [2020-06-28T09:00:44.013Z] 444b2fc9a129: Waiting [2020-06-28T09:00:44.013Z] ea15f1150254: Waiting [2020-06-28T09:00:44.013Z] 28c525ee5125: Waiting [2020-06-28T09:00:44.013Z] 41b27a9f41bf: Waiting [2020-06-28T09:00:44.013Z] 094b1ea09ed8: Waiting [2020-06-28T09:00:44.013Z] 138eaada9080: Waiting [2020-06-28T09:00:44.013Z] 0622d0fa9048: Waiting [2020-06-28T09:00:44.013Z] 2cc5ad85d9ab: Download complete [2020-06-28T09:00:44.013Z] 444b2fc9a129: Verifying Checksum [2020-06-28T09:00:44.013Z] 444b2fc9a129: Download complete [2020-06-28T09:00:44.013Z] c9b1b535fdd9: Verifying Checksum [2020-06-28T09:00:44.013Z] c9b1b535fdd9: Download complete [2020-06-28T09:00:44.013Z] ea15f1150254: Verifying Checksum [2020-06-28T09:00:44.013Z] ea15f1150254: Download complete [2020-06-28T09:00:44.285Z] 28c525ee5125: Download complete [2020-06-28T09:00:44.547Z] 756a868c4378: Verifying Checksum [2020-06-28T09:00:44.548Z] 756a868c4378: Download complete [2020-06-28T09:00:44.548Z] 138eaada9080: Verifying Checksum [2020-06-28T09:00:44.548Z] 138eaada9080: Download complete [2020-06-28T09:00:44.548Z] 094b1ea09ed8: Verifying Checksum [2020-06-28T09:00:44.548Z] 094b1ea09ed8: Download complete [2020-06-28T09:00:44.548Z] 0622d0fa9048: Download complete [2020-06-28T09:00:44.548Z] c9b1b535fdd9: Pull complete [2020-06-28T09:00:45.125Z] 41b27a9f41bf: Verifying Checksum [2020-06-28T09:00:45.125Z] 41b27a9f41bf: Download complete [2020-06-28T09:00:45.387Z] 2cc5ad85d9ab: Pull complete [2020-06-28T09:00:46.777Z] 756a868c4378: Pull complete [2020-06-28T09:00:47.042Z] 444b2fc9a129: Pull complete [2020-06-28T09:00:47.302Z] ea15f1150254: Pull complete [2020-06-28T09:00:51.518Z] 41b27a9f41bf: Pull complete [2020-06-28T09:00:51.518Z] 28c525ee5125: Pull complete [2020-06-28T09:00:54.083Z] 094b1ea09ed8: Pull complete [2020-06-28T09:00:54.083Z] 138eaada9080: Pull complete [2020-06-28T09:00:54.083Z] 0622d0fa9048: Pull complete [2020-06-28T09:00:54.343Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-28T09:00:54.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-28T09:00:54.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-28T09:00:54.452Z] prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container [2020-06-28T09:00:54.490Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-28T09:00:58.421Z] $ docker top 85d3494f5766c3524f7dacdc8c9f0e3f8b297bf807df23da44b60554f4fa6506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-28T09:00:58.704Z] provisioning config files... [2020-06-28T09:00:58.729Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4878753874022462916tmp [Pipeline] { [Pipeline] echo [2020-06-28T09:00:58.763Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:59.050Z] ---> create-netrc.sh [Pipeline] echo [2020-06-28T09:00:59.060Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-28T09:00:59.346Z] ---> logs-deploy.sh [2020-06-28T09:00:59.346Z] + ARCHIVE_ARTIFACTS= [2020-06-28T09:00:59.346Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-28T09:00:59.346Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-28T09:00:59.346Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-28T09:00:59.346Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 [2020-06-28T09:00:59.346Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/47/ [2020-06-28T09:00:59.346Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 /w/workspace/edgexfoundry_edgex-ui-go_master [2020-06-28T09:01:00.285Z] Archives upload complete. [2020-06-28T09:01:00.549Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/47/