Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6e90bcad506a53a21afbb07ae058210c81821b7 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3887 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 without tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c6e90bcad506a53a21afbb07ae058210c81821b7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 Commit message: "Merge pull request #243 from jamesrgregg/update-pr-template" > git rev-list --no-walk 49700eb7f8ddcfc34492027de1e3002dffefa894 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:25:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:25:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:25:05 ========================================================= 17:25:05 EdgeX Global Pipelines Version Info 17:25:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:25:07 ------------------- 17:25:07 stable info: 17:25:07 ------------------- 17:25:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:25:07 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:25:07 Message: update stable to v1.0.89 17:25:07 ------------------- 17:25:07 experimental info: 17:25:07 ------------------- 17:25:07 Commited By: **** collab-it+edgex@linuxfoundation.org 17:25:07 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 17:25:07 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 17:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:08 17:25:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:25:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:09 latest: Pulling from edgex-devops/git-semver 17:25:09 9123ac7c32f7: Pulling fs layer 17:25:09 b8cc5d1170e3: Pulling fs layer 17:25:09 2924cbbf6a41: Pulling fs layer 17:25:09 93b08a4f1073: Pulling fs layer 17:25:09 93b08a4f1073: Waiting 17:25:09 b8cc5d1170e3: Verifying Checksum 17:25:09 b8cc5d1170e3: Download complete 17:25:09 9123ac7c32f7: Verifying Checksum 17:25:09 9123ac7c32f7: Download complete 17:25:09 93b08a4f1073: Verifying Checksum 17:25:09 93b08a4f1073: Download complete 17:25:09 2924cbbf6a41: Verifying Checksum 17:25:09 2924cbbf6a41: Download complete 17:25:09 9123ac7c32f7: Pull complete 17:25:09 b8cc5d1170e3: Pull complete 17:25:10 2924cbbf6a41: Pull complete 17:25:10 93b08a4f1073: Pull complete 17:25:10 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:25:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:25:10 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:25:10 $ 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 17:25:12 $ docker top a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:13 [ssh-agent] Looking for ssh-agent implementation... 17:25:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:13 $ docker exec a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 ssh-agent 17:25:13 SSH_AUTH_SOCK=/tmp/ssh-fUfXp45SJjwT/agent.12 17:25:13 SSH_AGENT_PID=17 17:25:13 Running ssh-add (command line suppressed) 17:25:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8210252260480440787.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8210252260480440787.key) 17:25:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:14 + git describe --exact-match --tags HEAD 17:25:14 fatal: No names found, cannot describe anything. [Pipeline] } 17:25:14 $ docker exec --env ******** --env ******** a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 ssh-agent -k 17:25:14 unset SSH_AUTH_SOCK; 17:25:14 unset SSH_AGENT_PID; 17:25:14 echo Agent pid 17 killed; 17:25:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:25:14 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:25:14 This usually means this commit has not been tagged. [Pipeline] sshagent 17:25:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:14 [ssh-agent] Looking for ssh-agent implementation... 17:25:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:14 $ docker exec a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 ssh-agent 17:25:14 SSH_AUTH_SOCK=/tmp/ssh-Aq0ws9ttFi0T/agent.45 17:25:14 SSH_AGENT_PID=50 17:25:14 Running ssh-add (command line suppressed) 17:25:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6328458083167860503.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6328458083167860503.key) 17:25:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:15 + git semver init 17:25:15 # -> Open(): unable to determine branch for HEAD 17:25:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 17:25:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 17:25:15 # $SEMVER_REMOTE_NAME = origin 17:25:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:25:15 # $SEMVER_USER_NAME = edgex-jenkins 17:25:15 # $SEMVER_BRANCH = master 17:25:15 # $SEMVER_TEMP = /tmp/semver-076823958 17:25:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 17:25:16 # '/tmp/semver-076823958' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 17:25:16 # -> Force: false 17:25:16 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 17:25:16 $ docker exec --env ******** --env ******** a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 ssh-agent -k 17:25:16 unset SSH_AUTH_SOCK; 17:25:16 unset SSH_AGENT_PID; 17:25:16 echo Agent pid 50 killed; 17:25:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:16 + git semver [Pipeline] } 17:25:16 $ docker stop --time=1 a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 17:25:18 $ docker rm -f a6797c6f50b9e8dcc906500d23c98fd7a07b7021c167110633da043bbe727366 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:25:18 Stashed 56 file(s) [Pipeline] echo 17:25:18 [edgeXSemver] initialized semver on version 1.2.2-dev.2 [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 17:25:34 Still waiting to schedule task 17:25:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:25:34 Still waiting to schedule task 17:25:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:27:42 Running on prd-centos7-docker-4c-2g-3889 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 17:27:42 Running in /w/workspace/edgex-ui-go/45 [Pipeline] { [Pipeline] checkout 17:27:44 using credential edgex-jenkins-ssh 17:27:44 Cloning the remote Git repository 17:27:44 Cloning with configured refspecs honoured and without tags 17:27:44 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:27:44 > git init /w/workspace/edgex-ui-go/45 # timeout=10 17:27:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:44 > git --version # timeout=10 17:27:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:45 Fetching without tags 17:27:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:46 Checking out Revision c6e90bcad506a53a21afbb07ae058210c81821b7 (master) 17:27:46 > git config core.sparsecheckout # timeout=10 17:27:46 > git checkout -f c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 17:27:49 Commit message: "Merge pull request #243 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:27:50 ========================================================= 17:27:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:27:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:27:51 + 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 . 17:27:51 Sending build context to Docker daemon 12.94MB 17:27:51 Step 1/8 : ARG BASE=golang:1.11-alpine 17:27:51 Step 2/8 : FROM ${BASE} 17:27:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:27:51 e6b0cf9c0882: Pulling fs layer 17:27:51 2848faf0eed1: Pulling fs layer 17:27:51 0f37312ad70f: Pulling fs layer 17:27:51 5788d62ee057: Pulling fs layer 17:27:51 0e6b1d234666: Pulling fs layer 17:27:51 bf5d7aec512f: Pulling fs layer 17:27:51 34c802a77dc8: Pulling fs layer 17:27:51 9eb99e56ec68: Pulling fs layer 17:27:51 27c7a5d97fbd: Pulling fs layer 17:27:51 5c102a31e300: Pulling fs layer 17:27:51 dcfb455df0a1: Pulling fs layer 17:27:51 5788d62ee057: Waiting 17:27:51 34c802a77dc8: Waiting 17:27:51 0e6b1d234666: Waiting 17:27:51 9eb99e56ec68: Waiting 17:27:51 27c7a5d97fbd: Waiting 17:27:51 5c102a31e300: Waiting 17:27:51 bf5d7aec512f: Waiting 17:27:51 dcfb455df0a1: Waiting 17:27:51 0f37312ad70f: Verifying Checksum 17:27:51 0f37312ad70f: Download complete 17:27:51 2848faf0eed1: Verifying Checksum 17:27:51 2848faf0eed1: Download complete 17:27:51 bf5d7aec512f: Verifying Checksum 17:27:51 bf5d7aec512f: Download complete 17:27:51 e6b0cf9c0882: Verifying Checksum 17:27:51 e6b0cf9c0882: Download complete 17:27:52 e6b0cf9c0882: Pull complete 17:27:52 34c802a77dc8: Verifying Checksum 17:27:52 34c802a77dc8: Download complete 17:27:52 27c7a5d97fbd: Verifying Checksum 17:27:52 27c7a5d97fbd: Download complete 17:27:52 5c102a31e300: Verifying Checksum 17:27:52 5c102a31e300: Download complete 17:27:53 dcfb455df0a1: Verifying Checksum 17:27:53 dcfb455df0a1: Download complete 17:27:53 9eb99e56ec68: Verifying Checksum 17:27:53 9eb99e56ec68: Download complete 17:27:53 5788d62ee057: Verifying Checksum 17:27:53 5788d62ee057: Download complete 17:27:54 2848faf0eed1: Pull complete 17:27:54 0f37312ad70f: Pull complete 17:27:59 5788d62ee057: Pull complete 17:28:00 0e6b1d234666: Pull complete 17:28:00 bf5d7aec512f: Pull complete 17:28:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3888 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 17:28:02 Running in /w/workspace/edgex-ui-go/45 [Pipeline] { [Pipeline] checkout 17:28:05 34c802a77dc8: Pull complete 17:28:07 using credential edgex-jenkins-ssh 17:28:07 Cloning the remote Git repository 17:28:07 Cloning with configured refspecs honoured and without tags 17:28:07 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:28:07 > git init /w/workspace/edgex-ui-go/45 # timeout=10 17:28:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:28:07 > git --version # timeout=10 17:28:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:08 Fetching without tags 17:28:08 9eb99e56ec68: Pull complete 17:28:08 27c7a5d97fbd: Pull complete 17:28:09 Checking out Revision c6e90bcad506a53a21afbb07ae058210c81821b7 (master) 17:28:09 5c102a31e300: Pull complete 17:28:09 dcfb455df0a1: Pull complete 17:28:09 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:28:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:28:09 ---> 7c70fe431013 17:28:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:28:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:28:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:28:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:28:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:09 > git config core.sparsecheckout # timeout=10 17:28:09 > git checkout -f c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 17:28:11 ---> Running in 0f45bead4cef 17:28:11 Removing intermediate container 0f45bead4cef 17:28:11 ---> 9271ea44c726 17:28:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:11 ---> Running in fe53e8e0441e 17:28:12 Removing intermediate container fe53e8e0441e 17:28:12 ---> fb85d5eb1dbd 17:28:12 Step 5/8 : RUN apk add --no-cache make git 17:28:12 ---> Running in 72859a68eece 17:28:13 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:28:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:28:13 Commit message: "Merge pull request #243 from jamesrgregg/update-pr-template" 17:28:14 OK: 143 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:28:14 Removing intermediate container 72859a68eece 17:28:14 ---> 907a53119b6b 17:28:14 Step 6/8 : WORKDIR /edgex-ui-go 17:28:14 ---> Running in 8810cc8e55d0 17:28:14 Removing intermediate container 8810cc8e55d0 17:28:14 ---> 40f2f7ea68af 17:28:14 Step 7/8 : COPY . . [Pipeline] echo 17:28:15 ========================================================= 17:28:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:28:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:28:16 + 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 . 17:28:16 ---> 19169ffd1acd 17:28:16 Step 8/8 : RUN go mod download 17:28:16 ---> Running in 7cf61abf8acb 17:28:17 Sending build context to Docker daemon 12.94MB 17:28:17 Step 1/8 : ARG BASE=golang:1.11-alpine 17:28:17 Step 2/8 : FROM ${BASE} 17:28:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:28:17 cde5963f3b93: Pulling fs layer 17:28:17 2a23fa8c16f7: Pulling fs layer 17:28:17 777b28850792: Pulling fs layer 17:28:17 8a11ddd9e578: Pulling fs layer 17:28:17 4cf88f913ddb: Pulling fs layer 17:28:17 1df406cf5192: Pulling fs layer 17:28:17 cd6300453558: Pulling fs layer 17:28:17 b9c365052c96: Pulling fs layer 17:28:17 a2d8cc88f415: Pulling fs layer 17:28:17 ea1d1ca13537: Pulling fs layer 17:28:17 3750a50a1c5e: Pulling fs layer 17:28:17 cd6300453558: Waiting 17:28:17 b9c365052c96: Waiting 17:28:17 a2d8cc88f415: Waiting 17:28:17 ea1d1ca13537: Waiting 17:28:17 4cf88f913ddb: Waiting 17:28:17 8a11ddd9e578: Waiting 17:28:17 1df406cf5192: Waiting 17:28:17 3750a50a1c5e: Waiting 17:28:17 777b28850792: Verifying Checksum 17:28:17 777b28850792: Download complete 17:28:17 2a23fa8c16f7: Verifying Checksum 17:28:17 2a23fa8c16f7: Download complete 17:28:17 4cf88f913ddb: Verifying Checksum 17:28:17 4cf88f913ddb: Download complete 17:28:17 1df406cf5192: Verifying Checksum 17:28:17 1df406cf5192: Download complete 17:28:17 cde5963f3b93: Verifying Checksum 17:28:18 cde5963f3b93: Pull complete 17:28:19 2a23fa8c16f7: Pull complete 17:28:19 777b28850792: Pull complete 17:28:20 cd6300453558: Verifying Checksum 17:28:20 cd6300453558: Download complete 17:28:20 a2d8cc88f415: Verifying Checksum 17:28:20 a2d8cc88f415: Download complete 17:28:20 go: finding github.com/BurntSushi/toml v0.3.1 17:28:20 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 17:28:20 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 17:28:20 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 17:28:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:28:20 go: finding github.com/armon/go-metrics v0.3.3 17:28:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:28:20 go: finding github.com/beorn7/perks v1.0.1 17:28:20 go: finding github.com/bgentry/speakeasy v0.1.0 17:28:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:28:20 go: finding github.com/cespare/xxhash/v2 v2.1.1 17:28:20 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 17:28:20 go: finding github.com/circonus-labs/circonusllhist v0.1.3 17:28:20 go: finding github.com/davecgh/go-spew v1.1.1 17:28:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:28:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 17:28:20 go: finding github.com/fatih/color v1.9.0 17:28:20 go: finding github.com/go-kit/kit v0.9.0 17:28:20 go: finding github.com/go-logfmt/logfmt v0.4.0 17:28:20 go: finding github.com/go-stack/stack v1.8.0 17:28:20 go: finding github.com/gogo/protobuf v1.1.1 17:28:20 go: finding github.com/golang/protobuf v1.3.2 17:28:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:28:20 go: finding github.com/google/go-cmp v0.4.0 17:28:21 go: finding github.com/google/gofuzz v1.0.0 17:28:21 go: finding github.com/gorilla/mux v1.7.1 17:28:21 go: finding github.com/gorilla/websocket v1.4.0 17:28:21 go: finding github.com/hashicorp/consul/api v1.4.0 17:28:21 go: finding github.com/hashicorp/consul/sdk v0.4.0 17:28:21 go: finding github.com/hashicorp/errwrap v1.0.0 17:28:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:28:21 go: finding github.com/hashicorp/go-hclog v0.12.2 17:28:21 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 17:28:21 go: finding github.com/hashicorp/go-msgpack v0.5.5 17:28:21 go: finding github.com/hashicorp/go-multierror v1.0.0 17:28:21 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 17:28:21 go: finding github.com/hashicorp/go-rootcerts v1.0.2 17:28:21 go: finding github.com/hashicorp/go-sockaddr v1.0.2 17:28:21 go: finding github.com/hashicorp/go-syslog v1.0.0 17:28:21 go: finding github.com/hashicorp/go-uuid v1.0.1 17:28:21 go: finding github.com/hashicorp/go.net v0.0.1 17:28:21 go: finding github.com/hashicorp/golang-lru v0.5.4 17:28:21 go: finding github.com/hashicorp/logutils v1.0.0 17:28:21 go: finding github.com/hashicorp/mdns v1.0.1 17:28:21 go: finding github.com/hashicorp/memberlist v0.2.0 17:28:22 go: finding github.com/hashicorp/serf v0.9.0 17:28:22 go: finding github.com/json-iterator/go v1.1.9 17:28:22 go: finding github.com/julienschmidt/httprouter v1.2.0 17:28:22 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 17:28:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:28:22 go: finding github.com/kr/pretty v0.2.0 17:28:22 go: finding github.com/kr/pty v1.1.1 17:28:22 ea1d1ca13537: Verifying Checksum 17:28:22 ea1d1ca13537: Download complete 17:28:22 3750a50a1c5e: Verifying Checksum 17:28:22 3750a50a1c5e: Download complete 17:28:22 b9c365052c96: Verifying Checksum 17:28:22 b9c365052c96: Download complete 17:28:22 go: finding github.com/kr/text v0.1.0 17:28:22 go: finding github.com/mattn/go-colorable v0.1.6 17:28:22 go: finding github.com/mattn/go-isatty v0.0.12 17:28:22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 17:28:22 go: finding github.com/miekg/dns v1.1.26 17:28:22 go: finding github.com/mitchellh/cli v1.0.0 17:28:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:28:22 go: finding github.com/mitchellh/copystructure v1.0.0 17:28:22 go: finding github.com/mitchellh/go-homedir v1.1.0 17:28:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:28:22 go: finding github.com/mitchellh/go-wordwrap v1.0.0 17:28:22 go: finding github.com/mitchellh/gox v0.4.0 17:28:22 go: finding github.com/mitchellh/iochan v1.0.0 17:28:22 go: finding github.com/mitchellh/mapstructure v1.2.2 17:28:22 go: finding github.com/mitchellh/reflectwalk v1.0.1 17:28:22 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:28:22 go: finding github.com/modern-go/reflect2 v1.0.1 17:28:22 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 17:28:22 go: finding github.com/pascaldekloe/goe v0.1.0 17:28:22 go: finding github.com/pelletier/go-toml v1.7.0 17:28:22 go: finding github.com/pkg/errors v0.8.1 17:28:23 go: finding github.com/pmezard/go-difflib v1.0.0 17:28:23 go: finding github.com/posener/complete v1.1.1 17:28:23 go: finding github.com/prometheus/client_golang v1.4.0 17:28:23 go: finding github.com/prometheus/client_model v0.2.0 17:28:23 go: finding github.com/prometheus/common v0.9.1 17:28:23 go: finding github.com/prometheus/procfs v0.0.8 17:28:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 17:28:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:28:23 8a11ddd9e578: Verifying Checksum 17:28:23 8a11ddd9e578: Download complete 17:28:23 go: finding github.com/sirupsen/logrus v1.4.2 17:28:23 go: finding github.com/stretchr/objx v0.1.1 17:28:23 go: finding github.com/stretchr/testify v1.4.0 17:28:23 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 17:28:23 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 17:28:23 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 17:28:23 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 17:28:23 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 17:28:23 go: finding golang.org/x/text v0.3.2 17:28:23 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 17:28:23 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:28:23 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 17:28:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:28:23 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:28:23 go: finding gopkg.in/yaml.v2 v2.2.8 17:28:35 8a11ddd9e578: Pull complete 17:28:35 4cf88f913ddb: Pull complete 17:28:35 1df406cf5192: Pull complete 17:28:38 Removing intermediate container 7cf61abf8acb 17:28:38 ---> 37d07811495b 17:28:38 Successfully built 37d07811495b 17:28:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:39 + docker inspect -f . ci-base-image-x86_64 17:28:39 . [Pipeline] withDockerContainer 17:28:39 prd-centos7-docker-4c-2g-3889 does not seem to be running inside a container 17:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/45 -v /w/workspace/edgex-ui-go/45:/w/workspace/edgex-ui-go/45:rw,z -v /w/workspace/edgex-ui-go/45@tmp:/w/workspace/edgex-ui-go/45@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 17:28:39 cd6300453558: Pull complete 17:28:40 $ docker top 021c93e3d673761bfab370ee2db1e6dfd5536f6da682675d0f66af48f0ba38bc -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:40 + go version 17:28:40 go version go1.13.5 linux/amd64 [Pipeline] sh 17:28:41 + make test 17:28:41 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:28:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:28:45 b9c365052c96: Pull complete 17:28:45 a2d8cc88f415: Pull complete 17:28:47 ea1d1ca13537: Pull complete 17:28:47 3750a50a1c5e: Pull complete 17:28:47 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:28:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:28:47 ---> 78745c68409d 17:28:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:28:49 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:28:49 GO111MODULE=on go vet ./... [Pipeline] stash 17:28:51 Stashed 1 file(s) [Pipeline] } 17:28:51 $ docker stop --time=1 021c93e3d673761bfab370ee2db1e6dfd5536f6da682675d0f66af48f0ba38bc 17:28:52 ---> Running in aa4a838433e3 17:28:52 Removing intermediate container aa4a838433e3 17:28:52 ---> f9e541a41e67 17:28:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:52 ---> Running in 685d05e5b0d3 17:28:53 $ docker rm -f 021c93e3d673761bfab370ee2db1e6dfd5536f6da682675d0f66af48f0ba38bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:28:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:28:54 + ls -al . 17:28:54 total 84 17:28:54 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 21 17:28 . 17:28:54 drwxrwxr-x. 4 jenkins jenkins 30 Jun 21 17:27 .. 17:28:54 drwxrwxr-x. 3 jenkins jenkins 20 Jun 21 17:27 assets 17:28:54 drwxrwxr-x. 2 jenkins jenkins 35 Jun 21 17:27 bin 17:28:54 drwxrwxr-x. 3 jenkins jenkins 29 Jun 21 17:27 cmd 17:28:54 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 21 17:27 CONTRIBUTING.md 17:28:54 -rw-r--r--. 1 jenkins jenkins 10 Jun 21 17:28 coverage.out 17:28:54 -rw-rw-r--. 1 jenkins jenkins 913 Jun 21 17:27 Dockerfile 17:28:54 -rw-rw-r--. 1 jenkins jenkins 898 Jun 21 17:27 Dockerfile.build 17:28:54 drwxrwxr-x. 4 jenkins jenkins 72 Jun 21 17:27 docs 17:28:54 drwxrwxr-x. 8 jenkins jenkins 162 Jun 21 17:27 .git 17:28:54 drwxrwxr-x. 2 jenkins jenkins 38 Jun 21 17:27 .github 17:28:54 -rw-rw-r--. 1 jenkins jenkins 136 Jun 21 17:27 .gitignore 17:28:54 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 21 17:27 go.mod 17:28:54 -rw-r--r--. 1 jenkins jenkins 20718 Jun 21 17:28 go.sum 17:28:54 drwxrwxr-x. 10 jenkins jenkins 139 Jun 21 17:27 internal 17:28:54 -rw-rw-r--. 1 jenkins jenkins 675 Jun 21 17:27 Jenkinsfile 17:28:54 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 21 17:27 LICENSE 17:28:54 -rw-rw-r--. 1 jenkins jenkins 951 Jun 21 17:27 Makefile 17:28:54 -rw-rw-r--. 1 jenkins jenkins 2599 Jun 21 17:27 README.md 17:28:54 drwxrwxr-x. 3 jenkins jenkins 44 Jun 21 17:27 .semver 17:28:54 -rw-rw-r--. 1 jenkins jenkins 11 Jun 21 17:25 VERSION 17:28:54 -rw-rw-r--. 1 jenkins jenkins 155 Jun 21 17:27 version.go [Pipeline] isUnix [Pipeline] sh 17:28:55 + 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=c6e90bcad506a53a21afbb07ae058210c81821b7 --label arch=amd64 --label version=1.2.2-dev.2 . 17:28:55 Sending build context to Docker daemon 12.96MB 17:28:55 Step 1/24 : ARG BASE=golang:1.13-alpine 17:28:55 Step 2/24 : FROM ${BASE} AS builder 17:28:55 ---> 37d07811495b 17:28:55 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:28:55 Removing intermediate container 685d05e5b0d3 17:28:55 ---> 35c06b72eec5 17:28:55 Step 5/8 : RUN apk add --no-cache make git 17:28:55 ---> Running in 1bb44143fc5e 17:28:55 ---> Running in dcc97343500a 17:28:55 Removing intermediate container dcc97343500a 17:28:55 ---> 7fa752ece64c 17:28:55 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:28:56 ---> Running in 94a126fe32fe 17:28:56 Removing intermediate container 94a126fe32fe 17:28:56 ---> fa72542c3d93 17:28:56 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:28:56 ---> Running in 2b123f407ac7 17:28:56 Removing intermediate container 2b123f407ac7 17:28:56 ---> 6471fc9962e2 17:28:56 Step 6/24 : LABEL Name=edgex-ui-go 17:28:56 ---> Running in 80955b52e8cb 17:28:56 Removing intermediate container 80955b52e8cb 17:28:56 ---> 7e2789c7ec4c 17:28:56 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:28:56 ---> Running in 23cc1f914039 17:28:56 Removing intermediate container 23cc1f914039 17:28:56 ---> e898e76543ad 17:28:56 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:56 ---> Running in bb754b962796 17:28:56 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:28:57 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:28:57 Removing intermediate container bb754b962796 17:28:57 ---> 0c8c8814e5d3 17:28:57 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:28:57 ---> Running in 0de90a563103 17:28:58 OK: 125 MiB in 39 packages 17:28:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:28:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:28:59 Removing intermediate container 1bb44143fc5e 17:28:59 ---> 8e07f940676c 17:28:59 Step 6/8 : WORKDIR /edgex-ui-go 17:28:59 ---> Running in 716d16159acc 17:28:59 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/main] 17:28:59 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 17:28:59 OK: 11290 distinct packages available 17:28:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:28:59 Removing intermediate container 716d16159acc 17:28:59 ---> d34be5683f56 17:28:59 Step 7/8 : COPY . . 17:29:00 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:29:00 OK: 143 MiB in 39 packages 17:29:01 Removing intermediate container 0de90a563103 17:29:01 ---> d377a6eb42b6 17:29:01 Step 10/24 : ENV GO111MODULE=on 17:29:01 ---> Running in 1fbd9700fcb6 17:29:01 Removing intermediate container 1fbd9700fcb6 17:29:01 ---> 9cf8ac35c32b 17:29:01 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:29:01 ---> Running in 1d8e08b93f93 17:29:01 Removing intermediate container 1d8e08b93f93 17:29:01 ---> 90eeccf8ebb8 17:29:01 Step 12/24 : COPY go.mod . 17:29:01 ---> 22fcd9134904 17:29:01 Step 13/24 : COPY Makefile . 17:29:01 ---> 959bb03c4b24 17:29:01 Step 8/8 : RUN go mod download 17:29:01 ---> Running in b59730f52668 17:29:01 ---> 8855c2912c08 17:29:01 Step 14/24 : RUN make update 17:29:01 ---> Running in 2caabf415c92 17:29:02 CGO_ENABLED=0 GO111MODULE=on go mod download 17:29:02 Removing intermediate container 2caabf415c92 17:29:02 ---> b7f5739361a5 17:29:02 Step 15/24 : COPY . . 17:29:04 go: finding github.com/BurntSushi/toml v0.3.1 17:29:04 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 17:29:04 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 17:29:04 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 17:29:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:29:04 ---> a275039fcde2 17:29:04 Step 16/24 : RUN ${MAKE} 17:29:04 ---> Running in d5bb0d74d3a2 17:29:04 go: finding github.com/armon/go-metrics v0.3.3 17:29:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:29:04 go: finding github.com/beorn7/perks v1.0.1 17:29:04 go: finding github.com/bgentry/speakeasy v0.1.0 17:29:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:29:04 go: finding github.com/cespare/xxhash/v2 v2.1.1 17:29:04 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 17:29:04 go: finding github.com/circonus-labs/circonusllhist v0.1.3 17:29:04 go: finding github.com/davecgh/go-spew v1.1.1 17:29:04 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:29:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 17:29:04 go: finding github.com/fatih/color v1.9.0 17:29:04 go: finding github.com/go-kit/kit v0.9.0 17:29:04 go: finding github.com/go-logfmt/logfmt v0.4.0 17:29:04 go: finding github.com/go-stack/stack v1.8.0 17:29:04 go: finding github.com/gogo/protobuf v1.1.1 17:29:04 go: finding github.com/golang/protobuf v1.3.2 17:29:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:29:04 go: finding github.com/google/go-cmp v0.4.0 17:29:04 go: finding github.com/google/gofuzz v1.0.0 17:29:04 go: finding github.com/gorilla/mux v1.7.1 17:29:04 go: finding github.com/gorilla/websocket v1.4.0 17:29:04 go: finding github.com/hashicorp/consul/api v1.4.0 17:29:04 go: finding github.com/hashicorp/consul/sdk v0.4.0 17:29:04 go: finding github.com/hashicorp/errwrap v1.0.0 17:29:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:29:04 go: finding github.com/hashicorp/go-hclog v0.12.2 17:29:04 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 17:29:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:29:04 go: finding github.com/hashicorp/go-msgpack v0.5.5 17:29:04 go: finding github.com/hashicorp/go-multierror v1.0.0 17:29:04 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 17:29:04 go: finding github.com/hashicorp/go-rootcerts v1.0.2 17:29:04 go: finding github.com/hashicorp/go-sockaddr v1.0.2 17:29:04 go: finding github.com/hashicorp/go-syslog v1.0.0 17:29:04 go: finding github.com/hashicorp/go-uuid v1.0.1 17:29:04 go: finding github.com/hashicorp/go.net v0.0.1 17:29:04 go: finding github.com/hashicorp/golang-lru v0.5.4 17:29:04 go: finding github.com/hashicorp/logutils v1.0.0 17:29:04 go: finding github.com/hashicorp/mdns v1.0.1 17:29:04 go: finding github.com/hashicorp/memberlist v0.2.0 17:29:04 go: finding github.com/hashicorp/serf v0.9.0 17:29:04 go: finding github.com/json-iterator/go v1.1.9 17:29:04 go: finding github.com/julienschmidt/httprouter v1.2.0 17:29:04 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 17:29:04 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:29:04 go: finding github.com/kr/pretty v0.2.0 17:29:04 go: finding github.com/kr/pty v1.1.1 17:29:04 go: finding github.com/kr/text v0.1.0 17:29:04 go: finding github.com/mattn/go-colorable v0.1.6 17:29:04 go: finding github.com/mattn/go-isatty v0.0.12 17:29:04 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 17:29:04 go: finding github.com/miekg/dns v1.1.26 17:29:04 go: finding github.com/mitchellh/cli v1.0.0 17:29:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:29:05 go: finding github.com/mitchellh/copystructure v1.0.0 17:29:05 go: finding github.com/mitchellh/go-homedir v1.1.0 17:29:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:29:05 go: finding github.com/mitchellh/go-wordwrap v1.0.0 17:29:05 go: finding github.com/mitchellh/gox v0.4.0 17:29:05 go: finding github.com/mitchellh/iochan v1.0.0 17:29:05 go: finding github.com/mitchellh/mapstructure v1.2.2 17:29:05 go: finding github.com/mitchellh/reflectwalk v1.0.1 17:29:05 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:29:05 go: finding github.com/modern-go/reflect2 v1.0.1 17:29:05 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 17:29:05 go: finding github.com/pascaldekloe/goe v0.1.0 17:29:05 go: finding github.com/pelletier/go-toml v1.7.0 17:29:05 go: finding github.com/pkg/errors v0.8.1 17:29:05 go: finding github.com/pmezard/go-difflib v1.0.0 17:29:05 go: finding github.com/posener/complete v1.1.1 17:29:05 go: finding github.com/prometheus/client_golang v1.4.0 17:29:05 go: finding github.com/prometheus/client_model v0.2.0 17:29:05 go: finding github.com/prometheus/common v0.9.1 17:29:05 go: finding github.com/prometheus/procfs v0.0.8 17:29:05 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 17:29:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:29:05 go: finding github.com/sirupsen/logrus v1.4.2 17:29:05 go: finding github.com/stretchr/objx v0.1.1 17:29:05 go: finding github.com/stretchr/testify v1.4.0 17:29:05 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 17:29:05 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 17:29:05 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 17:29:05 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 17:29:05 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 17:29:05 go: finding golang.org/x/text v0.3.2 17:29:05 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 17:29:05 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:29:05 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 17:29:05 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:29:05 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:29:05 go: finding gopkg.in/yaml.v2 v2.2.8 17:29:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:29:15 Removing intermediate container d5bb0d74d3a2 17:29:15 ---> e6e75cb7a244 17:29:15 Step 17/24 : FROM alpine 17:29:15 latest: Pulling from library/alpine 17:29:15 df20fa9351a1: Pulling fs layer 17:29:15 df20fa9351a1: Verifying Checksum 17:29:15 df20fa9351a1: Download complete 17:29:16 df20fa9351a1: Pull complete 17:29:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:29:16 Status: Downloaded newer image for alpine:latest 17:29:16 ---> a24bb4013296 17:29:16 Step 18/24 : EXPOSE 4000 17:29:16 ---> Running in c0a57d69209f 17:29:16 Removing intermediate container c0a57d69209f 17:29:16 ---> 63ff7f7fc3f1 17:29:16 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 17:29:17 ---> f2c25c9bc9a2 17:29:17 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:29:17 ---> Running in 6c7973139859 17:29:17 Removing intermediate container 6c7973139859 17:29:17 ---> 40e9254de5aa 17:29:17 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:29:17 ---> Running in ed6253761e5a 17:29:17 Removing intermediate container ed6253761e5a 17:29:17 ---> 2b8be69977e7 17:29:17 Step 22/24 : LABEL arch=amd64 17:29:17 ---> Running in 706fa691190c 17:29:17 Removing intermediate container 706fa691190c 17:29:17 ---> 0517ffe26372 17:29:17 Step 23/24 : LABEL git_sha=c6e90bcad506a53a21afbb07ae058210c81821b7 17:29:17 ---> Running in cfef591be498 17:29:18 Removing intermediate container cfef591be498 17:29:18 ---> d9342effa504 17:29:18 Step 24/24 : LABEL version=1.2.2-dev.2 17:29:18 ---> Running in f6c9daf493d9 17:29:18 Removing intermediate container f6c9daf493d9 17:29:18 ---> bd0fa2c56728 17:29:18 [Warning] One or more build-args [ARCH] were not consumed 17:29:18 Successfully built bd0fa2c56728 17:29:18 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 17:29:18 provisioning config files... 17:29:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/45@tmp/config1813926926809726672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:29:19 nexus3.edgexfoundry.org:10001 17:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:19 Configure a credential helper to remove this warning. See 17:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:19 17:29:19 Login Succeeded 17:29:19 nexus3.edgexfoundry.org:10002 17:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:19 Configure a credential helper to remove this warning. See 17:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:19 17:29:19 Login Succeeded 17:29:19 nexus3.edgexfoundry.org:10003 17:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:19 Configure a credential helper to remove this warning. See 17:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:19 17:29:19 Login Succeeded 17:29:19 nexus3.edgexfoundry.org:10004 17:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:19 Configure a credential helper to remove this warning. See 17:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:19 17:29:19 Login Succeeded 17:29:19 docker.io 17:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:20 Configure a credential helper to remove this warning. See 17:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:20 17:29:20 Login Succeeded [Pipeline] } 17:29:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:29:20 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 17:29:20 c6e90bcad506a53a21afbb07ae058210c81821b7 17:29:20 latest 17:29:20 1.2.2-dev.2 17:29:20 c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 17:29:20 master 17:29:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:29:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7 [Pipeline] isUnix [Pipeline] sh 17:29:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7 17:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 17:29:20 3c0cba2531f4: Preparing 17:29:20 50644c29ef5a: Preparing 17:29:20 50644c29ef5a: Layer already exists 17:29:22 3c0cba2531f4: Pushed 17:29:22 c6e90bcad506a53a21afbb07ae058210c81821b7: digest: sha256:7a76ea2efa59ca56182b8d6f2446b4de5bc8f67a6a05e410f919e6e0c7c60827 size: 739 [Pipeline] isUnix [Pipeline] sh 17:29:22 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 17:29:22 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 17:29:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 17:29:22 3c0cba2531f4: Preparing 17:29:22 50644c29ef5a: Preparing 17:29:22 3c0cba2531f4: Layer already exists 17:29:22 50644c29ef5a: Layer already exists 17:29:22 latest: digest: sha256:7a76ea2efa59ca56182b8d6f2446b4de5bc8f67a6a05e410f919e6e0c7c60827 size: 739 [Pipeline] isUnix [Pipeline] sh 17:29:23 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 17:29:23 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.2 17:29:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 17:29:23 3c0cba2531f4: Preparing 17:29:23 50644c29ef5a: Preparing 17:29:23 3c0cba2531f4: Layer already exists 17:29:23 50644c29ef5a: Layer already exists 17:29:23 1.2.2-dev.2: digest: sha256:7a76ea2efa59ca56182b8d6f2446b4de5bc8f67a6a05e410f919e6e0c7c60827 size: 739 [Pipeline] isUnix [Pipeline] sh 17:29:23 Removing intermediate container b59730f52668 17:29:23 ---> dfa276fd5448 17:29:23 Successfully built dfa276fd5448 17:29:23 Successfully tagged ci-base-image-arm64:latest 17:29:23 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:29:24 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 17:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 17:29:24 3c0cba2531f4: Preparing 17:29:24 50644c29ef5a: Preparing 17:29:24 3c0cba2531f4: Layer already exists 17:29:24 50644c29ef5a: Layer already exists 17:29:24 c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2: digest: sha256:7a76ea2efa59ca56182b8d6f2446b4de5bc8f67a6a05e410f919e6e0c7c60827 size: 739 [Pipeline] isUnix [Pipeline] sh 17:29:24 + docker inspect -f . ci-base-image-arm64 17:29:24 . [Pipeline] withDockerContainer 17:29:24 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 17:29:24 prd-ubuntu18.04-docker-arm64-4c-16g-3888 does not seem to be running inside a container 17:29:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/45 -v /w/workspace/edgex-ui-go/45:/w/workspace/edgex-ui-go/45:rw,z -v /w/workspace/edgex-ui-go/45@tmp:/w/workspace/edgex-ui-go/45@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 17:29:26 $ docker top 54487288cbb391532990a06374c4f6326eaadb455c00811e7d496c17b01d5fcd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:29:27 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 17:29:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 17:29:27 3c0cba2531f4: Preparing 17:29:27 50644c29ef5a: Preparing 17:29:27 50644c29ef5a: Layer already exists 17:29:27 3c0cba2531f4: Layer already exists 17:29:27 master: digest: sha256:7a76ea2efa59ca56182b8d6f2446b4de5bc8f67a6a05e410f919e6e0c7c60827 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] } 17:29:27 + go version 17:29:27 go version go1.13.5 linux/arm64 [Pipeline] sh 17:29:28 + make test 17:29:28 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:29:30 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:29:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:29:52 GO111MODULE=on go vet ./... [Pipeline] stash 17:29:55 Warning: overwriting stash ‘coverage-report’ 17:29:56 Stashed 1 file(s) [Pipeline] } 17:29:56 $ docker stop --time=1 54487288cbb391532990a06374c4f6326eaadb455c00811e7d496c17b01d5fcd 17:29:58 $ docker rm -f 54487288cbb391532990a06374c4f6326eaadb455c00811e7d496c17b01d5fcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:29:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:29:59 + ls -al . 17:29:59 total 120 17:29:59 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 17:29 . 17:29:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 17:28 .. 17:29:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 17:28 .git 17:29:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 17:28 .github 17:29:59 -rw-rw-r-- 1 jenkins jenkins 136 Jun 21 17:28 .gitignore 17:29:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 17:28 .semver 17:29:59 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 21 17:28 CONTRIBUTING.md 17:29:59 -rw-rw-r-- 1 jenkins jenkins 913 Jun 21 17:28 Dockerfile 17:29:59 -rw-rw-r-- 1 jenkins jenkins 898 Jun 21 17:28 Dockerfile.build 17:29:59 -rw-rw-r-- 1 jenkins jenkins 675 Jun 21 17:28 Jenkinsfile 17:29:59 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 21 17:28 LICENSE 17:29:59 -rw-rw-r-- 1 jenkins jenkins 951 Jun 21 17:28 Makefile 17:29:59 -rw-rw-r-- 1 jenkins jenkins 2599 Jun 21 17:28 README.md 17:29:59 -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 17:25 VERSION 17:29:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 17:28 assets 17:29:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 17:28 bin 17:29:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 17:28 cmd 17:29:59 -rw-r--r-- 1 jenkins jenkins 10 Jun 21 17:29 coverage.out 17:29:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 17:28 docs 17:29:59 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 21 17:28 go.mod 17:29:59 -rw-r--r-- 1 jenkins jenkins 20718 Jun 21 17:29 go.sum 17:29:59 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 17:28 internal 17:29:59 -rw-rw-r-- 1 jenkins jenkins 155 Jun 21 17:28 version.go [Pipeline] isUnix [Pipeline] sh 17:29:59 + 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=c6e90bcad506a53a21afbb07ae058210c81821b7 --label arch=arm64 --label version=1.2.2-dev.2 . 17:30:00 Sending build context to Docker daemon 12.96MB 17:30:00 Step 1/24 : ARG BASE=golang:1.13-alpine 17:30:00 Step 2/24 : FROM ${BASE} AS builder 17:30:00 ---> dfa276fd5448 17:30:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:30:00 ---> Running in ba4c862793c4 17:30:01 Removing intermediate container ba4c862793c4 17:30:01 ---> 3b6e8675bf6e 17:30:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:30:01 ---> Running in 235846c70491 17:30:01 Removing intermediate container 235846c70491 17:30:01 ---> 127cd1b133b2 17:30:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:30:01 ---> Running in e574333cec7d 17:30:02 Removing intermediate container e574333cec7d 17:30:02 ---> 18eb8228d595 17:30:02 Step 6/24 : LABEL Name=edgex-ui-go 17:30:02 ---> Running in 605ae054efcb 17:30:02 Removing intermediate container 605ae054efcb 17:30:02 ---> 3a68c284486a 17:30:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:30:03 ---> Running in d6437b1d33ca 17:30:03 Removing intermediate container d6437b1d33ca 17:30:03 ---> e59f3dcd1667 17:30:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:03 ---> Running in e51870389c72 17:30:06 Removing intermediate container e51870389c72 17:30:06 ---> 9786c183fd9c 17:30:06 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:30:06 ---> Running in 5747067a7578 17:30:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:30:08 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:30:08 v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] 17:30:08 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 17:30:08 OK: 11179 distinct packages available 17:30:08 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:30:09 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:30:10 OK: 125 MiB in 39 packages 17:30:11 Removing intermediate container 5747067a7578 17:30:11 ---> 66930a980b8b 17:30:11 Step 10/24 : ENV GO111MODULE=on 17:30:11 ---> Running in 4f6ace212050 17:30:11 Removing intermediate container 4f6ace212050 17:30:11 ---> 1292b4a94ff6 17:30:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:30:11 ---> Running in 874a1fa9c42b 17:30:12 Removing intermediate container 874a1fa9c42b 17:30:12 ---> df6627b43e2d 17:30:12 Step 12/24 : COPY go.mod . 17:30:13 ---> 5fe7489c5687 17:30:13 Step 13/24 : COPY Makefile . 17:30:13 ---> 663428ff24d2 17:30:13 Step 14/24 : RUN make update 17:30:13 ---> Running in 6648f44498c3 17:30:15 CGO_ENABLED=0 GO111MODULE=on go mod download 17:30:16 Removing intermediate container 6648f44498c3 17:30:16 ---> 204f9b371527 17:30:16 Step 15/24 : COPY . . 17:30:18 ---> 53f9615b14b6 17:30:18 Step 16/24 : RUN ${MAKE} 17:30:18 ---> Running in f072d868aa4b 17:30:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:30:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:30:48 Removing intermediate container f072d868aa4b 17:30:48 ---> 6e6a3b5377da 17:30:48 Step 17/24 : FROM alpine 17:30:49 latest: Pulling from library/alpine 17:30:49 b538f80385f9: Pulling fs layer 17:30:49 b538f80385f9: Verifying Checksum 17:30:49 b538f80385f9: Download complete 17:30:50 b538f80385f9: Pull complete 17:30:50 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:30:50 Status: Downloaded newer image for alpine:latest 17:30:50 ---> 62ee0e9f8440 17:30:50 Step 18/24 : EXPOSE 4000 17:30:50 ---> Running in 610406b65c4e 17:30:50 Removing intermediate container 610406b65c4e 17:30:50 ---> 00b0ce507e0b 17:30:50 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 17:30:52 ---> f89e9e90c61c 17:30:52 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:30:52 ---> Running in 897c9ff5400e 17:30:53 Removing intermediate container 897c9ff5400e 17:30:53 ---> 1ce989dd5e01 17:30:53 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:30:53 ---> Running in a28cd7515ae6 17:30:53 Removing intermediate container a28cd7515ae6 17:30:53 ---> 5608ed6ccb3e 17:30:53 Step 22/24 : LABEL arch=arm64 17:30:53 ---> Running in 2e778662cf5e 17:30:53 Removing intermediate container 2e778662cf5e 17:30:53 ---> 9292ee3f4c03 17:30:53 Step 23/24 : LABEL git_sha=c6e90bcad506a53a21afbb07ae058210c81821b7 17:30:54 ---> Running in 2556fc7257d2 17:30:54 Removing intermediate container 2556fc7257d2 17:30:54 ---> 87521819f95f 17:30:54 Step 24/24 : LABEL version=1.2.2-dev.2 17:30:54 ---> Running in a17318dffa19 17:30:55 Removing intermediate container a17318dffa19 17:30:55 ---> d1b42f1ecdf1 17:30:55 [Warning] One or more build-args [ARCH] were not consumed 17:30:55 Successfully built d1b42f1ecdf1 17:30:55 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 17:30:55 provisioning config files... 17:30:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/45@tmp/config8110402118106571061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:55 nexus3.edgexfoundry.org:10001 17:30:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:56 Configure a credential helper to remove this warning. See 17:30:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:56 17:30:56 Login Succeeded 17:30:56 nexus3.edgexfoundry.org:10002 17:30:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:57 Configure a credential helper to remove this warning. See 17:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:57 17:30:57 Login Succeeded 17:30:57 nexus3.edgexfoundry.org:10003 17:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:57 Configure a credential helper to remove this warning. See 17:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:57 17:30:57 Login Succeeded 17:30:57 nexus3.edgexfoundry.org:10004 17:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:58 Configure a credential helper to remove this warning. See 17:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:58 17:30:58 Login Succeeded 17:30:58 docker.io 17:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:58 Configure a credential helper to remove this warning. See 17:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:58 17:30:58 Login Succeeded [Pipeline] } 17:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:30:59 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 17:30:59 c6e90bcad506a53a21afbb07ae058210c81821b7 17:30:59 latest 17:30:59 1.2.2-dev.2 17:30:59 c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 17:30:59 master 17:30:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:59 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7 [Pipeline] isUnix [Pipeline] sh 17:30:59 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7 17:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 17:30:59 23e15195460c: Preparing 17:30:59 e2f13739ad41: Preparing 17:31:00 e2f13739ad41: Layer already exists 17:31:03 23e15195460c: Pushed 17:31:03 c6e90bcad506a53a21afbb07ae058210c81821b7: digest: sha256:9e248f05a841f54876d4e7124e455febfd80bb3c2ca09cb752366a4d6ea2801d size: 739 [Pipeline] isUnix [Pipeline] sh 17:31:04 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:31:04 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 17:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 17:31:04 23e15195460c: Preparing 17:31:04 e2f13739ad41: Preparing 17:31:04 e2f13739ad41: Layer already exists 17:31:04 23e15195460c: Layer already exists 17:31:04 latest: digest: sha256:9e248f05a841f54876d4e7124e455febfd80bb3c2ca09cb752366a4d6ea2801d size: 739 [Pipeline] isUnix [Pipeline] sh 17:31:05 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 17:31:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.2 17:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 17:31:05 23e15195460c: Preparing 17:31:05 e2f13739ad41: Preparing 17:31:05 e2f13739ad41: Layer already exists 17:31:05 23e15195460c: Layer already exists 17:31:05 1.2.2-dev.2: digest: sha256:9e248f05a841f54876d4e7124e455febfd80bb3c2ca09cb752366a4d6ea2801d size: 739 [Pipeline] isUnix [Pipeline] sh 17:31:06 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 17:31:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2 17:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 17:31:06 23e15195460c: Preparing 17:31:06 e2f13739ad41: Preparing 17:31:06 e2f13739ad41: Layer already exists 17:31:06 23e15195460c: Layer already exists 17:31:06 c6e90bcad506a53a21afbb07ae058210c81821b7-1.2.2-dev.2: digest: sha256:9e248f05a841f54876d4e7124e455febfd80bb3c2ca09cb752366a4d6ea2801d size: 739 [Pipeline] isUnix [Pipeline] sh 17:31:06 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:31:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 17:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 17:31:07 23e15195460c: Preparing 17:31:07 e2f13739ad41: Preparing 17:31:07 23e15195460c: Layer already exists 17:31:07 e2f13739ad41: Layer already exists 17:31:07 master: digest: sha256:9e248f05a841f54876d4e7124e455febfd80bb3c2ca09cb752366a4d6ea2801d 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 17:31:08 provisioning config files... 17:31:08 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5128075369624723499tmp [Pipeline] { [Pipeline] sh 17:31:08 + curl -s https://codecov.io/bash 17:31:08 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5128075369624723499tmp 17:31:08 17:31:08 _____ _ 17:31:08 / ____| | | 17:31:08 | | ___ __| | ___ ___ _____ __ 17:31:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:31:08 | |___| (_) | (_| | __/ (_| (_) \ V / 17:31:08 \_____\___/ \__,_|\___|\___\___/ \_/ 17:31:08 Bash-20200602-f809a24 17:31:08 17:31:08 17:31:08 ==> Jenkins CI detected. 17:31:08 project root: . 17:31:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:31:08 ==> Running gcov in . (disable via -X gcov) 17:31:08 ==> Python coveragepy not found 17:31:08 ==> Searching for coverage reports in: 17:31:08 + . 17:31:08 -> Found 1 reports 17:31:08 ==> Detecting git/mercurial file structure 17:31:08 ==> Reading reports 17:31:08 + ./coverage.out bytes=10 17:31:08 ==> Appending adjustments 17:31:08 https://docs.codecov.io/docs/fixing-reports 17:31:09 + Found adjustments 17:31:09 ==> Gzipping contents 17:31:09 ==> Uploading reports 17:31:09 url: https://codecov.io 17:31:09 query: branch=master&commit=c6e90bcad506a53a21afbb07ae058210c81821b7&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F45%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 17:31:09 -> Pinging Codecov 17:31:09 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=c6e90bcad506a53a21afbb07ae058210c81821b7&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F45%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 17:31:09 -> Uploading 17:31:10 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c6e90bcad506a53a21afbb07ae058210c81821b7 [Pipeline] } 17:31:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:31:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:31:10 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:31:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:31:11 17:31:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:31:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:31:11 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:31:11 cbdbe7a5bc2a: Pulling fs layer 17:31:11 408f87550127: Pulling fs layer 17:31:11 fe522b08c979: Pulling fs layer 17:31:11 221eaa008020: Pulling fs layer 17:31:11 2a4607e5d6b9: Pulling fs layer 17:31:11 8f79b27c4fd2: Pulling fs layer 17:31:11 e5c8dbe1645b: Pulling fs layer 17:31:11 23e8b3b47431: Pulling fs layer 17:31:11 5c568d65a230: Pulling fs layer 17:31:11 221eaa008020: Waiting 17:31:11 2a4607e5d6b9: Waiting 17:31:11 8f79b27c4fd2: Waiting 17:31:11 23e8b3b47431: Waiting 17:31:11 5c568d65a230: Waiting 17:31:11 e5c8dbe1645b: Waiting 17:31:11 fe522b08c979: Verifying Checksum 17:31:11 fe522b08c979: Download complete 17:31:11 408f87550127: Verifying Checksum 17:31:11 408f87550127: Download complete 17:31:11 2a4607e5d6b9: Verifying Checksum 17:31:11 2a4607e5d6b9: Download complete 17:31:11 cbdbe7a5bc2a: Verifying Checksum 17:31:11 cbdbe7a5bc2a: Download complete 17:31:11 8f79b27c4fd2: Verifying Checksum 17:31:11 8f79b27c4fd2: Download complete 17:31:11 cbdbe7a5bc2a: Pull complete 17:31:11 e5c8dbe1645b: Verifying Checksum 17:31:11 e5c8dbe1645b: Download complete 17:31:12 23e8b3b47431: Verifying Checksum 17:31:12 23e8b3b47431: Download complete 17:31:12 408f87550127: Pull complete 17:31:12 5c568d65a230: Verifying Checksum 17:31:12 5c568d65a230: Download complete 17:31:12 fe522b08c979: Pull complete 17:31:13 221eaa008020: Verifying Checksum 17:31:13 221eaa008020: Download complete 17:31:18 221eaa008020: Pull complete 17:31:18 2a4607e5d6b9: Pull complete 17:31:18 8f79b27c4fd2: Pull complete 17:31:20 e5c8dbe1645b: Pull complete 17:31:23 23e8b3b47431: Pull complete 17:31:24 5c568d65a230: Pull complete 17:31:24 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:31:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:31:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:31:24 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:31:24 $ 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 17:31:25 $ docker top e4b3dcc731861e5e9e10f17360d3a92f9ab58d318e9f5affa482d2191d3c409f -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:25 + snyk monitor '--org=edgex-jenkins' 17:31:35 17:31:35 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 17:31:35 17:31:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/05ef7ca4-96fc-45d2-adba-6af411efc828 17:31:35 17:31:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:31:35 17:31:35 17:31:35 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:31:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:31:35 $ docker stop --time=1 e4b3dcc731861e5e9e10f17360d3a92f9ab58d318e9f5affa482d2191d3c409f 17:31:38 $ docker rm -f e4b3dcc731861e5e9e10f17360d3a92f9ab58d318e9f5affa482d2191d3c409f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:39 17:31:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 17:31:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:39 latest: Pulling from edgex-devops/edgex-klar 17:31:39 e7c96db7181b: Pulling fs layer 17:31:39 1868ca2cb446: Pulling fs layer 17:31:39 136be5d0fe8e: Pulling fs layer 17:31:39 894bfe63afcb: Pulling fs layer 17:31:39 894bfe63afcb: Waiting 17:31:39 1868ca2cb446: Verifying Checksum 17:31:39 1868ca2cb446: Download complete 17:31:39 136be5d0fe8e: Verifying Checksum 17:31:39 136be5d0fe8e: Download complete 17:31:39 e7c96db7181b: Verifying Checksum 17:31:39 e7c96db7181b: Download complete 17:31:39 894bfe63afcb: Verifying Checksum 17:31:39 894bfe63afcb: Download complete 17:31:39 e7c96db7181b: Pull complete 17:31:39 1868ca2cb446: Pull complete 17:31:39 136be5d0fe8e: Pull complete 17:31:40 894bfe63afcb: Pull complete 17:31:40 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 17:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 17:31:40 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:31:40 $ 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 17:31:41 $ docker top 7846f8bffb49548e7557c4d9c6ba18527aa89015510313af5fc2afe7435b1610 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:42 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7 17:31:42 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:31:44 $ docker stop --time=1 7846f8bffb49548e7557c4d9c6ba18527aa89015510313af5fc2afe7435b1610 17:31:46 $ docker rm -f 7846f8bffb49548e7557c4d9c6ba18527aa89015510313af5fc2afe7435b1610 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:31:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:46 . [Pipeline] withDockerContainer 17:31:46 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:31:46 $ 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 17:31:47 $ docker top e4b457a5be9eef9721d2eabf22e84bc2dddc537ee4aa622f27985e20b44008f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:47 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6e90bcad506a53a21afbb07ae058210c81821b7 17:31:47 + tee 17:31:47 clair timeout 1m0s 17:31:47 docker timeout: 1m0s 17:31:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:31:48 $ docker stop --time=1 e4b457a5be9eef9721d2eabf22e84bc2dddc537ee4aa622f27985e20b44008f9 17:31:49 $ docker rm -f e4b457a5be9eef9721d2eabf22e84bc2dddc537ee4aa622f27985e20b44008f9 [Pipeline] // withDockerContainer [Pipeline] sh 17:31:50 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 17:31:50 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_c6e90bcad506a53a21afbb07ae058210c81821b7.html [Pipeline] writeFile [Pipeline] step 17:31:50 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 17:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:50 . [Pipeline] withDockerContainer 17:31:50 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:31:50 $ 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 17:31:51 $ docker top 2b979401ecc06ac6786695c542476629af72c8df418d757ceff026950620261f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:51 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7 17:31:51 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:31:54 $ docker stop --time=1 2b979401ecc06ac6786695c542476629af72c8df418d757ceff026950620261f 17:31:55 $ docker rm -f 2b979401ecc06ac6786695c542476629af72c8df418d757ceff026950620261f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:31:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:31:56 . [Pipeline] withDockerContainer 17:31:56 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:31:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 17:31:56 $ docker top 841f66e0885b6b954201d4dbb83c61b4c6d906b262fb0fdc5e2c8dfcf88e2d2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:57 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6e90bcad506a53a21afbb07ae058210c81821b7 17:31:57 + tee 17:31:57 clair timeout 1m0s 17:31:57 docker timeout: 1m0s 17:31:57 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:31:57 $ docker stop --time=1 841f66e0885b6b954201d4dbb83c61b4c6d906b262fb0fdc5e2c8dfcf88e2d2b 17:31:59 $ docker rm -f 841f66e0885b6b954201d4dbb83c61b4c6d906b262fb0fdc5e2c8dfcf88e2d2b [Pipeline] // withDockerContainer [Pipeline] sh 17:31:59 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 17:31:59 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_c6e90bcad506a53a21afbb07ae058210c81821b7.html [Pipeline] writeFile [Pipeline] step 17:31:59 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:32:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:00 . [Pipeline] withDockerContainer 17:32:00 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:32:00 $ 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 17:32:01 $ docker top 5c1bc0cc9b1457ab33d10dc2378fa095ab485be278be88e3666cd21475c3431b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:01 [ssh-agent] Looking for ssh-agent implementation... 17:32:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:01 $ docker exec 5c1bc0cc9b1457ab33d10dc2378fa095ab485be278be88e3666cd21475c3431b ssh-agent 17:32:01 SSH_AUTH_SOCK=/tmp/ssh-VXmNlZaHMDUi/agent.12 17:32:01 SSH_AGENT_PID=17 17:32:01 Running ssh-add (command line suppressed) 17:32:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6539243108959547525.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6539243108959547525.key) 17:32:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:02 + git semver tag 17:32:02 # -> Open(): unable to determine branch for HEAD 17:32:02 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 17:32:02 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 17:32:02 # $SEMVER_REMOTE_NAME = origin 17:32:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:32:02 # $SEMVER_USER_NAME = edgex-jenkins 17:32:02 # $SEMVER_BRANCH = master 17:32:02 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 17:32:02 # c6e90bcad506a53a21afbb07ae058210c81821b7 HEAD 17:32:02 # -> Force: false 17:32:02 # b27f2a228cc6b22a934dc26aee696b86d4c9deaa refs/tags/v1.2.2-dev.2 [Pipeline] } 17:32:02 $ docker exec --env ******** --env ******** 5c1bc0cc9b1457ab33d10dc2378fa095ab485be278be88e3666cd21475c3431b ssh-agent -k 17:32:02 unset SSH_AUTH_SOCK; 17:32:02 unset SSH_AGENT_PID; 17:32:02 echo Agent pid 17 killed; 17:32:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:32:02 + git semver [Pipeline] } 17:32:02 $ docker stop --time=1 5c1bc0cc9b1457ab33d10dc2378fa095ab485be278be88e3666cd21475c3431b 17:32:03 $ docker rm -f 5c1bc0cc9b1457ab33d10dc2378fa095ab485be278be88e3666cd21475c3431b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:32:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:32:04 17:32:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:32:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:32:04 0.23.1-centos7: Pulling from edgex-lftools 17:32:04 ab5ef0e58194: Pulling fs layer 17:32:04 9712f1f96733: Pulling fs layer 17:32:04 63f879dbbcfc: Pulling fs layer 17:32:04 0d9ebad4ef96: Pulling fs layer 17:32:04 e9a5061849ea: Pulling fs layer 17:32:04 d747dcd14b5f: Pulling fs layer 17:32:04 2de7ff778b66: Pulling fs layer 17:32:04 e9a5061849ea: Waiting 17:32:04 0d9ebad4ef96: Waiting 17:32:04 d747dcd14b5f: Waiting 17:32:04 2de7ff778b66: Waiting 17:32:04 9712f1f96733: Verifying Checksum 17:32:04 9712f1f96733: Download complete 17:32:05 63f879dbbcfc: Verifying Checksum 17:32:05 63f879dbbcfc: Download complete 17:32:05 e9a5061849ea: Verifying Checksum 17:32:05 e9a5061849ea: Download complete 17:32:05 d747dcd14b5f: Verifying Checksum 17:32:05 d747dcd14b5f: Download complete 17:32:05 0d9ebad4ef96: Verifying Checksum 17:32:05 0d9ebad4ef96: Download complete 17:32:05 2de7ff778b66: Verifying Checksum 17:32:05 2de7ff778b66: Download complete 17:32:05 ab5ef0e58194: Download complete 17:32:11 ab5ef0e58194: Pull complete 17:32:11 9712f1f96733: Pull complete 17:32:13 63f879dbbcfc: Pull complete 17:32:19 0d9ebad4ef96: Pull complete 17:32:20 e9a5061849ea: Pull complete 17:32:20 d747dcd14b5f: Pull complete 17:32:23 2de7ff778b66: Pull complete 17:32:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:32:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:32:23 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:32:23 $ 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 17:32:27 $ docker top f3fd50349b8d3dfe6f14507aa4aa209706ae8807d3d35051043804b6222bd2f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:32:27 provisioning config files... 17:32:27 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6045661419335790802tmp 17:32:27 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5726686468627255449tmp 17:32:27 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3278742097884148913tmp [Pipeline] { [Pipeline] echo 17:32:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:32:28 ---> sigul-configuration.sh 17:32:28 gpg: directory `/root/.gnupg' created 17:32:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:32:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:32:28 gpg: keyring `/root/.gnupg/secring.gpg' created 17:32:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:32:28 gpg: CAST5 encrypted data 17:32:28 gpg: encrypted with 1 passphrase 17:32:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:32:28 + mkdir /home/jenkins 17:32:28 + mkdir /home/jenkins/sigul [Pipeline] sh 17:32:29 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:32:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:32:29 ---> sigul-install.sh 17:32:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:32:34 + git tag --list 17:32:34 v1.2.2-dev.2 [Pipeline] sh 17:32:35 + lftools sign git-tag v1.2.2-dev.2 17:32:36 Signing Git tag with Sigul... 17:32:36 Signing v1.2.2-dev.2 [Pipeline] echo 17:32:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:32:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:32:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:32:37 $ docker stop --time=1 f3fd50349b8d3dfe6f14507aa4aa209706ae8807d3d35051043804b6222bd2f9 17:32:39 $ docker rm -f f3fd50349b8d3dfe6f14507aa4aa209706ae8807d3d35051043804b6222bd2f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:32:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:40 . [Pipeline] withDockerContainer 17:32:40 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:32:40 $ 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 17:32:41 $ docker top 2f6d0f62637fbb77a371da97e6e962a1206c938c8396cfda005a1e0e977cd577 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:32:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:41 [ssh-agent] Looking for ssh-agent implementation... 17:32:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:41 $ docker exec 2f6d0f62637fbb77a371da97e6e962a1206c938c8396cfda005a1e0e977cd577 ssh-agent 17:32:41 SSH_AUTH_SOCK=/tmp/ssh-KahJuCAp78PB/agent.11 17:32:41 SSH_AGENT_PID=16 17:32:41 Running ssh-add (command line suppressed) 17:32:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7570495848379420361.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7570495848379420361.key) 17:32:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:42 + git semver bump pre 17:32:42 # -> Open(): unable to determine branch for HEAD 17:32:42 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 17:32:42 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 17:32:42 # $SEMVER_REMOTE_NAME = origin 17:32:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:32:42 # $SEMVER_USER_NAME = edgex-jenkins 17:32:42 # $SEMVER_BRANCH = master 17:32:42 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 17:32:42 1.2.2-dev.3 [Pipeline] } 17:32:42 $ docker exec --env ******** --env ******** 2f6d0f62637fbb77a371da97e6e962a1206c938c8396cfda005a1e0e977cd577 ssh-agent -k 17:32:42 unset SSH_AUTH_SOCK; 17:32:42 unset SSH_AGENT_PID; 17:32:42 echo Agent pid 16 killed; 17:32:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:32:42 + git semver [Pipeline] } 17:32:42 $ docker stop --time=1 2f6d0f62637fbb77a371da97e6e962a1206c938c8396cfda005a1e0e977cd577 17:32:44 $ docker rm -f 2f6d0f62637fbb77a371da97e6e962a1206c938c8396cfda005a1e0e977cd577 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:32:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:44 . [Pipeline] withDockerContainer 17:32:44 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:32:44 $ 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 17:32:45 $ docker top afe26c1416b47203c4e1a6b9ceebeea0eb781716d7035cd05a73e1f4f738322f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:32:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:45 [ssh-agent] Looking for ssh-agent implementation... 17:32:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:45 $ docker exec afe26c1416b47203c4e1a6b9ceebeea0eb781716d7035cd05a73e1f4f738322f ssh-agent 17:32:45 SSH_AUTH_SOCK=/tmp/ssh-Hma3P4snAlKN/agent.12 17:32:45 SSH_AGENT_PID=17 17:32:45 Running ssh-add (command line suppressed) 17:32:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5518948342796635162.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5518948342796635162.key) 17:32:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:46 + git semver push 17:32:46 # -> Open(): unable to determine branch for HEAD 17:32:46 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 17:32:46 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 17:32:46 # $SEMVER_REMOTE_NAME = origin 17:32:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:32:46 # $SEMVER_USER_NAME = edgex-jenkins 17:32:46 # $SEMVER_BRANCH = master 17:32:46 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 17:32:52 $ docker exec --env ******** --env ******** afe26c1416b47203c4e1a6b9ceebeea0eb781716d7035cd05a73e1f4f738322f ssh-agent -k 17:32:52 unset SSH_AUTH_SOCK; 17:32:52 unset SSH_AGENT_PID; 17:32:52 echo Agent pid 17 killed; 17:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:32:53 + git semver [Pipeline] } 17:32:53 $ docker stop --time=1 afe26c1416b47203c4e1a6b9ceebeea0eb781716d7035cd05a73e1f4f738322f 17:32:54 $ docker rm -f afe26c1416b47203c4e1a6b9ceebeea0eb781716d7035cd05a73e1f4f738322f [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 17:32:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:32:56 ---> package-listing.sh 17:32:56 ++ facter osfamily 17:32:56 ++ tr '[:upper:]' '[:lower:]' 17:32:56 + OS_FAMILY=redhat 17:32:56 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 17:32:56 + START_PACKAGES=/tmp/packages_start.txt 17:32:56 + END_PACKAGES=/tmp/packages_end.txt 17:32:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:32:56 + PACKAGES=/tmp/packages_start.txt 17:32:56 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 17:32:56 + PACKAGES=/tmp/packages_end.txt 17:32:56 + case "${OS_FAMILY}" in 17:32:56 + rpm -qa 17:32:56 + sort 17:33:00 + '[' -f /tmp/packages_start.txt ']' 17:33:00 + '[' -f /tmp/packages_end.txt ']' 17:33:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:33:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 17:33:00 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 17:33:00 + 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 17:33:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:33:00 17:33:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:33:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:33:01 alpine: Pulling from edgex-lftools-log-publisher 17:33:01 c9b1b535fdd9: Pulling fs layer 17:33:01 2cc5ad85d9ab: Pulling fs layer 17:33:01 756a868c4378: Pulling fs layer 17:33:01 444b2fc9a129: Pulling fs layer 17:33:01 ea15f1150254: Pulling fs layer 17:33:01 41b27a9f41bf: Pulling fs layer 17:33:01 28c525ee5125: Pulling fs layer 17:33:01 094b1ea09ed8: Pulling fs layer 17:33:01 138eaada9080: Pulling fs layer 17:33:01 0622d0fa9048: Pulling fs layer 17:33:01 28c525ee5125: Waiting 17:33:01 094b1ea09ed8: Waiting 17:33:01 138eaada9080: Waiting 17:33:01 0622d0fa9048: Waiting 17:33:01 444b2fc9a129: Waiting 17:33:01 ea15f1150254: Waiting 17:33:01 41b27a9f41bf: Waiting 17:33:01 2cc5ad85d9ab: Download complete 17:33:01 444b2fc9a129: Verifying Checksum 17:33:01 444b2fc9a129: Download complete 17:33:01 c9b1b535fdd9: Verifying Checksum 17:33:01 c9b1b535fdd9: Download complete 17:33:01 ea15f1150254: Download complete 17:33:01 28c525ee5125: Verifying Checksum 17:33:01 28c525ee5125: Download complete 17:33:01 756a868c4378: Download complete 17:33:01 138eaada9080: Verifying Checksum 17:33:01 138eaada9080: Download complete 17:33:01 0622d0fa9048: Verifying Checksum 17:33:01 0622d0fa9048: Download complete 17:33:01 094b1ea09ed8: Verifying Checksum 17:33:01 094b1ea09ed8: Download complete 17:33:01 c9b1b535fdd9: Pull complete 17:33:02 2cc5ad85d9ab: Pull complete 17:33:02 41b27a9f41bf: Verifying Checksum 17:33:02 41b27a9f41bf: Download complete 17:33:03 756a868c4378: Pull complete 17:33:03 444b2fc9a129: Pull complete 17:33:03 ea15f1150254: Pull complete 17:33:06 41b27a9f41bf: Pull complete 17:33:07 28c525ee5125: Pull complete 17:33:09 094b1ea09ed8: Pull complete 17:33:09 138eaada9080: Pull complete 17:33:09 0622d0fa9048: Pull complete 17:33:09 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:33:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:33:09 prd-centos7-docker-4c-2g-3887 does not seem to be running inside a container 17:33:09 $ 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 17:33:12 $ docker top a24db2169ad07fe563f79b6e098b85d0ac5b9027c8f02c8094f2370251a519b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:33:12 provisioning config files... 17:33:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2916866163613569509tmp [Pipeline] { [Pipeline] echo 17:33:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:33:13 ---> create-netrc.sh [Pipeline] echo 17:33:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:33:13 ---> logs-deploy.sh 17:33:13 + ARCHIVE_ARTIFACTS= 17:33:13 + LOGS_SERVER=https://logs.edgexfoundry.org 17:33:13 + '[' https://logs.edgexfoundry.org == None ']' 17:33:13 + NEXUS_URL=https://nexus.edgexfoundry.org 17:33:13 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/45 17:33:13 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/45/ 17:33:13 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/45 /w/workspace/edgexfoundry_edgex-ui-go_master 17:33:14 Archives upload complete. 17:33:14 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/45 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/45/