Pull request #231 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 7a757233123d73363ac311fdf045655862c1ff1a rather than 045663758c29a905cdea8d0e392a15255470ccda Obtained Jenkinsfile from 7a757233123d73363ac311fdf045655862c1ff1a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 https://github.com/edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-974 in /w/workspace/edgexfoundry_edgex-ui-go_PR-231 [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_PR-231 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/231/head:refs/remotes/origin/PR-231 # 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/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7a757233123d73363ac311fdf045655862c1ff1a into PR head commit 045663758c29a905cdea8d0e392a15255470ccda Merge succeeded, producing 045663758c29a905cdea8d0e392a15255470ccda Checking out Revision 045663758c29a905cdea8d0e392a15255470ccda (PR-231) > git config core.sparsecheckout # timeout=10 > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7a757233123d73363ac311fdf045655862c1ff1a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 Commit message: "Create an user guide doc for ui" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-27T14:59:31.043Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-27T14:59:31.383Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-27T14:59:31.477Z] ========================================================= [2020-05-27T14:59:31.477Z] EdgeX Global Pipelines Version Info [2020-05-27T14:59:31.477Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-27T14:59:32.957Z] ------------------- [2020-05-27T14:59:32.957Z] stable info: [2020-05-27T14:59:32.957Z] ------------------- [2020-05-27T14:59:32.957Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-27T14:59:32.957Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-27T14:59:32.957Z] Message: update stable to v1.0.87 [2020-05-27T14:59:33.534Z] ------------------- [2020-05-27T14:59:33.534Z] experimental info: [2020-05-27T14:59:33.534Z] ------------------- [2020-05-27T14:59:33.534Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-27T14:59:33.534Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-27T14:59:33.534Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-27T14:59:36.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-27T14:59:36.833Z] [2020-05-27T14:59:36.833Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-27T14:59:37.187Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-27T14:59:37.187Z] latest: Pulling from edgex-devops/git-semver [2020-05-27T14:59:37.187Z] 9123ac7c32f7: Pulling fs layer [2020-05-27T14:59:37.187Z] b8cc5d1170e3: Pulling fs layer [2020-05-27T14:59:37.187Z] 2924cbbf6a41: Pulling fs layer [2020-05-27T14:59:37.187Z] 93b08a4f1073: Pulling fs layer [2020-05-27T14:59:37.187Z] 93b08a4f1073: Waiting [2020-05-27T14:59:37.464Z] b8cc5d1170e3: Verifying Checksum [2020-05-27T14:59:37.464Z] b8cc5d1170e3: Download complete [2020-05-27T14:59:37.464Z] 9123ac7c32f7: Verifying Checksum [2020-05-27T14:59:37.464Z] 9123ac7c32f7: Download complete [2020-05-27T14:59:37.464Z] 2924cbbf6a41: Verifying Checksum [2020-05-27T14:59:37.464Z] 2924cbbf6a41: Download complete [2020-05-27T14:59:37.732Z] 93b08a4f1073: Verifying Checksum [2020-05-27T14:59:37.732Z] 93b08a4f1073: Download complete [2020-05-27T14:59:37.732Z] 9123ac7c32f7: Pull complete [2020-05-27T14:59:37.996Z] b8cc5d1170e3: Pull complete [2020-05-27T14:59:38.571Z] 2924cbbf6a41: Pull complete [2020-05-27T14:59:38.834Z] 93b08a4f1073: Pull complete [2020-05-27T14:59:38.834Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-27T14:59:38.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-27T14:59:38.975Z] prd-centos7-docker-4c-2g-974 does not seem to be running inside a container [2020-05-27T14:59:39.015Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-231 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-231:/w/workspace/edgexfoundry_edgex-ui-go_PR-231:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-27T14:59:39.707Z] $ docker top 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-27T14:59:40.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-27T14:59:40.011Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-27T14:59:40.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-27T14:59:40.251Z] $ docker exec 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 ssh-agent [2020-05-27T14:59:40.467Z] SSH_AUTH_SOCK=/tmp/ssh-Ro3uMHnLJRes/agent.15 [2020-05-27T14:59:40.467Z] SSH_AGENT_PID=22 [2020-05-27T14:59:40.478Z] Running ssh-add (command line suppressed) [2020-05-27T14:59:40.617Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/private_key_3921183773099680446.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/private_key_3921183773099680446.key) [2020-05-27T14:59:40.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-27T14:59:41.017Z] + git describe --exact-match --tags HEAD [2020-05-27T14:59:41.017Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-27T14:59:41.072Z] $ docker exec --env ******** --env ******** 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 ssh-agent -k [2020-05-27T14:59:41.233Z] unset SSH_AUTH_SOCK; [2020-05-27T14:59:41.233Z] unset SSH_AGENT_PID; [2020-05-27T14:59:41.233Z] echo Agent pid 22 killed; [2020-05-27T14:59:41.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-27T14:59:41.431Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-27T14:59:41.432Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-27T14:59:41.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-27T14:59:41.524Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-27T14:59:41.708Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-27T14:59:41.705Z] $ docker exec 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 ssh-agent [2020-05-27T14:59:41.903Z] SSH_AUTH_SOCK=/tmp/ssh-oZt9v8Nb6JFz/agent.58 [2020-05-27T14:59:41.903Z] SSH_AGENT_PID=65 [2020-05-27T14:59:41.914Z] Running ssh-add (command line suppressed) [2020-05-27T14:59:42.066Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/private_key_2436784185462923310.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/private_key_2436784185462923310.key) [2020-05-27T14:59:42.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-27T14:59:42.458Z] + git semver init [2020-05-27T14:59:42.458Z] # -> Open(): unable to determine branch for HEAD [2020-05-27T14:59:42.458Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-231/.git [2020-05-27T14:59:42.458Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-231 [2020-05-27T14:59:42.458Z] # $SEMVER_REMOTE_NAME = origin [2020-05-27T14:59:42.458Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-27T14:59:42.458Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-27T14:59:42.458Z] # $SEMVER_BRANCH = PR-231 [2020-05-27T14:59:42.458Z] # $SEMVER_TEMP = /tmp/semver-525897109 [2020-05-27T14:59:42.458Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-05-27T14:59:43.413Z] # '/tmp/semver-525897109' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-231/.semver' [2020-05-27T14:59:43.413Z] # -> Force: false [2020-05-27T14:59:43.413Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-231/.semver [Pipeline] } [2020-05-27T14:59:43.435Z] $ docker exec --env ******** --env ******** 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 ssh-agent -k [2020-05-27T14:59:43.605Z] unset SSH_AUTH_SOCK; [2020-05-27T14:59:43.606Z] unset SSH_AGENT_PID; [2020-05-27T14:59:43.606Z] echo Agent pid 65 killed; [2020-05-27T14:59:43.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-27T14:59:44.137Z] + git semver [Pipeline] } [2020-05-27T14:59:44.146Z] $ docker stop --time=1 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 [2020-05-27T14:59:45.543Z] $ docker rm -f 164b0af1fed5af1c18afb24cb0b3dddd8608f75d5a9165a584c2327faffcdf22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-27T14:59:46.632Z] Stashed 53 file(s) [Pipeline] echo [2020-05-27T14:59:46.634Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-05-27T15:00:01.965Z] Still waiting to schedule task [2020-05-27T15:00:01.965Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-974’ [2020-05-27T15:00:01.965Z] Still waiting to schedule task [2020-05-27T15:00:01.965Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline [2020-05-27T15:01:53.924Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-975 in /w/workspace/edgexfoundry_edgex-ui-go_PR-231 [Pipeline] { [Pipeline] ws [2020-05-27T15:01:54.051Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-05-27T15:01:59.510Z] using credential edgex-jenkins-ssh [2020-05-27T15:01:59.653Z] Cloning the remote Git repository [2020-05-27T15:01:59.654Z] Cloning with configured refspecs honoured and without tags [2020-05-27T15:01:59.730Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:01:59.838Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-05-27T15:01:59.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:01:59.912Z] > git --version # timeout=10 [2020-05-27T15:01:59.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:01:59.985Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:01.186Z] Fetching without tags [2020-05-27T15:02:00.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-05-27T15:02:01.024Z] > git config --add remote.origin.fetch +refs/pull/231/head:refs/remotes/origin/PR-231 # timeout=10 [2020-05-27T15:02:01.039Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:01.133Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-05-27T15:02:01.200Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:02:01.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:02:01.225Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:01.944Z] Merging remotes/origin/master commit 7a757233123d73363ac311fdf045655862c1ff1a into PR head commit 045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:02:02.226Z] Merge succeeded, producing 045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:02:02.226Z] Checking out Revision 045663758c29a905cdea8d0e392a15255470ccda (PR-231) [2020-05-27T15:02:01.961Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T15:02:01.981Z] > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 [2020-05-27T15:02:02.150Z] > git remote # timeout=10 [2020-05-27T15:02:02.165Z] > git config --get remote.origin.url # timeout=10 [2020-05-27T15:02:02.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:02:02.189Z] > git merge 7a757233123d73363ac311fdf045655862c1ff1a # timeout=10 [2020-05-27T15:02:02.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-27T15:02:02.237Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T15:02:02.246Z] > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 [2020-05-27T15:02:06.639Z] Commit message: "Create an user guide doc for ui" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-27T15:02:08.368Z] ========================================================= [2020-05-27T15:02:08.368Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-27T15:02:08.368Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:02:09.485Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-05-27T15:02:10.489Z] Sending build context to Docker daemon 12.53MB [2020-05-27T15:02:10.489Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-05-27T15:02:10.489Z] Step 2/8 : FROM ${BASE} [2020-05-27T15:02:10.764Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-27T15:02:10.765Z] cde5963f3b93: Pulling fs layer [2020-05-27T15:02:10.765Z] 2a23fa8c16f7: Pulling fs layer [2020-05-27T15:02:10.765Z] 777b28850792: Pulling fs layer [2020-05-27T15:02:10.765Z] 8a11ddd9e578: Pulling fs layer [2020-05-27T15:02:10.765Z] 4cf88f913ddb: Pulling fs layer [2020-05-27T15:02:10.765Z] 1df406cf5192: Pulling fs layer [2020-05-27T15:02:10.765Z] cd6300453558: Pulling fs layer [2020-05-27T15:02:10.765Z] b9c365052c96: Pulling fs layer [2020-05-27T15:02:10.765Z] a2d8cc88f415: Pulling fs layer [2020-05-27T15:02:10.765Z] ea1d1ca13537: Pulling fs layer [2020-05-27T15:02:10.765Z] 3750a50a1c5e: Pulling fs layer [2020-05-27T15:02:10.765Z] 8a11ddd9e578: Waiting [2020-05-27T15:02:10.765Z] 4cf88f913ddb: Waiting [2020-05-27T15:02:10.765Z] 1df406cf5192: Waiting [2020-05-27T15:02:10.765Z] b9c365052c96: Waiting [2020-05-27T15:02:10.765Z] a2d8cc88f415: Waiting [2020-05-27T15:02:10.765Z] cd6300453558: Waiting [2020-05-27T15:02:10.765Z] ea1d1ca13537: Waiting [2020-05-27T15:02:10.765Z] 3750a50a1c5e: Waiting [2020-05-27T15:02:11.040Z] 777b28850792: Verifying Checksum [2020-05-27T15:02:11.040Z] 777b28850792: Download complete [2020-05-27T15:02:11.040Z] 2a23fa8c16f7: Verifying Checksum [2020-05-27T15:02:11.040Z] 2a23fa8c16f7: Download complete [2020-05-27T15:02:11.040Z] 4cf88f913ddb: Verifying Checksum [2020-05-27T15:02:11.040Z] 4cf88f913ddb: Download complete [2020-05-27T15:02:11.040Z] 1df406cf5192: Verifying Checksum [2020-05-27T15:02:11.040Z] 1df406cf5192: Download complete [2020-05-27T15:02:11.314Z] cde5963f3b93: Verifying Checksum [2020-05-27T15:02:11.314Z] cde5963f3b93: Download complete [2020-05-27T15:02:12.304Z] cde5963f3b93: Pull complete [2020-05-27T15:02:13.285Z] 2a23fa8c16f7: Pull complete [2020-05-27T15:02:13.565Z] 777b28850792: Pull complete [2020-05-27T15:02:16.210Z] cd6300453558: Verifying Checksum [2020-05-27T15:02:16.210Z] cd6300453558: Download complete [2020-05-27T15:02:16.210Z] a2d8cc88f415: Verifying Checksum [2020-05-27T15:02:16.210Z] a2d8cc88f415: Download complete [2020-05-27T15:02:19.608Z] ea1d1ca13537: Verifying Checksum [2020-05-27T15:02:19.608Z] ea1d1ca13537: Download complete [2020-05-27T15:02:19.608Z] 3750a50a1c5e: Verifying Checksum [2020-05-27T15:02:19.608Z] 3750a50a1c5e: Download complete [2020-05-27T15:02:20.170Z] Running on prd-centos7-docker-4c-2g-976 in /w/workspace/edgexfoundry_edgex-ui-go_PR-231 [Pipeline] { [Pipeline] ws [2020-05-27T15:02:20.215Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-05-27T15:02:22.237Z] b9c365052c96: Verifying Checksum [2020-05-27T15:02:22.237Z] b9c365052c96: Download complete [2020-05-27T15:02:23.662Z] 8a11ddd9e578: Download complete [2020-05-27T15:02:27.747Z] using credential edgex-jenkins-ssh [2020-05-27T15:02:27.831Z] Cloning the remote Git repository [2020-05-27T15:02:27.831Z] Cloning with configured refspecs honoured and without tags [2020-05-27T15:02:27.867Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:02:27.990Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-05-27T15:02:28.221Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:02:28.221Z] > git --version # timeout=10 [2020-05-27T15:02:28.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:02:28.301Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:29.835Z] Fetching without tags [2020-05-27T15:02:29.762Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-05-27T15:02:29.782Z] > git config --add remote.origin.fetch +refs/pull/231/head:refs/remotes/origin/PR-231 # timeout=10 [2020-05-27T15:02:29.789Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:29.805Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-05-27T15:02:29.832Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-05-27T15:02:29.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:02:29.839Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T15:02:30.212Z] Merging remotes/origin/master commit 7a757233123d73363ac311fdf045655862c1ff1a into PR head commit 045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:02:30.630Z] Merge succeeded, producing 045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:02:30.630Z] Checking out Revision 045663758c29a905cdea8d0e392a15255470ccda (PR-231) [2020-05-27T15:02:30.216Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T15:02:30.286Z] > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 [2020-05-27T15:02:30.448Z] > git remote # timeout=10 [2020-05-27T15:02:30.482Z] > git config --get remote.origin.url # timeout=10 [2020-05-27T15:02:30.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T15:02:30.511Z] > git merge 7a757233123d73363ac311fdf045655862c1ff1a # timeout=10 [2020-05-27T15:02:30.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-27T15:02:30.641Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T15:02:30.702Z] > git checkout -f 045663758c29a905cdea8d0e392a15255470ccda # timeout=10 [2020-05-27T15:02:35.366Z] Commit message: "Create an user guide doc for ui" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-05-27T15:02:36.103Z] 8a11ddd9e578: Pull complete [2020-05-27T15:02:36.103Z] 4cf88f913ddb: Pull complete [2020-05-27T15:02:36.103Z] 1df406cf5192: Pull complete [Pipeline] echo [2020-05-27T15:02:36.651Z] ========================================================= [2020-05-27T15:02:36.651Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-27T15:02:36.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:02:37.714Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-05-27T15:02:38.347Z] Sending build context to Docker daemon 12.53MB [2020-05-27T15:02:38.347Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-05-27T15:02:38.347Z] Step 2/8 : FROM ${BASE} [2020-05-27T15:02:38.347Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-27T15:02:38.347Z] e6b0cf9c0882: Pulling fs layer [2020-05-27T15:02:38.347Z] 2848faf0eed1: Pulling fs layer [2020-05-27T15:02:38.347Z] 0f37312ad70f: Pulling fs layer [2020-05-27T15:02:38.347Z] 5788d62ee057: Pulling fs layer [2020-05-27T15:02:38.347Z] 0e6b1d234666: Pulling fs layer [2020-05-27T15:02:38.347Z] bf5d7aec512f: Pulling fs layer [2020-05-27T15:02:38.347Z] 34c802a77dc8: Pulling fs layer [2020-05-27T15:02:38.347Z] 9eb99e56ec68: Pulling fs layer [2020-05-27T15:02:38.347Z] 27c7a5d97fbd: Pulling fs layer [2020-05-27T15:02:38.347Z] 5c102a31e300: Pulling fs layer [2020-05-27T15:02:38.347Z] dcfb455df0a1: Pulling fs layer [2020-05-27T15:02:38.347Z] 34c802a77dc8: Waiting [2020-05-27T15:02:38.347Z] 9eb99e56ec68: Waiting [2020-05-27T15:02:38.347Z] 5788d62ee057: Waiting [2020-05-27T15:02:38.347Z] 0e6b1d234666: Waiting [2020-05-27T15:02:38.347Z] 27c7a5d97fbd: Waiting [2020-05-27T15:02:38.347Z] bf5d7aec512f: Waiting [2020-05-27T15:02:38.347Z] 5c102a31e300: Waiting [2020-05-27T15:02:38.347Z] dcfb455df0a1: Waiting [2020-05-27T15:02:38.347Z] 0f37312ad70f: Verifying Checksum [2020-05-27T15:02:38.347Z] 0f37312ad70f: Download complete [2020-05-27T15:02:38.347Z] 2848faf0eed1: Verifying Checksum [2020-05-27T15:02:38.347Z] 2848faf0eed1: Download complete [2020-05-27T15:02:38.644Z] 0e6b1d234666: Verifying Checksum [2020-05-27T15:02:38.644Z] 0e6b1d234666: Download complete [2020-05-27T15:02:38.644Z] e6b0cf9c0882: Verifying Checksum [2020-05-27T15:02:38.644Z] e6b0cf9c0882: Download complete [2020-05-27T15:02:38.644Z] bf5d7aec512f: Verifying Checksum [2020-05-27T15:02:38.644Z] bf5d7aec512f: Download complete [2020-05-27T15:02:39.361Z] e6b0cf9c0882: Pull complete [2020-05-27T15:02:40.009Z] 2848faf0eed1: Pull complete [2020-05-27T15:02:40.791Z] 0f37312ad70f: Pull complete [2020-05-27T15:02:41.127Z] 34c802a77dc8: Verifying Checksum [2020-05-27T15:02:41.127Z] 34c802a77dc8: Download complete [2020-05-27T15:02:41.127Z] 27c7a5d97fbd: Verifying Checksum [2020-05-27T15:02:41.127Z] 27c7a5d97fbd: Download complete [2020-05-27T15:02:41.528Z] cd6300453558: Pull complete [2020-05-27T15:02:41.791Z] 5c102a31e300: Verifying Checksum [2020-05-27T15:02:41.791Z] 5c102a31e300: Download complete [2020-05-27T15:02:42.110Z] dcfb455df0a1: Verifying Checksum [2020-05-27T15:02:42.110Z] dcfb455df0a1: Download complete [2020-05-27T15:02:42.110Z] 5788d62ee057: Verifying Checksum [2020-05-27T15:02:42.110Z] 5788d62ee057: Download complete [2020-05-27T15:02:42.630Z] 9eb99e56ec68: Verifying Checksum [2020-05-27T15:02:42.630Z] 9eb99e56ec68: Download complete [2020-05-27T15:02:45.839Z] b9c365052c96: Pull complete [2020-05-27T15:02:46.110Z] a2d8cc88f415: Pull complete [2020-05-27T15:02:48.078Z] ea1d1ca13537: Pull complete [2020-05-27T15:02:48.348Z] 3750a50a1c5e: Pull complete [2020-05-27T15:02:48.348Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-27T15:02:48.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-27T15:02:48.661Z] ---> 78745c68409d [2020-05-27T15:02:48.661Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-27T15:02:53.060Z] 5788d62ee057: Pull complete [2020-05-27T15:02:53.060Z] 0e6b1d234666: Pull complete [2020-05-27T15:02:53.060Z] bf5d7aec512f: Pull complete [2020-05-27T15:02:54.075Z] ---> Running in df91b59eaff4 [2020-05-27T15:02:54.076Z] Removing intermediate container df91b59eaff4 [2020-05-27T15:02:54.076Z] ---> 14714bae2331 [2020-05-27T15:02:54.076Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-27T15:02:54.076Z] ---> Running in 7babd327804c [2020-05-27T15:02:56.048Z] Removing intermediate container 7babd327804c [2020-05-27T15:02:56.048Z] ---> 891044648929 [2020-05-27T15:02:56.048Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-27T15:02:56.048Z] ---> Running in 24b236ccf7d2 [2020-05-27T15:02:56.500Z] 34c802a77dc8: Pull complete [2020-05-27T15:02:57.024Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-27T15:02:57.611Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-27T15:02:58.203Z] OK: 125 MiB in 39 packages [2020-05-27T15:02:59.641Z] Removing intermediate container 24b236ccf7d2 [2020-05-27T15:02:59.641Z] ---> 1f50ab144db8 [2020-05-27T15:02:59.641Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-05-27T15:02:59.641Z] ---> Running in 7f86ab3f138e [2020-05-27T15:02:59.916Z] Removing intermediate container 7f86ab3f138e [2020-05-27T15:02:59.916Z] ---> 604b3e38ec49 [2020-05-27T15:02:59.916Z] Step 7/8 : COPY . . [2020-05-27T15:03:01.887Z] ---> c372bda2a31e [2020-05-27T15:03:01.887Z] Step 8/8 : RUN go mod download [2020-05-27T15:03:01.887Z] ---> Running in c7a4ee63a366 [2020-05-27T15:03:01.966Z] 9eb99e56ec68: Pull complete [2020-05-27T15:03:01.966Z] 27c7a5d97fbd: Pull complete [2020-05-27T15:03:02.583Z] 5c102a31e300: Pull complete [2020-05-27T15:03:02.869Z] dcfb455df0a1: Pull complete [2020-05-27T15:03:02.869Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-27T15:03:02.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-27T15:03:02.869Z] ---> 7c70fe431013 [2020-05-27T15:03:02.869Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-27T15:03:02.869Z] ---> Running in 30d56ebb4989 [2020-05-27T15:03:03.165Z] Removing intermediate container 30d56ebb4989 [2020-05-27T15:03:03.166Z] ---> b7f8b1e70310 [2020-05-27T15:03:03.166Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-27T15:03:03.166Z] ---> Running in ceebce9ae0f5 [2020-05-27T15:03:04.619Z] Removing intermediate container ceebce9ae0f5 [2020-05-27T15:03:04.619Z] ---> 68b7406bbb80 [2020-05-27T15:03:04.619Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-27T15:03:04.619Z] ---> Running in 1b2d35c16913 [2020-05-27T15:03:05.213Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-27T15:03:06.177Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-27T15:03:06.460Z] OK: 143 MiB in 39 packages [2020-05-27T15:03:06.757Z] Removing intermediate container 1b2d35c16913 [2020-05-27T15:03:06.757Z] ---> 8a78e22c9607 [2020-05-27T15:03:06.757Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-05-27T15:03:07.045Z] ---> Running in 7bf522d7c9b9 [2020-05-27T15:03:07.045Z] Removing intermediate container 7bf522d7c9b9 [2020-05-27T15:03:07.045Z] ---> 23882a1dbb7a [2020-05-27T15:03:07.045Z] Step 7/8 : COPY . . [2020-05-27T15:03:08.485Z] ---> 0198cb7b45a6 [2020-05-27T15:03:08.485Z] Step 8/8 : RUN go mod download [2020-05-27T15:03:08.485Z] ---> Running in b0652fcc1cd7 [2020-05-27T15:03:08.596Z] go: finding cloud.google.com/go v0.26.0 [2020-05-27T15:03:08.596Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-05-27T15:03:08.596Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-05-27T15:03:08.596Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-27T15:03:08.596Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-05-27T15:03:08.596Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-05-27T15:03:08.596Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-05-27T15:03:08.596Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-05-27T15:03:08.596Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-05-27T15:03:08.596Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-05-27T15:03:08.596Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-05-27T15:03:08.596Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-27T15:03:08.596Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-05-27T15:03:08.596Z] go: finding github.com/armon/go-radix v1.0.0 [2020-05-27T15:03:08.596Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-05-27T15:03:08.596Z] go: finding github.com/beorn7/perks v1.0.1 [2020-05-27T15:03:08.596Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-27T15:03:08.596Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-05-27T15:03:08.596Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-27T15:03:08.596Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-05-27T15:03:08.596Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-05-27T15:03:08.596Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-05-27T15:03:08.868Z] go: finding github.com/client9/misspell v0.3.4 [2020-05-27T15:03:08.868Z] go: finding github.com/coredns/coredns v1.1.2 [2020-05-27T15:03:08.868Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-27T15:03:08.868Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-05-27T15:03:08.868Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-05-27T15:03:08.868Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-05-27T15:03:08.868Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-05-27T15:03:09.138Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-05-27T15:03:09.138Z] go: finding github.com/docker/go-connections v0.3.0 [2020-05-27T15:03:09.138Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-05-27T15:03:09.138Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-05-27T15:03:09.138Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-05-27T15:03:09.138Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-05-27T15:03:09.138Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-05-27T15:03:09.408Z] go: finding github.com/fatih/color v1.9.0 [2020-05-27T15:03:09.408Z] go: finding github.com/fatih/structs v1.1.0 [2020-05-27T15:03:09.408Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-05-27T15:03:09.408Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-05-27T15:03:09.408Z] go: finding github.com/go-kit/kit v0.9.0 [2020-05-27T15:03:09.408Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-05-27T15:03:09.408Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-27T15:03:09.679Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-05-27T15:03:09.679Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-27T15:03:09.679Z] go: finding github.com/go-test/deep v1.0.2 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-05-27T15:03:09.679Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-05-27T15:03:09.679Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-05-27T15:03:09.679Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-05-27T15:03:09.679Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-05-27T15:03:09.679Z] go: finding github.com/golang/mock v1.1.1 [2020-05-27T15:03:09.679Z] go: finding github.com/golang/protobuf v1.3.2 [2020-05-27T15:03:09.679Z] go: finding github.com/golang/snappy v0.0.1 [2020-05-27T15:03:09.679Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-05-27T15:03:09.952Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-27T15:03:09.952Z] go: finding github.com/google/go-cmp v0.4.0 [2020-05-27T15:03:09.952Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-05-27T15:03:09.952Z] go: finding github.com/google/gofuzz v1.0.0 [2020-05-27T15:03:09.952Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-05-27T15:03:09.952Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-05-27T15:03:10.224Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-05-27T15:03:10.224Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-27T15:03:10.224Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-05-27T15:03:10.224Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-05-27T15:03:10.224Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-05-27T15:03:10.224Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-05-27T15:03:10.224Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-05-27T15:03:10.494Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-27T15:03:10.773Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-05-27T15:03:11.046Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-05-27T15:03:11.318Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-05-27T15:03:11.318Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-05-27T15:03:11.590Z] go: finding github.com/imdario/mergo v0.3.6 [2020-05-27T15:03:11.590Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-05-27T15:03:11.590Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-05-27T15:03:11.590Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-05-27T15:03:11.590Z] go: finding github.com/joho/godotenv v1.3.0 [2020-05-27T15:03:11.590Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-05-27T15:03:11.590Z] go: finding github.com/json-iterator/go v1.1.9 [2020-05-27T15:03:11.590Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-05-27T15:03:11.862Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-05-27T15:03:11.862Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-05-27T15:03:11.862Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-05-27T15:03:11.862Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-05-27T15:03:11.862Z] go: finding github.com/klauspost/compress v1.9.5 [2020-05-27T15:03:11.862Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-05-27T15:03:11.862Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-27T15:03:11.862Z] go: finding github.com/kr/pretty v0.2.0 [2020-05-27T15:03:11.862Z] go: finding github.com/kr/pty v1.1.1 [2020-05-27T15:03:11.862Z] go: finding github.com/kr/text v0.1.0 [2020-05-27T15:03:11.862Z] go: finding github.com/likexian/gokit v0.20.16 [2020-05-27T15:03:11.862Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-05-27T15:03:11.862Z] go: finding github.com/linode/linodego v0.7.1 [2020-05-27T15:03:12.133Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-05-27T15:03:12.133Z] go: finding github.com/markbates/safe v1.0.1 [2020-05-27T15:03:12.133Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-05-27T15:03:12.133Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-05-27T15:03:12.133Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-05-27T15:03:12.133Z] go: finding github.com/miekg/dns v1.1.26 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-05-27T15:03:12.133Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-27T15:03:12.405Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-05-27T15:03:12.405Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-05-27T15:03:12.405Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-05-27T15:03:12.405Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-05-27T15:03:12.406Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-05-27T15:03:12.406Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-05-27T15:03:12.406Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-05-27T15:03:12.406Z] go: finding github.com/oklog/run v1.0.0 [2020-05-27T15:03:12.406Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-05-27T15:03:12.406Z] go: finding github.com/onsi/gomega v1.4.2 [2020-05-27T15:03:12.406Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-05-27T15:03:12.677Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-05-27T15:03:12.677Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-05-27T15:03:12.677Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-05-27T15:03:12.677Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-05-27T15:03:12.677Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-05-27T15:03:12.677Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-27T15:03:12.677Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-27T15:03:12.677Z] go: finding github.com/posener/complete v1.1.1 [2020-05-27T15:03:12.677Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-05-27T15:03:12.951Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-05-27T15:03:12.951Z] go: finding github.com/prometheus/common v0.9.1 [2020-05-27T15:03:12.951Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-05-27T15:03:12.951Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-05-27T15:03:12.951Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-05-27T15:03:12.951Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-05-27T15:03:12.951Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-05-27T15:03:12.951Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-27T15:03:12.951Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-05-27T15:03:12.951Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-05-27T15:03:12.951Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-05-27T15:03:12.951Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-05-27T15:03:13.223Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-05-27T15:03:13.223Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-05-27T15:03:13.223Z] go: finding github.com/spf13/cobra v0.0.3 [2020-05-27T15:03:13.223Z] go: finding github.com/spf13/pflag v1.0.3 [2020-05-27T15:03:13.223Z] go: finding github.com/stretchr/objx v0.1.1 [2020-05-27T15:03:13.223Z] go: finding github.com/stretchr/testify v1.4.0 [2020-05-27T15:03:13.223Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-05-27T15:03:13.494Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-05-27T15:03:13.494Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-05-27T15:03:13.494Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-05-27T15:03:13.494Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-05-27T15:03:13.494Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-05-27T15:03:13.494Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-05-27T15:03:13.494Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-05-27T15:03:13.494Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-05-27T15:03:13.765Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-05-27T15:03:13.765Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-05-27T15:03:13.765Z] go: finding golang.org/x/text v0.3.2 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-05-27T15:03:13.765Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-05-27T15:03:14.038Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-05-27T15:03:14.038Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-05-27T15:03:14.038Z] go: finding google.golang.org/appengine v1.4.0 [2020-05-27T15:03:14.038Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-05-27T15:03:14.038Z] go: finding google.golang.org/grpc v1.23.0 [2020-05-27T15:03:14.038Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-05-27T15:03:14.038Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-05-27T15:03:14.038Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-05-27T15:03:14.038Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-27T15:03:14.310Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-05-27T15:03:14.310Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-27T15:03:14.310Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-05-27T15:03:14.585Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-05-27T15:03:14.585Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-05-27T15:03:14.585Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-05-27T15:03:14.585Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-05-27T15:03:14.585Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-05-27T15:03:15.288Z] go: finding cloud.google.com/go v0.26.0 [2020-05-27T15:03:15.288Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-05-27T15:03:15.288Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-05-27T15:03:15.288Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-27T15:03:15.288Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-05-27T15:03:15.288Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-05-27T15:03:15.288Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-05-27T15:03:15.288Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-05-27T15:03:15.288Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-05-27T15:03:15.288Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-05-27T15:03:15.288Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-05-27T15:03:15.288Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-27T15:03:15.288Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-05-27T15:03:15.288Z] go: finding github.com/armon/go-radix v1.0.0 [2020-05-27T15:03:15.288Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-05-27T15:03:15.288Z] go: finding github.com/beorn7/perks v1.0.1 [2020-05-27T15:03:15.288Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-27T15:03:15.288Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-05-27T15:03:15.288Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-27T15:03:15.288Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-05-27T15:03:15.288Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-05-27T15:03:15.288Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-05-27T15:03:15.550Z] go: finding github.com/client9/misspell v0.3.4 [2020-05-27T15:03:15.550Z] go: finding github.com/coredns/coredns v1.1.2 [2020-05-27T15:03:15.550Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-27T15:03:15.550Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-05-27T15:03:15.551Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-05-27T15:03:15.551Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-05-27T15:03:15.551Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-05-27T15:03:15.551Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-05-27T15:03:15.551Z] go: finding github.com/docker/go-connections v0.3.0 [2020-05-27T15:03:15.551Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-05-27T15:03:15.820Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-05-27T15:03:15.820Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-05-27T15:03:15.820Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-05-27T15:03:15.820Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-05-27T15:03:15.820Z] go: finding github.com/fatih/color v1.9.0 [2020-05-27T15:03:15.820Z] go: finding github.com/fatih/structs v1.1.0 [2020-05-27T15:03:16.084Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-05-27T15:03:16.084Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-05-27T15:03:16.084Z] go: finding github.com/go-kit/kit v0.9.0 [2020-05-27T15:03:16.084Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-05-27T15:03:16.084Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-27T15:03:16.084Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-05-27T15:03:16.084Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-27T15:03:16.084Z] go: finding github.com/go-test/deep v1.0.2 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-05-27T15:03:16.084Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-05-27T15:03:16.084Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-05-27T15:03:16.347Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-05-27T15:03:16.347Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-05-27T15:03:16.347Z] go: finding github.com/golang/mock v1.1.1 [2020-05-27T15:03:16.347Z] go: finding github.com/golang/protobuf v1.3.2 [2020-05-27T15:03:16.347Z] go: finding github.com/golang/snappy v0.0.1 [2020-05-27T15:03:16.347Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-05-27T15:03:16.347Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-27T15:03:16.347Z] go: finding github.com/google/go-cmp v0.4.0 [2020-05-27T15:03:16.347Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-05-27T15:03:16.347Z] go: finding github.com/google/gofuzz v1.0.0 [2020-05-27T15:03:16.347Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-05-27T15:03:16.616Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-05-27T15:03:16.616Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-05-27T15:03:16.616Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-27T15:03:16.616Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-05-27T15:03:16.616Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-05-27T15:03:16.616Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-05-27T15:03:16.616Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-05-27T15:03:16.883Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-05-27T15:03:17.148Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-05-27T15:03:17.413Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-05-27T15:03:17.683Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-05-27T15:03:17.950Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-05-27T15:03:17.950Z] go: finding github.com/imdario/mergo v0.3.6 [2020-05-27T15:03:17.950Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-05-27T15:03:17.950Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-05-27T15:03:17.950Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-05-27T15:03:17.950Z] go: finding github.com/joho/godotenv v1.3.0 [2020-05-27T15:03:17.950Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-05-27T15:03:17.950Z] go: finding github.com/json-iterator/go v1.1.9 [2020-05-27T15:03:17.950Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-05-27T15:03:18.558Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-05-27T15:03:18.558Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-05-27T15:03:18.558Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-05-27T15:03:18.558Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-05-27T15:03:18.558Z] go: finding github.com/klauspost/compress v1.9.5 [2020-05-27T15:03:18.558Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-05-27T15:03:18.558Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-27T15:03:18.558Z] go: finding github.com/kr/pretty v0.2.0 [2020-05-27T15:03:18.558Z] go: finding github.com/kr/pty v1.1.1 [2020-05-27T15:03:18.558Z] go: finding github.com/kr/text v0.1.0 [2020-05-27T15:03:18.558Z] go: finding github.com/likexian/gokit v0.20.16 [2020-05-27T15:03:18.558Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-05-27T15:03:19.042Z] go: finding github.com/linode/linodego v0.7.1 [2020-05-27T15:03:19.042Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-05-27T15:03:19.042Z] go: finding github.com/markbates/safe v1.0.1 [2020-05-27T15:03:19.042Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-05-27T15:03:19.042Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-05-27T15:03:19.042Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-05-27T15:03:19.042Z] go: finding github.com/miekg/dns v1.1.26 [2020-05-27T15:03:19.042Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-27T15:03:19.042Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-27T15:03:19.042Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-27T15:03:19.042Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-05-27T15:03:19.042Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-05-27T15:03:19.330Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-05-27T15:03:19.330Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-05-27T15:03:19.330Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-05-27T15:03:19.330Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-05-27T15:03:19.330Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-05-27T15:03:19.330Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-05-27T15:03:19.651Z] go: finding github.com/oklog/run v1.0.0 [2020-05-27T15:03:19.651Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-05-27T15:03:19.651Z] go: finding github.com/onsi/gomega v1.4.2 [2020-05-27T15:03:19.651Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-05-27T15:03:19.651Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-05-27T15:03:19.951Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-05-27T15:03:19.951Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-05-27T15:03:19.951Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-05-27T15:03:19.951Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-05-27T15:03:19.951Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-27T15:03:19.951Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-27T15:03:19.951Z] go: finding github.com/posener/complete v1.1.1 [2020-05-27T15:03:19.951Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-05-27T15:03:19.951Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-05-27T15:03:19.951Z] go: finding github.com/prometheus/common v0.9.1 [2020-05-27T15:03:19.951Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-05-27T15:03:19.951Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-05-27T15:03:20.221Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-05-27T15:03:20.221Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-05-27T15:03:20.221Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-05-27T15:03:20.221Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-27T15:03:20.221Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-05-27T15:03:20.221Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-05-27T15:03:20.222Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-05-27T15:03:20.222Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-05-27T15:03:20.222Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-05-27T15:03:20.544Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-05-27T15:03:20.544Z] go: finding github.com/spf13/cobra v0.0.3 [2020-05-27T15:03:20.544Z] go: finding github.com/spf13/pflag v1.0.3 [2020-05-27T15:03:20.544Z] go: finding github.com/stretchr/objx v0.1.1 [2020-05-27T15:03:20.544Z] go: finding github.com/stretchr/testify v1.4.0 [2020-05-27T15:03:20.544Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-05-27T15:03:20.544Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-05-27T15:03:20.544Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-05-27T15:03:20.816Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-05-27T15:03:20.816Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-05-27T15:03:20.816Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-05-27T15:03:20.816Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-05-27T15:03:20.816Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-05-27T15:03:20.816Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-05-27T15:03:20.816Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-05-27T15:03:20.816Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-05-27T15:03:20.816Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-05-27T15:03:21.082Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-05-27T15:03:21.082Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-05-27T15:03:21.082Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-05-27T15:03:21.082Z] go: finding golang.org/x/text v0.3.2 [2020-05-27T15:03:21.082Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-05-27T15:03:21.082Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-05-27T15:03:21.082Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-05-27T15:03:21.082Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-05-27T15:03:21.350Z] go: finding google.golang.org/appengine v1.4.0 [2020-05-27T15:03:21.350Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-05-27T15:03:21.350Z] go: finding google.golang.org/grpc v1.23.0 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-05-27T15:03:21.350Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-05-27T15:03:21.350Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-27T15:03:21.664Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-05-27T15:03:21.664Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-05-27T15:03:21.664Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-05-27T15:03:21.664Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-27T15:03:21.664Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-05-27T15:03:21.664Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-05-27T15:03:21.664Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-05-27T15:03:21.664Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-05-27T15:03:21.664Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-05-27T15:03:21.664Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-05-27T15:04:51.639Z] Removing intermediate container c7a4ee63a366 [2020-05-27T15:04:51.639Z] ---> d907eed0035f [2020-05-27T15:04:51.639Z] Successfully built d907eed0035f [2020-05-27T15:04:51.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:04:52.822Z] + docker inspect -f . ci-base-image-arm64 [2020-05-27T15:04:52.822Z] . [Pipeline] withDockerContainer [2020-05-27T15:04:53.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-975 does not seem to be running inside a container [2020-05-27T15:04:53.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-05-27T15:04:54.911Z] $ docker top 467e40c62ba5dfe1c67f668941fd19edc009ed529b0c3e6bd0adcbc09f7cc314 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-27T15:04:56.030Z] + go version [2020-05-27T15:04:56.031Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-27T15:04:56.703Z] + make test [2020-05-27T15:04:56.703Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-27T15:04:58.150Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-05-27T15:05:20.379Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-05-27T15:05:20.379Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-05-27T15:05:20.379Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-05-27T15:05:20.380Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-05-27T15:05:20.380Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-05-27T15:05:26.232Z] Stashed 1 file(s) [Pipeline] } [2020-05-27T15:05:26.238Z] $ docker stop --time=1 467e40c62ba5dfe1c67f668941fd19edc009ed529b0c3e6bd0adcbc09f7cc314 [2020-05-27T15:05:28.447Z] $ docker rm -f 467e40c62ba5dfe1c67f668941fd19edc009ed529b0c3e6bd0adcbc09f7cc314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-27T15:05:30.198Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-27T15:05:30.533Z] + ls -al . [2020-05-27T15:05:30.533Z] total 136 [2020-05-27T15:05:30.533Z] drwxrwxr-x 9 jenkins jenkins 4096 May 27 15:04 . [2020-05-27T15:05:30.533Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 15:01 .. [2020-05-27T15:05:30.533Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 15:02 .git [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 136 May 27 15:02 .gitignore [2020-05-27T15:05:30.533Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 15:02 .semver [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 27 15:02 CONTRIBUTING.md [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 913 May 27 15:02 Dockerfile [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 898 May 27 15:02 Dockerfile.build [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 675 May 27 15:02 Jenkinsfile [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 27 15:02 LICENSE [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 951 May 27 15:02 Makefile [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 1898 May 27 15:02 README.md [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 5 May 27 14:59 VERSION [2020-05-27T15:05:30.533Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 15:02 assets [2020-05-27T15:05:30.533Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 15:02 bin [2020-05-27T15:05:30.533Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 15:02 cmd [2020-05-27T15:05:30.533Z] -rw-r--r-- 1 jenkins jenkins 10 May 27 15:04 coverage.out [2020-05-27T15:05:30.533Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 15:02 docs [2020-05-27T15:05:30.533Z] -rw-r--r-- 1 jenkins jenkins 974 May 27 15:04 go.mod [2020-05-27T15:05:30.533Z] -rw-r--r-- 1 jenkins jenkins 44475 May 27 15:04 go.sum [2020-05-27T15:05:30.533Z] drwxrwxr-x 10 jenkins jenkins 4096 May 27 15:02 internal [2020-05-27T15:05:30.533Z] -rw-rw-r-- 1 jenkins jenkins 155 May 27 15:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:05:30.876Z] + 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=045663758c29a905cdea8d0e392a15255470ccda --label arch=arm64 --label version=0.0.0 . [2020-05-27T15:05:31.469Z] Sending build context to Docker daemon 12.57MB [2020-05-27T15:05:31.469Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-05-27T15:05:31.469Z] Step 2/24 : FROM ${BASE} AS builder [2020-05-27T15:05:31.469Z] ---> d907eed0035f [2020-05-27T15:05:31.469Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-05-27T15:05:31.742Z] ---> Running in da0e47e0bcfd [2020-05-27T15:05:32.016Z] Removing intermediate container da0e47e0bcfd [2020-05-27T15:05:32.016Z] ---> 6eaaecd0ef0b [2020-05-27T15:05:32.016Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-05-27T15:05:32.291Z] ---> Running in 42f9b8f16680 [2020-05-27T15:05:32.565Z] Removing intermediate container 42f9b8f16680 [2020-05-27T15:05:32.565Z] ---> 7f965dcfee04 [2020-05-27T15:05:32.565Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-05-27T15:05:32.565Z] ---> Running in 92d2ab788d06 [2020-05-27T15:05:33.159Z] Removing intermediate container 92d2ab788d06 [2020-05-27T15:05:33.159Z] ---> 7074aaccecfc [2020-05-27T15:05:33.159Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-05-27T15:05:33.159Z] ---> Running in 5e2a96ba38df [2020-05-27T15:05:33.435Z] Removing intermediate container 5e2a96ba38df [2020-05-27T15:05:33.435Z] ---> 7c71df4558df [2020-05-27T15:05:33.435Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-05-27T15:05:33.435Z] ---> Running in 7b0437326e80 [2020-05-27T15:05:34.031Z] Removing intermediate container 7b0437326e80 [2020-05-27T15:05:34.031Z] ---> 833090e978e8 [2020-05-27T15:05:34.031Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-27T15:05:34.031Z] ---> Running in 58a3f9708426 [2020-05-27T15:05:36.007Z] Removing intermediate container 58a3f9708426 [2020-05-27T15:05:36.007Z] ---> a86727493d9a [2020-05-27T15:05:36.007Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-27T15:05:36.007Z] ---> Running in 5a091c784fb3 [2020-05-27T15:05:36.991Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-27T15:05:37.586Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-27T15:05:38.192Z] v3.11.6-63-g0da4df68b1 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-05-27T15:05:38.192Z] v3.11.6-62-ga4abd11749 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-05-27T15:05:38.192Z] OK: 11178 distinct packages available [2020-05-27T15:05:38.192Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-27T15:05:39.167Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-27T15:05:39.440Z] OK: 125 MiB in 39 packages [2020-05-27T15:05:40.874Z] Removing intermediate container 5a091c784fb3 [2020-05-27T15:05:40.874Z] ---> 4754018377b4 [2020-05-27T15:05:40.874Z] Step 10/24 : ENV GO111MODULE=on [2020-05-27T15:05:40.874Z] ---> Running in d725b76fac0e [2020-05-27T15:05:41.147Z] Removing intermediate container d725b76fac0e [2020-05-27T15:05:41.147Z] ---> d3222787c3cb [2020-05-27T15:05:41.147Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-05-27T15:05:41.419Z] ---> Running in 6e245ac96eb7 [2020-05-27T15:05:41.690Z] Removing intermediate container 6e245ac96eb7 [2020-05-27T15:05:41.690Z] ---> 1c83a94aac9c [2020-05-27T15:05:41.690Z] Step 12/24 : COPY go.mod . [2020-05-27T15:05:42.285Z] ---> c2990f118fdf [2020-05-27T15:05:42.285Z] Step 13/24 : COPY Makefile . [2020-05-27T15:05:42.884Z] ---> 2f513403eb11 [2020-05-27T15:05:42.884Z] Step 14/24 : RUN make update [2020-05-27T15:05:42.884Z] ---> Running in 137a5eff9ce8 [2020-05-27T15:05:43.865Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-05-27T15:05:44.138Z] Removing intermediate container b0652fcc1cd7 [2020-05-27T15:05:44.138Z] ---> bb3dc8da93cb [2020-05-27T15:05:44.138Z] Successfully built bb3dc8da93cb [2020-05-27T15:05:44.138Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:05:45.020Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-27T15:05:45.020Z] . [Pipeline] withDockerContainer [2020-05-27T15:05:45.301Z] Removing intermediate container 137a5eff9ce8 [2020-05-27T15:05:45.301Z] ---> 0b6b1a09cab6 [2020-05-27T15:05:45.301Z] Step 15/24 : COPY . . [2020-05-27T15:05:45.437Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2020-05-27T15:05:45.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-05-27T15:05:46.731Z] ---> 6fd431e0c73d [2020-05-27T15:05:46.731Z] Step 16/24 : RUN ${MAKE} [2020-05-27T15:05:47.008Z] ---> Running in bd1030c0096d [2020-05-27T15:05:47.561Z] $ docker top 1565f00cbc3bfbf5ec692bd0d926fd7a88eb0e66eeafc7598172aae865ad9854 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-27T15:05:47.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-05-27T15:05:48.217Z] + go version [2020-05-27T15:05:48.484Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-27T15:05:48.814Z] + make test [2020-05-27T15:05:48.814Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-27T15:05:53.112Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-05-27T15:06:03.371Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-05-27T15:06:03.371Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-05-27T15:06:04.424Z] Warning: overwriting stash ‘coverage-report’ [2020-05-27T15:06:05.355Z] Stashed 1 file(s) [Pipeline] } [2020-05-27T15:06:05.353Z] $ docker stop --time=1 1565f00cbc3bfbf5ec692bd0d926fd7a88eb0e66eeafc7598172aae865ad9854 [2020-05-27T15:06:07.128Z] $ docker rm -f 1565f00cbc3bfbf5ec692bd0d926fd7a88eb0e66eeafc7598172aae865ad9854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-27T15:06:08.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-27T15:06:08.584Z] + ls -al . [2020-05-27T15:06:08.584Z] total 104 [2020-05-27T15:06:08.584Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 27 15:05 . [2020-05-27T15:06:08.584Z] drwxrwxr-x. 4 jenkins jenkins 28 May 27 15:02 .. [2020-05-27T15:06:08.584Z] drwxrwxr-x. 3 jenkins jenkins 20 May 27 15:02 assets [2020-05-27T15:06:08.584Z] drwxrwxr-x. 2 jenkins jenkins 35 May 27 15:02 bin [2020-05-27T15:06:08.584Z] drwxrwxr-x. 3 jenkins jenkins 29 May 27 15:02 cmd [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 27 15:02 CONTRIBUTING.md [2020-05-27T15:06:08.584Z] -rw-r--r--. 1 jenkins jenkins 10 May 27 15:05 coverage.out [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 913 May 27 15:02 Dockerfile [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 898 May 27 15:02 Dockerfile.build [2020-05-27T15:06:08.584Z] drwxrwxr-x. 4 jenkins jenkins 72 May 27 15:02 docs [2020-05-27T15:06:08.584Z] drwxrwxr-x. 8 jenkins jenkins 179 May 27 15:02 .git [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 136 May 27 15:02 .gitignore [2020-05-27T15:06:08.584Z] -rw-r--r--. 1 jenkins jenkins 974 May 27 15:05 go.mod [2020-05-27T15:06:08.584Z] -rw-r--r--. 1 jenkins jenkins 44475 May 27 15:05 go.sum [2020-05-27T15:06:08.584Z] drwxrwxr-x. 10 jenkins jenkins 139 May 27 15:02 internal [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 675 May 27 15:02 Jenkinsfile [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 27 15:02 LICENSE [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 951 May 27 15:02 Makefile [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 1898 May 27 15:02 README.md [2020-05-27T15:06:08.584Z] drwxrwxr-x. 3 jenkins jenkins 58 May 27 15:02 .semver [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 5 May 27 14:59 VERSION [2020-05-27T15:06:08.584Z] -rw-rw-r--. 1 jenkins jenkins 155 May 27 15:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:06:08.906Z] + 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=045663758c29a905cdea8d0e392a15255470ccda --label arch=amd64 --label version=0.0.0 . [2020-05-27T15:06:09.497Z] Sending build context to Docker daemon 12.57MB [2020-05-27T15:06:09.765Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-05-27T15:06:09.765Z] Step 2/24 : FROM ${BASE} AS builder [2020-05-27T15:06:09.765Z] ---> bb3dc8da93cb [2020-05-27T15:06:09.765Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-05-27T15:06:09.765Z] ---> Running in 8e25809c08d3 [2020-05-27T15:06:09.765Z] Removing intermediate container 8e25809c08d3 [2020-05-27T15:06:09.765Z] ---> 947ab232de9f [2020-05-27T15:06:09.765Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-05-27T15:06:09.765Z] ---> Running in b5e8d43d817f [2020-05-27T15:06:10.029Z] Removing intermediate container b5e8d43d817f [2020-05-27T15:06:10.029Z] ---> 4f966c289385 [2020-05-27T15:06:10.029Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-05-27T15:06:10.029Z] ---> Running in b48d43e7687c [2020-05-27T15:06:10.299Z] Removing intermediate container b48d43e7687c [2020-05-27T15:06:10.299Z] ---> f303b0a95dfe [2020-05-27T15:06:10.299Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-05-27T15:06:10.299Z] ---> Running in 60017cf794c0 [2020-05-27T15:06:10.565Z] Removing intermediate container 60017cf794c0 [2020-05-27T15:06:10.565Z] ---> 33af38823298 [2020-05-27T15:06:10.565Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-05-27T15:06:10.565Z] ---> Running in 7e3a5cc8d2f1 [2020-05-27T15:06:10.829Z] Removing intermediate container 7e3a5cc8d2f1 [2020-05-27T15:06:10.829Z] ---> d8712d4c751d [2020-05-27T15:06:10.829Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-27T15:06:10.829Z] ---> Running in 2e2cff811848 [2020-05-27T15:06:11.816Z] Removing intermediate container 2e2cff811848 [2020-05-27T15:06:11.816Z] ---> 885ca62e208d [2020-05-27T15:06:11.816Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-27T15:06:11.816Z] ---> Running in 8639d54740dc [2020-05-27T15:06:12.413Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-27T15:06:12.995Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-27T15:06:13.260Z] v3.11.6-64-g3d60659100 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-05-27T15:06:13.260Z] v3.11.6-62-ga4abd11749 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-05-27T15:06:13.260Z] OK: 11289 distinct packages available [2020-05-27T15:06:13.260Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-27T15:06:14.228Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-27T15:06:14.811Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-27T15:06:14.844Z] OK: 143 MiB in 39 packages [2020-05-27T15:06:15.435Z] Removing intermediate container 8639d54740dc [2020-05-27T15:06:15.435Z] ---> 19663afc76d7 [2020-05-27T15:06:15.435Z] Step 10/24 : ENV GO111MODULE=on [2020-05-27T15:06:15.714Z] ---> Running in d8a203b92ce1 [2020-05-27T15:06:15.714Z] Removing intermediate container d8a203b92ce1 [2020-05-27T15:06:15.714Z] ---> 690370db86db [2020-05-27T15:06:15.714Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-05-27T15:06:15.714Z] ---> Running in 1a5190a7446d [2020-05-27T15:06:15.991Z] Removing intermediate container 1a5190a7446d [2020-05-27T15:06:15.991Z] ---> 296b50f81b25 [2020-05-27T15:06:15.991Z] Step 12/24 : COPY go.mod . [2020-05-27T15:06:16.683Z] ---> 038ccb464514 [2020-05-27T15:06:16.683Z] Step 13/24 : COPY Makefile . [2020-05-27T15:06:16.683Z] ---> 90dc53115106 [2020-05-27T15:06:16.683Z] Step 14/24 : RUN make update [2020-05-27T15:06:16.683Z] ---> Running in f658e11159ca [2020-05-27T15:06:17.272Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-05-27T15:06:18.682Z] Removing intermediate container f658e11159ca [2020-05-27T15:06:18.682Z] ---> 01ef3f5a4c45 [2020-05-27T15:06:18.682Z] Step 15/24 : COPY . . [2020-05-27T15:06:19.266Z] ---> 481bee111205 [2020-05-27T15:06:19.266Z] Step 16/24 : RUN ${MAKE} [2020-05-27T15:06:19.266Z] ---> Running in 0eb960b3ca28 [2020-05-27T15:06:19.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-05-27T15:06:20.201Z] Removing intermediate container bd1030c0096d [2020-05-27T15:06:20.201Z] ---> e2b1ea3c39b0 [2020-05-27T15:06:20.201Z] Step 17/24 : FROM alpine [2020-05-27T15:06:20.201Z] latest: Pulling from library/alpine [2020-05-27T15:06:20.201Z] 29e5d40040c1: Pulling fs layer [2020-05-27T15:06:20.473Z] 29e5d40040c1: Verifying Checksum [2020-05-27T15:06:20.473Z] 29e5d40040c1: Download complete [2020-05-27T15:06:21.068Z] 29e5d40040c1: Pull complete [2020-05-27T15:06:21.068Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-27T15:06:21.068Z] Status: Downloaded newer image for alpine:latest [2020-05-27T15:06:21.068Z] ---> c20d2a9ab686 [2020-05-27T15:06:21.068Z] Step 18/24 : EXPOSE 4000 [2020-05-27T15:06:21.340Z] ---> Running in 0427adffc611 [2020-05-27T15:06:21.612Z] Removing intermediate container 0427adffc611 [2020-05-27T15:06:21.612Z] ---> 3100432c713f [2020-05-27T15:06:21.612Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-05-27T15:06:23.582Z] ---> 3ca6a4a1aa56 [2020-05-27T15:06:23.582Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-05-27T15:06:23.582Z] ---> Running in c74c5b2b1311 [2020-05-27T15:06:23.855Z] Removing intermediate container c74c5b2b1311 [2020-05-27T15:06:23.855Z] ---> 085e4c4dcf2e [2020-05-27T15:06:23.855Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-05-27T15:06:23.855Z] ---> Running in 7af59da4772a [2020-05-27T15:06:24.449Z] Removing intermediate container 7af59da4772a [2020-05-27T15:06:24.449Z] ---> abbe32876f44 [2020-05-27T15:06:24.449Z] Step 22/24 : LABEL arch=arm64 [2020-05-27T15:06:24.449Z] ---> Running in 75ba5c0361d1 [2020-05-27T15:06:24.720Z] Removing intermediate container 75ba5c0361d1 [2020-05-27T15:06:24.720Z] ---> fe84d03076c8 [2020-05-27T15:06:24.720Z] Step 23/24 : LABEL git_sha=045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:06:24.991Z] ---> Running in fbf05bc73978 [2020-05-27T15:06:25.266Z] Removing intermediate container fbf05bc73978 [2020-05-27T15:06:25.266Z] ---> fa4a6c5652cb [2020-05-27T15:06:25.266Z] Step 24/24 : LABEL version=0.0.0 [2020-05-27T15:06:25.537Z] ---> Running in 4643bffd6a65 [2020-05-27T15:06:25.808Z] Removing intermediate container 4643bffd6a65 [2020-05-27T15:06:25.808Z] ---> acf2c37cb24e [2020-05-27T15:06:25.809Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-27T15:06:25.809Z] Successfully built acf2c37cb24e [2020-05-27T15:06:25.809Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-27T15:06:32.423Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-27T15:06:34.374Z] Removing intermediate container 0eb960b3ca28 [2020-05-27T15:06:34.374Z] ---> c62aa89307f6 [2020-05-27T15:06:34.374Z] Step 17/24 : FROM alpine [2020-05-27T15:06:34.640Z] latest: Pulling from library/alpine [2020-05-27T15:06:34.904Z] cbdbe7a5bc2a: Pulling fs layer [2020-05-27T15:06:34.904Z] cbdbe7a5bc2a: Verifying Checksum [2020-05-27T15:06:34.904Z] cbdbe7a5bc2a: Download complete [2020-05-27T15:06:35.169Z] cbdbe7a5bc2a: Pull complete [2020-05-27T15:06:35.169Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-27T15:06:35.169Z] Status: Downloaded newer image for alpine:latest [2020-05-27T15:06:35.169Z] ---> f70734b6a266 [2020-05-27T15:06:35.169Z] Step 18/24 : EXPOSE 4000 [2020-05-27T15:06:35.169Z] ---> Running in db5758b0812a [2020-05-27T15:06:35.435Z] Removing intermediate container db5758b0812a [2020-05-27T15:06:35.435Z] ---> 9b0b7066c7c4 [2020-05-27T15:06:35.435Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-05-27T15:06:36.012Z] ---> 5f7baf467d58 [2020-05-27T15:06:36.012Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-05-27T15:06:36.012Z] ---> Running in 08be7b67f442 [2020-05-27T15:06:36.275Z] Removing intermediate container 08be7b67f442 [2020-05-27T15:06:36.275Z] ---> dc2f9cfa70cd [2020-05-27T15:06:36.275Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-05-27T15:06:36.275Z] ---> Running in 5da07b3d7812 [2020-05-27T15:06:36.542Z] Removing intermediate container 5da07b3d7812 [2020-05-27T15:06:36.543Z] ---> 14606cd9600c [2020-05-27T15:06:36.543Z] Step 22/24 : LABEL arch=amd64 [2020-05-27T15:06:36.543Z] ---> Running in 73439db85411 [2020-05-27T15:06:36.543Z] Removing intermediate container 73439db85411 [2020-05-27T15:06:36.543Z] ---> 582c5fc5eeaa [2020-05-27T15:06:36.543Z] Step 23/24 : LABEL git_sha=045663758c29a905cdea8d0e392a15255470ccda [2020-05-27T15:06:36.811Z] ---> Running in 6b55b57e8f30 [2020-05-27T15:06:36.811Z] Removing intermediate container 6b55b57e8f30 [2020-05-27T15:06:36.811Z] ---> 6ee658389f20 [2020-05-27T15:06:36.811Z] Step 24/24 : LABEL version=0.0.0 [2020-05-27T15:06:37.074Z] ---> Running in ad63706877b6 [2020-05-27T15:06:37.074Z] Removing intermediate container ad63706877b6 [2020-05-27T15:06:37.074Z] ---> a632bf9cd0da [2020-05-27T15:06:37.074Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-27T15:06:37.074Z] Successfully built a632bf9cd0da [2020-05-27T15:06:37.074Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-05-27T15:06:38.570Z] provisioning config files... [2020-05-27T15:06:38.589Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/config5501399137755538983tmp [Pipeline] { [Pipeline] sh [2020-05-27T15:06:38.998Z] + curl -s https://codecov.io/bash [2020-05-27T15:06:38.999Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/config5501399137755538983tmp [2020-05-27T15:06:39.280Z] [2020-05-27T15:06:39.280Z] _____ _ [2020-05-27T15:06:39.280Z] / ____| | | [2020-05-27T15:06:39.280Z] | | ___ __| | ___ ___ _____ __ [2020-05-27T15:06:39.280Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-27T15:06:39.280Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-27T15:06:39.280Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-27T15:06:39.280Z] Bash-20200430-d757c17 [2020-05-27T15:06:39.280Z] [2020-05-27T15:06:39.280Z] [2020-05-27T15:06:39.280Z] ==> Jenkins CI detected. [2020-05-27T15:06:39.280Z] project root: . [2020-05-27T15:06:39.280Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-27T15:06:39.280Z] ==> Running gcov in . (disable via -X gcov) [2020-05-27T15:06:39.280Z] ==> Python coveragepy not found [2020-05-27T15:06:39.280Z] ==> Searching for coverage reports in: [2020-05-27T15:06:39.280Z] + . [2020-05-27T15:06:39.280Z] -> Found 1 reports [2020-05-27T15:06:39.280Z] ==> Detecting git/mercurial file structure [2020-05-27T15:06:39.280Z] ==> Reading reports [2020-05-27T15:06:39.280Z] + ./coverage.out bytes=10 [2020-05-27T15:06:39.280Z] ==> Appending adjustments [2020-05-27T15:06:39.280Z] https://docs.codecov.io/docs/fixing-reports [2020-05-27T15:06:39.542Z] + Found adjustments [2020-05-27T15:06:39.542Z] ==> Gzipping contents [2020-05-27T15:06:39.542Z] ==> Uploading reports [2020-05-27T15:06:39.542Z] url: https://codecov.io [2020-05-27T15:06:39.542Z] query: branch=PR-231&commit=045663758c29a905cdea8d0e392a15255470ccda&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-231%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=231&job= [2020-05-27T15:06:39.542Z] -> Pinging Codecov [2020-05-27T15:06:39.542Z] https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-231&commit=045663758c29a905cdea8d0e392a15255470ccda&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-231%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=231&job= [2020-05-27T15:06:40.120Z] -> Uploading [2020-05-27T15:06:40.382Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/045663758c29a905cdea8d0e392a15255470ccda [Pipeline] } [2020-05-27T15:06:40.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-05-27T15:06:42.493Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T15:06:42.804Z] ---> package-listing.sh [2020-05-27T15:06:42.804Z] ++ facter osfamily [2020-05-27T15:06:42.804Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-27T15:06:42.804Z] + OS_FAMILY=redhat [2020-05-27T15:06:42.804Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-231 [2020-05-27T15:06:42.804Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-27T15:06:42.804Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-27T15:06:42.804Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-27T15:06:42.804Z] + PACKAGES=/tmp/packages_start.txt [2020-05-27T15:06:42.804Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-231 ']' [2020-05-27T15:06:42.804Z] + PACKAGES=/tmp/packages_end.txt [2020-05-27T15:06:42.804Z] + case "${OS_FAMILY}" in [2020-05-27T15:06:42.804Z] + rpm -qa [2020-05-27T15:06:42.804Z] + sort [2020-05-27T15:06:47.042Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-27T15:06:47.042Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-27T15:06:47.042Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-27T15:06:47.042Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-231 ']' [2020-05-27T15:06:47.042Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-231/archives/ [2020-05-27T15:06:47.042Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-231/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:06:47.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-27T15:06:47.501Z] [2020-05-27T15:06:47.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-27T15:06:47.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-27T15:06:47.939Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-27T15:06:47.939Z] c9b1b535fdd9: Pulling fs layer [2020-05-27T15:06:47.939Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-27T15:06:47.939Z] 756a868c4378: Pulling fs layer [2020-05-27T15:06:47.939Z] 444b2fc9a129: Pulling fs layer [2020-05-27T15:06:47.939Z] ea15f1150254: Pulling fs layer [2020-05-27T15:06:47.939Z] 41b27a9f41bf: Pulling fs layer [2020-05-27T15:06:47.939Z] 28c525ee5125: Pulling fs layer [2020-05-27T15:06:47.939Z] 094b1ea09ed8: Pulling fs layer [2020-05-27T15:06:47.939Z] 138eaada9080: Pulling fs layer [2020-05-27T15:06:47.939Z] 0622d0fa9048: Pulling fs layer [2020-05-27T15:06:47.939Z] 41b27a9f41bf: Waiting [2020-05-27T15:06:47.939Z] 28c525ee5125: Waiting [2020-05-27T15:06:47.939Z] 094b1ea09ed8: Waiting [2020-05-27T15:06:47.939Z] 138eaada9080: Waiting [2020-05-27T15:06:47.939Z] 444b2fc9a129: Waiting [2020-05-27T15:06:47.939Z] 0622d0fa9048: Waiting [2020-05-27T15:06:47.939Z] ea15f1150254: Waiting [2020-05-27T15:06:47.939Z] 2cc5ad85d9ab: Download complete [2020-05-27T15:06:47.939Z] 444b2fc9a129: Verifying Checksum [2020-05-27T15:06:47.939Z] 444b2fc9a129: Download complete [2020-05-27T15:06:48.212Z] c9b1b535fdd9: Verifying Checksum [2020-05-27T15:06:48.212Z] c9b1b535fdd9: Download complete [2020-05-27T15:06:48.212Z] ea15f1150254: Verifying Checksum [2020-05-27T15:06:48.212Z] ea15f1150254: Download complete [2020-05-27T15:06:48.212Z] 28c525ee5125: Verifying Checksum [2020-05-27T15:06:48.212Z] 28c525ee5125: Download complete [2020-05-27T15:06:48.490Z] 756a868c4378: Verifying Checksum [2020-05-27T15:06:48.490Z] 756a868c4378: Download complete [2020-05-27T15:06:48.490Z] c9b1b535fdd9: Pull complete [2020-05-27T15:06:48.778Z] 138eaada9080: Verifying Checksum [2020-05-27T15:06:48.778Z] 138eaada9080: Download complete [2020-05-27T15:06:48.778Z] 2cc5ad85d9ab: Pull complete [2020-05-27T15:06:48.778Z] 094b1ea09ed8: Verifying Checksum [2020-05-27T15:06:48.778Z] 094b1ea09ed8: Download complete [2020-05-27T15:06:48.778Z] 0622d0fa9048: Verifying Checksum [2020-05-27T15:06:48.778Z] 0622d0fa9048: Download complete [2020-05-27T15:06:49.372Z] 41b27a9f41bf: Verifying Checksum [2020-05-27T15:06:49.372Z] 41b27a9f41bf: Download complete [2020-05-27T15:06:50.763Z] 756a868c4378: Pull complete [2020-05-27T15:06:50.763Z] 444b2fc9a129: Pull complete [2020-05-27T15:06:50.763Z] ea15f1150254: Pull complete [2020-05-27T15:06:54.996Z] 41b27a9f41bf: Pull complete [2020-05-27T15:06:54.996Z] 28c525ee5125: Pull complete [2020-05-27T15:06:56.937Z] 094b1ea09ed8: Pull complete [2020-05-27T15:06:56.937Z] 138eaada9080: Pull complete [2020-05-27T15:06:56.937Z] 0622d0fa9048: Pull complete [2020-05-27T15:06:56.937Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-27T15:06:56.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-27T15:06:57.123Z] prd-centos7-docker-4c-2g-974 does not seem to be running inside a container [2020-05-27T15:06:57.165Z] $ 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_PR-231 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-231:/w/workspace/edgexfoundry_edgex-ui-go_PR-231:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-27T15:06:58.374Z] $ docker top c60d9f820489ec3834f1075d89909795f28f8e3e572788cde202fbcf661e72f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-27T15:06:58.767Z] provisioning config files... [2020-05-27T15:06:58.781Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-231@tmp/config8233236808316042989tmp [Pipeline] { [Pipeline] echo [2020-05-27T15:06:58.927Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T15:06:59.223Z] ---> create-netrc.sh [Pipeline] echo [2020-05-27T15:06:59.232Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T15:06:59.532Z] ---> logs-deploy.sh [2020-05-27T15:06:59.532Z] + ARCHIVE_ARTIFACTS= [2020-05-27T15:06:59.532Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-27T15:06:59.532Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-27T15:06:59.532Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-27T15:06:59.532Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-231/2 [2020-05-27T15:06:59.532Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-231/2/ [2020-05-27T15:06:59.532Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-231/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-231 [2020-05-27T15:07:00.921Z] Archives upload complete. [2020-05-27T15:07:00.921Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-231/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-231/2/