Pull request #239 opened 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 DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 06ea564be64d0c4d37e15143b1f80c1cbda10af1 rather than 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Obtained Jenkinsfile from 06ea564be64d0c4d37e15143b1f80c1cbda10af1 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-239/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2452’ is offline Running on prd-centos7-docker-4c-2g-2455 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-239 # 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # 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 Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) 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/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # 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 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 Commit message: "Remove useless code about gateway messbox prompt" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-10T11:56:34.122Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-10T11:56:34.332Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-10T11:56:34.446Z] ========================================================= [2020-06-10T11:56:34.446Z] EdgeX Global Pipelines Version Info [2020-06-10T11:56:34.446Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-10T11:56:35.903Z] ------------------- [2020-06-10T11:56:35.904Z] stable info: [2020-06-10T11:56:35.904Z] ------------------- [2020-06-10T11:56:35.904Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-10T11:56:35.904Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T11:56:35.904Z] Message: update stable to v1.0.89 [2020-06-10T11:56:36.848Z] ------------------- [2020-06-10T11:56:36.848Z] experimental info: [2020-06-10T11:56:36.848Z] ------------------- [2020-06-10T11:56:36.848Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-10T11:56:36.848Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T11:56:36.848Z] 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-06-10T11:56:38.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:56:38.476Z] [2020-06-10T11:56:38.476Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:56:38.829Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:56:38.829Z] latest: Pulling from edgex-devops/git-semver [2020-06-10T11:56:38.829Z] 9123ac7c32f7: Pulling fs layer [2020-06-10T11:56:38.829Z] b8cc5d1170e3: Pulling fs layer [2020-06-10T11:56:38.829Z] 2924cbbf6a41: Pulling fs layer [2020-06-10T11:56:38.829Z] 93b08a4f1073: Pulling fs layer [2020-06-10T11:56:38.829Z] 93b08a4f1073: Waiting [2020-06-10T11:56:38.829Z] b8cc5d1170e3: Verifying Checksum [2020-06-10T11:56:38.829Z] b8cc5d1170e3: Download complete [2020-06-10T11:56:38.829Z] 9123ac7c32f7: Verifying Checksum [2020-06-10T11:56:38.829Z] 9123ac7c32f7: Download complete [2020-06-10T11:56:39.094Z] 2924cbbf6a41: Verifying Checksum [2020-06-10T11:56:39.094Z] 2924cbbf6a41: Download complete [2020-06-10T11:56:39.094Z] 93b08a4f1073: Verifying Checksum [2020-06-10T11:56:39.094Z] 93b08a4f1073: Download complete [2020-06-10T11:56:39.360Z] 9123ac7c32f7: Pull complete [2020-06-10T11:56:39.360Z] b8cc5d1170e3: Pull complete [2020-06-10T11:56:40.307Z] 2924cbbf6a41: Pull complete [2020-06-10T11:56:40.307Z] 93b08a4f1073: Pull complete [2020-06-10T11:56:40.307Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-10T11:56:40.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T11:56:40.307Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-10T11:56:40.440Z] prd-centos7-docker-4c-2g-2455 does not seem to be running inside a container [2020-06-10T11:56:40.482Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-10T11:56:42.519Z] $ docker top 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-10T11:56:42.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T11:56:42.771Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T11:56:42.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T11:56:42.963Z] $ docker exec 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent [2020-06-10T11:56:43.130Z] SSH_AUTH_SOCK=/tmp/ssh-cDD6XHuc3Svh/agent.11 [2020-06-10T11:56:43.130Z] SSH_AGENT_PID=16 [2020-06-10T11:56:43.140Z] Running ssh-add (command line suppressed) [2020-06-10T11:56:43.271Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_8393594766102714731.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_8393594766102714731.key) [2020-06-10T11:56:43.322Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T11:56:43.672Z] + git describe --exact-match --tags HEAD [2020-06-10T11:56:43.673Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-10T11:56:43.866Z] $ docker exec --env ******** --env ******** 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent -k [2020-06-10T11:56:44.000Z] unset SSH_AUTH_SOCK; [2020-06-10T11:56:44.000Z] unset SSH_AGENT_PID; [2020-06-10T11:56:44.000Z] echo Agent pid 16 killed; [2020-06-10T11:56:44.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-10T11:56:44.173Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-10T11:56:44.173Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-10T11:56:44.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T11:56:44.241Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T11:56:44.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T11:56:44.403Z] $ docker exec 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent [2020-06-10T11:56:44.564Z] SSH_AUTH_SOCK=/tmp/ssh-VRcfj1NvP5uP/agent.46 [2020-06-10T11:56:44.564Z] SSH_AGENT_PID=51 [2020-06-10T11:56:44.571Z] Running ssh-add (command line suppressed) [2020-06-10T11:56:44.696Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_2121253517714440351.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/private_key_2121253517714440351.key) [2020-06-10T11:56:44.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T11:56:45.099Z] + git semver init [2020-06-10T11:56:45.099Z] # -> Open(): unable to determine branch for HEAD [2020-06-10T11:56:45.099Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.git [2020-06-10T11:56:45.099Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-10T11:56:45.099Z] # $SEMVER_REMOTE_NAME = origin [2020-06-10T11:56:45.099Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-10T11:56:45.099Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-10T11:56:45.099Z] # $SEMVER_BRANCH = PR-239 [2020-06-10T11:56:45.099Z] # $SEMVER_TEMP = /tmp/semver-288839929 [2020-06-10T11:56:45.099Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-10T11:56:46.046Z] # '/tmp/semver-288839929' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver' [2020-06-10T11:56:46.046Z] # -> Force: false [2020-06-10T11:56:46.046Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-239/.semver [Pipeline] } [2020-06-10T11:56:46.066Z] $ docker exec --env ******** --env ******** 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b ssh-agent -k [2020-06-10T11:56:46.174Z] unset SSH_AUTH_SOCK; [2020-06-10T11:56:46.174Z] unset SSH_AGENT_PID; [2020-06-10T11:56:46.174Z] echo Agent pid 51 killed; [2020-06-10T11:56:46.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-10T11:56:46.687Z] + git semver [Pipeline] } [2020-06-10T11:56:46.715Z] $ docker stop --time=1 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b [2020-06-10T11:56:48.248Z] $ docker rm -f 17f764b3183fadd9aafacc7d487e2f979c4abac317a2f126c2ee1780076f328b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-10T11:56:49.098Z] Stashed 56 file(s) [Pipeline] echo [2020-06-10T11:56:49.114Z] [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-06-10T11:57:04.486Z] Still waiting to schedule task [2020-06-10T11:57:04.486Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-10T11:57:04.507Z] Still waiting to schedule task [2020-06-10T11:57:04.507Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-10T11:58:40.054Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2456 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws [2020-06-10T11:58:40.110Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-06-10T11:58:45.005Z] using credential edgex-jenkins-ssh [2020-06-10T11:58:45.038Z] Cloning the remote Git repository [2020-06-10T11:58:45.038Z] Cloning with configured refspecs honoured and without tags [2020-06-10T11:58:45.073Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:58:45.188Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-06-10T11:58:45.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:58:45.255Z] > git --version # timeout=10 [2020-06-10T11:58:45.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:58:45.320Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:58:46.525Z] Fetching without tags [2020-06-10T11:58:46.984Z] Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T11:58:47.296Z] Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T11:58:47.297Z] Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) [2020-06-10T11:58:46.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:58:46.424Z] > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 [2020-06-10T11:58:46.442Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:58:46.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:58:46.514Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:58:46.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:58:46.527Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:58:46.980Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:58:47.004Z] > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 [2020-06-10T11:58:47.185Z] > git remote # timeout=10 [2020-06-10T11:58:47.200Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T11:58:47.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:58:47.228Z] > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [2020-06-10T11:58:47.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T11:58:47.278Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:58:47.302Z] > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 [2020-06-10T11:58:51.969Z] Commit message: "Remove useless code about gateway messbox prompt" [2020-06-10T11:58:52.006Z] > git --version # timeout=10 [2020-06-10T11:58:52.032Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-10T11:58:53.716Z] ========================================================= [2020-06-10T11:58:53.716Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-10T11:58:53.716Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:58:54.976Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-10T11:58:55.964Z] Sending build context to Docker daemon 12.91MB [2020-06-10T11:58:55.964Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-10T11:58:55.964Z] Step 2/8 : FROM ${BASE} [2020-06-10T11:58:56.239Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-10T11:58:56.239Z] cde5963f3b93: Pulling fs layer [2020-06-10T11:58:56.239Z] 2a23fa8c16f7: Pulling fs layer [2020-06-10T11:58:56.239Z] 777b28850792: Pulling fs layer [2020-06-10T11:58:56.239Z] 8a11ddd9e578: Pulling fs layer [2020-06-10T11:58:56.239Z] 4cf88f913ddb: Pulling fs layer [2020-06-10T11:58:56.239Z] 1df406cf5192: Pulling fs layer [2020-06-10T11:58:56.239Z] cd6300453558: Pulling fs layer [2020-06-10T11:58:56.239Z] b9c365052c96: Pulling fs layer [2020-06-10T11:58:56.239Z] a2d8cc88f415: Pulling fs layer [2020-06-10T11:58:56.239Z] ea1d1ca13537: Pulling fs layer [2020-06-10T11:58:56.239Z] 3750a50a1c5e: Pulling fs layer [2020-06-10T11:58:56.239Z] cd6300453558: Waiting [2020-06-10T11:58:56.239Z] b9c365052c96: Waiting [2020-06-10T11:58:56.239Z] 8a11ddd9e578: Waiting [2020-06-10T11:58:56.239Z] a2d8cc88f415: Waiting [2020-06-10T11:58:56.239Z] ea1d1ca13537: Waiting [2020-06-10T11:58:56.239Z] 4cf88f913ddb: Waiting [2020-06-10T11:58:56.239Z] 3750a50a1c5e: Waiting [2020-06-10T11:58:56.239Z] 1df406cf5192: Waiting [2020-06-10T11:58:56.239Z] 777b28850792: Verifying Checksum [2020-06-10T11:58:56.239Z] 777b28850792: Download complete [2020-06-10T11:58:56.517Z] 2a23fa8c16f7: Download complete [2020-06-10T11:58:56.517Z] 4cf88f913ddb: Verifying Checksum [2020-06-10T11:58:56.517Z] 4cf88f913ddb: Download complete [2020-06-10T11:58:56.517Z] 1df406cf5192: Verifying Checksum [2020-06-10T11:58:56.517Z] 1df406cf5192: Download complete [2020-06-10T11:58:56.517Z] cde5963f3b93: Verifying Checksum [2020-06-10T11:58:57.124Z] cde5963f3b93: Pull complete [2020-06-10T11:58:57.739Z] 2a23fa8c16f7: Pull complete [2020-06-10T11:58:58.016Z] 777b28850792: Pull complete [2020-06-10T11:58:59.005Z] cd6300453558: Verifying Checksum [2020-06-10T11:58:59.006Z] cd6300453558: Download complete [2020-06-10T11:58:59.006Z] a2d8cc88f415: Verifying Checksum [2020-06-10T11:58:59.006Z] a2d8cc88f415: Download complete [2020-06-10T11:59:00.485Z] ea1d1ca13537: Verifying Checksum [2020-06-10T11:59:00.485Z] ea1d1ca13537: Download complete [2020-06-10T11:59:00.485Z] 3750a50a1c5e: Download complete [2020-06-10T11:59:01.468Z] 8a11ddd9e578: Verifying Checksum [2020-06-10T11:59:01.468Z] 8a11ddd9e578: Download complete [2020-06-10T11:59:01.468Z] b9c365052c96: Verifying Checksum [2020-06-10T11:59:01.468Z] b9c365052c96: Download complete [2020-06-10T11:59:13.900Z] 8a11ddd9e578: Pull complete [2020-06-10T11:59:13.900Z] 4cf88f913ddb: Pull complete [2020-06-10T11:59:13.900Z] 1df406cf5192: Pull complete [2020-06-10T11:59:18.216Z] cd6300453558: Pull complete [2020-06-10T11:59:22.548Z] b9c365052c96: Pull complete [2020-06-10T11:59:22.833Z] a2d8cc88f415: Pull complete [2020-06-10T11:59:24.810Z] ea1d1ca13537: Pull complete [2020-06-10T11:59:25.085Z] 3750a50a1c5e: Pull complete [2020-06-10T11:59:25.085Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-10T11:59:25.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-10T11:59:25.085Z] ---> 78745c68409d [2020-06-10T11:59:25.085Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-10T11:59:29.390Z] ---> Running in 382a27564b7e [2020-06-10T11:59:29.668Z] Removing intermediate container 382a27564b7e [2020-06-10T11:59:29.668Z] ---> 548cd59dcdc7 [2020-06-10T11:59:29.668Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T11:59:29.668Z] ---> Running in de2c03df1c46 [2020-06-10T11:59:32.284Z] Removing intermediate container de2c03df1c46 [2020-06-10T11:59:32.284Z] ---> e06aed4682d5 [2020-06-10T11:59:32.284Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-10T11:59:32.557Z] ---> Running in 8155f47d6617 [2020-06-10T11:59:33.982Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T11:59:34.574Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T11:59:35.175Z] OK: 125 MiB in 39 packages [2020-06-10T11:59:36.604Z] Removing intermediate container 8155f47d6617 [2020-06-10T11:59:36.604Z] ---> a4f582265063 [2020-06-10T11:59:36.604Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-10T11:59:36.604Z] ---> Running in 639fb5c9cdda [2020-06-10T11:59:37.200Z] Removing intermediate container 639fb5c9cdda [2020-06-10T11:59:37.200Z] ---> fad605a974f3 [2020-06-10T11:59:37.200Z] Step 7/8 : COPY . . [2020-06-10T11:59:38.631Z] ---> ebe02711710b [2020-06-10T11:59:38.631Z] Step 8/8 : RUN go mod download [2020-06-10T11:59:38.905Z] ---> Running in 9031f809b448 [2020-06-10T11:59:45.096Z] Running on prd-centos7-docker-4c-2g-2457 in /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [Pipeline] { [Pipeline] ws [2020-06-10T11:59:45.152Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-06-10T11:59:45.606Z] go: finding cloud.google.com/go v0.26.0 [2020-06-10T11:59:45.606Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T11:59:45.606Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-06-10T11:59:45.606Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-06-10T11:59:45.606Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-06-10T11:59:45.606Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-06-10T11:59:45.606Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-10T11:59:45.606Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-10T11:59:45.606Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T11:59:45.606Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-10T11:59:45.606Z] go: finding github.com/armon/go-radix v1.0.0 [2020-06-10T11:59:45.606Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-06-10T11:59:45.606Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-10T11:59:45.606Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T11:59:45.606Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-06-10T11:59:45.606Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-10T11:59:45.606Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-10T11:59:45.606Z] go: finding github.com/client9/misspell v0.3.4 [2020-06-10T11:59:45.606Z] go: finding github.com/coredns/coredns v1.1.2 [2020-06-10T11:59:45.606Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T11:59:45.606Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-06-10T11:59:45.606Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-06-10T11:59:45.606Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-06-10T11:59:45.606Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-06-10T11:59:45.606Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-06-10T11:59:45.878Z] go: finding github.com/docker/go-connections v0.3.0 [2020-06-10T11:59:45.878Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-10T11:59:45.878Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-10T11:59:45.878Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-06-10T11:59:45.878Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-06-10T11:59:45.878Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-06-10T11:59:45.878Z] go: finding github.com/fatih/color v1.9.0 [2020-06-10T11:59:45.878Z] go: finding github.com/fatih/structs v1.1.0 [2020-06-10T11:59:46.150Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-10T11:59:46.150Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-06-10T11:59:46.150Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-10T11:59:46.150Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-06-10T11:59:46.150Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T11:59:46.150Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-06-10T11:59:46.150Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T11:59:46.150Z] go: finding github.com/go-test/deep v1.0.2 [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-06-10T11:59:46.419Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-06-10T11:59:46.689Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-06-10T11:59:46.958Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-06-10T11:59:46.958Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-06-10T11:59:46.958Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-06-10T11:59:46.958Z] go: finding github.com/golang/mock v1.1.1 [2020-06-10T11:59:46.958Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-10T11:59:46.958Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-10T11:59:46.958Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-10T11:59:46.958Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T11:59:46.958Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-10T11:59:47.227Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-06-10T11:59:47.227Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-10T11:59:47.227Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-06-10T11:59:47.227Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-06-10T11:59:47.228Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-06-10T11:59:47.228Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T11:59:47.228Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-10T11:59:47.228Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-06-10T11:59:47.503Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-06-10T11:59:47.684Z] using credential edgex-jenkins-ssh [2020-06-10T11:59:47.712Z] Cloning the remote Git repository [2020-06-10T11:59:47.712Z] Cloning with configured refspecs honoured and without tags [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-06-10T11:59:47.774Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-06-10T11:59:48.045Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-06-10T11:59:48.316Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-06-10T11:59:47.678Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:59:47.806Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-06-10T11:59:48.000Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:59:48.000Z] > git --version # timeout=10 [2020-06-10T11:59:48.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:59:48.044Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:59:48.586Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-06-10T11:59:48.586Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-06-10T11:59:48.586Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-10T11:59:48.586Z] go: finding github.com/imdario/mergo v0.3.6 [2020-06-10T11:59:48.586Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-06-10T11:59:48.586Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-06-10T11:59:48.856Z] Fetching without tags [2020-06-10T11:59:48.856Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-06-10T11:59:48.856Z] go: finding github.com/joho/godotenv v1.3.0 [2020-06-10T11:59:48.856Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-06-10T11:59:48.856Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-10T11:59:48.856Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-06-10T11:59:48.856Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-10T11:59:48.856Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-06-10T11:59:48.856Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-06-10T11:59:49.126Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-06-10T11:59:49.126Z] go: finding github.com/klauspost/compress v1.9.5 [2020-06-10T11:59:49.126Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-06-10T11:59:49.126Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T11:59:49.126Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-10T11:59:49.126Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T11:59:49.126Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T11:59:49.126Z] go: finding github.com/likexian/gokit v0.20.16 [2020-06-10T11:59:49.126Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-06-10T11:59:49.310Z] Merging remotes/origin/master commit 06ea564be64d0c4d37e15143b1f80c1cbda10af1 into PR head commit 5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T11:59:49.396Z] go: finding github.com/linode/linodego v0.7.1 [2020-06-10T11:59:49.396Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-06-10T11:59:49.396Z] go: finding github.com/markbates/safe v1.0.1 [2020-06-10T11:59:49.396Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-10T11:59:49.396Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-10T11:59:49.396Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-10T11:59:49.396Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T11:59:49.396Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-06-10T11:59:49.457Z] Merge succeeded, producing 5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T11:59:49.458Z] Checking out Revision 5144b27adca1737493c370d1cbb6fc7e022cf9c9 (PR-239) [2020-06-10T11:59:49.666Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T11:59:49.666Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-10T11:59:49.666Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-10T11:59:49.666Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-10T11:59:49.666Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-10T11:59:49.666Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-06-10T11:59:49.666Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-10T11:59:49.666Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-06-10T11:59:49.666Z] go: finding github.com/oklog/run v1.0.0 [2020-06-10T11:59:48.802Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:59:48.822Z] > git config --add remote.origin.fetch +refs/pull/239/head:refs/remotes/origin/PR-239 # timeout=10 [2020-06-10T11:59:48.831Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:59:48.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-10T11:59:48.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-10T11:59:48.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:59:48.867Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/239/head:refs/remotes/origin/PR-239 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T11:59:49.318Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:59:49.329Z] > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 [2020-06-10T11:59:49.426Z] > git remote # timeout=10 [2020-06-10T11:59:49.433Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T11:59:49.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T11:59:49.442Z] > git merge 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [2020-06-10T11:59:49.451Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T11:59:49.461Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T11:59:49.470Z] > git checkout -f 5144b27adca1737493c370d1cbb6fc7e022cf9c9 # timeout=10 [2020-06-10T11:59:49.938Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-06-10T11:59:49.938Z] go: finding github.com/onsi/gomega v1.4.2 [2020-06-10T11:59:49.938Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-06-10T11:59:49.938Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-10T11:59:49.938Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-06-10T11:59:49.938Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-10T11:59:49.938Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-06-10T11:59:49.938Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-06-10T11:59:50.208Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T11:59:50.208Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T11:59:50.208Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T11:59:50.208Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-10T11:59:50.208Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-10T11:59:50.208Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-10T11:59:50.208Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-10T11:59:50.208Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-06-10T11:59:50.208Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-06-10T11:59:50.208Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-10T11:59:50.208Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-06-10T11:59:50.208Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T11:59:50.208Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-06-10T11:59:50.479Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-06-10T11:59:50.479Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-10T11:59:50.479Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-06-10T11:59:50.479Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-06-10T11:59:50.479Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-06-10T11:59:50.479Z] go: finding github.com/spf13/cobra v0.0.3 [2020-06-10T11:59:50.479Z] go: finding github.com/spf13/pflag v1.0.3 [2020-06-10T11:59:50.750Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-10T11:59:50.750Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-10T11:59:50.750Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-06-10T11:59:50.750Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-06-10T11:59:50.750Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-06-10T11:59:50.750Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-10T11:59:50.750Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-06-10T11:59:50.750Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-10T11:59:50.750Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-06-10T11:59:50.750Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-06-10T11:59:51.019Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-10T11:59:51.019Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-10T11:59:51.019Z] go: finding golang.org/x/text v0.3.2 [2020-06-10T11:59:51.019Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-06-10T11:59:51.291Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-10T11:59:51.291Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-10T11:59:51.291Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-06-10T11:59:51.291Z] go: finding google.golang.org/appengine v1.4.0 [2020-06-10T11:59:51.291Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-06-10T11:59:51.291Z] go: finding google.golang.org/grpc v1.23.0 [2020-06-10T11:59:51.291Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-06-10T11:59:51.291Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-06-10T11:59:51.563Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-06-10T11:59:51.563Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T11:59:51.563Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-06-10T11:59:51.834Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-06-10T11:59:51.834Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-10T11:59:51.834Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T11:59:51.834Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-06-10T11:59:51.834Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-06-10T11:59:51.834Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-06-10T11:59:52.107Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-06-10T11:59:52.107Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-06-10T11:59:52.107Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-06-10T11:59:53.266Z] Commit message: "Remove useless code about gateway messbox prompt" [2020-06-10T11:59:53.292Z] > git --version # timeout=10 [2020-06-10T11:59:53.302Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-10T11:59:54.345Z] ========================================================= [2020-06-10T11:59:54.345Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-10T11:59:54.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T11:59:55.156Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-10T11:59:55.418Z] Sending build context to Docker daemon 12.91MB [2020-06-10T11:59:55.418Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-10T11:59:55.418Z] Step 2/8 : FROM ${BASE} [2020-06-10T11:59:55.690Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-10T11:59:55.690Z] e6b0cf9c0882: Pulling fs layer [2020-06-10T11:59:55.690Z] 2848faf0eed1: Pulling fs layer [2020-06-10T11:59:55.690Z] 0f37312ad70f: Pulling fs layer [2020-06-10T11:59:55.690Z] 5788d62ee057: Pulling fs layer [2020-06-10T11:59:55.690Z] 0e6b1d234666: Pulling fs layer [2020-06-10T11:59:55.690Z] bf5d7aec512f: Pulling fs layer [2020-06-10T11:59:55.690Z] 34c802a77dc8: Pulling fs layer [2020-06-10T11:59:55.690Z] 9eb99e56ec68: Pulling fs layer [2020-06-10T11:59:55.690Z] 27c7a5d97fbd: Pulling fs layer [2020-06-10T11:59:55.690Z] 5c102a31e300: Pulling fs layer [2020-06-10T11:59:55.690Z] dcfb455df0a1: Pulling fs layer [2020-06-10T11:59:55.690Z] 34c802a77dc8: Waiting [2020-06-10T11:59:55.690Z] 9eb99e56ec68: Waiting [2020-06-10T11:59:55.690Z] 27c7a5d97fbd: Waiting [2020-06-10T11:59:55.690Z] 5c102a31e300: Waiting [2020-06-10T11:59:55.690Z] dcfb455df0a1: Waiting [2020-06-10T11:59:55.690Z] 5788d62ee057: Waiting [2020-06-10T11:59:55.690Z] 0e6b1d234666: Waiting [2020-06-10T11:59:55.690Z] bf5d7aec512f: Waiting [2020-06-10T11:59:55.690Z] 0f37312ad70f: Download complete [2020-06-10T11:59:55.690Z] 2848faf0eed1: Verifying Checksum [2020-06-10T11:59:55.690Z] 2848faf0eed1: Download complete [2020-06-10T11:59:55.690Z] 0e6b1d234666: Verifying Checksum [2020-06-10T11:59:55.690Z] 0e6b1d234666: Download complete [2020-06-10T11:59:55.690Z] bf5d7aec512f: Verifying Checksum [2020-06-10T11:59:55.690Z] bf5d7aec512f: Download complete [2020-06-10T11:59:55.690Z] e6b0cf9c0882: Verifying Checksum [2020-06-10T11:59:55.690Z] e6b0cf9c0882: Download complete [2020-06-10T11:59:55.974Z] e6b0cf9c0882: Pull complete [2020-06-10T11:59:56.251Z] 2848faf0eed1: Pull complete [2020-06-10T11:59:57.231Z] 34c802a77dc8: Verifying Checksum [2020-06-10T11:59:57.231Z] 34c802a77dc8: Download complete [2020-06-10T11:59:57.231Z] 27c7a5d97fbd: Verifying Checksum [2020-06-10T11:59:57.231Z] 27c7a5d97fbd: Download complete [2020-06-10T11:59:57.231Z] 0f37312ad70f: Pull complete [2020-06-10T11:59:57.840Z] 5788d62ee057: Verifying Checksum [2020-06-10T11:59:57.840Z] 5788d62ee057: Download complete [2020-06-10T11:59:58.115Z] 5c102a31e300: Verifying Checksum [2020-06-10T11:59:58.115Z] 5c102a31e300: Download complete [2020-06-10T11:59:58.115Z] dcfb455df0a1: Verifying Checksum [2020-06-10T11:59:58.115Z] dcfb455df0a1: Download complete [2020-06-10T11:59:58.115Z] 9eb99e56ec68: Verifying Checksum [2020-06-10T11:59:58.115Z] 9eb99e56ec68: Download complete [2020-06-10T12:00:04.730Z] 5788d62ee057: Pull complete [2020-06-10T12:00:04.730Z] 0e6b1d234666: Pull complete [2020-06-10T12:00:04.730Z] bf5d7aec512f: Pull complete [2020-06-10T12:00:08.961Z] 34c802a77dc8: Pull complete [2020-06-10T12:00:12.284Z] 9eb99e56ec68: Pull complete [2020-06-10T12:00:12.284Z] 27c7a5d97fbd: Pull complete [2020-06-10T12:00:13.241Z] 5c102a31e300: Pull complete [2020-06-10T12:00:13.502Z] dcfb455df0a1: Pull complete [2020-06-10T12:00:13.502Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-10T12:00:13.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-10T12:00:13.502Z] ---> 7c70fe431013 [2020-06-10T12:00:13.502Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-10T12:00:14.894Z] ---> Running in af8dafcc079f [2020-06-10T12:00:14.894Z] Removing intermediate container af8dafcc079f [2020-06-10T12:00:14.894Z] ---> 61b52eb84127 [2020-06-10T12:00:14.894Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T12:00:15.160Z] ---> Running in ff9227b436f1 [2020-06-10T12:00:16.549Z] Removing intermediate container ff9227b436f1 [2020-06-10T12:00:16.549Z] ---> 904f333a81e6 [2020-06-10T12:00:16.549Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-10T12:00:16.549Z] ---> Running in 07b0b456cac4 [2020-06-10T12:00:16.814Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T12:00:17.387Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T12:00:17.958Z] OK: 143 MiB in 39 packages [2020-06-10T12:00:18.531Z] Removing intermediate container 07b0b456cac4 [2020-06-10T12:00:18.531Z] ---> b05178b1cbaf [2020-06-10T12:00:18.531Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-10T12:00:18.531Z] ---> Running in 5cd68fd6e8c3 [2020-06-10T12:00:18.531Z] Removing intermediate container 5cd68fd6e8c3 [2020-06-10T12:00:18.531Z] ---> 31653e8f37dd [2020-06-10T12:00:18.531Z] Step 7/8 : COPY . . [2020-06-10T12:00:20.457Z] ---> 2b9aa55f6ffb [2020-06-10T12:00:20.457Z] Step 8/8 : RUN go mod download [2020-06-10T12:00:20.457Z] ---> Running in e039a81e2e2e [2020-06-10T12:00:25.761Z] go: finding cloud.google.com/go v0.26.0 [2020-06-10T12:00:25.761Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T12:00:25.761Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-06-10T12:00:25.761Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-06-10T12:00:25.761Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-06-10T12:00:25.761Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-06-10T12:00:25.761Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-10T12:00:25.761Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-10T12:00:25.761Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T12:00:25.761Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-10T12:00:25.761Z] go: finding github.com/armon/go-radix v1.0.0 [2020-06-10T12:00:25.761Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-06-10T12:00:25.761Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-10T12:00:25.761Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-06-10T12:00:25.761Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-10T12:00:25.761Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-10T12:00:25.761Z] go: finding github.com/client9/misspell v0.3.4 [2020-06-10T12:00:25.761Z] go: finding github.com/coredns/coredns v1.1.2 [2020-06-10T12:00:25.761Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T12:00:25.761Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-06-10T12:00:25.761Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-06-10T12:00:25.761Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-06-10T12:00:25.761Z] go: finding github.com/docker/go-connections v0.3.0 [2020-06-10T12:00:25.761Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-10T12:00:25.761Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-10T12:00:25.761Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-06-10T12:00:25.761Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-06-10T12:00:25.761Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-06-10T12:00:25.761Z] go: finding github.com/fatih/color v1.9.0 [2020-06-10T12:00:25.761Z] go: finding github.com/fatih/structs v1.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-10T12:00:25.761Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-06-10T12:00:25.761Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-10T12:00:25.761Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-06-10T12:00:25.761Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T12:00:25.761Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-06-10T12:00:25.761Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T12:00:25.761Z] go: finding github.com/go-test/deep v1.0.2 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-06-10T12:00:25.761Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-06-10T12:00:25.761Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-06-10T12:00:25.761Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-06-10T12:00:25.761Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-06-10T12:00:25.761Z] go: finding github.com/golang/mock v1.1.1 [2020-06-10T12:00:25.761Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-10T12:00:25.761Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-10T12:00:26.025Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-10T12:00:26.025Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T12:00:26.025Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-10T12:00:26.025Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-06-10T12:00:26.025Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-06-10T12:00:26.025Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-06-10T12:00:26.025Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-06-10T12:00:26.025Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T12:00:26.025Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-10T12:00:26.025Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-10T12:00:26.025Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-06-10T12:00:26.288Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-06-10T12:00:26.288Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/imdario/mergo v0.3.6 [2020-06-10T12:00:26.288Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-06-10T12:00:26.288Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-06-10T12:00:26.288Z] go: finding github.com/joho/godotenv v1.3.0 [2020-06-10T12:00:26.288Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-06-10T12:00:26.288Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-10T12:00:26.288Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-06-10T12:00:26.288Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-10T12:00:26.288Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-06-10T12:00:26.288Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-06-10T12:00:26.288Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/klauspost/compress v1.9.5 [2020-06-10T12:00:26.288Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-06-10T12:00:26.288Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T12:00:26.288Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-10T12:00:26.288Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T12:00:26.288Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T12:00:26.288Z] go: finding github.com/likexian/gokit v0.20.16 [2020-06-10T12:00:26.288Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-06-10T12:00:26.288Z] go: finding github.com/linode/linodego v0.7.1 [2020-06-10T12:00:26.288Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-06-10T12:00:26.288Z] go: finding github.com/markbates/safe v1.0.1 [2020-06-10T12:00:26.288Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-10T12:00:26.288Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-10T12:00:26.288Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-10T12:00:26.288Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T12:00:26.288Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-10T12:00:26.552Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T12:00:26.552Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-06-10T12:00:26.552Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T12:00:26.552Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-10T12:00:26.552Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-10T12:00:26.552Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-10T12:00:26.552Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-10T12:00:26.552Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-06-10T12:00:26.552Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-10T12:00:26.552Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-06-10T12:00:26.552Z] go: finding github.com/oklog/run v1.0.0 [2020-06-10T12:00:26.552Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-06-10T12:00:26.552Z] go: finding github.com/onsi/gomega v1.4.2 [2020-06-10T12:00:26.552Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-06-10T12:00:26.552Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-10T12:00:26.552Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-06-10T12:00:26.552Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-10T12:00:26.552Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-06-10T12:00:26.552Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-06-10T12:00:26.552Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T12:00:26.552Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T12:00:26.552Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T12:00:26.552Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-10T12:00:26.552Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-10T12:00:26.552Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-10T12:00:26.552Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-10T12:00:26.552Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-06-10T12:00:26.552Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-06-10T12:00:26.552Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-10T12:00:26.552Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-06-10T12:00:26.552Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T12:00:26.552Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-06-10T12:00:26.552Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-06-10T12:00:26.552Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-10T12:00:26.552Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-06-10T12:00:26.552Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-06-10T12:00:26.552Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-06-10T12:00:26.815Z] go: finding github.com/spf13/cobra v0.0.3 [2020-06-10T12:00:26.815Z] go: finding github.com/spf13/pflag v1.0.3 [2020-06-10T12:00:26.815Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-10T12:00:26.815Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-10T12:00:26.815Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-06-10T12:00:26.815Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-06-10T12:00:26.815Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-06-10T12:00:26.815Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-10T12:00:26.815Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-06-10T12:00:26.815Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-10T12:00:26.815Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-06-10T12:00:26.815Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-06-10T12:00:26.815Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-10T12:00:26.815Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-10T12:00:26.815Z] go: finding golang.org/x/text v0.3.2 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-10T12:00:26.815Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-10T12:00:26.815Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-06-10T12:00:26.815Z] go: finding google.golang.org/appengine v1.4.0 [2020-06-10T12:00:26.815Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-06-10T12:00:26.815Z] go: finding google.golang.org/grpc v1.23.0 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-06-10T12:00:26.815Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T12:00:26.815Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-06-10T12:00:26.815Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-06-10T12:00:27.078Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-10T12:00:27.078Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T12:00:27.078Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-06-10T12:00:27.078Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-06-10T12:00:27.078Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-06-10T12:00:27.078Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-06-10T12:00:27.078Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-06-10T12:00:27.078Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-06-10T12:01:28.957Z] Removing intermediate container 9031f809b448 [2020-06-10T12:01:28.957Z] ---> 089e49204022 [2020-06-10T12:01:28.957Z] Successfully built 089e49204022 [2020-06-10T12:01:28.957Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:01:29.675Z] + docker inspect -f . ci-base-image-arm64 [2020-06-10T12:01:29.675Z] . [Pipeline] withDockerContainer [2020-06-10T12:01:29.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-2456 does not seem to be running inside a container [2020-06-10T12:01:30.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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-06-10T12:01:31.961Z] $ docker top 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-10T12:01:33.393Z] + go version [2020-06-10T12:01:33.393Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-10T12:01:34.445Z] + make test [2020-06-10T12:01:34.445Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-10T12:01:35.897Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-10T12:01:58.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-10T12:01:58.107Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-10T12:02:02.875Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T12:02:02.861Z] $ docker stop --time=1 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 [2020-06-10T12:02:04.945Z] $ docker rm -f 1c14dfcdd9094c9f04c6a404dad71492e62cf8876d40e60d4d5ce0a9dd060ae8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T12:02:06.393Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T12:02:06.740Z] + ls -al . [2020-06-10T12:02:06.740Z] total 136 [2020-06-10T12:02:06.740Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 12:01 . [2020-06-10T12:02:06.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:58 .. [2020-06-10T12:02:06.740Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 11:58 .git [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 10 11:58 .gitignore [2020-06-10T12:02:06.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 .semver [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 10 11:58 CONTRIBUTING.md [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 10 11:58 Dockerfile [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 10 11:58 Dockerfile.build [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 10 11:58 Jenkinsfile [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 10 11:58 LICENSE [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 10 11:58 Makefile [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 2409 Jun 10 11:58 README.md [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 11:56 VERSION [2020-06-10T12:02:06.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 assets [2020-06-10T12:02:06.740Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 11:58 bin [2020-06-10T12:02:06.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 11:58 cmd [2020-06-10T12:02:06.740Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 10 12:01 coverage.out [2020-06-10T12:02:06.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 11:58 docs [2020-06-10T12:02:06.740Z] -rw-r--r-- 1 jenkins jenkins 974 Jun 10 12:01 go.mod [2020-06-10T12:02:06.740Z] -rw-r--r-- 1 jenkins jenkins 44475 Jun 10 12:01 go.sum [2020-06-10T12:02:06.740Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 10 11:58 internal [2020-06-10T12:02:06.740Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 10 11:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:02:07.101Z] + 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=5144b27adca1737493c370d1cbb6fc7e022cf9c9 --label arch=arm64 --label version=0.0.0 . [2020-06-10T12:02:07.701Z] Sending build context to Docker daemon 12.96MB [2020-06-10T12:02:07.701Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-10T12:02:07.701Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-10T12:02:07.701Z] ---> 089e49204022 [2020-06-10T12:02:07.701Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-10T12:02:07.973Z] ---> Running in b12b2d321d00 [2020-06-10T12:02:08.246Z] Removing intermediate container b12b2d321d00 [2020-06-10T12:02:08.246Z] ---> 3c1d03505702 [2020-06-10T12:02:08.246Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-10T12:02:08.521Z] ---> Running in ec07109c754d [2020-06-10T12:02:08.796Z] Removing intermediate container ec07109c754d [2020-06-10T12:02:08.796Z] ---> c60ce96c328d [2020-06-10T12:02:08.796Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T12:02:09.074Z] ---> Running in dce2b8170e05 [2020-06-10T12:02:09.346Z] Removing intermediate container dce2b8170e05 [2020-06-10T12:02:09.346Z] ---> a9e8271f25c9 [2020-06-10T12:02:09.346Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-10T12:02:09.620Z] ---> Running in 6aaf1a49732a [2020-06-10T12:02:09.893Z] Removing intermediate container 6aaf1a49732a [2020-06-10T12:02:09.893Z] ---> 907240dd87bd [2020-06-10T12:02:09.893Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-10T12:02:10.167Z] ---> Running in c7a98feeaa40 [2020-06-10T12:02:10.766Z] Removing intermediate container c7a98feeaa40 [2020-06-10T12:02:10.766Z] ---> c4e715c1645f [2020-06-10T12:02:10.766Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T12:02:10.766Z] ---> Running in 5c752a850d6c [2020-06-10T12:02:13.380Z] Removing intermediate container 5c752a850d6c [2020-06-10T12:02:13.380Z] ---> ac06ce704b2b [2020-06-10T12:02:13.380Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T12:02:13.380Z] ---> Running in e13b9191bfb3 [2020-06-10T12:02:14.824Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T12:02:15.419Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T12:02:16.397Z] v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-10T12:02:16.397Z] v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-10T12:02:16.397Z] OK: 11179 distinct packages available [2020-06-10T12:02:16.397Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T12:02:16.989Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T12:02:17.582Z] OK: 125 MiB in 39 packages [2020-06-10T12:02:18.698Z] Removing intermediate container e039a81e2e2e [2020-06-10T12:02:18.698Z] ---> 9e2f03694a95 [2020-06-10T12:02:18.699Z] Successfully built 9e2f03694a95 [2020-06-10T12:02:18.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-06-10T12:02:19.020Z] Removing intermediate container e13b9191bfb3 [2020-06-10T12:02:19.020Z] ---> 3158d5365095 [2020-06-10T12:02:19.020Z] Step 10/24 : ENV GO111MODULE=on [2020-06-10T12:02:19.020Z] ---> Running in b7ace5534d49 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:02:19.291Z] Removing intermediate container b7ace5534d49 [2020-06-10T12:02:19.291Z] ---> ecc02db60bcd [2020-06-10T12:02:19.291Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-10T12:02:19.422Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-10T12:02:19.422Z] . [Pipeline] withDockerContainer [2020-06-10T12:02:19.566Z] ---> Running in 7d754390cb5e [2020-06-10T12:02:19.585Z] prd-centos7-docker-4c-2g-2457 does not seem to be running inside a container [2020-06-10T12:02:19.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat [2020-06-10T12:02:19.840Z] Removing intermediate container 7d754390cb5e [2020-06-10T12:02:19.840Z] ---> ffcde66c73ef [2020-06-10T12:02:19.840Z] Step 12/24 : COPY go.mod . [2020-06-10T12:02:20.437Z] ---> 87db2aee7c3a [2020-06-10T12:02:20.437Z] Step 13/24 : COPY Makefile . [2020-06-10T12:02:20.540Z] $ docker top f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-10T12:02:21.100Z] + go version [2020-06-10T12:02:21.100Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-10T12:02:21.420Z] + make test [2020-06-10T12:02:21.420Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-10T12:02:21.422Z] ---> 0e71a3eb783a [2020-06-10T12:02:21.422Z] Step 14/24 : RUN make update [2020-06-10T12:02:21.422Z] ---> Running in 950a10d3a0de [2020-06-10T12:02:22.822Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-10T12:02:22.874Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-10T12:02:24.856Z] Removing intermediate container 950a10d3a0de [2020-06-10T12:02:24.856Z] ---> 981b589f6614 [2020-06-10T12:02:24.856Z] Step 15/24 : COPY . . [2020-06-10T12:02:26.291Z] ---> 43208b2d7ae4 [2020-06-10T12:02:26.291Z] Step 16/24 : RUN ${MAKE} [2020-06-10T12:02:26.567Z] ---> Running in 24456303c867 [2020-06-10T12:02:28.005Z] 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-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-10T12:02:33.020Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-10T12:02:33.020Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-10T12:02:33.628Z] Warning: overwriting stash ‘coverage-report’ [2020-06-10T12:02:33.917Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T12:02:33.932Z] $ docker stop --time=1 f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 [2020-06-10T12:02:36.117Z] $ docker rm -f f1250099a36cc972961bb6863b16227743cdd508081fdf4c2a46a110c66bba00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T12:02:37.061Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T12:02:37.377Z] + ls -al . [2020-06-10T12:02:37.377Z] total 104 [2020-06-10T12:02:37.377Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 12:02 . [2020-06-10T12:02:37.377Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 11:59 .. [2020-06-10T12:02:37.377Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 11:59 assets [2020-06-10T12:02:37.377Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 10 11:59 bin [2020-06-10T12:02:37.377Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 10 11:59 cmd [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 10 11:59 CONTRIBUTING.md [2020-06-10T12:02:37.377Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 10 12:02 coverage.out [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 10 11:59 Dockerfile [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 10 11:59 Dockerfile.build [2020-06-10T12:02:37.377Z] drwxrwxr-x. 4 jenkins jenkins 72 Jun 10 11:59 docs [2020-06-10T12:02:37.377Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 11:59 .git [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 10 11:59 .gitignore [2020-06-10T12:02:37.377Z] -rw-r--r--. 1 jenkins jenkins 974 Jun 10 12:02 go.mod [2020-06-10T12:02:37.377Z] -rw-r--r--. 1 jenkins jenkins 44475 Jun 10 12:02 go.sum [2020-06-10T12:02:37.377Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 10 11:59 internal [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 10 11:59 Jenkinsfile [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 10 11:59 LICENSE [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 10 11:59 Makefile [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 2409 Jun 10 11:59 README.md [2020-06-10T12:02:37.377Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 11:59 .semver [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 11:56 VERSION [2020-06-10T12:02:37.377Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 10 11:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:02:37.716Z] + 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=5144b27adca1737493c370d1cbb6fc7e022cf9c9 --label arch=amd64 --label version=0.0.0 . [2020-06-10T12:02:38.291Z] Sending build context to Docker daemon 12.96MB [2020-06-10T12:02:38.291Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-10T12:02:38.291Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-10T12:02:38.291Z] ---> 9e2f03694a95 [2020-06-10T12:02:38.291Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-10T12:02:38.870Z] ---> Running in 97255873f705 [2020-06-10T12:02:39.133Z] Removing intermediate container 97255873f705 [2020-06-10T12:02:39.133Z] ---> a6d845cb77ad [2020-06-10T12:02:39.133Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-10T12:02:39.133Z] ---> Running in c4bd927e5258 [2020-06-10T12:02:39.133Z] Removing intermediate container c4bd927e5258 [2020-06-10T12:02:39.133Z] ---> 7aa404a2de58 [2020-06-10T12:02:39.133Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T12:02:39.395Z] ---> Running in 07e2c7538dcb [2020-06-10T12:02:39.395Z] Removing intermediate container 07e2c7538dcb [2020-06-10T12:02:39.395Z] ---> 589e4565823c [2020-06-10T12:02:39.395Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-10T12:02:39.395Z] ---> Running in 97bfedf45c8c [2020-06-10T12:02:39.658Z] Removing intermediate container 97bfedf45c8c [2020-06-10T12:02:39.658Z] ---> 1a4e4bc988ac [2020-06-10T12:02:39.658Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-10T12:02:39.658Z] ---> Running in d1ebbd29de17 [2020-06-10T12:02:39.923Z] Removing intermediate container d1ebbd29de17 [2020-06-10T12:02:39.923Z] ---> 5fd2add80502 [2020-06-10T12:02:39.923Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T12:02:39.923Z] ---> Running in 6cd688b4775a [2020-06-10T12:02:40.876Z] Removing intermediate container 6cd688b4775a [2020-06-10T12:02:40.876Z] ---> 1277d80fa3c0 [2020-06-10T12:02:40.876Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T12:02:40.876Z] ---> Running in f83a272724a3 [2020-06-10T12:02:41.450Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T12:02:42.023Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T12:02:42.594Z] v3.11.6-78-g16ccc2f3fe [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-10T12:02:42.594Z] v3.11.6-76-g66fe4d6b1c [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-10T12:02:42.594Z] OK: 11290 distinct packages available [2020-06-10T12:02:42.594Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T12:02:43.541Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T12:02:43.802Z] OK: 143 MiB in 39 packages [2020-06-10T12:02:44.063Z] Removing intermediate container f83a272724a3 [2020-06-10T12:02:44.063Z] ---> be7bc1740688 [2020-06-10T12:02:44.063Z] Step 10/24 : ENV GO111MODULE=on [2020-06-10T12:02:44.323Z] ---> Running in 6f6558db0b24 [2020-06-10T12:02:44.323Z] Removing intermediate container 6f6558db0b24 [2020-06-10T12:02:44.323Z] ---> 2564dd12a826 [2020-06-10T12:02:44.323Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-10T12:02:44.323Z] ---> Running in 8c3592c524e9 [2020-06-10T12:02:44.587Z] Removing intermediate container 8c3592c524e9 [2020-06-10T12:02:44.587Z] ---> 66b7a83ea402 [2020-06-10T12:02:44.587Z] Step 12/24 : COPY go.mod . [2020-06-10T12:02:44.849Z] ---> 0936357d554a [2020-06-10T12:02:44.849Z] Step 13/24 : COPY Makefile . [2020-06-10T12:02:45.112Z] ---> 8f4bceebd580 [2020-06-10T12:02:45.112Z] Step 14/24 : RUN make update [2020-06-10T12:02:45.112Z] ---> Running in 78366c537776 [2020-06-10T12:02:45.383Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-10T12:02:46.330Z] Removing intermediate container 78366c537776 [2020-06-10T12:02:46.330Z] ---> e9952b46d43c [2020-06-10T12:02:46.330Z] Step 15/24 : COPY . . [2020-06-10T12:02:47.718Z] ---> 606f49d05849 [2020-06-10T12:02:47.718Z] Step 16/24 : RUN ${MAKE} [2020-06-10T12:02:47.718Z] ---> Running in cf431864d4d4 [2020-06-10T12:02:47.986Z] 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-06-10T12:02:54.833Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T12:02:58.084Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T12:02:59.132Z] Removing intermediate container 24456303c867 [2020-06-10T12:02:59.132Z] ---> 747424306c5b [2020-06-10T12:02:59.132Z] Step 17/24 : FROM alpine [2020-06-10T12:02:59.132Z] latest: Pulling from library/alpine [2020-06-10T12:02:59.132Z] b538f80385f9: Pulling fs layer [2020-06-10T12:02:59.132Z] b538f80385f9: Verifying Checksum [2020-06-10T12:02:59.132Z] b538f80385f9: Download complete [2020-06-10T12:02:59.726Z] b538f80385f9: Pull complete [2020-06-10T12:02:59.726Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T12:02:59.726Z] Status: Downloaded newer image for alpine:latest [2020-06-10T12:02:59.726Z] ---> 62ee0e9f8440 [2020-06-10T12:02:59.726Z] Step 18/24 : EXPOSE 4000 [2020-06-10T12:02:59.999Z] ---> Running in 07a119e959d1 [2020-06-10T12:03:00.596Z] Removing intermediate container 07a119e959d1 [2020-06-10T12:03:00.596Z] ---> 6a0f9d6dc0bf [2020-06-10T12:03:00.596Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T12:03:00.636Z] Removing intermediate container cf431864d4d4 [2020-06-10T12:03:00.636Z] ---> 58a348e7396c [2020-06-10T12:03:00.636Z] Step 17/24 : FROM alpine [2020-06-10T12:03:00.636Z] latest: Pulling from library/alpine [2020-06-10T12:03:00.636Z] df20fa9351a1: Pulling fs layer [2020-06-10T12:03:00.899Z] df20fa9351a1: Download complete [2020-06-10T12:03:01.160Z] df20fa9351a1: Pull complete [2020-06-10T12:03:01.160Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T12:03:01.160Z] Status: Downloaded newer image for alpine:latest [2020-06-10T12:03:01.160Z] ---> a24bb4013296 [2020-06-10T12:03:01.160Z] Step 18/24 : EXPOSE 4000 [2020-06-10T12:03:01.426Z] ---> Running in b4775a961bef [2020-06-10T12:03:01.426Z] Removing intermediate container b4775a961bef [2020-06-10T12:03:01.426Z] ---> 5aebbf5f628b [2020-06-10T12:03:01.426Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T12:03:02.024Z] ---> 04907ce4f875 [2020-06-10T12:03:02.024Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T12:03:02.297Z] ---> Running in e0a9f8bf4ddb [2020-06-10T12:03:02.579Z] Removing intermediate container e0a9f8bf4ddb [2020-06-10T12:03:02.579Z] ---> da86f72a30a2 [2020-06-10T12:03:02.579Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-10T12:03:02.815Z] ---> bc0d17e526de [2020-06-10T12:03:02.815Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-10T12:03:02.815Z] ---> Running in c11b538f5b40 [2020-06-10T12:03:02.815Z] Removing intermediate container c11b538f5b40 [2020-06-10T12:03:02.815Z] ---> 298cf21fc49d [2020-06-10T12:03:02.815Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-10T12:03:02.852Z] ---> Running in 7075fdd40986 [2020-06-10T12:03:03.079Z] ---> Running in a3a8eea8d199 [2020-06-10T12:03:03.342Z] Removing intermediate container a3a8eea8d199 [2020-06-10T12:03:03.342Z] ---> 6a2f3c4292ed [2020-06-10T12:03:03.342Z] Step 22/24 : LABEL arch=amd64 [2020-06-10T12:03:03.342Z] ---> Running in 579e1cdf8a97 [2020-06-10T12:03:03.342Z] Removing intermediate container 579e1cdf8a97 [2020-06-10T12:03:03.342Z] ---> 0df59f625009 [2020-06-10T12:03:03.342Z] Step 23/24 : LABEL git_sha=5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T12:03:03.443Z] Removing intermediate container 7075fdd40986 [2020-06-10T12:03:03.443Z] ---> c4e7e727b4d1 [2020-06-10T12:03:03.443Z] Step 22/24 : LABEL arch=arm64 [2020-06-10T12:03:03.443Z] ---> Running in b92fe8f927e2 [2020-06-10T12:03:03.622Z] ---> Running in ff7b8e45d51e [2020-06-10T12:03:03.622Z] Removing intermediate container ff7b8e45d51e [2020-06-10T12:03:03.622Z] ---> db7e39b84c97 [2020-06-10T12:03:03.622Z] Step 24/24 : LABEL version=0.0.0 [2020-06-10T12:03:03.622Z] ---> Running in 4c547b076174 [2020-06-10T12:03:03.713Z] Removing intermediate container b92fe8f927e2 [2020-06-10T12:03:03.713Z] ---> 3759ddaab770 [2020-06-10T12:03:03.713Z] Step 23/24 : LABEL git_sha=5144b27adca1737493c370d1cbb6fc7e022cf9c9 [2020-06-10T12:03:03.885Z] Removing intermediate container 4c547b076174 [2020-06-10T12:03:03.885Z] ---> fc4a4665136c [2020-06-10T12:03:03.885Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T12:03:03.885Z] Successfully built fc4a4665136c [2020-06-10T12:03:03.885Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [2020-06-10T12:03:03.986Z] ---> Running in 81a3bf2b94e2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-06-10T12:03:04.256Z] Removing intermediate container 81a3bf2b94e2 [2020-06-10T12:03:04.256Z] ---> ed734063079e [2020-06-10T12:03:04.256Z] Step 24/24 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-10T12:03:04.527Z] ---> Running in ff2098a9f060 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-06-10T12:03:04.803Z] Removing intermediate container ff2098a9f060 [2020-06-10T12:03:04.803Z] ---> 527c2e777436 [2020-06-10T12:03:04.803Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T12:03:04.803Z] Successfully built 527c2e777436 [2020-06-10T12:03:04.803Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [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-06-10T12:03:06.280Z] provisioning config files... [2020-06-10T12:03:06.291Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config3931080901324368504tmp [Pipeline] { [Pipeline] sh [2020-06-10T12:03:06.656Z] + curl -s https://codecov.io/bash [2020-06-10T12:03:06.656Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config3931080901324368504tmp [2020-06-10T12:03:07.600Z] [2020-06-10T12:03:07.600Z] _____ _ [2020-06-10T12:03:07.600Z] / ____| | | [2020-06-10T12:03:07.600Z] | | ___ __| | ___ ___ _____ __ [2020-06-10T12:03:07.600Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-10T12:03:07.600Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-10T12:03:07.600Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-10T12:03:07.600Z] Bash-20200602-f809a24 [2020-06-10T12:03:07.600Z] [2020-06-10T12:03:07.600Z] [2020-06-10T12:03:07.600Z] ==> Jenkins CI detected. [2020-06-10T12:03:07.600Z] project root: . [2020-06-10T12:03:07.600Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-10T12:03:07.861Z] ==> Running gcov in . (disable via -X gcov) [2020-06-10T12:03:07.861Z] ==> Python coveragepy not found [2020-06-10T12:03:07.861Z] ==> Searching for coverage reports in: [2020-06-10T12:03:07.861Z] + . [2020-06-10T12:03:07.861Z] -> Found 1 reports [2020-06-10T12:03:07.861Z] ==> Detecting git/mercurial file structure [2020-06-10T12:03:07.861Z] ==> Reading reports [2020-06-10T12:03:07.861Z] + ./coverage.out bytes=10 [2020-06-10T12:03:07.861Z] ==> Appending adjustments [2020-06-10T12:03:07.861Z] https://docs.codecov.io/docs/fixing-reports [2020-06-10T12:03:07.861Z] + Found adjustments [2020-06-10T12:03:07.861Z] ==> Gzipping contents [2020-06-10T12:03:07.861Z] ==> Uploading reports [2020-06-10T12:03:07.861Z] url: https://codecov.io [2020-06-10T12:03:07.861Z] query: branch=PR-239&commit=5144b27adca1737493c370d1cbb6fc7e022cf9c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= [2020-06-10T12:03:07.861Z] -> Pinging Codecov [2020-06-10T12:03:07.861Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-239&commit=5144b27adca1737493c370d1cbb6fc7e022cf9c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-239%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=239&job= [2020-06-10T12:03:08.436Z] -> Uploading [2020-06-10T12:03:09.008Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5144b27adca1737493c370d1cbb6fc7e022cf9c9 [Pipeline] } [2020-06-10T12:03:09.031Z] 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-06-10T12:03:10.718Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T12:03:11.321Z] ---> package-listing.sh [2020-06-10T12:03:11.321Z] ++ facter osfamily [2020-06-10T12:03:11.321Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-10T12:03:11.321Z] + OS_FAMILY=redhat [2020-06-10T12:03:11.321Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-10T12:03:11.321Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-10T12:03:11.321Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-10T12:03:11.321Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-10T12:03:11.321Z] + PACKAGES=/tmp/packages_start.txt [2020-06-10T12:03:11.321Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' [2020-06-10T12:03:11.321Z] + PACKAGES=/tmp/packages_end.txt [2020-06-10T12:03:11.321Z] + case "${OS_FAMILY}" in [2020-06-10T12:03:11.321Z] + rpm -qa [2020-06-10T12:03:11.321Z] + sort [2020-06-10T12:03:15.526Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-10T12:03:15.527Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-10T12:03:15.527Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-10T12:03:15.527Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-239 ']' [2020-06-10T12:03:15.527Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ [2020-06-10T12:03:15.527Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-239/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:03:15.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T12:03:15.943Z] [2020-06-10T12:03:15.943Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-10T12:03:16.323Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T12:03:16.323Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-10T12:03:16.323Z] c9b1b535fdd9: Pulling fs layer [2020-06-10T12:03:16.323Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-10T12:03:16.323Z] 756a868c4378: Pulling fs layer [2020-06-10T12:03:16.323Z] 444b2fc9a129: Pulling fs layer [2020-06-10T12:03:16.323Z] ea15f1150254: Pulling fs layer [2020-06-10T12:03:16.323Z] 41b27a9f41bf: Pulling fs layer [2020-06-10T12:03:16.323Z] 28c525ee5125: Pulling fs layer [2020-06-10T12:03:16.323Z] 094b1ea09ed8: Pulling fs layer [2020-06-10T12:03:16.323Z] 138eaada9080: Pulling fs layer [2020-06-10T12:03:16.323Z] 0622d0fa9048: Pulling fs layer [2020-06-10T12:03:16.323Z] 444b2fc9a129: Waiting [2020-06-10T12:03:16.323Z] ea15f1150254: Waiting [2020-06-10T12:03:16.323Z] 41b27a9f41bf: Waiting [2020-06-10T12:03:16.323Z] 28c525ee5125: Waiting [2020-06-10T12:03:16.323Z] 094b1ea09ed8: Waiting [2020-06-10T12:03:16.323Z] 138eaada9080: Waiting [2020-06-10T12:03:16.323Z] 0622d0fa9048: Waiting [2020-06-10T12:03:16.323Z] 2cc5ad85d9ab: Download complete [2020-06-10T12:03:16.323Z] 444b2fc9a129: Verifying Checksum [2020-06-10T12:03:16.323Z] 444b2fc9a129: Download complete [2020-06-10T12:03:16.594Z] c9b1b535fdd9: Verifying Checksum [2020-06-10T12:03:16.594Z] c9b1b535fdd9: Download complete [2020-06-10T12:03:16.594Z] ea15f1150254: Download complete [2020-06-10T12:03:16.594Z] 28c525ee5125: Verifying Checksum [2020-06-10T12:03:16.594Z] 28c525ee5125: Download complete [2020-06-10T12:03:16.867Z] c9b1b535fdd9: Pull complete [2020-06-10T12:03:16.867Z] 756a868c4378: Verifying Checksum [2020-06-10T12:03:16.867Z] 756a868c4378: Download complete [2020-06-10T12:03:17.337Z] 2cc5ad85d9ab: Pull complete [2020-06-10T12:03:17.337Z] 138eaada9080: Verifying Checksum [2020-06-10T12:03:17.337Z] 138eaada9080: Download complete [2020-06-10T12:03:17.337Z] 0622d0fa9048: Verifying Checksum [2020-06-10T12:03:17.337Z] 0622d0fa9048: Download complete [2020-06-10T12:03:17.337Z] 094b1ea09ed8: Verifying Checksum [2020-06-10T12:03:17.337Z] 094b1ea09ed8: Download complete [2020-06-10T12:03:17.607Z] 41b27a9f41bf: Verifying Checksum [2020-06-10T12:03:17.607Z] 41b27a9f41bf: Download complete [2020-06-10T12:03:18.553Z] 756a868c4378: Pull complete [2020-06-10T12:03:18.553Z] 444b2fc9a129: Pull complete [2020-06-10T12:03:18.814Z] ea15f1150254: Pull complete [2020-06-10T12:03:23.023Z] 41b27a9f41bf: Pull complete [2020-06-10T12:03:23.023Z] 28c525ee5125: Pull complete [2020-06-10T12:03:25.583Z] 094b1ea09ed8: Pull complete [2020-06-10T12:03:25.850Z] 138eaada9080: Pull complete [2020-06-10T12:03:26.112Z] 0622d0fa9048: Pull complete [2020-06-10T12:03:26.112Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-10T12:03:26.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T12:03:26.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-10T12:03:26.288Z] prd-centos7-docker-4c-2g-2455 does not seem to be running inside a container [2020-06-10T12:03:26.335Z] $ 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-239 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239:/w/workspace/edgexfoundry_edgex-ui-go_PR-239:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-10T12:03:30.152Z] $ docker top 33893bc7492571fb40840b3e6171ba51b3c4d608d494945ba9a547433a5e545f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-10T12:03:30.429Z] provisioning config files... [2020-06-10T12:03:30.445Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-239@tmp/config8135419148897558508tmp [Pipeline] { [Pipeline] echo [2020-06-10T12:03:30.513Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T12:03:30.843Z] ---> create-netrc.sh [Pipeline] echo [2020-06-10T12:03:30.869Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T12:03:31.193Z] ---> logs-deploy.sh [2020-06-10T12:03:31.193Z] + ARCHIVE_ARTIFACTS= [2020-06-10T12:03:31.193Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-10T12:03:31.193Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-10T12:03:31.193Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-10T12:03:31.193Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 [2020-06-10T12:03:31.193Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/1/ [2020-06-10T12:03:31.193Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-239 [2020-06-10T12:03:32.586Z] Archives upload complete. [2020-06-10T12:03:32.586Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-239/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-239/1/ [2020-06-10T12:03:33.158Z] ---> uname -a: [2020-06-10T12:03:33.158Z] Linux 33893bc74925 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-10T12:03:33.158Z] [2020-06-10T12:03:33.158Z] [2020-06-10T12:03:33.158Z] ---> lscpu: [2020-06-10T12:03:33.158Z] Architecture: x86_64 [2020-06-10T12:03:33.158Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-10T12:03:33.158Z] Byte Order: Little Endian [2020-06-10T12:03:33.158Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-10T12:03:33.158Z] CPU(s): 4 [2020-06-10T12:03:33.158Z] On-line CPU(s) list: 0-3 [2020-06-10T12:03:33.158Z] Thread(s) per core: 1 [2020-06-10T12:03:33.158Z] Core(s) per socket: 1 [2020-06-10T12:03:33.158Z] Socket(s): 4 [2020-06-10T12:03:33.158Z] NUMA node(s): 1 [2020-06-10T12:03:33.158Z] Vendor ID: GenuineIntel [2020-06-10T12:03:33.158Z] CPU family: 6 [2020-06-10T12:03:33.158Z] Model: 44 [2020-06-10T12:03:33.158Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-10T12:03:33.158Z] Stepping: 1 [2020-06-10T12:03:33.158Z] CPU MHz: 2933.438 [2020-06-10T12:03:33.158Z] BogoMIPS: 5866.87 [2020-06-10T12:03:33.158Z] Virtualization: VT-x [2020-06-10T12:03:33.158Z] Hypervisor vendor: KVM [2020-06-10T12:03:33.158Z] Virtualization type: full [2020-06-10T12:03:33.158Z] L1d cache: 128 KiB [2020-06-10T12:03:33.158Z] L1i cache: 128 KiB [2020-06-10T12:03:33.158Z] L2 cache: 16 MiB [2020-06-10T12:03:33.158Z] L3 cache: 64 MiB [2020-06-10T12:03:33.158Z] NUMA node0 CPU(s): 0-3 [2020-06-10T12:03:33.158Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-10T12:03:33.158Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-10T12:03:33.158Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-10T12:03:33.158Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-10T12:03:33.158Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-10T12:03:33.158Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-10T12:03:33.158Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-10T12:03:33.158Z] Vulnerability Tsx async abort: Not affected [2020-06-10T12:03:33.158Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-10T12:03:33.158Z] [2020-06-10T12:03:33.158Z]