Pull request #254 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 jpwhitemn for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from de1f4e5269a758de37b1e72f036f7528763e3275+3c00fc0f534669f97460f637fd8dac931753e1f3 (bf4a05038afd9c02f08d632788054a87674e46d1) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-254/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3027 in /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [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-254 # 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/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3c00fc0f534669f97460f637fd8dac931753e1f3 into PR head commit de1f4e5269a758de37b1e72f036f7528763e3275 Merge succeeded, producing de1f4e5269a758de37b1e72f036f7528763e3275 Checking out Revision de1f4e5269a758de37b1e72f036f7528763e3275 (PR-254) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/254/head:refs/remotes/origin/PR-254 # 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/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # 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 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-07T15:37:30.575Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-07T15:37:30.889Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-07T15:37:31.099Z] ========================================================= [2020-08-07T15:37:31.099Z] EdgeX Global Pipelines Version Info [2020-08-07T15:37:31.100Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-07T15:37:33.022Z] ------------------- [2020-08-07T15:37:33.022Z] stable info: [2020-08-07T15:37:33.022Z] ------------------- [2020-08-07T15:37:33.022Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-07T15:37:33.022Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-07T15:37:33.022Z] Message: update stable to v1.0.106 [2020-08-07T15:37:33.597Z] ------------------- [2020-08-07T15:37:33.597Z] experimental info: [2020-08-07T15:37:33.597Z] ------------------- [2020-08-07T15:37:33.597Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-07T15:37:33.597Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-07T15:37:33.597Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-07T15:37:36.249Z] + git log --format=format:%s -1 de1f4e5269a758de37b1e72f036f7528763e3275 [Pipeline] echo [2020-08-07T15:37:36.323Z] GIT_COMMIT: de1f4e5269a758de37b1e72f036f7528763e3275, Commit Message: added note to the readme to suggest the UI is for demo/developer purposes [Pipeline] echo [2020-08-07T15:37:36.397Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:37:37.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T15:37:37.501Z] [2020-08-07T15:37:37.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:37:37.881Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T15:37:37.881Z] latest: Pulling from edgex-devops/git-semver [2020-08-07T15:37:37.881Z] 31603596830f: Pulling fs layer [2020-08-07T15:37:37.881Z] 2a8b12db71e7: Pulling fs layer [2020-08-07T15:37:37.881Z] 6ca5941a6612: Pulling fs layer [2020-08-07T15:37:37.881Z] ecc8261a40a4: Pulling fs layer [2020-08-07T15:37:37.881Z] ecc8261a40a4: Waiting [2020-08-07T15:37:37.881Z] 2a8b12db71e7: Verifying Checksum [2020-08-07T15:37:37.881Z] 2a8b12db71e7: Download complete [2020-08-07T15:37:38.144Z] 31603596830f: Verifying Checksum [2020-08-07T15:37:38.144Z] 31603596830f: Download complete [2020-08-07T15:37:38.144Z] ecc8261a40a4: Verifying Checksum [2020-08-07T15:37:38.144Z] ecc8261a40a4: Download complete [2020-08-07T15:37:38.144Z] 6ca5941a6612: Verifying Checksum [2020-08-07T15:37:38.144Z] 6ca5941a6612: Download complete [2020-08-07T15:37:38.407Z] 31603596830f: Pull complete [2020-08-07T15:37:38.407Z] 2a8b12db71e7: Pull complete [2020-08-07T15:37:39.415Z] 6ca5941a6612: Pull complete [2020-08-07T15:37:39.677Z] ecc8261a40a4: Pull complete [2020-08-07T15:37:39.677Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-07T15:37:39.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-07T15:37:39.677Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-07T15:37:39.799Z] prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container [2020-08-07T15:37:39.843Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-254 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-254:/w/workspace/edgexfoundry_edgex-ui-go_PR-254:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-07T15:37:41.856Z] $ docker top f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-07T15:37:42.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T15:37:42.213Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T15:37:42.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T15:37:42.412Z] $ docker exec f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent [2020-08-07T15:37:42.574Z] SSH_AUTH_SOCK=/tmp/ssh-yjMypbncc8JZ/agent.12 [2020-08-07T15:37:42.574Z] SSH_AGENT_PID=17 [2020-08-07T15:37:42.585Z] Running ssh-add (command line suppressed) [2020-08-07T15:37:42.695Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/private_key_8128425194656296748.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/private_key_8128425194656296748.key) [2020-08-07T15:37:42.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T15:37:43.123Z] + git describe --exact-match --tags HEAD [2020-08-07T15:37:43.123Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-07T15:37:43.158Z] $ docker exec --env ******** --env ******** f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent -k [2020-08-07T15:37:43.272Z] unset SSH_AUTH_SOCK; [2020-08-07T15:37:43.272Z] unset SSH_AGENT_PID; [2020-08-07T15:37:43.272Z] echo Agent pid 17 killed; [2020-08-07T15:37:43.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-07T15:37:43.469Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-07T15:37:43.469Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-07T15:37:43.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-07T15:37:43.569Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-07T15:37:43.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-07T15:37:43.727Z] $ docker exec f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent [2020-08-07T15:37:43.890Z] SSH_AUTH_SOCK=/tmp/ssh-xfWjRAbB8KyP/agent.45 [2020-08-07T15:37:43.890Z] SSH_AGENT_PID=50 [2020-08-07T15:37:43.896Z] Running ssh-add (command line suppressed) [2020-08-07T15:37:44.003Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/private_key_956600707156932418.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/private_key_956600707156932418.key) [2020-08-07T15:37:44.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-07T15:37:44.429Z] + git semver init [2020-08-07T15:37:44.429Z] # -> Open(): unable to determine branch for HEAD [2020-08-07T15:37:44.429Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-254/.git [2020-08-07T15:37:44.429Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [2020-08-07T15:37:44.429Z] # $SEMVER_REMOTE_NAME = origin [2020-08-07T15:37:44.429Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-07T15:37:44.429Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-07T15:37:44.429Z] # $SEMVER_BRANCH = PR-254 [2020-08-07T15:37:44.429Z] # $SEMVER_TEMP = /tmp/semver-565848978 [2020-08-07T15:37:44.429Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-08-07T15:37:49.726Z] # '/tmp/semver-565848978' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-254/.semver' [2020-08-07T15:37:49.726Z] # -> Force: false [2020-08-07T15:37:49.726Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-254/.semver [Pipeline] } [2020-08-07T15:37:49.744Z] $ docker exec --env ******** --env ******** f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent -k [2020-08-07T15:37:49.854Z] unset SSH_AUTH_SOCK; [2020-08-07T15:37:49.854Z] unset SSH_AGENT_PID; [2020-08-07T15:37:49.854Z] echo Agent pid 50 killed; [2020-08-07T15:37:49.904Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-07T15:37:50.562Z] + git semver [Pipeline] } [2020-08-07T15:37:50.591Z] $ docker stop --time=1 f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c [2020-08-07T15:37:51.991Z] $ docker rm -f f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-07T15:37:53.287Z] Stashed 22 file(s) [Pipeline] echo [2020-08-07T15:37:53.310Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-07T15:37:53.441Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-07T15:38:09.160Z] Still waiting to schedule task [2020-08-07T15:38:09.160Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3027’ [2020-08-07T15:38:09.185Z] Still waiting to schedule task [2020-08-07T15:38:09.185Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-07T15:40:10.726Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3028 in /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [Pipeline] { [Pipeline] ws [2020-08-07T15:40:10.813Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-08-07T15:40:15.568Z] using credential edgex-jenkins-ssh [2020-08-07T15:40:15.623Z] Cloning the remote Git repository [2020-08-07T15:40:15.623Z] Cloning with configured refspecs honoured and without tags [2020-08-07T15:40:15.675Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:40:15.786Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-08-07T15:40:15.850Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:40:15.851Z] > git --version # timeout=10 [2020-08-07T15:40:15.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:40:15.940Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:40:17.366Z] Fetching without tags [2020-08-07T15:40:17.819Z] Merging remotes/origin/master commit 3c00fc0f534669f97460f637fd8dac931753e1f3 into PR head commit de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:40:18.261Z] Merge succeeded, producing de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:40:18.261Z] Checking out Revision de1f4e5269a758de37b1e72f036f7528763e3275 (PR-254) [2020-08-07T15:40:17.281Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-07T15:40:17.302Z] > git config --add remote.origin.fetch +refs/pull/254/head:refs/remotes/origin/PR-254 # timeout=10 [2020-08-07T15:40:17.320Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:40:17.343Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-07T15:40:17.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:40:17.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:40:17.386Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:40:17.833Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T15:40:17.851Z] > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 [2020-08-07T15:40:18.090Z] > git remote # timeout=10 [2020-08-07T15:40:18.107Z] > git config --get remote.origin.url # timeout=10 [2020-08-07T15:40:18.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:40:18.165Z] > git merge 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [2020-08-07T15:40:18.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-07T15:40:18.264Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T15:40:18.294Z] > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 [2020-08-07T15:40:22.493Z] Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" [2020-08-07T15:40:22.542Z] > git --version # timeout=10 [2020-08-07T15:40:22.565Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-07T15:40:24.513Z] ========================================================= [2020-08-07T15:40:24.513Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-07T15:40:24.513Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:40:25.571Z] + 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-08-07T15:40:27.008Z] Sending build context to Docker daemon 21.88MB [2020-08-07T15:40:27.008Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-07T15:40:27.008Z] Step 2/8 : FROM ${BASE} [2020-08-07T15:40:27.008Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-07T15:40:27.008Z] b538f80385f9: Pulling fs layer [2020-08-07T15:40:27.008Z] 74f711af9a0d: Pulling fs layer [2020-08-07T15:40:27.008Z] 99f96fe45779: Pulling fs layer [2020-08-07T15:40:27.008Z] fd7a069fd194: Pulling fs layer [2020-08-07T15:40:27.008Z] 66aa3694b03b: Pulling fs layer [2020-08-07T15:40:27.008Z] 170f70906a0f: Pulling fs layer [2020-08-07T15:40:27.008Z] ad7c5574e4b9: Pulling fs layer [2020-08-07T15:40:27.008Z] e772456be8f7: Pulling fs layer [2020-08-07T15:40:27.008Z] c890913d741a: Pulling fs layer [2020-08-07T15:40:27.008Z] 2480fcc9aa5a: Pulling fs layer [2020-08-07T15:40:27.008Z] 09adf4765672: Pulling fs layer [2020-08-07T15:40:27.008Z] fd7a069fd194: Waiting [2020-08-07T15:40:27.008Z] 66aa3694b03b: Waiting [2020-08-07T15:40:27.008Z] 170f70906a0f: Waiting [2020-08-07T15:40:27.008Z] ad7c5574e4b9: Waiting [2020-08-07T15:40:27.008Z] 2480fcc9aa5a: Waiting [2020-08-07T15:40:27.008Z] e772456be8f7: Waiting [2020-08-07T15:40:27.008Z] 09adf4765672: Waiting [2020-08-07T15:40:27.008Z] c890913d741a: Waiting [2020-08-07T15:40:27.284Z] 99f96fe45779: Verifying Checksum [2020-08-07T15:40:27.284Z] 99f96fe45779: Download complete [2020-08-07T15:40:27.284Z] 74f711af9a0d: Download complete [2020-08-07T15:40:27.284Z] 66aa3694b03b: Verifying Checksum [2020-08-07T15:40:27.284Z] 66aa3694b03b: Download complete [2020-08-07T15:40:27.284Z] 170f70906a0f: Verifying Checksum [2020-08-07T15:40:27.284Z] 170f70906a0f: Download complete [2020-08-07T15:40:27.284Z] b538f80385f9: Verifying Checksum [2020-08-07T15:40:27.888Z] b538f80385f9: Pull complete [2020-08-07T15:40:28.494Z] 74f711af9a0d: Pull complete [2020-08-07T15:40:29.096Z] 99f96fe45779: Pull complete [2020-08-07T15:40:31.084Z] ad7c5574e4b9: Verifying Checksum [2020-08-07T15:40:31.084Z] ad7c5574e4b9: Download complete [2020-08-07T15:40:31.084Z] c890913d741a: Download complete [2020-08-07T15:40:32.071Z] e772456be8f7: Verifying Checksum [2020-08-07T15:40:32.071Z] e772456be8f7: Download complete [2020-08-07T15:40:32.344Z] 09adf4765672: Verifying Checksum [2020-08-07T15:40:32.344Z] 09adf4765672: Download complete [2020-08-07T15:40:32.951Z] 2480fcc9aa5a: Verifying Checksum [2020-08-07T15:40:32.951Z] 2480fcc9aa5a: Download complete [2020-08-07T15:40:33.229Z] fd7a069fd194: Verifying Checksum [2020-08-07T15:40:33.229Z] fd7a069fd194: Download complete [2020-08-07T15:40:43.420Z] fd7a069fd194: Pull complete [2020-08-07T15:40:43.701Z] 66aa3694b03b: Pull complete [2020-08-07T15:40:43.985Z] 170f70906a0f: Pull complete [2020-08-07T15:40:48.313Z] ad7c5574e4b9: Pull complete [2020-08-07T15:40:52.636Z] e772456be8f7: Pull complete [2020-08-07T15:40:52.636Z] c890913d741a: Pull complete [2020-08-07T15:40:54.618Z] 2480fcc9aa5a: Pull complete [2020-08-07T15:40:55.211Z] 09adf4765672: Pull complete [2020-08-07T15:40:55.211Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-07T15:40:55.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-07T15:40:55.211Z] ---> 2248a725d1cf [2020-08-07T15:40:55.211Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-07T15:41:00.602Z] ---> Running in 137769408e08 [2020-08-07T15:41:00.602Z] Removing intermediate container 137769408e08 [2020-08-07T15:41:00.602Z] ---> a889434a2834 [2020-08-07T15:41:00.602Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T15:41:00.603Z] ---> Running in 834006a69169 [2020-08-07T15:41:03.367Z] Removing intermediate container 834006a69169 [2020-08-07T15:41:03.367Z] ---> 59195d5decc9 [2020-08-07T15:41:03.367Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-07T15:41:03.367Z] ---> Running in d46ea839f264 [2020-08-07T15:41:04.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T15:41:05.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T15:41:06.063Z] OK: 142 MiB in 39 packages [2020-08-07T15:41:07.534Z] Removing intermediate container d46ea839f264 [2020-08-07T15:41:07.534Z] ---> e9689d0b4fff [2020-08-07T15:41:07.534Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-07T15:41:07.534Z] ---> Running in 2b6852b18f00 [2020-08-07T15:41:08.168Z] Removing intermediate container 2b6852b18f00 [2020-08-07T15:41:08.168Z] ---> e9f0bd6d06cf [2020-08-07T15:41:08.168Z] Step 7/8 : COPY . . [2020-08-07T15:41:10.226Z] ---> f11d88c8abab [2020-08-07T15:41:10.226Z] Step 8/8 : RUN go mod download [2020-08-07T15:41:10.226Z] ---> Running in 996bb65171bc [2020-08-07T15:41:11.880Z] Running on prd-centos7-docker-4c-2g-3029 in /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [Pipeline] { [Pipeline] ws [2020-08-07T15:41:11.969Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-08-07T15:41:15.640Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T15:41:15.640Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-07T15:41:15.640Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-07T15:41:15.640Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-07T15:41:15.640Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-07T15:41:15.918Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-07T15:41:15.918Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-07T15:41:15.918Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-07T15:41:15.918Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-07T15:41:15.918Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T15:41:15.918Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-07T15:41:16.207Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-07T15:41:16.207Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-07T15:41:16.207Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-07T15:41:16.207Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T15:41:16.207Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-07T15:41:16.481Z] go: finding github.com/fatih/color v1.9.0 [2020-08-07T15:41:16.481Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-07T15:41:16.481Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T15:41:16.481Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T15:41:16.481Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-07T15:41:16.755Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-07T15:41:16.755Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-07T15:41:16.755Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-07T15:41:16.755Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-07T15:41:16.755Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-07T15:41:16.755Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-07T15:41:17.037Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-07T15:41:17.037Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-07T15:41:17.037Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-07T15:41:17.037Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T15:41:17.037Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-07T15:41:17.315Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-07T15:41:17.316Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-07T15:41:17.316Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-07T15:41:17.316Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-07T15:41:17.316Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-07T15:41:17.592Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-07T15:41:17.592Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-07T15:41:17.592Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-07T15:41:17.593Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-07T15:41:17.593Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-07T15:41:17.868Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-07T15:41:17.868Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-07T15:41:17.868Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-07T15:41:17.868Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-07T15:41:17.868Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-07T15:41:18.145Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-07T15:41:18.145Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-07T15:41:18.145Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-07T15:41:18.145Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-07T15:41:18.145Z] go: finding github.com/kr/pty v1.1.1 [2020-08-07T15:41:18.421Z] go: finding github.com/kr/text v0.1.0 [2020-08-07T15:41:18.421Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-07T15:41:18.421Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-07T15:41:18.421Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-07T15:41:18.421Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-07T15:41:18.421Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-07T15:41:18.698Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T15:41:18.698Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T15:41:18.698Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-07T15:41:18.698Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-07T15:41:18.698Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-07T15:41:18.983Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-07T15:41:18.983Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-07T15:41:18.983Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-07T15:41:18.983Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-07T15:41:18.983Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-07T15:41:19.259Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-07T15:41:19.259Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-07T15:41:19.259Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-07T15:41:19.259Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-07T15:41:19.259Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-07T15:41:19.534Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-07T15:41:19.534Z] go: finding github.com/posener/complete v1.1.1 [2020-08-07T15:41:19.534Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-07T15:41:19.534Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-07T15:41:19.534Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-07T15:41:19.534Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-07T15:41:19.813Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-07T15:41:19.814Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-07T15:41:19.814Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-07T15:41:19.814Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-07T15:41:19.814Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-07T15:41:20.090Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-07T15:41:20.090Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-07T15:41:20.090Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-07T15:41:20.090Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-07T15:41:20.090Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-07T15:41:20.361Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T15:41:20.361Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-07T15:41:20.361Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-07T15:41:20.361Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-07T15:41:20.361Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-07T15:41:20.688Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-07T15:41:20.688Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-07T15:41:21.568Z] using credential edgex-jenkins-ssh [2020-08-07T15:41:21.678Z] Cloning the remote Git repository [2020-08-07T15:41:21.678Z] Cloning with configured refspecs honoured and without tags [2020-08-07T15:41:21.592Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:41:21.680Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-08-07T15:41:21.798Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:41:21.799Z] > git --version # timeout=10 [2020-08-07T15:41:21.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:41:21.909Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:41:25.341Z] Fetching without tags [2020-08-07T15:41:25.821Z] Merging remotes/origin/master commit 3c00fc0f534669f97460f637fd8dac931753e1f3 into PR head commit de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:41:26.288Z] Merge succeeded, producing de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:41:26.288Z] Checking out Revision de1f4e5269a758de37b1e72f036f7528763e3275 (PR-254) [2020-08-07T15:41:25.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-07T15:41:25.121Z] > git config --add remote.origin.fetch +refs/pull/254/head:refs/remotes/origin/PR-254 # timeout=10 [2020-08-07T15:41:25.150Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:41:25.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-08-07T15:41:25.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-08-07T15:41:25.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:41:25.223Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/254/head:refs/remotes/origin/PR-254 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-07T15:41:25.702Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T15:41:25.793Z] > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 [2020-08-07T15:41:25.958Z] > git remote # timeout=10 [2020-08-07T15:41:25.994Z] > git config --get remote.origin.url # timeout=10 [2020-08-07T15:41:26.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-07T15:41:26.062Z] > git merge 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 [2020-08-07T15:41:26.091Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-07T15:41:26.164Z] > git config core.sparsecheckout # timeout=10 [2020-08-07T15:41:26.225Z] > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 [2020-08-07T15:41:30.800Z] Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" [2020-08-07T15:41:30.718Z] > git --version # timeout=10 [2020-08-07T15:41:30.822Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-07T15:41:33.064Z] ========================================================= [2020-08-07T15:41:33.064Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-07T15:41:33.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:41:33.987Z] + 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-08-07T15:41:35.495Z] Sending build context to Docker daemon 21.88MB [2020-08-07T15:41:35.495Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-08-07T15:41:35.495Z] Step 2/8 : FROM ${BASE} [2020-08-07T15:41:35.495Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-07T15:41:35.495Z] df20fa9351a1: Pulling fs layer [2020-08-07T15:41:35.495Z] ed8968b2872e: Pulling fs layer [2020-08-07T15:41:35.495Z] a92cc7c5fd73: Pulling fs layer [2020-08-07T15:41:35.495Z] 2dd03ba5bac4: Pulling fs layer [2020-08-07T15:41:35.495Z] 1e091d79d1de: Pulling fs layer [2020-08-07T15:41:35.495Z] 481702a1767f: Pulling fs layer [2020-08-07T15:41:35.495Z] f64a6f60c768: Pulling fs layer [2020-08-07T15:41:35.495Z] e78d2573fc39: Pulling fs layer [2020-08-07T15:41:35.496Z] e876d2f968b6: Pulling fs layer [2020-08-07T15:41:35.496Z] ce8a83651883: Pulling fs layer [2020-08-07T15:41:35.496Z] 07967f4d0e4b: Pulling fs layer [2020-08-07T15:41:35.496Z] 2dd03ba5bac4: Waiting [2020-08-07T15:41:35.496Z] 1e091d79d1de: Waiting [2020-08-07T15:41:35.496Z] 481702a1767f: Waiting [2020-08-07T15:41:35.496Z] f64a6f60c768: Waiting [2020-08-07T15:41:35.496Z] e78d2573fc39: Waiting [2020-08-07T15:41:35.496Z] e876d2f968b6: Waiting [2020-08-07T15:41:35.496Z] 07967f4d0e4b: Waiting [2020-08-07T15:41:35.496Z] ce8a83651883: Waiting [2020-08-07T15:41:35.496Z] a92cc7c5fd73: Verifying Checksum [2020-08-07T15:41:35.496Z] a92cc7c5fd73: Download complete [2020-08-07T15:41:35.496Z] ed8968b2872e: Verifying Checksum [2020-08-07T15:41:35.496Z] ed8968b2872e: Download complete [2020-08-07T15:41:35.496Z] 1e091d79d1de: Verifying Checksum [2020-08-07T15:41:35.496Z] 1e091d79d1de: Download complete [2020-08-07T15:41:35.496Z] 481702a1767f: Verifying Checksum [2020-08-07T15:41:35.496Z] 481702a1767f: Download complete [2020-08-07T15:41:35.496Z] df20fa9351a1: Verifying Checksum [2020-08-07T15:41:35.496Z] df20fa9351a1: Download complete [2020-08-07T15:41:36.998Z] df20fa9351a1: Pull complete [2020-08-07T15:41:38.315Z] ed8968b2872e: Pull complete [2020-08-07T15:41:38.316Z] a92cc7c5fd73: Pull complete [2020-08-07T15:41:39.066Z] Removing intermediate container 996bb65171bc [2020-08-07T15:41:39.066Z] ---> de95e4070a6c [2020-08-07T15:41:39.066Z] Successfully built de95e4070a6c [2020-08-07T15:41:39.066Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-08-07T15:41:39.420Z] f64a6f60c768: Verifying Checksum [2020-08-07T15:41:39.420Z] f64a6f60c768: Download complete [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:41:39.737Z] e876d2f968b6: Verifying Checksum [2020-08-07T15:41:39.737Z] e876d2f968b6: Download complete [2020-08-07T15:41:39.737Z] e78d2573fc39: Verifying Checksum [2020-08-07T15:41:39.737Z] e78d2573fc39: Download complete [2020-08-07T15:41:39.993Z] + docker inspect -f . ci-base-image-arm64 [2020-08-07T15:41:39.993Z] . [Pipeline] withDockerContainer [2020-08-07T15:41:40.286Z] prd-ubuntu18.04-docker-arm64-4c-16g-3028 does not seem to be running inside a container [2020-08-07T15:41:40.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-07T15:41:40.420Z] 07967f4d0e4b: Verifying Checksum [2020-08-07T15:41:40.420Z] 07967f4d0e4b: Download complete [2020-08-07T15:41:40.692Z] ce8a83651883: Verifying Checksum [2020-08-07T15:41:40.692Z] ce8a83651883: Download complete [2020-08-07T15:41:40.692Z] 2dd03ba5bac4: Verifying Checksum [2020-08-07T15:41:40.692Z] 2dd03ba5bac4: Download complete [2020-08-07T15:41:42.245Z] $ docker top 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-07T15:41:43.742Z] + go version [2020-08-07T15:41:43.742Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-07T15:41:44.802Z] + make test [2020-08-07T15:41:44.802Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-07T15:41:46.240Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-08-07T15:41:50.924Z] 2dd03ba5bac4: Pull complete [2020-08-07T15:41:50.924Z] 1e091d79d1de: Pull complete [2020-08-07T15:41:51.210Z] 481702a1767f: Pull complete [2020-08-07T15:41:56.702Z] f64a6f60c768: Pull complete [2020-08-07T15:42:05.174Z] e78d2573fc39: Pull complete [2020-08-07T15:42:05.174Z] e876d2f968b6: Pull complete [2020-08-07T15:42:07.890Z] ce8a83651883: Pull complete [2020-08-07T15:42:08.158Z] 07967f4d0e4b: Pull complete [2020-08-07T15:42:08.158Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-07T15:42:08.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-07T15:42:08.433Z] ---> 5d7c900382c6 [2020-08-07T15:42:08.433Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-08-07T15:42:08.443Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-08-07T15:42:08.444Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-08-07T15:42:08.444Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-08-07T15:42:08.444Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-08-07T15:42:08.444Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-08-07T15:42:08.444Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-08-07T15:42:08.444Z] GO111MODULE=on go vet ./... [2020-08-07T15:42:10.446Z] ---> Running in f02b7de45432 [2020-08-07T15:42:10.446Z] Removing intermediate container f02b7de45432 [2020-08-07T15:42:10.446Z] ---> 4bb8fa180390 [2020-08-07T15:42:10.446Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T15:42:10.844Z] ---> Running in f4fd4612d27e [Pipeline] stash [2020-08-07T15:42:13.493Z] Stashed 1 file(s) [Pipeline] } [2020-08-07T15:42:13.508Z] $ docker stop --time=1 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 [2020-08-07T15:42:13.582Z] Removing intermediate container f4fd4612d27e [2020-08-07T15:42:13.582Z] ---> b9e0ad88ebfe [2020-08-07T15:42:13.582Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-07T15:42:13.582Z] ---> Running in ecf4c2a040ea [2020-08-07T15:42:14.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T15:42:15.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T15:42:15.571Z] OK: 166 MiB in 39 packages [2020-08-07T15:42:15.653Z] $ docker rm -f 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 [Pipeline] // withDockerContainer [Pipeline] } [2020-08-07T15:42:16.451Z] Removing intermediate container ecf4c2a040ea [2020-08-07T15:42:16.451Z] ---> 021c83d0359b [2020-08-07T15:42:16.451Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-08-07T15:42:16.451Z] ---> Running in 32048db68699 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [2020-08-07T15:42:16.782Z] Removing intermediate container 32048db68699 [2020-08-07T15:42:16.782Z] ---> 45ae07d3ed9e [2020-08-07T15:42:16.782Z] Step 7/8 : COPY . . [Pipeline] { [Pipeline] sh [2020-08-07T15:42:19.039Z] ---> 176186e4029b [2020-08-07T15:42:19.039Z] Step 8/8 : RUN go mod download [2020-08-07T15:42:19.078Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-07T15:42:19.349Z] ---> Running in 1ed97a931aaf [2020-08-07T15:42:19.428Z] + ls -al . [2020-08-07T15:42:19.428Z] total 120 [2020-08-07T15:42:19.428Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 15:41 . [2020-08-07T15:42:19.428Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 15:40 .. [2020-08-07T15:42:19.428Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 15:40 .git [2020-08-07T15:42:19.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 15:40 .github [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 136 Aug 7 15:40 .gitignore [2020-08-07T15:42:19.428Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 .semver [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 3959 Aug 7 15:40 CONTRIBUTING.md [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 913 Aug 7 15:40 Dockerfile [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 898 Aug 7 15:40 Dockerfile.build [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 675 Aug 7 15:40 Jenkinsfile [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 11357 Aug 7 15:40 LICENSE [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 951 Aug 7 15:40 Makefile [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 3545 Aug 7 15:40 README.md [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 7 15:37 VERSION [2020-08-07T15:42:19.428Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 assets [2020-08-07T15:42:19.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 15:40 bin [2020-08-07T15:42:19.428Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 cmd [2020-08-07T15:42:19.428Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 7 15:41 coverage.out [2020-08-07T15:42:19.428Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 15:40 docs [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 1019 Aug 7 15:40 go.mod [2020-08-07T15:42:19.428Z] -rw-r--r-- 1 jenkins jenkins 20718 Aug 7 15:41 go.sum [2020-08-07T15:42:19.428Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 15:40 internal [2020-08-07T15:42:19.428Z] -rw-rw-r-- 1 jenkins jenkins 155 Aug 7 15:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:42:19.800Z] + 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=de1f4e5269a758de37b1e72f036f7528763e3275 --label arch=arm64 --label version=0.0.0 . [2020-08-07T15:42:20.400Z] Sending build context to Docker daemon 21.9MB [2020-08-07T15:42:20.400Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-07T15:42:20.400Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-07T15:42:20.400Z] ---> de95e4070a6c [2020-08-07T15:42:20.400Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-07T15:42:20.675Z] ---> Running in e55e80710b96 [2020-08-07T15:42:21.273Z] Removing intermediate container e55e80710b96 [2020-08-07T15:42:21.273Z] ---> 3cc7cd5006c9 [2020-08-07T15:42:21.273Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-07T15:42:21.273Z] ---> Running in 3edddabbc368 [2020-08-07T15:42:21.865Z] Removing intermediate container 3edddabbc368 [2020-08-07T15:42:21.865Z] ---> f6090bec5283 [2020-08-07T15:42:21.865Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-07T15:42:22.137Z] ---> Running in e2deaf658278 [2020-08-07T15:42:22.409Z] Removing intermediate container e2deaf658278 [2020-08-07T15:42:22.409Z] ---> 70fa20d6573b [2020-08-07T15:42:22.409Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-07T15:42:22.682Z] ---> Running in 32a40cd8977d [2020-08-07T15:42:22.956Z] Removing intermediate container 32a40cd8977d [2020-08-07T15:42:22.956Z] ---> f18029291c18 [2020-08-07T15:42:22.956Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-07T15:42:23.228Z] ---> Running in 4ec109899ac1 [2020-08-07T15:42:23.501Z] Removing intermediate container 4ec109899ac1 [2020-08-07T15:42:23.502Z] ---> 4af5d71cf47d [2020-08-07T15:42:23.502Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T15:42:23.773Z] ---> Running in d82911bb99da [2020-08-07T15:42:25.039Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-07T15:42:25.040Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-08-07T15:42:25.040Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-08-07T15:42:25.040Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-08-07T15:42:25.040Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-07T15:42:25.040Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-08-07T15:42:25.040Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-07T15:42:25.040Z] go: finding github.com/beorn7/perks v1.0.1 [2020-08-07T15:42:25.040Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-07T15:42:25.040Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-07T15:42:25.304Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-08-07T15:42:25.304Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-08-07T15:42:25.304Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-08-07T15:42:25.304Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-07T15:42:25.304Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-07T15:42:25.304Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-08-07T15:42:25.573Z] go: finding github.com/fatih/color v1.9.0 [2020-08-07T15:42:25.573Z] go: finding github.com/go-kit/kit v0.9.0 [2020-08-07T15:42:25.573Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-07T15:42:25.573Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-07T15:42:25.573Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-08-07T15:42:25.573Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-07T15:42:25.849Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-07T15:42:25.849Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-07T15:42:25.849Z] go: finding github.com/google/gofuzz v1.0.0 [2020-08-07T15:42:25.849Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-07T15:42:25.849Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-08-07T15:42:26.128Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-08-07T15:42:26.128Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-08-07T15:42:26.128Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-07T15:42:26.128Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-07T15:42:26.128Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-08-07T15:42:26.385Z] Removing intermediate container d82911bb99da [2020-08-07T15:42:26.385Z] ---> 78361c835d18 [2020-08-07T15:42:26.385Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-07T15:42:26.385Z] ---> Running in 78569b573d0c [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-08-07T15:42:26.442Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-08-07T15:42:26.740Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-07T15:42:26.740Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-07T15:42:26.740Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-07T15:42:26.740Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-08-07T15:42:26.740Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-07T15:42:27.079Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-08-07T15:42:27.079Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-08-07T15:42:27.079Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-08-07T15:42:27.079Z] go: finding github.com/json-iterator/go v1.1.9 [2020-08-07T15:42:27.079Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-08-07T15:42:27.079Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-08-07T15:42:27.388Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-07T15:42:27.388Z] go: finding github.com/kr/pretty v0.2.0 [2020-08-07T15:42:27.388Z] go: finding github.com/kr/pty v1.1.1 [2020-08-07T15:42:27.388Z] go: finding github.com/kr/text v0.1.0 [2020-08-07T15:42:27.388Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-08-07T15:42:27.388Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-08-07T15:42:27.658Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-08-07T15:42:27.658Z] go: finding github.com/miekg/dns v1.1.26 [2020-08-07T15:42:27.658Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-07T15:42:27.658Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-07T15:42:27.658Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-07T15:42:27.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-07T15:42:27.970Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-08-07T15:42:28.246Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-08-07T15:42:28.246Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-08-07T15:42:28.246Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-08-07T15:42:28.246Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-08-07T15:42:28.246Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-08-07T15:42:28.246Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-08-07T15:42:28.519Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-07T15:42:28.519Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-07T15:42:28.519Z] go: finding github.com/posener/complete v1.1.1 [2020-08-07T15:42:28.519Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-08-07T15:42:28.519Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-08-07T15:42:28.519Z] go: finding github.com/prometheus/common v0.9.1 [2020-08-07T15:42:28.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T15:42:28.792Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-08-07T15:42:28.792Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-07T15:42:28.792Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-07T15:42:28.792Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-08-07T15:42:28.792Z] go: finding github.com/stretchr/objx v0.1.1 [2020-08-07T15:42:28.792Z] go: finding github.com/stretchr/testify v1.4.0 [2020-08-07T15:42:29.084Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-08-07T15:42:29.084Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-08-07T15:42:29.084Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-08-07T15:42:29.084Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-08-07T15:42:29.084Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-08-07T15:42:29.353Z] go: finding golang.org/x/text v0.3.2 [2020-08-07T15:42:29.353Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-08-07T15:42:29.353Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-07T15:42:29.353Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-08-07T15:42:29.640Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-07T15:42:29.640Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-07T15:42:29.640Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-07T15:42:29.750Z] v3.12.0-214-g4076381e49 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-07T15:42:29.750Z] v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-07T15:42:29.750Z] OK: 12620 distinct packages available [2020-08-07T15:42:29.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-07T15:42:31.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-07T15:42:33.129Z] OK: 142 MiB in 39 packages [2020-08-07T15:42:34.561Z] Removing intermediate container 78569b573d0c [2020-08-07T15:42:34.561Z] ---> 96e9ab25e698 [2020-08-07T15:42:34.561Z] Step 10/24 : ENV GO111MODULE=on [2020-08-07T15:42:34.832Z] ---> Running in 29e90f9f7291 [2020-08-07T15:42:35.428Z] Removing intermediate container 29e90f9f7291 [2020-08-07T15:42:35.428Z] ---> 4e4428e3af9c [2020-08-07T15:42:35.428Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-07T15:42:35.428Z] ---> Running in cae78d880549 [2020-08-07T15:42:36.019Z] Removing intermediate container cae78d880549 [2020-08-07T15:42:36.019Z] ---> c57c88c3421d [2020-08-07T15:42:36.019Z] Step 12/24 : COPY go.mod . [2020-08-07T15:42:36.611Z] ---> 6de5b770107f [2020-08-07T15:42:36.611Z] Step 13/24 : COPY Makefile . [2020-08-07T15:42:37.206Z] ---> 8f6516aae0e4 [2020-08-07T15:42:37.206Z] Step 14/24 : RUN make update [2020-08-07T15:42:37.478Z] ---> Running in 5ce73b79ac85 [2020-08-07T15:42:38.906Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-07T15:42:40.334Z] Removing intermediate container 5ce73b79ac85 [2020-08-07T15:42:40.334Z] ---> d83263765522 [2020-08-07T15:42:40.334Z] Step 15/24 : COPY . . [2020-08-07T15:42:42.306Z] ---> 2ae200a58f19 [2020-08-07T15:42:42.306Z] Step 16/24 : RUN ${MAKE} [2020-08-07T15:42:42.306Z] ---> Running in fae97478dfdc [2020-08-07T15:42:43.736Z] 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-08-07T15:42:52.220Z] Removing intermediate container 1ed97a931aaf [2020-08-07T15:42:52.221Z] ---> 51a4f32786fa [2020-08-07T15:42:52.221Z] Successfully built 51a4f32786fa [2020-08-07T15:42:52.221Z] 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-08-07T15:42:53.323Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-07T15:42:53.589Z] . [Pipeline] withDockerContainer [2020-08-07T15:42:53.783Z] prd-centos7-docker-4c-2g-3029 does not seem to be running inside a container [2020-08-07T15:42:53.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-07T15:42:55.564Z] $ docker top 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-07T15:42:56.611Z] + go version [2020-08-07T15:42:56.611Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-07T15:42:57.384Z] + make test [2020-08-07T15:42:57.384Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-07T15:43:01.210Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-08-07T15:43:05.919Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-07T15:43:14.196Z] Removing intermediate container fae97478dfdc [2020-08-07T15:43:14.197Z] ---> 2e75be8b2f48 [2020-08-07T15:43:14.197Z] Step 17/24 : FROM alpine [2020-08-07T15:43:14.197Z] latest: Pulling from library/alpine [2020-08-07T15:43:14.197Z] b538f80385f9: Already exists [2020-08-07T15:43:14.197Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-07T15:43:14.197Z] Status: Downloaded newer image for alpine:latest [2020-08-07T15:43:14.197Z] ---> 62ee0e9f8440 [2020-08-07T15:43:14.197Z] Step 18/24 : EXPOSE 4000 [2020-08-07T15:43:14.468Z] ---> Running in 6b77d9755309 [2020-08-07T15:43:15.058Z] Removing intermediate container 6b77d9755309 [2020-08-07T15:43:15.058Z] ---> db981bba2efb [2020-08-07T15:43:15.058Z] 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-08-07T15:43:17.020Z] ---> bcb9c5084abb [2020-08-07T15:43:17.021Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-07T15:43:17.021Z] ---> Running in f88c44cafc29 [2020-08-07T15:43:17.292Z] Removing intermediate container f88c44cafc29 [2020-08-07T15:43:17.292Z] ---> 33e315df483e [2020-08-07T15:43:17.292Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-07T15:43:17.568Z] ---> Running in f4278c1b2c92 [2020-08-07T15:43:17.841Z] Removing intermediate container f4278c1b2c92 [2020-08-07T15:43:17.841Z] ---> 13ef51f0c8f8 [2020-08-07T15:43:17.841Z] Step 22/24 : LABEL arch=arm64 [2020-08-07T15:43:18.113Z] ---> Running in 3c3a2c1a67f0 [2020-08-07T15:43:18.704Z] Removing intermediate container 3c3a2c1a67f0 [2020-08-07T15:43:18.704Z] ---> dea71f5920b7 [2020-08-07T15:43:18.704Z] Step 23/24 : LABEL git_sha=de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:43:18.704Z] ---> Running in 573f53d5ff4f [2020-08-07T15:43:19.294Z] Removing intermediate container 573f53d5ff4f [2020-08-07T15:43:19.294Z] ---> f84dca59290a [2020-08-07T15:43:19.294Z] Step 24/24 : LABEL version=0.0.0 [2020-08-07T15:43:19.294Z] ---> Running in 66504011178f [2020-08-07T15:43:19.884Z] Removing intermediate container 66504011178f [2020-08-07T15:43:19.884Z] ---> c73c1ae8dbc6 [2020-08-07T15:43:19.884Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-07T15:43:19.884Z] Successfully built c73c1ae8dbc6 [2020-08-07T15:43:19.884Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-08-07T15:43:20.013Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-08-07T15:43:20.013Z] GO111MODULE=on go vet ./... [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) [Pipeline] stash [2020-08-07T15:43:20.709Z] Warning: overwriting stash ‘coverage-report’ Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-08-07T15:43:21.486Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-08-07T15:43:21.635Z] $ docker stop --time=1 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e [2020-08-07T15:43:23.971Z] $ docker rm -f 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-07T15:43:25.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-07T15:43:25.848Z] + ls -al . [2020-08-07T15:43:25.848Z] total 84 [2020-08-07T15:43:25.848Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 7 15:42 . [2020-08-07T15:43:25.848Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 7 15:41 .. [2020-08-07T15:43:25.848Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 7 15:41 assets [2020-08-07T15:43:25.848Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 7 15:41 bin [2020-08-07T15:43:25.848Z] drwxrwxr-x. 3 jenkins jenkins 29 Aug 7 15:41 cmd [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 3959 Aug 7 15:41 CONTRIBUTING.md [2020-08-07T15:43:25.848Z] -rw-r--r--. 1 jenkins jenkins 10 Aug 7 15:42 coverage.out [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 913 Aug 7 15:41 Dockerfile [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 898 Aug 7 15:41 Dockerfile.build [2020-08-07T15:43:25.848Z] drwxrwxr-x. 5 jenkins jenkins 104 Aug 7 15:41 docs [2020-08-07T15:43:25.848Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 7 15:41 .git [2020-08-07T15:43:25.848Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 7 15:41 .github [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 136 Aug 7 15:41 .gitignore [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 1019 Aug 7 15:41 go.mod [2020-08-07T15:43:25.848Z] -rw-r--r--. 1 jenkins jenkins 20718 Aug 7 15:42 go.sum [2020-08-07T15:43:25.848Z] drwxrwxr-x. 10 jenkins jenkins 139 Aug 7 15:41 internal [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 675 Aug 7 15:41 Jenkinsfile [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 11357 Aug 7 15:41 LICENSE [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 951 Aug 7 15:41 Makefile [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 3545 Aug 7 15:41 README.md [2020-08-07T15:43:25.848Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 7 15:41 .semver [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 7 15:37 VERSION [2020-08-07T15:43:25.848Z] -rw-rw-r--. 1 jenkins jenkins 155 Aug 7 15:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:43:26.219Z] + 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=de1f4e5269a758de37b1e72f036f7528763e3275 --label arch=amd64 --label version=0.0.0 . [2020-08-07T15:43:26.817Z] Sending build context to Docker daemon 21.9MB [2020-08-07T15:43:26.817Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-07T15:43:26.817Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-07T15:43:26.817Z] ---> 51a4f32786fa [2020-08-07T15:43:26.817Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-08-07T15:43:27.092Z] ---> Running in 07ef37f5f4a1 [2020-08-07T15:43:27.360Z] Removing intermediate container 07ef37f5f4a1 [2020-08-07T15:43:27.360Z] ---> 7413ada2e20e [2020-08-07T15:43:27.360Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-08-07T15:43:27.640Z] ---> Running in 8a9f7d20b91d [2020-08-07T15:43:27.931Z] Removing intermediate container 8a9f7d20b91d [2020-08-07T15:43:27.931Z] ---> b26aed9469e0 [2020-08-07T15:43:27.931Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-08-07T15:43:27.931Z] ---> Running in bbf3868e716a [2020-08-07T15:43:28.202Z] Removing intermediate container bbf3868e716a [2020-08-07T15:43:28.202Z] ---> e87b83e9206d [2020-08-07T15:43:28.202Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-08-07T15:43:28.466Z] ---> Running in 4665b754f45e [2020-08-07T15:43:28.732Z] Removing intermediate container 4665b754f45e [2020-08-07T15:43:28.732Z] ---> 094597ea8cdc [2020-08-07T15:43:28.732Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-08-07T15:43:28.732Z] ---> Running in d959b286b4b7 [2020-08-07T15:43:29.015Z] Removing intermediate container d959b286b4b7 [2020-08-07T15:43:29.015Z] ---> 96af50a54269 [2020-08-07T15:43:29.015Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-07T15:43:29.015Z] ---> Running in 5ce5ba958e2c [2020-08-07T15:43:31.048Z] Removing intermediate container 5ce5ba958e2c [2020-08-07T15:43:31.048Z] ---> 402f24be079b [2020-08-07T15:43:31.048Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-07T15:43:31.048Z] ---> Running in 37aea560a015 [2020-08-07T15:43:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T15:43:33.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T15:43:34.891Z] v3.12.0-214-g4076381e49 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-07T15:43:34.891Z] v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-07T15:43:34.891Z] OK: 12749 distinct packages available [2020-08-07T15:43:34.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-07T15:43:35.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-07T15:43:37.081Z] OK: 166 MiB in 39 packages [2020-08-07T15:43:37.697Z] Removing intermediate container 37aea560a015 [2020-08-07T15:43:37.697Z] ---> c37e8a329e4f [2020-08-07T15:43:37.697Z] Step 10/24 : ENV GO111MODULE=on [2020-08-07T15:43:37.979Z] ---> Running in 1e43da34f118 [2020-08-07T15:43:38.251Z] Removing intermediate container 1e43da34f118 [2020-08-07T15:43:38.251Z] ---> 3fcf050b5667 [2020-08-07T15:43:38.251Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-08-07T15:43:38.251Z] ---> Running in 37187baf9d68 [2020-08-07T15:43:38.536Z] Removing intermediate container 37187baf9d68 [2020-08-07T15:43:38.536Z] ---> 07a258b58bda [2020-08-07T15:43:38.536Z] Step 12/24 : COPY go.mod . [2020-08-07T15:43:38.858Z] ---> 511f06851887 [2020-08-07T15:43:38.858Z] Step 13/24 : COPY Makefile . [2020-08-07T15:43:39.173Z] ---> c807702ca02f [2020-08-07T15:43:39.173Z] Step 14/24 : RUN make update [2020-08-07T15:43:39.173Z] ---> Running in 09ae4c0a0777 [2020-08-07T15:43:40.198Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-07T15:43:41.239Z] Removing intermediate container 09ae4c0a0777 [2020-08-07T15:43:41.239Z] ---> d4eeb59249bd [2020-08-07T15:43:41.239Z] Step 15/24 : COPY . . [2020-08-07T15:43:43.411Z] ---> 2e4b74464b90 [2020-08-07T15:43:43.411Z] Step 16/24 : RUN ${MAKE} [2020-08-07T15:43:43.411Z] ---> Running in 2292231d55fc [2020-08-07T15:43:44.362Z] 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-08-07T15:44:03.279Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-07T15:44:06.682Z] Removing intermediate container 2292231d55fc [2020-08-07T15:44:06.682Z] ---> e862394910aa [2020-08-07T15:44:06.682Z] Step 17/24 : FROM alpine [2020-08-07T15:44:06.682Z] latest: Pulling from library/alpine [2020-08-07T15:44:06.682Z] df20fa9351a1: Already exists [2020-08-07T15:44:06.973Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-07T15:44:06.973Z] Status: Downloaded newer image for alpine:latest [2020-08-07T15:44:06.973Z] ---> a24bb4013296 [2020-08-07T15:44:06.973Z] Step 18/24 : EXPOSE 4000 [2020-08-07T15:44:06.973Z] ---> Running in 9bbb64aeab83 [2020-08-07T15:44:07.614Z] Removing intermediate container 9bbb64aeab83 [2020-08-07T15:44:07.614Z] ---> 3409a54da17e [2020-08-07T15:44:07.614Z] 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-08-07T15:44:09.154Z] ---> 4ec64fc34710 [2020-08-07T15:44:09.154Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-08-07T15:44:09.154Z] ---> Running in 4a22f012b837 [2020-08-07T15:44:09.430Z] Removing intermediate container 4a22f012b837 [2020-08-07T15:44:09.430Z] ---> a27d023246f5 [2020-08-07T15:44:09.430Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-08-07T15:44:09.430Z] ---> Running in 671daf366a10 [2020-08-07T15:44:09.700Z] Removing intermediate container 671daf366a10 [2020-08-07T15:44:09.700Z] ---> d4df2d8ca36e [2020-08-07T15:44:09.700Z] Step 22/24 : LABEL arch=amd64 [2020-08-07T15:44:09.992Z] ---> Running in 4345c64b3da2 [2020-08-07T15:44:09.993Z] Removing intermediate container 4345c64b3da2 [2020-08-07T15:44:09.993Z] ---> 592abc8201d3 [2020-08-07T15:44:09.993Z] Step 23/24 : LABEL git_sha=de1f4e5269a758de37b1e72f036f7528763e3275 [2020-08-07T15:44:10.269Z] ---> Running in b4e46448c859 [2020-08-07T15:44:10.269Z] Removing intermediate container b4e46448c859 [2020-08-07T15:44:10.269Z] ---> 998208b2794a [2020-08-07T15:44:10.269Z] Step 24/24 : LABEL version=0.0.0 [2020-08-07T15:44:10.543Z] ---> Running in c50af04c4d62 [2020-08-07T15:44:10.809Z] Removing intermediate container c50af04c4d62 [2020-08-07T15:44:10.809Z] ---> 6c2870eb9e28 [2020-08-07T15:44:10.809Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-07T15:44:10.809Z] Successfully built 6c2870eb9e28 [2020-08-07T15:44:10.809Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-07T15:44:13.009Z] provisioning config files... [2020-08-07T15:44:13.024Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8977920526300056074tmp [Pipeline] { [Pipeline] sh [2020-08-07T15:44:13.475Z] + curl -s https://codecov.io/bash [2020-08-07T15:44:13.476Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8977920526300056074tmp [Pipeline] } [2020-08-07T15:44:14.101Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-07T15:44:16.889Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T15:44:17.492Z] ---> package-listing.sh [2020-08-07T15:44:17.492Z] ++ facter osfamily [2020-08-07T15:44:17.492Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-07T15:44:17.492Z] + OS_FAMILY=redhat [2020-08-07T15:44:17.492Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-254 [2020-08-07T15:44:17.492Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-07T15:44:17.492Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-07T15:44:17.492Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-07T15:44:17.492Z] + PACKAGES=/tmp/packages_start.txt [2020-08-07T15:44:17.492Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-254 ']' [2020-08-07T15:44:17.492Z] + PACKAGES=/tmp/packages_end.txt [2020-08-07T15:44:17.492Z] + case "${OS_FAMILY}" in [2020-08-07T15:44:17.492Z] + rpm -qa [2020-08-07T15:44:17.492Z] + sort [2020-08-07T15:44:21.722Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-07T15:44:21.722Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-07T15:44:21.722Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-07T15:44:21.722Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-254 ']' [2020-08-07T15:44:21.722Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-254/archives/ [2020-08-07T15:44:21.722Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-254/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:44:22.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T15:44:22.393Z] [2020-08-07T15:44:22.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-07T15:44:22.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T15:44:22.796Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-07T15:44:22.796Z] c9b1b535fdd9: Pulling fs layer [2020-08-07T15:44:22.796Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-07T15:44:22.796Z] 756a868c4378: Pulling fs layer [2020-08-07T15:44:22.796Z] 444b2fc9a129: Pulling fs layer [2020-08-07T15:44:22.796Z] ea15f1150254: Pulling fs layer [2020-08-07T15:44:22.796Z] 41b27a9f41bf: Pulling fs layer [2020-08-07T15:44:22.796Z] 28c525ee5125: Pulling fs layer [2020-08-07T15:44:22.796Z] 094b1ea09ed8: Pulling fs layer [2020-08-07T15:44:22.796Z] 138eaada9080: Pulling fs layer [2020-08-07T15:44:22.796Z] 0622d0fa9048: Pulling fs layer [2020-08-07T15:44:22.796Z] 444b2fc9a129: Waiting [2020-08-07T15:44:22.796Z] 28c525ee5125: Waiting [2020-08-07T15:44:22.796Z] ea15f1150254: Waiting [2020-08-07T15:44:22.796Z] 094b1ea09ed8: Waiting [2020-08-07T15:44:22.796Z] 41b27a9f41bf: Waiting [2020-08-07T15:44:22.796Z] 0622d0fa9048: Waiting [2020-08-07T15:44:22.796Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-07T15:44:22.796Z] 444b2fc9a129: Verifying Checksum [2020-08-07T15:44:22.796Z] 444b2fc9a129: Download complete [2020-08-07T15:44:22.796Z] c9b1b535fdd9: Download complete [2020-08-07T15:44:22.796Z] ea15f1150254: Verifying Checksum [2020-08-07T15:44:22.796Z] ea15f1150254: Download complete [2020-08-07T15:44:23.073Z] 28c525ee5125: Verifying Checksum [2020-08-07T15:44:23.073Z] 28c525ee5125: Download complete [2020-08-07T15:44:23.360Z] 756a868c4378: Verifying Checksum [2020-08-07T15:44:23.360Z] 756a868c4378: Download complete [2020-08-07T15:44:23.360Z] c9b1b535fdd9: Pull complete [2020-08-07T15:44:23.360Z] 138eaada9080: Verifying Checksum [2020-08-07T15:44:23.360Z] 138eaada9080: Download complete [2020-08-07T15:44:23.360Z] 0622d0fa9048: Download complete [2020-08-07T15:44:23.644Z] 094b1ea09ed8: Verifying Checksum [2020-08-07T15:44:23.644Z] 094b1ea09ed8: Download complete [2020-08-07T15:44:23.644Z] 2cc5ad85d9ab: Pull complete [2020-08-07T15:44:24.220Z] 41b27a9f41bf: Verifying Checksum [2020-08-07T15:44:24.220Z] 41b27a9f41bf: Download complete [2020-08-07T15:44:25.176Z] 756a868c4378: Pull complete [2020-08-07T15:44:25.439Z] 444b2fc9a129: Pull complete [2020-08-07T15:44:25.702Z] ea15f1150254: Pull complete [2020-08-07T15:44:29.914Z] 41b27a9f41bf: Pull complete [2020-08-07T15:44:29.914Z] 28c525ee5125: Pull complete [2020-08-07T15:44:33.238Z] 094b1ea09ed8: Pull complete [2020-08-07T15:44:33.238Z] 138eaada9080: Pull complete [2020-08-07T15:44:33.238Z] 0622d0fa9048: Pull complete [2020-08-07T15:44:33.238Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-07T15:44:33.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-07T15:44:33.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-07T15:44:33.385Z] prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container [2020-08-07T15:44:33.421Z] $ 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-254 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-254:/w/workspace/edgexfoundry_edgex-ui-go_PR-254:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-07T15:44:37.514Z] $ docker top 4460eedea62be9117a74acf1dc70582eeaafb3d8fcf957eb843299f277ca2b6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-07T15:44:37.848Z] provisioning config files... [2020-08-07T15:44:37.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8474317189813163545tmp [Pipeline] { [Pipeline] echo [2020-08-07T15:44:37.981Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T15:44:38.303Z] ---> create-netrc.sh [Pipeline] echo [2020-08-07T15:44:38.335Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-07T15:44:38.657Z] ---> logs-deploy.sh [2020-08-07T15:44:38.657Z] + ARCHIVE_ARTIFACTS= [2020-08-07T15:44:38.657Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-07T15:44:38.657Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-07T15:44:38.657Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-07T15:44:38.657Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-254/1 [2020-08-07T15:44:38.657Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-254/1/ [2020-08-07T15:44:38.657Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-254/1 /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [2020-08-07T15:44:40.042Z] Archives upload complete. [2020-08-07T15:44:40.042Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-254/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-254/1/