Pull request #258 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 4235889b4d31b184704cc99ddd0249f5d958712f rather than ae87742cb9d4291b6fddea334988a122b73d3237 Obtained Jenkinsfile from 4235889b4d31b184704cc99ddd0249f5d958712f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1248 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [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-258 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # 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/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 Commit message: "clean up notifications" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T07:02:54.662Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T07:02:54.895Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T07:02:54.972Z] ========================================================= [2020-09-03T07:02:54.973Z] EdgeX Global Pipelines Version Info [2020-09-03T07:02:54.973Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:02:56.403Z] ------------------- [2020-09-03T07:02:56.403Z] stable info: [2020-09-03T07:02:56.403Z] ------------------- [2020-09-03T07:02:56.404Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T07:02:56.404Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T07:02:56.404Z] Message: update stable to v1.0.117 [2020-09-03T07:02:57.345Z] ------------------- [2020-09-03T07:02:57.345Z] experimental info: [2020-09-03T07:02:57.345Z] ------------------- [2020-09-03T07:02:57.345Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T07:02:57.345Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T07:02:57.345Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-03T07:02:57.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-03T07:02:57.702Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-03T07:02:57.778Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T07:02:57.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T07:02:57.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T07:02:57.996Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T07:02:58.068Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T07:02:58.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T07:02:58.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-03T07:02:58.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T07:02:58.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T07:02:58.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-03T07:02:58.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T07:02:58.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T07:02:58.752Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T07:02:58.827Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T07:02:58.902Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T07:02:58.976Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T07:02:59.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T07:02:59.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-03T07:02:59.190Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-03T07:02:59.266Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-03T07:02:59.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-258 [Pipeline] echo [2020-09-03T07:02:59.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-258 [Pipeline] echo [2020-09-03T07:02:59.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-258 [Pipeline] echo [2020-09-03T07:02:59.598Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae87742cb9d4291b6fddea334988a122b73d3237 [Pipeline] echo [2020-09-03T07:02:59.672Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae87742 [Pipeline] echo [2020-09-03T07:02:59.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T07:03:00.276Z] + git log --format=format:%s -1 ae87742cb9d4291b6fddea334988a122b73d3237 [Pipeline] echo [2020-09-03T07:03:00.337Z] GIT_COMMIT: ae87742cb9d4291b6fddea334988a122b73d3237, Commit Message: clean up notifications [Pipeline] echo [2020-09-03T07:03:00.386Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:03:01.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:03:01.835Z] [2020-09-03T07:03:01.835Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:03:02.174Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:03:02.174Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T07:03:02.174Z] 31603596830f: Pulling fs layer [2020-09-03T07:03:02.174Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T07:03:02.174Z] 6ca5941a6612: Pulling fs layer [2020-09-03T07:03:02.174Z] ecc8261a40a4: Pulling fs layer [2020-09-03T07:03:02.174Z] ecc8261a40a4: Waiting [2020-09-03T07:03:02.174Z] 2a8b12db71e7: Verifying Checksum [2020-09-03T07:03:02.174Z] 2a8b12db71e7: Download complete [2020-09-03T07:03:02.437Z] 31603596830f: Verifying Checksum [2020-09-03T07:03:02.437Z] 31603596830f: Download complete [2020-09-03T07:03:02.437Z] ecc8261a40a4: Verifying Checksum [2020-09-03T07:03:02.437Z] ecc8261a40a4: Download complete [2020-09-03T07:03:02.437Z] 6ca5941a6612: Verifying Checksum [2020-09-03T07:03:02.437Z] 6ca5941a6612: Download complete [2020-09-03T07:03:02.698Z] 31603596830f: Pull complete [2020-09-03T07:03:02.698Z] 2a8b12db71e7: Pull complete [2020-09-03T07:03:03.641Z] 6ca5941a6612: Pull complete [2020-09-03T07:03:03.641Z] ecc8261a40a4: Pull complete [2020-09-03T07:03:03.641Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T07:03:03.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:03:03.641Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T07:03:03.736Z] prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container [2020-09-03T07:03:03.782Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-258 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258:/w/workspace/edgexfoundry_edgex-ui-go_PR-258:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-03T07:03:05.738Z] $ docker top e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T07:03:06.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:03:06.081Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:03:06.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:03:06.299Z] $ docker exec e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent [2020-09-03T07:03:06.457Z] SSH_AUTH_SOCK=/tmp/ssh-IM831tUqZmkf/agent.11 [2020-09-03T07:03:06.457Z] SSH_AGENT_PID=17 [2020-09-03T07:03:06.472Z] Running ssh-add (command line suppressed) [2020-09-03T07:03:06.601Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_2871423280362739306.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_2871423280362739306.key) [2020-09-03T07:03:06.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:03:06.981Z] + git describe --exact-match --tags HEAD [2020-09-03T07:03:06.981Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T07:03:07.008Z] $ docker exec --env ******** --env ******** e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent -k [2020-09-03T07:03:07.119Z] unset SSH_AUTH_SOCK; [2020-09-03T07:03:07.120Z] unset SSH_AGENT_PID; [2020-09-03T07:03:07.120Z] echo Agent pid 17 killed; [2020-09-03T07:03:07.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T07:03:07.234Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T07:03:07.234Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T07:03:07.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:03:07.330Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:03:07.499Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:03:07.508Z] $ docker exec e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent [2020-09-03T07:03:07.667Z] SSH_AUTH_SOCK=/tmp/ssh-XUMEYtsU91pV/agent.46 [2020-09-03T07:03:07.667Z] SSH_AGENT_PID=51 [2020-09-03T07:03:07.674Z] Running ssh-add (command line suppressed) [2020-09-03T07:03:07.794Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_4553755593801706621.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_4553755593801706621.key) [2020-09-03T07:03:07.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:03:08.165Z] + git semver init [2020-09-03T07:03:08.165Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T07:03:08.165Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-258/.git [2020-09-03T07:03:08.165Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [2020-09-03T07:03:08.165Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T07:03:08.165Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T07:03:08.165Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T07:03:08.165Z] # $SEMVER_BRANCH = PR-258 [2020-09-03T07:03:08.165Z] # $SEMVER_TEMP = /tmp/semver-500619337 [2020-09-03T07:03:08.165Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-03T07:03:09.552Z] # '/tmp/semver-500619337' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-258/.semver' [2020-09-03T07:03:09.552Z] # -> Force: false [2020-09-03T07:03:09.552Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-258/.semver [Pipeline] } [2020-09-03T07:03:09.569Z] $ docker exec --env ******** --env ******** e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent -k [2020-09-03T07:03:09.692Z] unset SSH_AUTH_SOCK; [2020-09-03T07:03:09.692Z] unset SSH_AGENT_PID; [2020-09-03T07:03:09.692Z] echo Agent pid 51 killed; [2020-09-03T07:03:09.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T07:03:10.173Z] + git semver [Pipeline] } [2020-09-03T07:03:10.194Z] $ docker stop --time=1 e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 [2020-09-03T07:03:11.624Z] $ docker rm -f e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T07:03:12.944Z] Stashed 24 file(s) [Pipeline] echo [2020-09-03T07:03:12.946Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-03T07:03:13.064Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-03T07:03:28.478Z] Still waiting to schedule task [2020-09-03T07:03:28.478Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-03T07:03:28.480Z] Still waiting to schedule task [2020-09-03T07:03:28.480Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T07:05:18.219Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1250 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [Pipeline] { [Pipeline] ws [2020-09-03T07:05:18.261Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-09-03T07:05:23.438Z] using credential edgex-jenkins-ssh [2020-09-03T07:05:23.488Z] Cloning the remote Git repository [2020-09-03T07:05:23.488Z] Cloning with configured refspecs honoured and without tags [2020-09-03T07:05:23.561Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:23.675Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-09-03T07:05:23.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:23.737Z] > git --version # timeout=10 [2020-09-03T07:05:23.754Z] > git --version # 'git version 2.17.1' [2020-09-03T07:05:23.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:23.823Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:25.445Z] Fetching without tags [2020-09-03T07:05:25.900Z] Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:05:25.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:05:25.367Z] > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # timeout=10 [2020-09-03T07:05:25.394Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:25.426Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:05:25.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:25.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:25.472Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:25.925Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:05:25.949Z] > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 [2020-09-03T07:05:26.333Z] Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:05:26.334Z] Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) [2020-09-03T07:05:26.200Z] > git remote # timeout=10 [2020-09-03T07:05:26.217Z] > git config --get remote.origin.url # timeout=10 [2020-09-03T07:05:26.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:26.250Z] > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [2020-09-03T07:05:26.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-03T07:05:26.345Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:05:26.379Z] > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 [2020-09-03T07:05:30.975Z] Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-03T07:05:32.225Z] Running on prd-centos7-docker-4c-2g-1251 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [Pipeline] { [Pipeline] ws [2020-09-03T07:05:32.270Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] echo [2020-09-03T07:05:32.797Z] ========================================================= [2020-09-03T07:05:32.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T07:05:32.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:05:33.966Z] + 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-09-03T07:05:34.697Z] using credential edgex-jenkins-ssh [2020-09-03T07:05:34.777Z] Cloning the remote Git repository [2020-09-03T07:05:34.777Z] Cloning with configured refspecs honoured and without tags [2020-09-03T07:05:34.966Z] Sending build context to Docker daemon 21.97MB [2020-09-03T07:05:34.966Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-03T07:05:34.966Z] Step 2/8 : FROM ${BASE} [2020-09-03T07:05:35.566Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T07:05:35.566Z] b538f80385f9: Pulling fs layer [2020-09-03T07:05:35.566Z] 74f711af9a0d: Pulling fs layer [2020-09-03T07:05:35.566Z] 99f96fe45779: Pulling fs layer [2020-09-03T07:05:35.566Z] fd7a069fd194: Pulling fs layer [2020-09-03T07:05:35.566Z] 66aa3694b03b: Pulling fs layer [2020-09-03T07:05:35.566Z] 170f70906a0f: Pulling fs layer [2020-09-03T07:05:35.566Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T07:05:35.566Z] e772456be8f7: Pulling fs layer [2020-09-03T07:05:35.566Z] c890913d741a: Pulling fs layer [2020-09-03T07:05:35.566Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T07:05:35.566Z] fd7a069fd194: Waiting [2020-09-03T07:05:35.566Z] 09adf4765672: Pulling fs layer [2020-09-03T07:05:35.566Z] 66aa3694b03b: Waiting [2020-09-03T07:05:35.566Z] 170f70906a0f: Waiting [2020-09-03T07:05:35.566Z] ad7c5574e4b9: Waiting [2020-09-03T07:05:35.566Z] e772456be8f7: Waiting [2020-09-03T07:05:35.566Z] c890913d741a: Waiting [2020-09-03T07:05:35.566Z] 2480fcc9aa5a: Waiting [2020-09-03T07:05:35.566Z] 09adf4765672: Waiting [2020-09-03T07:05:35.566Z] 99f96fe45779: Verifying Checksum [2020-09-03T07:05:35.566Z] 99f96fe45779: Download complete [2020-09-03T07:05:35.566Z] 74f711af9a0d: Download complete [2020-09-03T07:05:35.566Z] 66aa3694b03b: Verifying Checksum [2020-09-03T07:05:35.566Z] 66aa3694b03b: Download complete [2020-09-03T07:05:35.566Z] 170f70906a0f: Verifying Checksum [2020-09-03T07:05:35.566Z] 170f70906a0f: Download complete [2020-09-03T07:05:35.566Z] b538f80385f9: Download complete [2020-09-03T07:05:34.728Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:34.808Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-09-03T07:05:36.169Z] b538f80385f9: Pull complete [2020-09-03T07:05:36.770Z] 74f711af9a0d: Pull complete [2020-09-03T07:05:35.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:35.645Z] > git --version # timeout=10 [2020-09-03T07:05:35.655Z] > git --version # 'git version 2.16.5' [2020-09-03T07:05:35.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:35.691Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:37.045Z] 99f96fe45779: Pull complete [2020-09-03T07:05:37.775Z] Fetching without tags [2020-09-03T07:05:37.743Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:05:37.752Z] > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # timeout=10 [2020-09-03T07:05:37.760Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:37.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:05:37.781Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:05:37.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:37.786Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:05:38.181Z] Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:05:38.320Z] Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:05:38.320Z] Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) [2020-09-03T07:05:39.033Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T07:05:39.033Z] ad7c5574e4b9: Download complete [2020-09-03T07:05:39.033Z] c890913d741a: Download complete [2020-09-03T07:05:38.191Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:05:38.197Z] > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 [2020-09-03T07:05:38.292Z] > git remote # timeout=10 [2020-09-03T07:05:38.298Z] > git config --get remote.origin.url # timeout=10 [2020-09-03T07:05:38.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:05:38.307Z] > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [2020-09-03T07:05:38.316Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-03T07:05:38.325Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:05:38.329Z] > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 [2020-09-03T07:05:40.472Z] e772456be8f7: Verifying Checksum [2020-09-03T07:05:40.472Z] e772456be8f7: Download complete [2020-09-03T07:05:40.472Z] 09adf4765672: Verifying Checksum [2020-09-03T07:05:40.472Z] 09adf4765672: Download complete [2020-09-03T07:05:40.746Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T07:05:40.746Z] 2480fcc9aa5a: Download complete [2020-09-03T07:05:41.337Z] fd7a069fd194: Download complete [2020-09-03T07:05:42.032Z] Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T07:05:43.109Z] ========================================================= [2020-09-03T07:05:43.109Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T07:05:43.109Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:05:43.633Z] + 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-09-03T07:05:44.231Z] Sending build context to Docker daemon 21.97MB [2020-09-03T07:05:44.231Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-03T07:05:44.231Z] Step 2/8 : FROM ${BASE} [2020-09-03T07:05:44.231Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T07:05:44.231Z] df20fa9351a1: Pulling fs layer [2020-09-03T07:05:44.231Z] ed8968b2872e: Pulling fs layer [2020-09-03T07:05:44.231Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T07:05:44.231Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T07:05:44.231Z] 1e091d79d1de: Pulling fs layer [2020-09-03T07:05:44.231Z] 481702a1767f: Pulling fs layer [2020-09-03T07:05:44.231Z] f64a6f60c768: Pulling fs layer [2020-09-03T07:05:44.231Z] e78d2573fc39: Pulling fs layer [2020-09-03T07:05:44.231Z] e876d2f968b6: Pulling fs layer [2020-09-03T07:05:44.231Z] ce8a83651883: Pulling fs layer [2020-09-03T07:05:44.231Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T07:05:44.231Z] 2dd03ba5bac4: Waiting [2020-09-03T07:05:44.231Z] 1e091d79d1de: Waiting [2020-09-03T07:05:44.231Z] 481702a1767f: Waiting [2020-09-03T07:05:44.231Z] f64a6f60c768: Waiting [2020-09-03T07:05:44.231Z] e78d2573fc39: Waiting [2020-09-03T07:05:44.231Z] ce8a83651883: Waiting [2020-09-03T07:05:44.231Z] e876d2f968b6: Waiting [2020-09-03T07:05:44.231Z] 07967f4d0e4b: Waiting [2020-09-03T07:05:44.231Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T07:05:44.231Z] a92cc7c5fd73: Download complete [2020-09-03T07:05:44.231Z] ed8968b2872e: Verifying Checksum [2020-09-03T07:05:44.231Z] ed8968b2872e: Download complete [2020-09-03T07:05:44.231Z] 1e091d79d1de: Verifying Checksum [2020-09-03T07:05:44.231Z] 1e091d79d1de: Download complete [2020-09-03T07:05:44.231Z] 481702a1767f: Verifying Checksum [2020-09-03T07:05:44.231Z] 481702a1767f: Download complete [2020-09-03T07:05:44.509Z] df20fa9351a1: Verifying Checksum [2020-09-03T07:05:44.509Z] df20fa9351a1: Download complete [2020-09-03T07:05:44.778Z] df20fa9351a1: Pull complete [2020-09-03T07:05:45.366Z] f64a6f60c768: Verifying Checksum [2020-09-03T07:05:45.366Z] f64a6f60c768: Download complete [2020-09-03T07:05:45.366Z] e876d2f968b6: Verifying Checksum [2020-09-03T07:05:45.366Z] e876d2f968b6: Download complete [2020-09-03T07:05:45.947Z] e78d2573fc39: Verifying Checksum [2020-09-03T07:05:45.947Z] e78d2573fc39: Download complete [2020-09-03T07:05:45.947Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T07:05:45.947Z] 07967f4d0e4b: Download complete [2020-09-03T07:05:45.947Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T07:05:45.947Z] 2dd03ba5bac4: Download complete [2020-09-03T07:05:45.947Z] ce8a83651883: Download complete [2020-09-03T07:05:47.335Z] ed8968b2872e: Pull complete [2020-09-03T07:05:47.600Z] a92cc7c5fd73: Pull complete [2020-09-03T07:05:52.925Z] 2dd03ba5bac4: Pull complete [2020-09-03T07:05:53.188Z] 1e091d79d1de: Pull complete [2020-09-03T07:05:53.188Z] 481702a1767f: Pull complete [2020-09-03T07:05:53.731Z] fd7a069fd194: Pull complete [2020-09-03T07:05:53.731Z] 66aa3694b03b: Pull complete [2020-09-03T07:05:53.731Z] 170f70906a0f: Pull complete [2020-09-03T07:05:56.351Z] ad7c5574e4b9: Pull complete [2020-09-03T07:05:58.491Z] f64a6f60c768: Pull complete [2020-09-03T07:06:00.671Z] e772456be8f7: Pull complete [2020-09-03T07:06:00.960Z] c890913d741a: Pull complete [2020-09-03T07:06:01.072Z] e78d2573fc39: Pull complete [2020-09-03T07:06:01.072Z] e876d2f968b6: Pull complete [2020-09-03T07:06:02.466Z] ce8a83651883: Pull complete [2020-09-03T07:06:02.466Z] 07967f4d0e4b: Pull complete [2020-09-03T07:06:02.728Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T07:06:02.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T07:06:02.728Z] ---> 5d7c900382c6 [2020-09-03T07:06:02.728Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-03T07:06:03.591Z] 2480fcc9aa5a: Pull complete [2020-09-03T07:06:03.864Z] 09adf4765672: Pull complete [2020-09-03T07:06:03.864Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T07:06:03.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T07:06:03.864Z] ---> 2248a725d1cf [2020-09-03T07:06:03.864Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-03T07:06:04.653Z] ---> Running in f6f7abe16339 [2020-09-03T07:06:04.653Z] Removing intermediate container f6f7abe16339 [2020-09-03T07:06:04.653Z] ---> 6b27b98f58ac [2020-09-03T07:06:04.653Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:06:04.653Z] ---> Running in 193aee23f362 [2020-09-03T07:06:06.044Z] Removing intermediate container 193aee23f362 [2020-09-03T07:06:06.044Z] ---> a7fdd4516c93 [2020-09-03T07:06:06.044Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-03T07:06:06.044Z] ---> Running in fd2617165ddc [2020-09-03T07:06:06.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:07.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:07.957Z] OK: 166 MiB in 39 packages [2020-09-03T07:06:08.181Z] ---> Running in 4736110aa751 [2020-09-03T07:06:08.475Z] Removing intermediate container 4736110aa751 [2020-09-03T07:06:08.475Z] ---> 84609cc34d84 [2020-09-03T07:06:08.475Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:06:08.475Z] ---> Running in 735d5edfeaea [2020-09-03T07:06:08.533Z] Removing intermediate container fd2617165ddc [2020-09-03T07:06:08.533Z] ---> eb07bd331484 [2020-09-03T07:06:08.533Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-03T07:06:08.533Z] ---> Running in e43160b3a8fe [2020-09-03T07:06:08.533Z] Removing intermediate container e43160b3a8fe [2020-09-03T07:06:08.533Z] ---> 15c89b935752 [2020-09-03T07:06:08.533Z] Step 7/8 : COPY . . [2020-09-03T07:06:09.926Z] ---> c06c65973060 [2020-09-03T07:06:09.926Z] Step 8/8 : RUN go mod download [2020-09-03T07:06:09.926Z] ---> Running in 8b45c5003071 [2020-09-03T07:06:11.091Z] Removing intermediate container 735d5edfeaea [2020-09-03T07:06:11.091Z] ---> 50152ae9f6d3 [2020-09-03T07:06:11.091Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-03T07:06:11.364Z] ---> Running in 4e49712f30de [2020-09-03T07:06:12.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:06:13.229Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T07:06:13.229Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-03T07:06:13.229Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-03T07:06:13.230Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-03T07:06:13.230Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T07:06:13.230Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-03T07:06:13.230Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T07:06:13.230Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-03T07:06:13.230Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T07:06:13.230Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T07:06:13.230Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-03T07:06:13.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:06:13.491Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-03T07:06:13.491Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-03T07:06:13.491Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T07:06:13.491Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T07:06:13.491Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-03T07:06:13.491Z] go: finding github.com/fatih/color v1.9.0 [2020-09-03T07:06:13.491Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-03T07:06:13.491Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T07:06:13.491Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T07:06:13.491Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-03T07:06:13.491Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T07:06:13.491Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T07:06:13.753Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-03T07:06:13.753Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-03T07:06:13.753Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T07:06:13.753Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-03T07:06:13.753Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-03T07:06:14.014Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-03T07:06:14.275Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-03T07:06:14.275Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-03T07:06:14.275Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-03T07:06:14.275Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-03T07:06:14.275Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T07:06:14.275Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-03T07:06:14.275Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T07:06:14.275Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T07:06:14.365Z] OK: 142 MiB in 39 packages [2020-09-03T07:06:14.537Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-03T07:06:14.537Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-03T07:06:14.537Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-03T07:06:14.537Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T07:06:14.537Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T07:06:14.798Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-03T07:06:14.798Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-03T07:06:14.798Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-03T07:06:14.798Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-03T07:06:14.798Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-03T07:06:14.798Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-03T07:06:14.798Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-03T07:06:14.798Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T07:06:14.798Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T07:06:14.798Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T07:06:14.798Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-03T07:06:15.058Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-03T07:06:15.058Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-03T07:06:15.058Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-03T07:06:15.058Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-03T07:06:15.058Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T07:06:15.058Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-03T07:06:15.058Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-03T07:06:15.058Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-03T07:06:15.058Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-03T07:06:15.058Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-03T07:06:15.058Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-03T07:06:15.319Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-03T07:06:15.319Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-03T07:06:15.319Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T07:06:15.319Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-03T07:06:15.319Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-03T07:06:15.319Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-03T07:06:15.319Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T07:06:15.319Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-03T07:06:15.319Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T07:06:15.344Z] Removing intermediate container 4e49712f30de [2020-09-03T07:06:15.344Z] ---> d46e300ac862 [2020-09-03T07:06:15.344Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-03T07:06:15.617Z] ---> Running in 369b31ef064e [2020-09-03T07:06:15.891Z] Removing intermediate container 369b31ef064e [2020-09-03T07:06:15.891Z] ---> 61cfecaffb08 [2020-09-03T07:06:15.891Z] Step 7/8 : COPY . . [2020-09-03T07:06:18.514Z] ---> ffe887491b78 [2020-09-03T07:06:18.514Z] Step 8/8 : RUN go mod download [2020-09-03T07:06:18.514Z] ---> Running in cc2727f65890 [2020-09-03T07:06:21.904Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T07:06:21.905Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-03T07:06:21.905Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-03T07:06:21.905Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-03T07:06:21.905Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T07:06:21.905Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-03T07:06:22.176Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T07:06:22.176Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-03T07:06:22.176Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T07:06:22.176Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T07:06:22.176Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-03T07:06:22.176Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-03T07:06:22.176Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-03T07:06:22.176Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T07:06:22.176Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T07:06:22.176Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-03T07:06:22.445Z] go: finding github.com/fatih/color v1.9.0 [2020-09-03T07:06:22.445Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-03T07:06:22.445Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T07:06:22.445Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T07:06:22.445Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-03T07:06:22.445Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T07:06:22.445Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T07:06:22.445Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-03T07:06:22.445Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-03T07:06:22.445Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T07:06:22.445Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-03T07:06:22.715Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-03T07:06:22.984Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-03T07:06:22.984Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-03T07:06:22.984Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-03T07:06:23.252Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-03T07:06:23.252Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T07:06:23.252Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-03T07:06:23.252Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T07:06:23.252Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T07:06:23.252Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-03T07:06:23.252Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-03T07:06:23.252Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-03T07:06:23.252Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-03T07:06:23.252Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T07:06:23.252Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-03T07:06:23.522Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-03T07:06:23.522Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-03T07:06:23.522Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-03T07:06:23.522Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-03T07:06:23.790Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-03T07:06:23.790Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-03T07:06:23.790Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T07:06:23.790Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T07:06:23.790Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T07:06:23.790Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-03T07:06:23.790Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-03T07:06:23.790Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-03T07:06:23.790Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-03T07:06:23.790Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-03T07:06:23.790Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T07:06:24.059Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-03T07:06:24.059Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-03T07:06:24.059Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-03T07:06:24.059Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-03T07:06:24.059Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-03T07:06:24.059Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-03T07:06:24.059Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-03T07:06:24.059Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-03T07:06:24.059Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T07:06:24.331Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-03T07:06:24.331Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-03T07:06:24.331Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-03T07:06:24.331Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T07:06:24.331Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-03T07:06:24.331Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T07:06:30.277Z] Removing intermediate container 8b45c5003071 [2020-09-03T07:06:30.278Z] ---> b001a1ceb994 [2020-09-03T07:06:30.278Z] Successfully built b001a1ceb994 [2020-09-03T07:06:30.278Z] 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-09-03T07:06:31.205Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-03T07:06:31.205Z] . [Pipeline] withDockerContainer [2020-09-03T07:06:31.308Z] prd-centos7-docker-4c-2g-1251 does not seem to be running inside a container [2020-09-03T07:06:31.355Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-03T07:06:32.065Z] $ docker top 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T07:06:32.530Z] + go version [2020-09-03T07:06:32.530Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-03T07:06:32.828Z] + make test [2020-09-03T07:06:32.828Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-03T07:06:33.775Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-03T07:06:42.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-03T07:06:42.020Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-09-03T07:06:42.637Z] Removing intermediate container cc2727f65890 [2020-09-03T07:06:42.637Z] ---> e79c8cb1510b [2020-09-03T07:06:42.637Z] Successfully built e79c8cb1510b [2020-09-03T07:06:42.637Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-03T07:06:42.938Z] Stashed 1 file(s) [Pipeline] } [2020-09-03T07:06:42.971Z] $ docker stop --time=1 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 [2020-09-03T07:06:45.044Z] $ docker rm -f 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:06:47.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T07:06:47.587Z] + docker inspect -f . ci-base-image-arm64 [2020-09-03T07:06:47.587Z] . [Pipeline] withDockerContainer [2020-09-03T07:06:47.817Z] + ls -al . [2020-09-03T07:06:47.817Z] total 84 [2020-09-03T07:06:47.817Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 3 07:06 . [2020-09-03T07:06:47.817Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 3 07:05 .. [2020-09-03T07:06:47.817Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 3 07:05 assets [2020-09-03T07:06:47.817Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 3 07:05 bin [2020-09-03T07:06:47.817Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 3 07:05 cmd [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 3 07:05 CONTRIBUTING.md [2020-09-03T07:06:47.817Z] -rw-r--r--. 1 jenkins jenkins 10 Sep 3 07:06 coverage.out [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 3 07:05 Dockerfile [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 3 07:05 Dockerfile.build [2020-09-03T07:06:47.817Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 3 07:05 docs [2020-09-03T07:06:47.817Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 3 07:05 .git [2020-09-03T07:06:47.817Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 3 07:05 .github [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 3 07:05 .gitignore [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 3 07:05 go.mod [2020-09-03T07:06:47.817Z] -rw-r--r--. 1 jenkins jenkins 20718 Sep 3 07:06 go.sum [2020-09-03T07:06:47.817Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 3 07:05 internal [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 675 Sep 3 07:05 Jenkinsfile [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 3 07:05 LICENSE [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 3 07:05 Makefile [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 3 07:05 README.md [2020-09-03T07:06:47.817Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 3 07:05 .semver [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 3 07:03 VERSION [2020-09-03T07:06:47.817Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 3 07:05 version.go [2020-09-03T07:06:47.862Z] prd-ubuntu18.04-docker-arm64-4c-16g-1250 does not seem to be running inside a container [2020-09-03T07:06:47.949Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-03T07:06:49.841Z] $ docker top 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:06:50.645Z] + 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=ae87742cb9d4291b6fddea334988a122b73d3237 --label arch=amd64 --label version=0.0.0 . [2020-09-03T07:06:50.906Z] Sending build context to Docker daemon 21.99MB [2020-09-03T07:06:50.906Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-03T07:06:50.906Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-03T07:06:50.906Z] ---> b001a1ceb994 [2020-09-03T07:06:50.906Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-03T07:06:51.172Z] ---> Running in ce3363585411 [2020-09-03T07:06:51.287Z] + go version [2020-09-03T07:06:51.287Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-03T07:06:51.434Z] Removing intermediate container ce3363585411 [2020-09-03T07:06:51.434Z] ---> 91e1695d944f [2020-09-03T07:06:51.434Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-03T07:06:51.434Z] ---> Running in aa46d72f98e9 [2020-09-03T07:06:51.696Z] Removing intermediate container aa46d72f98e9 [2020-09-03T07:06:51.696Z] ---> 7c139f380a85 [2020-09-03T07:06:51.696Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-03T07:06:52.267Z] ---> Running in 9af5443b7f6d [2020-09-03T07:06:52.267Z] Removing intermediate container 9af5443b7f6d [2020-09-03T07:06:52.267Z] ---> 59fd6bca49be [2020-09-03T07:06:52.267Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-03T07:06:52.340Z] + make test [2020-09-03T07:06:52.340Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-03T07:06:52.529Z] ---> Running in 29bb0660bf2f [2020-09-03T07:06:52.530Z] Removing intermediate container 29bb0660bf2f [2020-09-03T07:06:52.530Z] ---> cb2af5d33628 [2020-09-03T07:06:52.530Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-03T07:06:52.530Z] ---> Running in 8e67e13b4663 [2020-09-03T07:06:52.813Z] Removing intermediate container 8e67e13b4663 [2020-09-03T07:06:52.813Z] ---> b7204938e704 [2020-09-03T07:06:52.813Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:06:52.813Z] ---> Running in 3a1cca8245ae [2020-09-03T07:06:53.759Z] Removing intermediate container 3a1cca8245ae [2020-09-03T07:06:53.759Z] ---> 6a40f4f729b7 [2020-09-03T07:06:53.759Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-03T07:06:53.759Z] ---> Running in b1bc0a65f864 [2020-09-03T07:06:53.778Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-03T07:06:54.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:54.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:55.224Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T07:06:55.224Z] v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T07:06:55.224Z] OK: 12746 distinct packages available [2020-09-03T07:06:55.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:55.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:06:56.366Z] OK: 166 MiB in 39 packages [2020-09-03T07:06:56.627Z] Removing intermediate container b1bc0a65f864 [2020-09-03T07:06:56.627Z] ---> 1d480568ff23 [2020-09-03T07:06:56.627Z] Step 10/24 : ENV GO111MODULE=on [2020-09-03T07:06:56.887Z] ---> Running in d37d997db9d0 [2020-09-03T07:06:56.887Z] Removing intermediate container d37d997db9d0 [2020-09-03T07:06:56.887Z] ---> 3100427cfa81 [2020-09-03T07:06:56.887Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-03T07:06:56.887Z] ---> Running in 9456ab824488 [2020-09-03T07:06:57.152Z] Removing intermediate container 9456ab824488 [2020-09-03T07:06:57.152Z] ---> 363f12391822 [2020-09-03T07:06:57.152Z] Step 12/24 : COPY go.mod . [2020-09-03T07:06:57.414Z] ---> 6568978313fe [2020-09-03T07:06:57.414Z] Step 13/24 : COPY Makefile . [2020-09-03T07:06:57.676Z] ---> a3a7d99fd54a [2020-09-03T07:06:57.676Z] Step 14/24 : RUN make update [2020-09-03T07:06:57.676Z] ---> Running in f5bc584d0646 [2020-09-03T07:06:58.249Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-03T07:06:58.821Z] Removing intermediate container f5bc584d0646 [2020-09-03T07:06:58.821Z] ---> 03bb6a841308 [2020-09-03T07:06:58.821Z] Step 15/24 : COPY . . [2020-09-03T07:07:00.212Z] ---> d0ab1aa45af6 [2020-09-03T07:07:00.212Z] Step 16/24 : RUN ${MAKE} [2020-09-03T07:07:00.212Z] ---> Running in 5c4134af88cb [2020-09-03T07:07:00.788Z] 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-09-03T07:07:09.060Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-03T07:07:11.626Z] Removing intermediate container 5c4134af88cb [2020-09-03T07:07:11.626Z] ---> 6e7f76431eb1 [2020-09-03T07:07:11.626Z] Step 17/24 : FROM alpine [2020-09-03T07:07:11.626Z] latest: Pulling from library/alpine [2020-09-03T07:07:11.626Z] df20fa9351a1: Already exists [2020-09-03T07:07:11.887Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T07:07:11.887Z] Status: Downloaded newer image for alpine:latest [2020-09-03T07:07:11.887Z] ---> a24bb4013296 [2020-09-03T07:07:11.887Z] Step 18/24 : EXPOSE 4000 [2020-09-03T07:07:11.887Z] ---> Running in 64cdac3693e0 [2020-09-03T07:07:12.149Z] Removing intermediate container 64cdac3693e0 [2020-09-03T07:07:12.149Z] ---> 09a70f17861c [2020-09-03T07:07:12.149Z] 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-09-03T07:07:13.092Z] ---> f0d64e5e230c [2020-09-03T07:07:13.092Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-03T07:07:13.092Z] ---> Running in 9424c4d0d36b [2020-09-03T07:07:13.092Z] Removing intermediate container 9424c4d0d36b [2020-09-03T07:07:13.092Z] ---> e2a6d24d6604 [2020-09-03T07:07:13.092Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-03T07:07:13.353Z] ---> Running in b6186dc40e20 [2020-09-03T07:07:13.353Z] Removing intermediate container b6186dc40e20 [2020-09-03T07:07:13.353Z] ---> 07434ed31b9e [2020-09-03T07:07:13.353Z] Step 22/24 : LABEL arch=amd64 [2020-09-03T07:07:13.353Z] ---> Running in 174d8c7be628 [2020-09-03T07:07:13.614Z] Removing intermediate container 174d8c7be628 [2020-09-03T07:07:13.614Z] ---> 87a13f4cc243 [2020-09-03T07:07:13.614Z] Step 23/24 : LABEL git_sha=ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:07:13.614Z] ---> Running in f890dbed6fbc [2020-09-03T07:07:13.875Z] Removing intermediate container f890dbed6fbc [2020-09-03T07:07:13.875Z] ---> c1d2e0bf9aa8 [2020-09-03T07:07:13.875Z] Step 24/24 : LABEL version=0.0.0 [2020-09-03T07:07:13.875Z] ---> Running in 5482e2be45e7 [2020-09-03T07:07:13.875Z] Removing intermediate container 5482e2be45e7 [2020-09-03T07:07:13.875Z] ---> 35b0180a4172 [2020-09-03T07:07:13.875Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T07:07:14.138Z] Successfully built 35b0180a4172 [2020-09-03T07:07:14.138Z] 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] } [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-03T07:07:15.973Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-03T07:07:15.973Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-09-03T07:07:19.444Z] Warning: overwriting stash ‘coverage-report’ [2020-09-03T07:07:20.143Z] Stashed 1 file(s) [Pipeline] } [2020-09-03T07:07:20.159Z] $ docker stop --time=1 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 [2020-09-03T07:07:22.293Z] $ docker rm -f 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T07:07:23.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T07:07:23.907Z] + ls -al . [2020-09-03T07:07:23.907Z] total 120 [2020-09-03T07:07:23.907Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:06 . [2020-09-03T07:07:23.907Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 07:05 .. [2020-09-03T07:07:23.907Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 07:05 .git [2020-09-03T07:07:23.907Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:05 .github [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 3 07:05 .gitignore [2020-09-03T07:07:23.907Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 .semver [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 3 07:05 CONTRIBUTING.md [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 3 07:05 Dockerfile [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 3 07:05 Dockerfile.build [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 675 Sep 3 07:05 Jenkinsfile [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 3 07:05 LICENSE [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 3 07:05 Makefile [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 3 07:05 README.md [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 3 07:03 VERSION [2020-09-03T07:07:23.907Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 assets [2020-09-03T07:07:23.907Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:05 bin [2020-09-03T07:07:23.907Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 cmd [2020-09-03T07:07:23.907Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 3 07:06 coverage.out [2020-09-03T07:07:23.907Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 3 07:05 docs [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 3 07:05 go.mod [2020-09-03T07:07:23.907Z] -rw-r--r-- 1 jenkins jenkins 20718 Sep 3 07:06 go.sum [2020-09-03T07:07:23.907Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:05 internal [2020-09-03T07:07:23.907Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 3 07:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:07:24.333Z] + 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=ae87742cb9d4291b6fddea334988a122b73d3237 --label arch=arm64 --label version=0.0.0 . [2020-09-03T07:07:24.954Z] Sending build context to Docker daemon 21.99MB [2020-09-03T07:07:24.954Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-03T07:07:24.954Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-03T07:07:24.954Z] ---> e79c8cb1510b [2020-09-03T07:07:24.954Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-03T07:07:25.243Z] ---> Running in 3e3ffb7b2edc [2020-09-03T07:07:25.853Z] Removing intermediate container 3e3ffb7b2edc [2020-09-03T07:07:25.853Z] ---> b14ab7ab1dd0 [2020-09-03T07:07:25.853Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-03T07:07:25.853Z] ---> Running in 2acb7dd53f81 [2020-09-03T07:07:26.443Z] Removing intermediate container 2acb7dd53f81 [2020-09-03T07:07:26.443Z] ---> 84ecc30f300c [2020-09-03T07:07:26.443Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-03T07:07:26.443Z] ---> Running in 1c60bc41dc7e [2020-09-03T07:07:27.037Z] Removing intermediate container 1c60bc41dc7e [2020-09-03T07:07:27.037Z] ---> 5a6a05279155 [2020-09-03T07:07:27.037Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-03T07:07:27.037Z] ---> Running in a7dddf1b8032 [2020-09-03T07:07:27.632Z] Removing intermediate container a7dddf1b8032 [2020-09-03T07:07:27.632Z] ---> 1c305b15488e [2020-09-03T07:07:27.632Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-03T07:07:27.632Z] ---> Running in 2df4dbba92a9 [2020-09-03T07:07:28.224Z] Removing intermediate container 2df4dbba92a9 [2020-09-03T07:07:28.224Z] ---> 1243529e6ec6 [2020-09-03T07:07:28.224Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:07:28.224Z] ---> Running in 986763fd3369 [2020-09-03T07:07:30.845Z] Removing intermediate container 986763fd3369 [2020-09-03T07:07:30.845Z] ---> af6dbf98a0f6 [2020-09-03T07:07:30.845Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-03T07:07:30.845Z] ---> Running in 0ac254293730 [2020-09-03T07:07:32.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:07:32.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:07:33.848Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T07:07:33.848Z] v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T07:07:33.848Z] OK: 12617 distinct packages available [2020-09-03T07:07:33.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:07:34.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:07:35.420Z] OK: 142 MiB in 39 packages [2020-09-03T07:07:36.394Z] Removing intermediate container 0ac254293730 [2020-09-03T07:07:36.394Z] ---> 074e4513fcb8 [2020-09-03T07:07:36.394Z] Step 10/24 : ENV GO111MODULE=on [2020-09-03T07:07:36.665Z] ---> Running in dd6ac18a5fbd [2020-09-03T07:07:36.936Z] Removing intermediate container dd6ac18a5fbd [2020-09-03T07:07:36.937Z] ---> c32280a779b1 [2020-09-03T07:07:36.937Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-03T07:07:37.211Z] ---> Running in e3558da809dc [2020-09-03T07:07:37.804Z] Removing intermediate container e3558da809dc [2020-09-03T07:07:37.804Z] ---> c8dd94c6b372 [2020-09-03T07:07:37.804Z] Step 12/24 : COPY go.mod . [2020-09-03T07:07:38.398Z] ---> 6e546b7504dc [2020-09-03T07:07:38.398Z] Step 13/24 : COPY Makefile . [2020-09-03T07:07:38.991Z] ---> e3a5624d143b [2020-09-03T07:07:38.991Z] Step 14/24 : RUN make update [2020-09-03T07:07:39.266Z] ---> Running in 8a94efb897ee [2020-09-03T07:07:40.695Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-03T07:07:42.120Z] Removing intermediate container 8a94efb897ee [2020-09-03T07:07:42.120Z] ---> 9534c88190c9 [2020-09-03T07:07:42.120Z] Step 15/24 : COPY . . [2020-09-03T07:07:44.088Z] ---> 7ebef1d6b13a [2020-09-03T07:07:44.089Z] Step 16/24 : RUN ${MAKE} [2020-09-03T07:07:44.089Z] ---> Running in 173762759d80 [2020-09-03T07:07:45.525Z] 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-09-03T07:08:07.702Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-03T07:08:15.955Z] Removing intermediate container 173762759d80 [2020-09-03T07:08:15.955Z] ---> 5e6dc7779361 [2020-09-03T07:08:15.955Z] Step 17/24 : FROM alpine [2020-09-03T07:08:15.955Z] latest: Pulling from library/alpine [2020-09-03T07:08:15.955Z] b538f80385f9: Already exists [2020-09-03T07:08:15.955Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T07:08:15.955Z] Status: Downloaded newer image for alpine:latest [2020-09-03T07:08:15.955Z] ---> 62ee0e9f8440 [2020-09-03T07:08:15.955Z] Step 18/24 : EXPOSE 4000 [2020-09-03T07:08:15.955Z] ---> Running in 64142bf48485 [2020-09-03T07:08:16.230Z] Removing intermediate container 64142bf48485 [2020-09-03T07:08:16.230Z] ---> 178ad6fa14c3 [2020-09-03T07:08:16.230Z] 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-09-03T07:08:18.204Z] ---> 8335d47c7b77 [2020-09-03T07:08:18.204Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-03T07:08:18.204Z] ---> Running in c113d8598293 [2020-09-03T07:08:18.477Z] Removing intermediate container c113d8598293 [2020-09-03T07:08:18.477Z] ---> fe78a5f368dc [2020-09-03T07:08:18.477Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-03T07:08:18.748Z] ---> Running in 72fa7c995b88 [2020-09-03T07:08:19.020Z] Removing intermediate container 72fa7c995b88 [2020-09-03T07:08:19.020Z] ---> 5e8cab9b51e3 [2020-09-03T07:08:19.020Z] Step 22/24 : LABEL arch=arm64 [2020-09-03T07:08:19.292Z] ---> Running in 4b372952f74f [2020-09-03T07:08:19.564Z] Removing intermediate container 4b372952f74f [2020-09-03T07:08:19.564Z] ---> abd49e7d9f0a [2020-09-03T07:08:19.564Z] Step 23/24 : LABEL git_sha=ae87742cb9d4291b6fddea334988a122b73d3237 [2020-09-03T07:08:19.838Z] ---> Running in 9f3a2e6629c3 [2020-09-03T07:08:20.111Z] Removing intermediate container 9f3a2e6629c3 [2020-09-03T07:08:20.111Z] ---> 7e3e9178dd55 [2020-09-03T07:08:20.111Z] Step 24/24 : LABEL version=0.0.0 [2020-09-03T07:08:20.383Z] ---> Running in 8ccbc451178b [2020-09-03T07:08:20.976Z] Removing intermediate container 8ccbc451178b [2020-09-03T07:08:20.976Z] ---> a480e777e6b6 [2020-09-03T07:08:20.976Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T07:08:20.976Z] Successfully built a480e777e6b6 [2020-09-03T07:08:20.976Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-03T07:08:22.520Z] provisioning config files... [2020-09-03T07:08:22.532Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config6274812033390334865tmp [Pipeline] { [Pipeline] sh [2020-09-03T07:08:22.905Z] + curl -s https://codecov.io/bash [2020-09-03T07:08:22.905Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config6274812033390334865tmp [Pipeline] } [2020-09-03T07:08:23.175Z] 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-09-03T07:08:24.983Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:08:25.546Z] ---> package-listing.sh [2020-09-03T07:08:25.546Z] ++ facter osfamily [2020-09-03T07:08:25.546Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T07:08:25.546Z] + OS_FAMILY=redhat [2020-09-03T07:08:25.546Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-258 [2020-09-03T07:08:25.546Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T07:08:25.546Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T07:08:25.546Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T07:08:25.546Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T07:08:25.546Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-258 ']' [2020-09-03T07:08:25.546Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T07:08:25.546Z] + case "${OS_FAMILY}" in [2020-09-03T07:08:25.546Z] + rpm -qa [2020-09-03T07:08:25.546Z] + sort [2020-09-03T07:08:29.774Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T07:08:29.774Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T07:08:29.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T07:08:29.774Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-258 ']' [2020-09-03T07:08:29.774Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-258/archives/ [2020-09-03T07:08:29.774Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-258/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:08:30.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:08:30.983Z] [2020-09-03T07:08:30.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:08:31.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:08:31.338Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T07:08:31.338Z] df20fa9351a1: Pulling fs layer [2020-09-03T07:08:31.338Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T07:08:31.338Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T07:08:31.338Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T07:08:31.338Z] 0dadc02b9964: Pulling fs layer [2020-09-03T07:08:31.338Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T07:08:31.338Z] 7a184a31f384: Pulling fs layer [2020-09-03T07:08:31.338Z] 0879bd2ef858: Pulling fs layer [2020-09-03T07:08:31.338Z] 46f8f816bc3b: Waiting [2020-09-03T07:08:31.338Z] 0dadc02b9964: Waiting [2020-09-03T07:08:31.338Z] ce6a7cf60c04: Waiting [2020-09-03T07:08:31.338Z] 7a184a31f384: Waiting [2020-09-03T07:08:31.338Z] 0879bd2ef858: Waiting [2020-09-03T07:08:31.338Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T07:08:31.338Z] 36b3adc4ff6f: Download complete [2020-09-03T07:08:31.338Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T07:08:31.338Z] 46f8f816bc3b: Download complete [2020-09-03T07:08:31.609Z] df20fa9351a1: Download complete [2020-09-03T07:08:31.609Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T07:08:31.609Z] ce6a7cf60c04: Download complete [2020-09-03T07:08:31.609Z] 7a184a31f384: Verifying Checksum [2020-09-03T07:08:31.609Z] 7a184a31f384: Download complete [2020-09-03T07:08:31.609Z] 0dadc02b9964: Verifying Checksum [2020-09-03T07:08:31.609Z] 0dadc02b9964: Download complete [2020-09-03T07:08:31.609Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T07:08:31.609Z] 8ad3a11d3b57: Download complete [2020-09-03T07:08:31.873Z] df20fa9351a1: Pull complete [2020-09-03T07:08:31.873Z] 0879bd2ef858: Verifying Checksum [2020-09-03T07:08:31.873Z] 0879bd2ef858: Download complete [2020-09-03T07:08:32.134Z] 36b3adc4ff6f: Pull complete [2020-09-03T07:08:32.711Z] 8ad3a11d3b57: Pull complete [2020-09-03T07:08:32.973Z] 46f8f816bc3b: Pull complete [2020-09-03T07:08:33.236Z] 0dadc02b9964: Pull complete [2020-09-03T07:08:33.497Z] ce6a7cf60c04: Pull complete [2020-09-03T07:08:33.497Z] 7a184a31f384: Pull complete [2020-09-03T07:08:36.084Z] 0879bd2ef858: Pull complete [2020-09-03T07:08:36.084Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T07:08:36.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:08:36.084Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T07:08:36.228Z] prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container [2020-09-03T07:08:36.277Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_PR-258 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258:/w/workspace/edgexfoundry_edgex-ui-go_PR-258:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-03T07:08:42.148Z] $ docker top 8489ce14e3fa02b9b2b6ae57f2258b74ba9bca48b56371143f45a65f69ccfdf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T07:08:42.756Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T07:08:43.061Z] + ls /var/log/sa-host [2020-09-03T07:08:43.061Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T07:08:43.061Z] file_magic: OK [2020-09-03T07:08:43.061Z] HZ: Using current value: 100 [2020-09-03T07:08:43.061Z] file_header: OK [2020-09-03T07:08:43.061Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T07:08:43.061Z] Statistics: [2020-09-03T07:08:43.061Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T07:08:43.061Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T07:08:43.061Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T07:08:43.061Z] file_magic: OK [2020-09-03T07:08:43.061Z] HZ: Using current value: 100 [2020-09-03T07:08:43.061Z] file_header: OK [2020-09-03T07:08:43.061Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T07:08:43.061Z] Statistics: [2020-09-03T07:08:43.061Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T07:08:43.061Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T07:08:43.121Z] provisioning config files... [2020-09-03T07:08:43.136Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config5767704103671281031tmp [Pipeline] { [Pipeline] echo [2020-09-03T07:08:43.214Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:08:43.799Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T07:08:43.861Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:08:44.195Z] ---> logs-deploy.sh [2020-09-03T07:08:44.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-258/2 [2020-09-03T07:08:44.196Z] INFO: archiving workspace using pattern(s): [2020-09-03T07:08:45.598Z] Archives upload complete. [2020-09-03T07:08:45.598Z] INFO: archiving logs to Nexus