Pull request #213 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 ernestojeda for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from e86d35f5ba00cb0bd76106565fd49a33e1b9e371+f0b05c79d7523a1f3df8cc9d6229e2354fa3536f (0ac33392a3b2eb2f013c0a9572075ffe68169e59) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-213/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4571 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-213 # 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/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) > git config core.sparsecheckout # timeout=10 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # 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 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 Commit message: "remove snap dir" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-17T18:02:36.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-17T18:02:37.156Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-17T18:02:37.291Z] ========================================================= [2020-04-17T18:02:37.292Z] EdgeX Global Pipelines Version Info [2020-04-17T18:02:37.292Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-17T18:02:38.701Z] ------------------- [2020-04-17T18:02:38.701Z] stable info: [2020-04-17T18:02:38.701Z] ------------------- [2020-04-17T18:02:38.701Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-17T18:02:38.701Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-17T18:02:38.701Z] Message: update stable to v1.0.73 [2020-04-17T18:02:39.269Z] ------------------- [2020-04-17T18:02:39.269Z] experimental info: [2020-04-17T18:02:39.269Z] ------------------- [2020-04-17T18:02:39.269Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-17T18:02:39.269Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-17T18:02:39.269Z] Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:02:41.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-17T18:02:41.461Z] [2020-04-17T18:02:41.461Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:02:41.829Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-17T18:02:41.829Z] latest: Pulling from edgex-devops/git-semver [2020-04-17T18:02:41.829Z] 9123ac7c32f7: Pulling fs layer [2020-04-17T18:02:41.829Z] b8cc5d1170e3: Pulling fs layer [2020-04-17T18:02:41.829Z] 2924cbbf6a41: Pulling fs layer [2020-04-17T18:02:41.829Z] 93b08a4f1073: Pulling fs layer [2020-04-17T18:02:41.829Z] 93b08a4f1073: Waiting [2020-04-17T18:02:41.829Z] b8cc5d1170e3: Download complete [2020-04-17T18:02:41.829Z] 9123ac7c32f7: Verifying Checksum [2020-04-17T18:02:41.829Z] 9123ac7c32f7: Download complete [2020-04-17T18:02:42.088Z] 93b08a4f1073: Verifying Checksum [2020-04-17T18:02:42.088Z] 93b08a4f1073: Download complete [2020-04-17T18:02:42.088Z] 2924cbbf6a41: Verifying Checksum [2020-04-17T18:02:42.088Z] 2924cbbf6a41: Download complete [2020-04-17T18:02:42.088Z] 9123ac7c32f7: Pull complete [2020-04-17T18:02:42.348Z] b8cc5d1170e3: Pull complete [2020-04-17T18:02:42.915Z] 2924cbbf6a41: Pull complete [2020-04-17T18:02:43.174Z] 93b08a4f1073: Pull complete [2020-04-17T18:02:43.174Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-17T18:02:43.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-17T18:02:43.316Z] prd-centos7-docker-4c-2g-4571 does not seem to be running inside a container [2020-04-17T18:02:43.357Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-213 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213:/w/workspace/edgexfoundry_edgex-ui-go_PR-213:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@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-04-17T18:02:43.963Z] $ docker top f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-17T18:02:44.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-17T18:02:44.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-17T18:02:44.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-17T18:02:44.527Z] $ docker exec f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent [2020-04-17T18:02:44.712Z] SSH_AUTH_SOCK=/tmp/ssh-znsLzEYUFNn5/agent.14 [2020-04-17T18:02:44.712Z] SSH_AGENT_PID=20 [2020-04-17T18:02:44.720Z] Running ssh-add (command line suppressed) [2020-04-17T18:02:44.859Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_5792228628527105579.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_5792228628527105579.key) [2020-04-17T18:02:44.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-17T18:02:45.289Z] + git describe --exact-match --tags HEAD [2020-04-17T18:02:45.289Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-17T18:02:45.359Z] $ docker exec --env ******** --env ******** f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent -k [2020-04-17T18:02:45.494Z] unset SSH_AUTH_SOCK; [2020-04-17T18:02:45.495Z] unset SSH_AGENT_PID; [2020-04-17T18:02:45.495Z] echo Agent pid 20 killed; [2020-04-17T18:02:45.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-17T18:02:45.649Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-17T18:02:45.649Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-17T18:02:45.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-17T18:02:45.768Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-17T18:02:45.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-17T18:02:45.948Z] $ docker exec f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent [2020-04-17T18:02:46.130Z] SSH_AUTH_SOCK=/tmp/ssh-PzFBryPdIHVj/agent.54 [2020-04-17T18:02:46.130Z] SSH_AGENT_PID=61 [2020-04-17T18:02:46.136Z] Running ssh-add (command line suppressed) [2020-04-17T18:02:46.272Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_7490733111917328403.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/private_key_7490733111917328403.key) [2020-04-17T18:02:46.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-17T18:02:46.683Z] + git semver init [2020-04-17T18:02:46.683Z] # -> Open(): unable to determine branch for HEAD [2020-04-17T18:02:46.683Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-213/.git [2020-04-17T18:02:46.683Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [2020-04-17T18:02:46.683Z] # $SEMVER_REMOTE_NAME = origin [2020-04-17T18:02:46.683Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-17T18:02:46.683Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-17T18:02:46.683Z] # $SEMVER_BRANCH = PR-213 [2020-04-17T18:02:46.683Z] # $SEMVER_TEMP = /tmp/semver-859609445 [2020-04-17T18:02:46.683Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-04-17T18:02:47.619Z] # '/tmp/semver-859609445' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-213/.semver' [2020-04-17T18:02:47.619Z] # -> Force: false [2020-04-17T18:02:47.619Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-213/.semver [Pipeline] } [2020-04-17T18:02:47.638Z] $ docker exec --env ******** --env ******** f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 ssh-agent -k [2020-04-17T18:02:47.769Z] unset SSH_AUTH_SOCK; [2020-04-17T18:02:47.770Z] unset SSH_AGENT_PID; [2020-04-17T18:02:47.770Z] echo Agent pid 61 killed; [2020-04-17T18:02:47.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-17T18:02:48.304Z] + git semver [Pipeline] } [2020-04-17T18:02:48.329Z] $ docker stop --time=1 f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 [2020-04-17T18:02:49.654Z] $ docker rm -f f60c45d4080281f86fda2cf11737300d14c8f30238e6c5364a52e7a2748407c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-17T18:02:50.669Z] Stashed 47 file(s) [Pipeline] echo [2020-04-17T18:02:50.686Z] [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-04-17T18:02:51.245Z] Running on prd-centos7-docker-4c-2g-4572 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [Pipeline] { [Pipeline] ws [2020-04-17T18:02:51.314Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-04-17T18:02:53.435Z] using credential edgex-jenkins-ssh [2020-04-17T18:02:53.476Z] Cloning the remote Git repository [2020-04-17T18:02:53.476Z] Cloning with configured refspecs honoured and without tags [2020-04-17T18:02:53.504Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:02:53.541Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-04-17T18:02:53.584Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:02:53.584Z] > git --version # timeout=10 [2020-04-17T18:02:53.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:02:53.619Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:02:54.374Z] Fetching without tags [2020-04-17T18:02:54.775Z] Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:02:54.342Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-04-17T18:02:54.347Z] > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # timeout=10 [2020-04-17T18:02:54.358Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:02:54.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-04-17T18:02:54.379Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:02:54.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:02:54.384Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:02:54.784Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T18:02:54.790Z] > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 [2020-04-17T18:02:54.902Z] Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:02:54.903Z] Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) [2020-04-17T18:02:54.873Z] > git remote # timeout=10 [2020-04-17T18:02:54.879Z] > git config --get remote.origin.url # timeout=10 [2020-04-17T18:02:54.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:02:54.887Z] > git merge f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 [2020-04-17T18:02:54.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-17T18:02:54.906Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T18:02:54.919Z] > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 [2020-04-17T18:02:58.820Z] Commit message: "remove snap dir" [2020-04-17T18:02:58.846Z] > git --version # timeout=10 [2020-04-17T18:02:58.860Z] fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-17T18:02:59.895Z] ========================================================= [2020-04-17T18:02:59.895Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-17T18:02:59.895Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:03:00.595Z] + 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-04-17T18:03:00.856Z] Sending build context to Docker daemon 11.55MB [2020-04-17T18:03:00.856Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-04-17T18:03:00.856Z] Step 2/8 : FROM ${BASE} [2020-04-17T18:03:00.856Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-17T18:03:00.856Z] e6b0cf9c0882: Pulling fs layer [2020-04-17T18:03:00.856Z] 2848faf0eed1: Pulling fs layer [2020-04-17T18:03:00.856Z] 0f37312ad70f: Pulling fs layer [2020-04-17T18:03:00.856Z] 5788d62ee057: Pulling fs layer [2020-04-17T18:03:00.856Z] 0e6b1d234666: Pulling fs layer [2020-04-17T18:03:00.856Z] bf5d7aec512f: Pulling fs layer [2020-04-17T18:03:00.856Z] 34c802a77dc8: Pulling fs layer [2020-04-17T18:03:00.856Z] 9eb99e56ec68: Pulling fs layer [2020-04-17T18:03:00.856Z] 27c7a5d97fbd: Pulling fs layer [2020-04-17T18:03:00.856Z] 5c102a31e300: Pulling fs layer [2020-04-17T18:03:00.856Z] dcfb455df0a1: Pulling fs layer [2020-04-17T18:03:00.856Z] 5788d62ee057: Waiting [2020-04-17T18:03:00.856Z] 0e6b1d234666: Waiting [2020-04-17T18:03:00.856Z] bf5d7aec512f: Waiting [2020-04-17T18:03:00.856Z] 34c802a77dc8: Waiting [2020-04-17T18:03:00.856Z] 9eb99e56ec68: Waiting [2020-04-17T18:03:00.856Z] 27c7a5d97fbd: Waiting [2020-04-17T18:03:00.856Z] 5c102a31e300: Waiting [2020-04-17T18:03:00.856Z] dcfb455df0a1: Waiting [2020-04-17T18:03:00.856Z] 0f37312ad70f: Verifying Checksum [2020-04-17T18:03:00.856Z] 0f37312ad70f: Download complete [2020-04-17T18:03:00.856Z] 2848faf0eed1: Verifying Checksum [2020-04-17T18:03:00.856Z] 2848faf0eed1: Download complete [2020-04-17T18:03:00.856Z] 0e6b1d234666: Verifying Checksum [2020-04-17T18:03:00.856Z] 0e6b1d234666: Download complete [2020-04-17T18:03:01.121Z] bf5d7aec512f: Download complete [2020-04-17T18:03:01.121Z] e6b0cf9c0882: Verifying Checksum [2020-04-17T18:03:01.121Z] e6b0cf9c0882: Download complete [2020-04-17T18:03:01.393Z] e6b0cf9c0882: Pull complete [2020-04-17T18:03:01.660Z] 2848faf0eed1: Pull complete [2020-04-17T18:03:02.242Z] 34c802a77dc8: Verifying Checksum [2020-04-17T18:03:02.242Z] 34c802a77dc8: Download complete [2020-04-17T18:03:02.242Z] 27c7a5d97fbd: Verifying Checksum [2020-04-17T18:03:02.242Z] 27c7a5d97fbd: Download complete [2020-04-17T18:03:02.513Z] 9eb99e56ec68: Verifying Checksum [2020-04-17T18:03:02.513Z] 9eb99e56ec68: Download complete [2020-04-17T18:03:02.513Z] 5788d62ee057: Verifying Checksum [2020-04-17T18:03:02.513Z] 5788d62ee057: Download complete [2020-04-17T18:03:02.513Z] dcfb455df0a1: Verifying Checksum [2020-04-17T18:03:02.513Z] dcfb455df0a1: Download complete [2020-04-17T18:03:02.773Z] 5c102a31e300: Verifying Checksum [2020-04-17T18:03:02.773Z] 5c102a31e300: Download complete [2020-04-17T18:03:03.713Z] 0f37312ad70f: Pull complete [2020-04-17T18:03:06.165Z] Still waiting to schedule task [2020-04-17T18:03:06.165Z] ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4566’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4573’ is offline [2020-04-17T18:03:10.295Z] 5788d62ee057: Pull complete [2020-04-17T18:03:10.295Z] 0e6b1d234666: Pull complete [2020-04-17T18:03:10.295Z] bf5d7aec512f: Pull complete [2020-04-17T18:03:13.594Z] 34c802a77dc8: Pull complete [2020-04-17T18:03:17.797Z] 9eb99e56ec68: Pull complete [2020-04-17T18:03:17.797Z] 27c7a5d97fbd: Pull complete [2020-04-17T18:03:18.057Z] 5c102a31e300: Pull complete [2020-04-17T18:03:18.315Z] dcfb455df0a1: Pull complete [2020-04-17T18:03:18.315Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-17T18:03:18.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-17T18:03:18.315Z] ---> 7c70fe431013 [2020-04-17T18:03:18.315Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-17T18:03:18.315Z] ---> Running in 12fbc76ebc77 [2020-04-17T18:03:18.577Z] Removing intermediate container 12fbc76ebc77 [2020-04-17T18:03:18.577Z] ---> d512702cd6fb [2020-04-17T18:03:18.577Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T18:03:18.577Z] ---> Running in 7fd30a37b0e4 [2020-04-17T18:03:19.519Z] Removing intermediate container 7fd30a37b0e4 [2020-04-17T18:03:19.519Z] ---> b6c69c9efedc [2020-04-17T18:03:19.519Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-17T18:03:19.519Z] ---> Running in d77b7d98e062 [2020-04-17T18:03:20.457Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-17T18:03:21.392Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-17T18:03:21.962Z] OK: 143 MiB in 39 packages [2020-04-17T18:03:22.221Z] Removing intermediate container d77b7d98e062 [2020-04-17T18:03:22.221Z] ---> 379990cc6526 [2020-04-17T18:03:22.221Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-04-17T18:03:22.221Z] ---> Running in 5c5869073f10 [2020-04-17T18:03:22.482Z] Removing intermediate container 5c5869073f10 [2020-04-17T18:03:22.482Z] ---> f888f11a7877 [2020-04-17T18:03:22.482Z] Step 7/8 : COPY . . [2020-04-17T18:03:23.417Z] ---> 1e1c90f62f83 [2020-04-17T18:03:23.417Z] Step 8/8 : RUN go mod download [2020-04-17T18:03:23.417Z] ---> Running in d7f0e09cf919 [2020-04-17T18:03:28.695Z] go: finding cloud.google.com/go v0.26.0 [2020-04-17T18:03:28.695Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-04-17T18:03:28.954Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-04-17T18:03:28.954Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-17T18:03:28.954Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-04-17T18:03:28.954Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-04-17T18:03:28.954Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-04-17T18:03:28.954Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-04-17T18:03:28.954Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-04-17T18:03:29.213Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-04-17T18:03:29.213Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-04-17T18:03:29.213Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-17T18:03:29.213Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-04-17T18:03:29.213Z] go: finding github.com/armon/go-radix v1.0.0 [2020-04-17T18:03:29.213Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-04-17T18:03:29.213Z] go: finding github.com/beorn7/perks v1.0.1 [2020-04-17T18:03:29.213Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-17T18:03:29.213Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-04-17T18:03:29.471Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-17T18:03:29.471Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-04-17T18:03:29.471Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-04-17T18:03:29.471Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-04-17T18:03:29.471Z] go: finding github.com/client9/misspell v0.3.4 [2020-04-17T18:03:29.471Z] go: finding github.com/coredns/coredns v1.1.2 [2020-04-17T18:03:29.471Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-17T18:03:29.471Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-04-17T18:03:29.731Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-04-17T18:03:29.731Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-04-17T18:03:29.731Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-04-17T18:03:29.731Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-04-17T18:03:29.731Z] go: finding github.com/docker/go-connections v0.3.0 [2020-04-17T18:03:29.731Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-17T18:03:29.731Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-04-17T18:03:29.731Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-04-17T18:03:29.995Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-04-17T18:03:29.995Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-04-17T18:03:29.995Z] go: finding github.com/fatih/color v1.9.0 [2020-04-17T18:03:29.995Z] go: finding github.com/fatih/structs v1.1.0 [2020-04-17T18:03:29.995Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-17T18:03:29.995Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-04-17T18:03:29.995Z] go: finding github.com/go-kit/kit v0.9.0 [2020-04-17T18:03:29.995Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-04-17T18:03:30.254Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-17T18:03:30.254Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-04-17T18:03:30.254Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-17T18:03:30.254Z] go: finding github.com/go-test/deep v1.0.2 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-04-17T18:03:30.254Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-04-17T18:03:30.254Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-04-17T18:03:30.512Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-04-17T18:03:30.512Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-04-17T18:03:30.512Z] go: finding github.com/golang/mock v1.1.1 [2020-04-17T18:03:30.512Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-17T18:03:30.512Z] go: finding github.com/golang/snappy v0.0.1 [2020-04-17T18:03:30.512Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-04-17T18:03:30.512Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-17T18:03:30.512Z] go: finding github.com/google/go-cmp v0.4.0 [2020-04-17T18:03:30.512Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-04-17T18:03:30.512Z] go: finding github.com/google/gofuzz v1.0.0 [2020-04-17T18:03:30.512Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-04-17T18:03:30.512Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-04-17T18:03:30.512Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-04-17T18:03:30.512Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-17T18:03:30.512Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-04-17T18:03:30.512Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-17T18:03:30.772Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-17T18:03:31.033Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-04-17T18:03:31.295Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-04-17T18:03:31.295Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-04-17T18:03:31.863Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-04-17T18:03:32.123Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-04-17T18:03:32.382Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-04-17T18:03:32.382Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-04-17T18:03:32.382Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-04-17T18:03:32.382Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-04-17T18:03:32.382Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-17T18:03:32.382Z] go: finding github.com/imdario/mergo v0.3.6 [2020-04-17T18:03:32.382Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-04-17T18:03:32.382Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-04-17T18:03:32.382Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-04-17T18:03:32.382Z] go: finding github.com/joho/godotenv v1.3.0 [2020-04-17T18:03:32.382Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-04-17T18:03:32.642Z] go: finding github.com/json-iterator/go v1.1.9 [2020-04-17T18:03:32.642Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-04-17T18:03:32.642Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-04-17T18:03:32.642Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-04-17T18:03:32.642Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-04-17T18:03:32.642Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-04-17T18:03:32.642Z] go: finding github.com/klauspost/compress v1.9.5 [2020-04-17T18:03:32.642Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-04-17T18:03:32.642Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-17T18:03:32.642Z] go: finding github.com/kr/pretty v0.2.0 [2020-04-17T18:03:32.642Z] go: finding github.com/kr/pty v1.1.1 [2020-04-17T18:03:32.642Z] go: finding github.com/kr/text v0.1.0 [2020-04-17T18:03:32.642Z] go: finding github.com/likexian/gokit v0.20.16 [2020-04-17T18:03:32.642Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-04-17T18:03:32.902Z] go: finding github.com/linode/linodego v0.7.1 [2020-04-17T18:03:32.902Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-04-17T18:03:32.902Z] go: finding github.com/markbates/safe v1.0.1 [2020-04-17T18:03:32.902Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-04-17T18:03:32.902Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-04-17T18:03:32.902Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-04-17T18:03:32.902Z] go: finding github.com/miekg/dns v1.1.26 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-17T18:03:32.902Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-04-17T18:03:33.160Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-17T18:03:33.160Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-04-17T18:03:33.160Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-04-17T18:03:33.160Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-04-17T18:03:33.160Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-04-17T18:03:33.160Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-04-17T18:03:33.160Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-04-17T18:03:33.160Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-04-17T18:03:33.160Z] go: finding github.com/oklog/run v1.0.0 [2020-04-17T18:03:33.160Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-04-17T18:03:33.422Z] go: finding github.com/onsi/gomega v1.4.2 [2020-04-17T18:03:33.422Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-04-17T18:03:33.422Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-04-17T18:03:33.423Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-04-17T18:03:33.423Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-04-17T18:03:33.423Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-04-17T18:03:33.423Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-04-17T18:03:33.423Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-17T18:03:33.423Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-17T18:03:33.423Z] go: finding github.com/posener/complete v1.1.1 [2020-04-17T18:03:33.423Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-04-17T18:03:33.681Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-04-17T18:03:33.681Z] go: finding github.com/prometheus/common v0.9.1 [2020-04-17T18:03:33.681Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-04-17T18:03:33.681Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-04-17T18:03:33.681Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-04-17T18:03:33.681Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-17T18:03:33.681Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-04-17T18:03:33.681Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-17T18:03:33.681Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-04-17T18:03:33.940Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-04-17T18:03:33.940Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-04-17T18:03:33.940Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-04-17T18:03:33.940Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-04-17T18:03:33.940Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-04-17T18:03:33.940Z] go: finding github.com/spf13/cobra v0.0.3 [2020-04-17T18:03:33.940Z] go: finding github.com/spf13/pflag v1.0.3 [2020-04-17T18:03:34.198Z] go: finding github.com/stretchr/objx v0.1.1 [2020-04-17T18:03:34.198Z] go: finding github.com/stretchr/testify v1.4.0 [2020-04-17T18:03:34.198Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-04-17T18:03:34.198Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-04-17T18:03:34.198Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-04-17T18:03:34.198Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-04-17T18:03:34.198Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-04-17T18:03:34.198Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-04-17T18:03:34.198Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-04-17T18:03:34.460Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-04-17T18:03:34.460Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-04-17T18:03:34.460Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-04-17T18:03:34.460Z] go: finding golang.org/x/text v0.3.2 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-04-17T18:03:34.460Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-04-17T18:03:34.722Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-04-17T18:03:34.722Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-04-17T18:03:34.722Z] go: finding google.golang.org/appengine v1.4.0 [2020-04-17T18:03:34.722Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-04-17T18:03:34.722Z] go: finding google.golang.org/grpc v1.23.0 [2020-04-17T18:03:34.722Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-04-17T18:03:34.722Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-04-17T18:03:34.722Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-04-17T18:03:34.722Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-17T18:03:34.722Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-04-17T18:03:34.722Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-04-17T18:03:34.983Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-17T18:03:34.983Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-17T18:03:34.983Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-04-17T18:03:34.983Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-04-17T18:03:34.983Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-04-17T18:03:34.983Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-04-17T18:03:35.246Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-04-17T18:03:35.246Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-04-17T18:05:41.839Z] Removing intermediate container d7f0e09cf919 [2020-04-17T18:05:41.839Z] ---> 99850814c3a2 [2020-04-17T18:05:41.839Z] Successfully built 99850814c3a2 [2020-04-17T18:05:41.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:05:42.683Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-17T18:05:42.683Z] . [Pipeline] withDockerContainer [2020-04-17T18:05:42.859Z] prd-centos7-docker-4c-2g-4572 does not seem to be running inside a container [2020-04-17T18:05:42.907Z] $ 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-x86_64 cat [2020-04-17T18:05:43.756Z] $ docker top da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-17T18:05:44.344Z] + go version [2020-04-17T18:05:44.344Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-17T18:05:44.657Z] + make test [2020-04-17T18:05:44.657Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-17T18:05:46.052Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-04-17T18:05:54.231Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-04-17T18:05:54.231Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-04-17T18:05:56.079Z] Stashed 1 file(s) [Pipeline] } [2020-04-17T18:05:56.096Z] $ docker stop --time=1 da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 [2020-04-17T18:05:57.531Z] $ docker rm -f da71741632882bd3cd49ad2aef63f1ecff49baaeaebd7d7322296bce92401007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-17T18:05:58.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-17T18:05:58.948Z] + ls -al . [2020-04-17T18:05:58.949Z] total 104 [2020-04-17T18:05:58.949Z] drwxrwxr-x. 9 jenkins jenkins 4096 Apr 17 18:05 . [2020-04-17T18:05:58.949Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 17 18:02 .. [2020-04-17T18:05:58.949Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 17 18:02 assets [2020-04-17T18:05:58.949Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 17 18:02 bin [2020-04-17T18:05:58.949Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 17 18:02 cmd [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 17 18:02 CONTRIBUTING.md [2020-04-17T18:05:58.949Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 17 18:05 coverage.out [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 913 Apr 17 18:02 Dockerfile [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 898 Apr 17 18:02 Dockerfile.build [2020-04-17T18:05:58.949Z] drwxrwxr-x. 4 jenkins jenkins 53 Apr 17 18:02 docs [2020-04-17T18:05:58.949Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 17 18:02 .git [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 123 Apr 17 18:02 .gitignore [2020-04-17T18:05:58.949Z] -rw-r--r--. 1 jenkins jenkins 974 Apr 17 18:05 go.mod [2020-04-17T18:05:58.949Z] -rw-r--r--. 1 jenkins jenkins 44475 Apr 17 18:05 go.sum [2020-04-17T18:05:58.949Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 17 18:02 internal [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 675 Apr 17 18:02 Jenkinsfile [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 17 18:02 LICENSE [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 17 18:02 Makefile [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 3392 Apr 17 18:02 README.md [2020-04-17T18:05:58.949Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 17 18:02 .semver [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 17 18:02 VERSION [2020-04-17T18:05:58.949Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 17 18:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:05:59.269Z] + 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=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 --label arch=amd64 --label version=0.0.0 . [2020-04-17T18:05:59.837Z] Sending build context to Docker daemon 11.59MB [2020-04-17T18:05:59.837Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-04-17T18:05:59.837Z] Step 2/24 : FROM ${BASE} AS builder [2020-04-17T18:05:59.837Z] ---> 99850814c3a2 [2020-04-17T18:05:59.837Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-04-17T18:05:59.837Z] ---> Running in 2f4a2e42d0db [2020-04-17T18:05:59.837Z] Removing intermediate container 2f4a2e42d0db [2020-04-17T18:05:59.837Z] ---> 9020a5a15047 [2020-04-17T18:05:59.837Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-04-17T18:06:00.096Z] ---> Running in 5f2458386459 [2020-04-17T18:06:00.096Z] Removing intermediate container 5f2458386459 [2020-04-17T18:06:00.096Z] ---> d16af4022316 [2020-04-17T18:06:00.096Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-04-17T18:06:00.096Z] ---> Running in b29329584e99 [2020-04-17T18:06:00.356Z] Removing intermediate container b29329584e99 [2020-04-17T18:06:00.356Z] ---> 0281b8054e29 [2020-04-17T18:06:00.356Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-04-17T18:06:00.356Z] ---> Running in 0eb8321e4fa6 [2020-04-17T18:06:00.614Z] Removing intermediate container 0eb8321e4fa6 [2020-04-17T18:06:00.614Z] ---> d2fad6cf8b85 [2020-04-17T18:06:00.614Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-04-17T18:06:00.614Z] ---> Running in c29ebfc2f506 [2020-04-17T18:06:00.614Z] Removing intermediate container c29ebfc2f506 [2020-04-17T18:06:00.614Z] ---> ba6b0f608e0b [2020-04-17T18:06:00.614Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T18:06:00.874Z] ---> Running in 5ed954bf1841 [2020-04-17T18:06:01.443Z] Removing intermediate container 5ed954bf1841 [2020-04-17T18:06:01.443Z] ---> b6fb83365c62 [2020-04-17T18:06:01.443Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-17T18:06:01.705Z] ---> Running in 50cc6cb095f6 [2020-04-17T18:06:01.964Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-17T18:06:02.902Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-17T18:06:03.161Z] v3.11.5-55-g8dc38ebaea [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-04-17T18:06:03.161Z] v3.11.5-54-g70c5111c08 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-04-17T18:06:03.161Z] OK: 11289 distinct packages available [2020-04-17T18:06:03.419Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-17T18:06:03.986Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-17T18:06:04.554Z] OK: 143 MiB in 39 packages [2020-04-17T18:06:05.121Z] Removing intermediate container 50cc6cb095f6 [2020-04-17T18:06:05.121Z] ---> b4e82415634e [2020-04-17T18:06:05.121Z] Step 10/24 : ENV GO111MODULE=on [2020-04-17T18:06:05.121Z] ---> Running in a3689115d886 [2020-04-17T18:06:05.121Z] Removing intermediate container a3689115d886 [2020-04-17T18:06:05.121Z] ---> c53a7a3e223b [2020-04-17T18:06:05.121Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-04-17T18:06:05.121Z] ---> Running in d80b46fb7e22 [2020-04-17T18:06:05.380Z] Removing intermediate container d80b46fb7e22 [2020-04-17T18:06:05.380Z] ---> d0bf075ddfd9 [2020-04-17T18:06:05.380Z] Step 12/24 : COPY go.mod . [2020-04-17T18:06:05.644Z] ---> 8ec56b46ca3a [2020-04-17T18:06:05.644Z] Step 13/24 : COPY Makefile . [2020-04-17T18:06:05.644Z] ---> 488f7d223e86 [2020-04-17T18:06:05.644Z] Step 14/24 : RUN make update [2020-04-17T18:06:05.644Z] ---> Running in 2a9656e42b14 [2020-04-17T18:06:06.213Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-04-17T18:06:07.154Z] Removing intermediate container 2a9656e42b14 [2020-04-17T18:06:07.154Z] ---> c9e25767a5c1 [2020-04-17T18:06:07.154Z] Step 15/24 : COPY . . [2020-04-17T18:06:07.732Z] ---> e8a8cb796414 [2020-04-17T18:06:07.732Z] Step 16/24 : RUN ${MAKE} [2020-04-17T18:06:07.732Z] ---> Running in 450bf617e497 [2020-04-17T18:06:07.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-04-17T18:06:16.172Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-17T18:06:18.711Z] Removing intermediate container 450bf617e497 [2020-04-17T18:06:18.711Z] ---> a1b129e7d286 [2020-04-17T18:06:18.711Z] Step 17/24 : FROM alpine [2020-04-17T18:06:18.711Z] latest: Pulling from library/alpine [2020-04-17T18:06:18.711Z] aad63a933944: Pulling fs layer [2020-04-17T18:06:18.711Z] aad63a933944: Verifying Checksum [2020-04-17T18:06:18.711Z] aad63a933944: Download complete [2020-04-17T18:06:18.970Z] aad63a933944: Pull complete [2020-04-17T18:06:18.970Z] Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 [2020-04-17T18:06:18.970Z] Status: Downloaded newer image for alpine:latest [2020-04-17T18:06:18.970Z] ---> a187dde48cd2 [2020-04-17T18:06:18.970Z] Step 18/24 : EXPOSE 4000 [2020-04-17T18:06:19.228Z] ---> Running in e88ebb1f5543 [2020-04-17T18:06:19.228Z] Removing intermediate container e88ebb1f5543 [2020-04-17T18:06:19.228Z] ---> 9648cfe42373 [2020-04-17T18:06:19.228Z] 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-04-17T18:06:19.796Z] ---> a441bb276013 [2020-04-17T18:06:19.796Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-04-17T18:06:19.796Z] ---> Running in 8543640721df [2020-04-17T18:06:20.055Z] Removing intermediate container 8543640721df [2020-04-17T18:06:20.055Z] ---> 35ec3ebff97c [2020-04-17T18:06:20.055Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-04-17T18:06:20.055Z] ---> Running in ac373984301c [2020-04-17T18:06:20.055Z] Removing intermediate container ac373984301c [2020-04-17T18:06:20.055Z] ---> a7c8b9d1be42 [2020-04-17T18:06:20.055Z] Step 22/24 : LABEL arch=amd64 [2020-04-17T18:06:20.055Z] ---> Running in 8eac19d38ba5 [2020-04-17T18:06:20.314Z] Removing intermediate container 8eac19d38ba5 [2020-04-17T18:06:20.314Z] ---> 6982ecb38948 [2020-04-17T18:06:20.314Z] Step 23/24 : LABEL git_sha=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:06:20.314Z] ---> Running in 8f307536ee5d [2020-04-17T18:06:20.572Z] Removing intermediate container 8f307536ee5d [2020-04-17T18:06:20.572Z] ---> 72ca6adbb247 [2020-04-17T18:06:20.572Z] Step 24/24 : LABEL version=0.0.0 [2020-04-17T18:06:20.572Z] ---> Running in aa62cabde9db [2020-04-17T18:06:20.572Z] Removing intermediate container aa62cabde9db [2020-04-17T18:06:20.572Z] ---> ce4416cf325f [2020-04-17T18:06:20.572Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-17T18:06:20.572Z] Successfully built ce4416cf325f [2020-04-17T18:06:20.572Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-17T18:10:05.786Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4578 in /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [Pipeline] { [Pipeline] ws [2020-04-17T18:10:05.906Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-04-17T18:10:12.447Z] using credential edgex-jenkins-ssh [2020-04-17T18:10:12.504Z] Cloning the remote Git repository [2020-04-17T18:10:12.504Z] Cloning with configured refspecs honoured and without tags [2020-04-17T18:10:12.567Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:10:12.659Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-04-17T18:10:12.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:10:12.735Z] > git --version # timeout=10 [2020-04-17T18:10:12.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:10:12.861Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:10:14.060Z] Fetching without tags [2020-04-17T18:10:14.593Z] Merging remotes/origin/master commit f0b05c79d7523a1f3df8cc9d6229e2354fa3536f into PR head commit e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:10:14.966Z] Merge succeeded, producing e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:10:14.966Z] Checking out Revision e86d35f5ba00cb0bd76106565fd49a33e1b9e371 (PR-213) [2020-04-17T18:10:13.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-04-17T18:10:13.950Z] > git config --add remote.origin.fetch +refs/pull/213/head:refs/remotes/origin/PR-213 # timeout=10 [2020-04-17T18:10:13.971Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:10:14.017Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-04-17T18:10:14.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-04-17T18:10:14.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:10:14.092Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T18:10:14.617Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T18:10:14.652Z] > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 [2020-04-17T18:10:14.851Z] > git remote # timeout=10 [2020-04-17T18:10:14.883Z] > git config --get remote.origin.url # timeout=10 [2020-04-17T18:10:14.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T18:10:14.921Z] > git merge f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 [2020-04-17T18:10:14.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-17T18:10:14.976Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T18:10:15.002Z] > git checkout -f e86d35f5ba00cb0bd76106565fd49a33e1b9e371 # timeout=10 [2020-04-17T18:10:19.810Z] Commit message: "remove snap dir" [2020-04-17T18:10:19.871Z] > git --version # timeout=10 [2020-04-17T18:10:19.899Z] fatal: bad object e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-17T18:10:21.452Z] ========================================================= [2020-04-17T18:10:21.453Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-17T18:10:21.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:10:22.741Z] + 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-04-17T18:10:23.714Z] Sending build context to Docker daemon 11.55MB [2020-04-17T18:10:23.714Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-04-17T18:10:23.714Z] Step 2/8 : FROM ${BASE} [2020-04-17T18:10:23.986Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-17T18:10:24.256Z] cde5963f3b93: Pulling fs layer [2020-04-17T18:10:24.256Z] 2a23fa8c16f7: Pulling fs layer [2020-04-17T18:10:24.256Z] 777b28850792: Pulling fs layer [2020-04-17T18:10:24.256Z] 8a11ddd9e578: Pulling fs layer [2020-04-17T18:10:24.256Z] 4cf88f913ddb: Pulling fs layer [2020-04-17T18:10:24.256Z] 1df406cf5192: Pulling fs layer [2020-04-17T18:10:24.256Z] cd6300453558: Pulling fs layer [2020-04-17T18:10:24.256Z] b9c365052c96: Pulling fs layer [2020-04-17T18:10:24.256Z] a2d8cc88f415: Pulling fs layer [2020-04-17T18:10:24.256Z] ea1d1ca13537: Pulling fs layer [2020-04-17T18:10:24.256Z] 3750a50a1c5e: Pulling fs layer [2020-04-17T18:10:24.256Z] 8a11ddd9e578: Waiting [2020-04-17T18:10:24.256Z] 4cf88f913ddb: Waiting [2020-04-17T18:10:24.256Z] 1df406cf5192: Waiting [2020-04-17T18:10:24.256Z] cd6300453558: Waiting [2020-04-17T18:10:24.256Z] b9c365052c96: Waiting [2020-04-17T18:10:24.256Z] a2d8cc88f415: Waiting [2020-04-17T18:10:24.256Z] ea1d1ca13537: Waiting [2020-04-17T18:10:24.256Z] 3750a50a1c5e: Waiting [2020-04-17T18:10:24.256Z] 777b28850792: Download complete [2020-04-17T18:10:24.256Z] 2a23fa8c16f7: Verifying Checksum [2020-04-17T18:10:24.256Z] 2a23fa8c16f7: Download complete [2020-04-17T18:10:24.256Z] 4cf88f913ddb: Verifying Checksum [2020-04-17T18:10:24.256Z] 4cf88f913ddb: Download complete [2020-04-17T18:10:24.256Z] 1df406cf5192: Download complete [2020-04-17T18:10:24.528Z] cde5963f3b93: Verifying Checksum [2020-04-17T18:10:24.529Z] cde5963f3b93: Download complete [2020-04-17T18:10:25.121Z] cde5963f3b93: Pull complete [2020-04-17T18:10:25.725Z] 2a23fa8c16f7: Pull complete [2020-04-17T18:10:26.320Z] 777b28850792: Pull complete [2020-04-17T18:10:28.911Z] cd6300453558: Verifying Checksum [2020-04-17T18:10:28.911Z] cd6300453558: Download complete [2020-04-17T18:10:28.911Z] a2d8cc88f415: Verifying Checksum [2020-04-17T18:10:28.911Z] a2d8cc88f415: Download complete [2020-04-17T18:10:30.863Z] ea1d1ca13537: Verifying Checksum [2020-04-17T18:10:30.863Z] ea1d1ca13537: Download complete [2020-04-17T18:10:31.132Z] 3750a50a1c5e: Verifying Checksum [2020-04-17T18:10:31.132Z] 3750a50a1c5e: Download complete [2020-04-17T18:10:33.736Z] b9c365052c96: Download complete [2020-04-17T18:10:35.166Z] 8a11ddd9e578: Download complete [2020-04-17T18:10:47.528Z] 8a11ddd9e578: Pull complete [2020-04-17T18:10:47.528Z] 4cf88f913ddb: Pull complete [2020-04-17T18:10:47.528Z] 1df406cf5192: Pull complete [2020-04-17T18:10:51.821Z] cd6300453558: Pull complete [2020-04-17T18:10:56.084Z] b9c365052c96: Pull complete [2020-04-17T18:10:56.084Z] a2d8cc88f415: Pull complete [2020-04-17T18:10:58.053Z] ea1d1ca13537: Pull complete [2020-04-17T18:10:58.650Z] 3750a50a1c5e: Pull complete [2020-04-17T18:10:58.650Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-17T18:10:58.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-17T18:10:58.650Z] ---> 78745c68409d [2020-04-17T18:10:58.650Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-17T18:11:02.935Z] ---> Running in bb98aa4e14fb [2020-04-17T18:11:03.522Z] Removing intermediate container bb98aa4e14fb [2020-04-17T18:11:03.522Z] ---> f1827b7f1231 [2020-04-17T18:11:03.522Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T18:11:03.522Z] ---> Running in 322c6633016e [2020-04-17T18:11:05.476Z] Removing intermediate container 322c6633016e [2020-04-17T18:11:05.476Z] ---> 4971e55c02c7 [2020-04-17T18:11:05.476Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-17T18:11:05.745Z] ---> Running in 2baa1b307002 [2020-04-17T18:11:06.710Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-17T18:11:07.675Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-17T18:11:08.638Z] OK: 125 MiB in 39 packages [2020-04-17T18:11:09.613Z] Removing intermediate container 2baa1b307002 [2020-04-17T18:11:09.613Z] ---> 1b3e3697360f [2020-04-17T18:11:09.613Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-04-17T18:11:09.881Z] ---> Running in 4874a10750be [2020-04-17T18:11:10.472Z] Removing intermediate container 4874a10750be [2020-04-17T18:11:10.472Z] ---> 49a2a130e463 [2020-04-17T18:11:10.472Z] Step 7/8 : COPY . . [2020-04-17T18:11:11.883Z] ---> 340356333a19 [2020-04-17T18:11:11.883Z] Step 8/8 : RUN go mod download [2020-04-17T18:11:12.158Z] ---> Running in 3a8d4a112f57 [2020-04-17T18:11:17.532Z] go: finding cloud.google.com/go v0.26.0 [2020-04-17T18:11:17.532Z] go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/Azure/go-autorest v10.15.3+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-17T18:11:17.532Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/Microsoft/go-winio v0.4.3 [2020-04-17T18:11:17.532Z] go: finding github.com/NYTimes/gziphandler v1.0.1 [2020-04-17T18:11:17.532Z] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 [2020-04-17T18:11:17.532Z] go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af [2020-04-17T18:11:17.532Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-04-17T18:11:17.532Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-04-17T18:11:17.532Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-17T18:11:17.532Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-04-17T18:11:17.532Z] go: finding github.com/armon/go-radix v1.0.0 [2020-04-17T18:11:17.532Z] go: finding github.com/aws/aws-sdk-go v1.25.41 [2020-04-17T18:11:17.532Z] go: finding github.com/beorn7/perks v1.0.1 [2020-04-17T18:11:17.532Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-17T18:11:17.532Z] go: finding github.com/boltdb/bolt v1.3.1 [2020-04-17T18:11:17.532Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-04-17T18:11:17.532Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-04-17T18:11:17.532Z] go: finding github.com/client9/misspell v0.3.4 [2020-04-17T18:11:17.532Z] go: finding github.com/coredns/coredns v1.1.2 [2020-04-17T18:11:17.532Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-17T18:11:17.532Z] go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-04-17T18:11:17.532Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-04-17T18:11:17.532Z] go: finding github.com/digitalocean/godo v1.10.0 [2020-04-17T18:11:17.532Z] go: finding github.com/dimchansky/utfbom v1.1.0 [2020-04-17T18:11:17.532Z] go: finding github.com/dnaeon/go-vcr v1.0.1 [2020-04-17T18:11:17.532Z] go: finding github.com/docker/go-connections v0.3.0 [2020-04-17T18:11:17.532Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-17T18:11:17.532Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-04-17T18:11:17.816Z] go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-04-17T18:11:17.816Z] go: finding github.com/envoyproxy/go-control-plane v0.8.0 [2020-04-17T18:11:17.816Z] go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 [2020-04-17T18:11:17.816Z] go: finding github.com/fatih/color v1.9.0 [2020-04-17T18:11:17.816Z] go: finding github.com/fatih/structs v1.1.0 [2020-04-17T18:11:17.816Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-17T18:11:17.816Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-04-17T18:11:17.816Z] go: finding github.com/go-kit/kit v0.9.0 [2020-04-17T18:11:18.085Z] go: finding github.com/go-ldap/ldap v3.0.2+incompatible [2020-04-17T18:11:18.085Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-17T18:11:18.085Z] go: finding github.com/go-ole/go-ole v1.2.1 [2020-04-17T18:11:18.085Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-17T18:11:18.085Z] go: finding github.com/go-test/deep v1.0.2 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/depgen v0.1.0 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/envy v1.7.0 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/flect v0.1.3 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/genny v0.1.1 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/gogen v0.1.1 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/mapi v1.0.2 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/packd v0.1.0 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/packr/v2 v2.2.0 [2020-04-17T18:11:18.085Z] go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 [2020-04-17T18:11:18.353Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-04-17T18:11:18.353Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-04-17T18:11:18.353Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-04-17T18:11:18.353Z] go: finding github.com/golang/mock v1.1.1 [2020-04-17T18:11:18.353Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-17T18:11:18.353Z] go: finding github.com/golang/snappy v0.0.1 [2020-04-17T18:11:18.353Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-04-17T18:11:18.353Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-17T18:11:18.353Z] go: finding github.com/google/go-cmp v0.4.0 [2020-04-17T18:11:18.353Z] go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 [2020-04-17T18:11:18.353Z] go: finding github.com/google/gofuzz v1.0.0 [2020-04-17T18:11:18.353Z] go: finding github.com/googleapis/gnostic v0.2.0 [2020-04-17T18:11:18.353Z] go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca [2020-04-17T18:11:18.621Z] go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c [2020-04-17T18:11:18.621Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-17T18:11:18.621Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-04-17T18:11:18.621Z] go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 [2020-04-17T18:11:18.621Z] go: finding github.com/hashicorp/consul v1.7.2 [2020-04-17T18:11:18.621Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-04-17T18:11:18.621Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-04-17T18:11:18.621Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-17T18:11:18.621Z] go: finding github.com/hashicorp/go-bexpr v0.1.2 [2020-04-17T18:11:18.888Z] go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-04-17T18:11:18.888Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-17T18:11:18.888Z] go: finding github.com/hashicorp/go-connlimit v0.2.0 [2020-04-17T18:11:18.888Z] go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 [2020-04-17T18:11:18.888Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-memdb v1.0.3 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-plugin v1.0.1 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-raftchunking v0.6.1 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.4 [2020-04-17T18:11:19.160Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-04-17T18:11:19.428Z] go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/raft v1.1.2 [2020-04-17T18:11:19.696Z] go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-04-17T18:11:19.964Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-04-17T18:11:19.964Z] go: finding github.com/hashicorp/vault/api v1.0.4 [2020-04-17T18:11:19.964Z] go: finding github.com/hashicorp/vault/sdk v0.1.13 [2020-04-17T18:11:19.964Z] go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-04-17T18:11:19.964Z] go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-04-17T18:11:19.964Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-17T18:11:19.964Z] go: finding github.com/imdario/mergo v0.3.6 [2020-04-17T18:11:19.964Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-04-17T18:11:19.964Z] go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da [2020-04-17T18:11:19.964Z] go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-04-17T18:11:19.964Z] go: finding github.com/joho/godotenv v1.3.0 [2020-04-17T18:11:19.964Z] go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 [2020-04-17T18:11:20.231Z] go: finding github.com/json-iterator/go v1.1.9 [2020-04-17T18:11:20.231Z] go: finding github.com/jtolds/gls v4.2.1+incompatible [2020-04-17T18:11:20.231Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-04-17T18:11:20.231Z] go: finding github.com/karrick/godirwalk v1.10.3 [2020-04-17T18:11:20.231Z] go: finding github.com/kisielk/errcheck v1.2.0 [2020-04-17T18:11:20.231Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-04-17T18:11:20.231Z] go: finding github.com/klauspost/compress v1.9.5 [2020-04-17T18:11:20.231Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 [2020-04-17T18:11:20.231Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-17T18:11:20.231Z] go: finding github.com/kr/pretty v0.2.0 [2020-04-17T18:11:20.231Z] go: finding github.com/kr/pty v1.1.1 [2020-04-17T18:11:20.231Z] go: finding github.com/kr/text v0.1.0 [2020-04-17T18:11:20.231Z] go: finding github.com/likexian/gokit v0.20.16 [2020-04-17T18:11:20.499Z] go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b [2020-04-17T18:11:20.499Z] go: finding github.com/linode/linodego v0.7.1 [2020-04-17T18:11:20.499Z] go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 [2020-04-17T18:11:20.499Z] go: finding github.com/markbates/safe v1.0.1 [2020-04-17T18:11:20.499Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-04-17T18:11:20.499Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-04-17T18:11:20.499Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-04-17T18:11:20.499Z] go: finding github.com/miekg/dns v1.1.26 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-04-17T18:11:20.767Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-04-17T18:11:20.767Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-04-17T18:11:20.767Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-04-17T18:11:20.767Z] go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe [2020-04-17T18:11:20.767Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-04-17T18:11:20.767Z] go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-04-17T18:11:21.036Z] go: finding github.com/oklog/run v1.0.0 [2020-04-17T18:11:21.036Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-04-17T18:11:21.036Z] go: finding github.com/onsi/gomega v1.4.2 [2020-04-17T18:11:21.036Z] go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-04-17T18:11:21.036Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-04-17T18:11:21.036Z] go: finding github.com/pebbe/zmq4 v1.2.0 [2020-04-17T18:11:21.304Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-04-17T18:11:21.304Z] go: finding github.com/peterbourgon/diskv v2.0.1+incompatible [2020-04-17T18:11:21.304Z] go: finding github.com/pierrec/lz4 v2.0.5+incompatible [2020-04-17T18:11:21.304Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-17T18:11:21.304Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-17T18:11:21.304Z] go: finding github.com/posener/complete v1.1.1 [2020-04-17T18:11:21.304Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-04-17T18:11:21.304Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-04-17T18:11:21.304Z] go: finding github.com/prometheus/common v0.9.1 [2020-04-17T18:11:21.304Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-04-17T18:11:21.304Z] go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-04-17T18:11:21.304Z] go: finding github.com/rogpeppe/go-internal v1.3.0 [2020-04-17T18:11:21.304Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-17T18:11:21.571Z] go: finding github.com/ryanuber/go-glob v1.0.0 [2020-04-17T18:11:21.571Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-17T18:11:21.571Z] go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-04-17T18:11:21.571Z] go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 [2020-04-17T18:11:21.571Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-04-17T18:11:21.571Z] go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf [2020-04-17T18:11:21.571Z] go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a [2020-04-17T18:11:21.571Z] go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-04-17T18:11:21.838Z] go: finding github.com/spf13/cobra v0.0.3 [2020-04-17T18:11:21.838Z] go: finding github.com/spf13/pflag v1.0.3 [2020-04-17T18:11:21.838Z] go: finding github.com/stretchr/objx v0.1.1 [2020-04-17T18:11:21.838Z] go: finding github.com/stretchr/testify v1.4.0 [2020-04-17T18:11:21.838Z] go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-04-17T18:11:21.838Z] go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 [2020-04-17T18:11:21.838Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-04-17T18:11:21.838Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-04-17T18:11:22.105Z] go: finding github.com/vmware/govmomi v0.18.0 [2020-04-17T18:11:22.105Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-04-17T18:11:22.105Z] go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc [2020-04-17T18:11:22.105Z] go: finding go.mongodb.org/mongo-driver v1.3.1 [2020-04-17T18:11:22.105Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-04-17T18:11:22.105Z] go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 [2020-04-17T18:11:22.105Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-04-17T18:11:22.105Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-04-17T18:11:22.105Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-04-17T18:11:22.372Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-04-17T18:11:22.372Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-04-17T18:11:22.372Z] go: finding golang.org/x/text v0.3.2 [2020-04-17T18:11:22.372Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-04-17T18:11:22.372Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-04-17T18:11:22.372Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-04-17T18:11:22.372Z] go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 [2020-04-17T18:11:22.372Z] go: finding google.golang.org/appengine v1.4.0 [2020-04-17T18:11:22.372Z] go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 [2020-04-17T18:11:22.640Z] go: finding google.golang.org/grpc v1.23.0 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d [2020-04-17T18:11:22.640Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/errgo.v2 v2.1.0 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-17T18:11:22.640Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-04-17T18:11:22.907Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-04-17T18:11:22.907Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-04-17T18:11:22.907Z] go: finding gopkg.in/resty.v1 v1.12.0 [2020-04-17T18:11:22.907Z] go: finding gopkg.in/square/go-jose.v2 v2.3.1 [2020-04-17T18:11:22.907Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-17T18:11:22.907Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-17T18:11:22.907Z] go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc [2020-04-17T18:11:22.907Z] go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb [2020-04-17T18:11:22.907Z] go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 [2020-04-17T18:11:23.183Z] go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 [2020-04-17T18:11:23.183Z] go: finding k8s.io/client-go v8.0.0+incompatible [2020-04-17T18:11:23.184Z] go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 [2020-04-17T18:12:59.902Z] Removing intermediate container 3a8d4a112f57 [2020-04-17T18:12:59.902Z] ---> 52e16e79f61d [2020-04-17T18:12:59.902Z] Successfully built 52e16e79f61d [2020-04-17T18:12:59.902Z] 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-04-17T18:13:00.757Z] + docker inspect -f . ci-base-image-arm64 [2020-04-17T18:13:01.024Z] . [Pipeline] withDockerContainer [2020-04-17T18:13:01.411Z] prd-ubuntu18.04-docker-arm64-4c-16g-4578 does not seem to be running inside a container [2020-04-17T18:13:01.501Z] $ 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-04-17T18:13:02.993Z] $ docker top 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-17T18:13:04.156Z] + go version [2020-04-17T18:13:04.156Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-17T18:13:04.828Z] + make test [2020-04-17T18:13:04.828Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-17T18:13:06.791Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-04-17T18:13:33.581Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-04-17T18:13:33.582Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-04-17T18:13:33.582Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-04-17T18:13:35.065Z] Warning: overwriting stash ‘coverage-report’ [2020-04-17T18:13:35.513Z] Stashed 1 file(s) [Pipeline] } [2020-04-17T18:13:35.540Z] $ docker stop --time=1 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 [2020-04-17T18:13:37.938Z] $ docker rm -f 5dd4ab901f5b71f8df02ef78e232d70314ffe11d48c55ad49c6815d68088cc65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-17T18:13:39.422Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-17T18:13:39.786Z] + ls -al . [2020-04-17T18:13:39.786Z] total 136 [2020-04-17T18:13:39.786Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 17 18:13 . [2020-04-17T18:13:39.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 18:10 .. [2020-04-17T18:13:39.786Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 18:10 .git [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 123 Apr 17 18:10 .gitignore [2020-04-17T18:13:39.786Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 .semver [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 17 18:10 CONTRIBUTING.md [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 913 Apr 17 18:10 Dockerfile [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 898 Apr 17 18:10 Dockerfile.build [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 675 Apr 17 18:10 Jenkinsfile [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 17 18:10 LICENSE [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 17 18:10 Makefile [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 3392 Apr 17 18:10 README.md [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 17 18:02 VERSION [2020-04-17T18:13:39.786Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 assets [2020-04-17T18:13:39.786Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 18:10 bin [2020-04-17T18:13:39.786Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 17 18:10 cmd [2020-04-17T18:13:39.786Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 17 18:13 coverage.out [2020-04-17T18:13:39.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 18:10 docs [2020-04-17T18:13:39.786Z] -rw-r--r-- 1 jenkins jenkins 974 Apr 17 18:13 go.mod [2020-04-17T18:13:39.786Z] -rw-r--r-- 1 jenkins jenkins 44475 Apr 17 18:13 go.sum [2020-04-17T18:13:39.786Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 18:10 internal [2020-04-17T18:13:39.786Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 17 18:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:13:40.147Z] + 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=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 --label arch=arm64 --label version=0.0.0 . [2020-04-17T18:13:40.740Z] Sending build context to Docker daemon 11.59MB [2020-04-17T18:13:40.740Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-04-17T18:13:40.740Z] Step 2/24 : FROM ${BASE} AS builder [2020-04-17T18:13:40.740Z] ---> 52e16e79f61d [2020-04-17T18:13:40.740Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-04-17T18:13:41.326Z] ---> Running in 752013d16224 [2020-04-17T18:13:41.596Z] Removing intermediate container 752013d16224 [2020-04-17T18:13:41.596Z] ---> 21bfbfaf95c9 [2020-04-17T18:13:41.596Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-04-17T18:13:41.596Z] ---> Running in c3c26f5e4d30 [2020-04-17T18:13:42.183Z] Removing intermediate container c3c26f5e4d30 [2020-04-17T18:13:42.183Z] ---> 25b6e4d3b3ff [2020-04-17T18:13:42.183Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-04-17T18:13:42.183Z] ---> Running in f1777261e0b9 [2020-04-17T18:13:42.451Z] Removing intermediate container f1777261e0b9 [2020-04-17T18:13:42.451Z] ---> 825319b12e21 [2020-04-17T18:13:42.451Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-04-17T18:13:42.719Z] ---> Running in 555c482bf075 [2020-04-17T18:13:42.988Z] Removing intermediate container 555c482bf075 [2020-04-17T18:13:42.988Z] ---> 896b2d4778b8 [2020-04-17T18:13:42.988Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-04-17T18:13:43.256Z] ---> Running in acc4cccb6416 [2020-04-17T18:13:43.525Z] Removing intermediate container acc4cccb6416 [2020-04-17T18:13:43.525Z] ---> 92062529792e [2020-04-17T18:13:43.525Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T18:13:43.794Z] ---> Running in 2e3843dd2fbf [2020-04-17T18:13:45.767Z] Removing intermediate container 2e3843dd2fbf [2020-04-17T18:13:45.767Z] ---> dd01fac8e660 [2020-04-17T18:13:45.767Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-17T18:13:45.767Z] ---> Running in 0ef77d304f00 [2020-04-17T18:13:46.731Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-17T18:13:47.692Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-17T18:13:48.665Z] v3.11.5-55-g8dc38ebaea [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-04-17T18:13:48.665Z] v3.11.5-54-g70c5111c08 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-04-17T18:13:48.665Z] OK: 11178 distinct packages available [2020-04-17T18:13:48.665Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-17T18:13:49.629Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-17T18:13:50.213Z] OK: 125 MiB in 39 packages [2020-04-17T18:13:51.621Z] Removing intermediate container 0ef77d304f00 [2020-04-17T18:13:51.621Z] ---> 5c8564ff9f0a [2020-04-17T18:13:51.621Z] Step 10/24 : ENV GO111MODULE=on [2020-04-17T18:13:51.621Z] ---> Running in e444e96ecacf [2020-04-17T18:13:51.894Z] Removing intermediate container e444e96ecacf [2020-04-17T18:13:51.894Z] ---> 34b1d457e48d [2020-04-17T18:13:51.894Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-04-17T18:13:51.894Z] ---> Running in 0692341e7e23 [2020-04-17T18:13:52.500Z] Removing intermediate container 0692341e7e23 [2020-04-17T18:13:52.500Z] ---> 0311995768e1 [2020-04-17T18:13:52.500Z] Step 12/24 : COPY go.mod . [2020-04-17T18:13:52.770Z] ---> e5abdcf617ee [2020-04-17T18:13:52.770Z] Step 13/24 : COPY Makefile . [2020-04-17T18:13:53.355Z] ---> ec95ecf98ad3 [2020-04-17T18:13:53.355Z] Step 14/24 : RUN make update [2020-04-17T18:13:53.629Z] ---> Running in 127f72ec12cd [2020-04-17T18:13:54.587Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-04-17T18:13:56.535Z] Removing intermediate container 127f72ec12cd [2020-04-17T18:13:56.535Z] ---> efc76d4bcd0a [2020-04-17T18:13:56.535Z] Step 15/24 : COPY . . [2020-04-17T18:13:57.500Z] ---> 3a5cb3a22d48 [2020-04-17T18:13:57.500Z] Step 16/24 : RUN ${MAKE} [2020-04-17T18:13:57.768Z] ---> Running in 7de14906da69 [2020-04-17T18:13:58.727Z] 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-04-17T18:14:25.490Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-17T18:14:32.141Z] Removing intermediate container 7de14906da69 [2020-04-17T18:14:32.141Z] ---> 34a22484b64c [2020-04-17T18:14:32.141Z] Step 17/24 : FROM alpine [2020-04-17T18:14:32.141Z] latest: Pulling from library/alpine [2020-04-17T18:14:32.141Z] 8a0637ca1ac9: Pulling fs layer [2020-04-17T18:14:32.141Z] 8a0637ca1ac9: Verifying Checksum [2020-04-17T18:14:32.141Z] 8a0637ca1ac9: Download complete [2020-04-17T18:14:32.411Z] 8a0637ca1ac9: Pull complete [2020-04-17T18:14:32.411Z] Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 [2020-04-17T18:14:32.411Z] Status: Downloaded newer image for alpine:latest [2020-04-17T18:14:32.411Z] ---> 2ee122dcc32d [2020-04-17T18:14:32.411Z] Step 18/24 : EXPOSE 4000 [2020-04-17T18:14:32.688Z] ---> Running in f0ae0d8b2030 [2020-04-17T18:14:33.279Z] Removing intermediate container f0ae0d8b2030 [2020-04-17T18:14:33.279Z] ---> 9c146b02adb5 [2020-04-17T18:14:33.279Z] 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-04-17T18:14:34.692Z] ---> 25b193ec9a7f [2020-04-17T18:14:34.692Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-04-17T18:14:34.964Z] ---> Running in 0ddd4aa21f57 [2020-04-17T18:14:35.233Z] Removing intermediate container 0ddd4aa21f57 [2020-04-17T18:14:35.233Z] ---> d3db5d8b01d4 [2020-04-17T18:14:35.233Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-04-17T18:14:35.507Z] ---> Running in ae05411342c1 [2020-04-17T18:14:35.780Z] Removing intermediate container ae05411342c1 [2020-04-17T18:14:35.780Z] ---> 729ded6c3e30 [2020-04-17T18:14:35.780Z] Step 22/24 : LABEL arch=arm64 [2020-04-17T18:14:36.049Z] ---> Running in 30a48f611a22 [2020-04-17T18:14:36.319Z] Removing intermediate container 30a48f611a22 [2020-04-17T18:14:36.319Z] ---> f3f20fdf91d9 [2020-04-17T18:14:36.319Z] Step 23/24 : LABEL git_sha=e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [2020-04-17T18:14:36.588Z] ---> Running in 489a1b5a17ea [2020-04-17T18:14:36.857Z] Removing intermediate container 489a1b5a17ea [2020-04-17T18:14:36.857Z] ---> a23b84fdfb74 [2020-04-17T18:14:36.857Z] Step 24/24 : LABEL version=0.0.0 [2020-04-17T18:14:37.129Z] ---> Running in aa6965762cc6 [2020-04-17T18:14:37.413Z] Removing intermediate container aa6965762cc6 [2020-04-17T18:14:37.413Z] ---> 9be573cf5170 [2020-04-17T18:14:37.413Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-17T18:14:37.413Z] Successfully built 9be573cf5170 [2020-04-17T18:14:37.682Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-04-17T18:14:39.359Z] provisioning config files... [2020-04-17T18:14:39.372Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config7111525541503345970tmp [Pipeline] { [Pipeline] sh [2020-04-17T18:14:39.757Z] + curl -s https://codecov.io/bash [2020-04-17T18:14:39.757Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config7111525541503345970tmp [2020-04-17T18:14:40.016Z] [2020-04-17T18:14:40.016Z] _____ _ [2020-04-17T18:14:40.016Z] / ____| | | [2020-04-17T18:14:40.016Z] | | ___ __| | ___ ___ _____ __ [2020-04-17T18:14:40.017Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-17T18:14:40.017Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-17T18:14:40.017Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-17T18:14:40.017Z] Bash-tbd [2020-04-17T18:14:40.017Z] [2020-04-17T18:14:40.017Z] [2020-04-17T18:14:40.017Z] ==> Jenkins CI detected. [2020-04-17T18:14:40.017Z] project root: . [2020-04-17T18:14:40.017Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-17T18:14:40.017Z] ==> Running gcov in . (disable via -X gcov) [2020-04-17T18:14:40.017Z] ==> Python coveragepy not found [2020-04-17T18:14:40.017Z] ==> Searching for coverage reports in: [2020-04-17T18:14:40.017Z] + . [2020-04-17T18:14:40.017Z] -> Found 1 reports [2020-04-17T18:14:40.017Z] ==> Detecting git/mercurial file structure [2020-04-17T18:14:40.017Z] ==> Reading reports [2020-04-17T18:14:40.017Z] + ./coverage.out bytes=10 [2020-04-17T18:14:40.017Z] ==> Appending adjustments [2020-04-17T18:14:40.017Z] http://docs.codecov.io/docs/fixing-reports [2020-04-17T18:14:40.275Z] + Found adjustments [2020-04-17T18:14:40.275Z] ==> Gzipping contents [2020-04-17T18:14:40.275Z] ==> Uploading reports [2020-04-17T18:14:40.275Z] url: https://codecov.io [2020-04-17T18:14:40.275Z] query: branch=PR-213&commit=e86d35f5ba00cb0bd76106565fd49a33e1b9e371&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=213&job= [2020-04-17T18:14:40.275Z] -> Pinging Codecov [2020-04-17T18:14:40.275Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-213&commit=e86d35f5ba00cb0bd76106565fd49a33e1b9e371&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=213&job= [2020-04-17T18:14:40.538Z] -> Uploading [2020-04-17T18:14:41.109Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e86d35f5ba00cb0bd76106565fd49a33e1b9e371 [Pipeline] } [2020-04-17T18:14:41.127Z] 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-04-17T18:14:42.881Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T18:14:43.206Z] ---> package-listing.sh [2020-04-17T18:14:43.206Z] ++ facter osfamily [2020-04-17T18:14:43.206Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-17T18:14:43.206Z] + OS_FAMILY=redhat [2020-04-17T18:14:43.206Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-213 [2020-04-17T18:14:43.206Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-17T18:14:43.206Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-17T18:14:43.206Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-17T18:14:43.206Z] + PACKAGES=/tmp/packages_start.txt [2020-04-17T18:14:43.206Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-213 ']' [2020-04-17T18:14:43.206Z] + PACKAGES=/tmp/packages_end.txt [2020-04-17T18:14:43.206Z] + case "${OS_FAMILY}" in [2020-04-17T18:14:43.206Z] + rpm -qa [2020-04-17T18:14:43.206Z] + sort [2020-04-17T18:14:47.399Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-17T18:14:47.399Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-17T18:14:47.399Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-17T18:14:47.399Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-213 ']' [2020-04-17T18:14:47.399Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-213/archives/ [2020-04-17T18:14:47.399Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-213/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:14:47.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-17T18:14:47.792Z] [2020-04-17T18:14:47.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-17T18:14:48.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-17T18:14:48.160Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-17T18:14:48.160Z] c9b1b535fdd9: Pulling fs layer [2020-04-17T18:14:48.160Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-17T18:14:48.160Z] 756a868c4378: Pulling fs layer [2020-04-17T18:14:48.160Z] 444b2fc9a129: Pulling fs layer [2020-04-17T18:14:48.160Z] ea15f1150254: Pulling fs layer [2020-04-17T18:14:48.160Z] 41b27a9f41bf: Pulling fs layer [2020-04-17T18:14:48.160Z] 28c525ee5125: Pulling fs layer [2020-04-17T18:14:48.160Z] 094b1ea09ed8: Pulling fs layer [2020-04-17T18:14:48.160Z] 138eaada9080: Pulling fs layer [2020-04-17T18:14:48.160Z] 0622d0fa9048: Pulling fs layer [2020-04-17T18:14:48.160Z] 094b1ea09ed8: Waiting [2020-04-17T18:14:48.160Z] ea15f1150254: Waiting [2020-04-17T18:14:48.160Z] 138eaada9080: Waiting [2020-04-17T18:14:48.160Z] 28c525ee5125: Waiting [2020-04-17T18:14:48.160Z] 41b27a9f41bf: Waiting [2020-04-17T18:14:48.160Z] 0622d0fa9048: Waiting [2020-04-17T18:14:48.160Z] 444b2fc9a129: Waiting [2020-04-17T18:14:48.160Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-17T18:14:48.160Z] 2cc5ad85d9ab: Download complete [2020-04-17T18:14:48.160Z] 444b2fc9a129: Verifying Checksum [2020-04-17T18:14:48.160Z] 444b2fc9a129: Download complete [2020-04-17T18:14:48.160Z] c9b1b535fdd9: Verifying Checksum [2020-04-17T18:14:48.160Z] ea15f1150254: Verifying Checksum [2020-04-17T18:14:48.160Z] ea15f1150254: Download complete [2020-04-17T18:14:48.423Z] 28c525ee5125: Verifying Checksum [2020-04-17T18:14:48.423Z] 28c525ee5125: Download complete [2020-04-17T18:14:48.423Z] c9b1b535fdd9: Pull complete [2020-04-17T18:14:48.689Z] 756a868c4378: Verifying Checksum [2020-04-17T18:14:48.689Z] 756a868c4378: Download complete [2020-04-17T18:14:48.689Z] 2cc5ad85d9ab: Pull complete [2020-04-17T18:14:48.689Z] 138eaada9080: Verifying Checksum [2020-04-17T18:14:48.689Z] 138eaada9080: Download complete [2020-04-17T18:14:48.953Z] 0622d0fa9048: Retrying in 5 seconds [2020-04-17T18:14:48.953Z] 094b1ea09ed8: Verifying Checksum [2020-04-17T18:14:48.953Z] 094b1ea09ed8: Download complete [2020-04-17T18:14:49.531Z] 41b27a9f41bf: Verifying Checksum [2020-04-17T18:14:49.531Z] 41b27a9f41bf: Download complete [2020-04-17T18:14:49.793Z] 0622d0fa9048: Retrying in 4 seconds [2020-04-17T18:14:50.734Z] 0622d0fa9048: Retrying in 3 seconds [2020-04-17T18:14:50.995Z] 756a868c4378: Pull complete [2020-04-17T18:14:50.995Z] 444b2fc9a129: Pull complete [2020-04-17T18:14:51.254Z] ea15f1150254: Pull complete [2020-04-17T18:14:51.842Z] 0622d0fa9048: Retrying in 2 seconds [2020-04-17T18:14:52.785Z] 0622d0fa9048: Retrying in 1 second [2020-04-17T18:14:53.729Z] 0622d0fa9048: Retrying in 10 seconds [2020-04-17T18:14:54.666Z] 41b27a9f41bf: Pull complete [2020-04-17T18:14:54.927Z] 0622d0fa9048: Retrying in 9 seconds [2020-04-17T18:14:54.927Z] 28c525ee5125: Pull complete [2020-04-17T18:14:55.869Z] 0622d0fa9048: Retrying in 8 seconds [2020-04-17T18:14:56.824Z] 0622d0fa9048: Retrying in 7 seconds [2020-04-17T18:14:57.764Z] 094b1ea09ed8: Pull complete [2020-04-17T18:14:57.764Z] 0622d0fa9048: Retrying in 6 seconds [2020-04-17T18:14:58.028Z] 138eaada9080: Pull complete [2020-04-17T18:14:58.964Z] 0622d0fa9048: Retrying in 5 seconds [2020-04-17T18:14:59.900Z] 0622d0fa9048: Retrying in 4 seconds [2020-04-17T18:15:00.836Z] 0622d0fa9048: Retrying in 3 seconds [2020-04-17T18:15:01.774Z] 0622d0fa9048: Retrying in 2 seconds [2020-04-17T18:15:03.153Z] 0622d0fa9048: Retrying in 1 second [2020-04-17T18:15:04.088Z] 0622d0fa9048: Verifying Checksum [2020-04-17T18:15:04.088Z] 0622d0fa9048: Download complete [2020-04-17T18:15:04.088Z] 0622d0fa9048: Pull complete [2020-04-17T18:15:04.088Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-17T18:15:04.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-17T18:15:04.262Z] prd-centos7-docker-4c-2g-4571 does not seem to be running inside a container [2020-04-17T18:15:04.301Z] $ 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-213 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213:/w/workspace/edgexfoundry_edgex-ui-go_PR-213:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@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-04-17T18:15:04.878Z] $ docker top 73301952c34d10c9228ced5b31740f630370d7fea4e3b02eb32ea22adbd78f3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-17T18:15:05.466Z] provisioning config files... [2020-04-17T18:15:05.481Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-213@tmp/config2838596287091311582tmp [Pipeline] { [Pipeline] echo [2020-04-17T18:15:05.581Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T18:15:05.900Z] ---> create-netrc.sh [Pipeline] echo [2020-04-17T18:15:05.927Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T18:15:06.270Z] ---> logs-deploy.sh [2020-04-17T18:15:06.270Z] + ARCHIVE_ARTIFACTS= [2020-04-17T18:15:06.270Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-17T18:15:06.270Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-17T18:15:06.270Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-17T18:15:06.270Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 [2020-04-17T18:15:06.270Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-213/1/ [2020-04-17T18:15:06.270Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-213 [2020-04-17T18:15:07.207Z] Archives upload complete. [2020-04-17T18:15:07.466Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-213/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-213/1/