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 15:37:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:37:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:37:31 ========================================================= 15:37:31 EdgeX Global Pipelines Version Info 15:37:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:37:33 ------------------- 15:37:33 stable info: 15:37:33 ------------------- 15:37:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:37:33 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:37:33 Message: update stable to v1.0.106 15:37:33 ------------------- 15:37:33 experimental info: 15:37:33 ------------------- 15:37:33 Commited By: **** collab-it+edgex@linuxfoundation.org 15:37:33 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:37:33 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 15:37:36 + git log --format=format:%s -1 de1f4e5269a758de37b1e72f036f7528763e3275 [Pipeline] echo 15:37:36 GIT_COMMIT: de1f4e5269a758de37b1e72f036f7528763e3275, Commit Message: added note to the readme to suggest the UI is for demo/developer purposes [Pipeline] echo 15:37:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:37:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:37 15:37:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:37:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:37 latest: Pulling from edgex-devops/git-semver 15:37:37 31603596830f: Pulling fs layer 15:37:37 2a8b12db71e7: Pulling fs layer 15:37:37 6ca5941a6612: Pulling fs layer 15:37:37 ecc8261a40a4: Pulling fs layer 15:37:37 ecc8261a40a4: Waiting 15:37:37 2a8b12db71e7: Verifying Checksum 15:37:37 2a8b12db71e7: Download complete 15:37:38 31603596830f: Verifying Checksum 15:37:38 31603596830f: Download complete 15:37:38 ecc8261a40a4: Verifying Checksum 15:37:38 ecc8261a40a4: Download complete 15:37:38 6ca5941a6612: Verifying Checksum 15:37:38 6ca5941a6612: Download complete 15:37:38 31603596830f: Pull complete 15:37:38 2a8b12db71e7: Pull complete 15:37:39 6ca5941a6612: Pull complete 15:37:39 ecc8261a40a4: Pull complete 15:37:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:37:39 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:37:39 $ 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 15:37:41 $ docker top f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:37:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:42 [ssh-agent] Looking for ssh-agent implementation... 15:37:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:42 $ docker exec f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent 15:37:42 SSH_AUTH_SOCK=/tmp/ssh-yjMypbncc8JZ/agent.12 15:37:42 SSH_AGENT_PID=17 15:37:42 Running ssh-add (command line suppressed) 15:37:42 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) 15:37:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:43 + git describe --exact-match --tags HEAD 15:37:43 fatal: No names found, cannot describe anything. [Pipeline] } 15:37:43 $ docker exec --env ******** --env ******** f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent -k 15:37:43 unset SSH_AUTH_SOCK; 15:37:43 unset SSH_AGENT_PID; 15:37:43 echo Agent pid 17 killed; 15:37:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:37:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:37:43 This usually means this commit has not been tagged. [Pipeline] sshagent 15:37:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:43 [ssh-agent] Looking for ssh-agent implementation... 15:37:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:43 $ docker exec f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent 15:37:43 SSH_AUTH_SOCK=/tmp/ssh-xfWjRAbB8KyP/agent.45 15:37:43 SSH_AGENT_PID=50 15:37:43 Running ssh-add (command line suppressed) 15:37:44 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) 15:37:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:44 + git semver init 15:37:44 # -> Open(): unable to determine branch for HEAD 15:37:44 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-254/.git 15:37:44 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-254 15:37:44 # $SEMVER_REMOTE_NAME = origin 15:37:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:37:44 # $SEMVER_USER_NAME = edgex-jenkins 15:37:44 # $SEMVER_BRANCH = PR-254 15:37:44 # $SEMVER_TEMP = /tmp/semver-565848978 15:37:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 15:37:49 # '/tmp/semver-565848978' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-254/.semver' 15:37:49 # -> Force: false 15:37:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-254/.semver [Pipeline] } 15:37:49 $ docker exec --env ******** --env ******** f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c ssh-agent -k 15:37:49 unset SSH_AUTH_SOCK; 15:37:49 unset SSH_AGENT_PID; 15:37:49 echo Agent pid 50 killed; 15:37:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:37:50 + git semver [Pipeline] } 15:37:50 $ docker stop --time=1 f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c 15:37:51 $ docker rm -f f911fd4767c852143dcdb5dd9d01006adfd84642e557e2b01bdfaeab0caf895c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:37:53 Stashed 22 file(s) [Pipeline] echo 15:37:53 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 15:37:53 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 15:38:09 Still waiting to schedule task 15:38:09 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3027’ 15:38:09 Still waiting to schedule task 15:38:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:40:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3028 in /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [Pipeline] { [Pipeline] ws 15:40:10 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 15:40:15 using credential edgex-jenkins-ssh 15:40:15 Cloning the remote Git repository 15:40:15 Cloning with configured refspecs honoured and without tags 15:40:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:40:15 > git init /w/workspace/edgex-ui-go/1 # timeout=10 15:40:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:40:15 > git --version # timeout=10 15:40:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:15 > 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 15:40:17 Fetching without tags 15:40:17 Merging remotes/origin/master commit 3c00fc0f534669f97460f637fd8dac931753e1f3 into PR head commit de1f4e5269a758de37b1e72f036f7528763e3275 15:40:18 Merge succeeded, producing de1f4e5269a758de37b1e72f036f7528763e3275 15:40:18 Checking out Revision de1f4e5269a758de37b1e72f036f7528763e3275 (PR-254) 15:40:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:40:17 > git config --add remote.origin.fetch +refs/pull/254/head:refs/remotes/origin/PR-254 # timeout=10 15:40:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:40:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:40:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:17 > 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 15:40:17 > git config core.sparsecheckout # timeout=10 15:40:17 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 15:40:18 > git remote # timeout=10 15:40:18 > git config --get remote.origin.url # timeout=10 15:40:18 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:18 > git merge 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 15:40:18 > git rev-parse HEAD^{commit} # timeout=10 15:40:18 > git config core.sparsecheckout # timeout=10 15:40:18 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 15:40:22 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" 15:40:22 > git --version # timeout=10 15:40:22 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:40:24 ========================================================= 15:40:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:40:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:40:25 + 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 . 15:40:27 Sending build context to Docker daemon 21.88MB 15:40:27 Step 1/8 : ARG BASE=golang:1.11-alpine 15:40:27 Step 2/8 : FROM ${BASE} 15:40:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:40:27 b538f80385f9: Pulling fs layer 15:40:27 74f711af9a0d: Pulling fs layer 15:40:27 99f96fe45779: Pulling fs layer 15:40:27 fd7a069fd194: Pulling fs layer 15:40:27 66aa3694b03b: Pulling fs layer 15:40:27 170f70906a0f: Pulling fs layer 15:40:27 ad7c5574e4b9: Pulling fs layer 15:40:27 e772456be8f7: Pulling fs layer 15:40:27 c890913d741a: Pulling fs layer 15:40:27 2480fcc9aa5a: Pulling fs layer 15:40:27 09adf4765672: Pulling fs layer 15:40:27 fd7a069fd194: Waiting 15:40:27 66aa3694b03b: Waiting 15:40:27 170f70906a0f: Waiting 15:40:27 ad7c5574e4b9: Waiting 15:40:27 2480fcc9aa5a: Waiting 15:40:27 e772456be8f7: Waiting 15:40:27 09adf4765672: Waiting 15:40:27 c890913d741a: Waiting 15:40:27 99f96fe45779: Verifying Checksum 15:40:27 99f96fe45779: Download complete 15:40:27 74f711af9a0d: Download complete 15:40:27 66aa3694b03b: Verifying Checksum 15:40:27 66aa3694b03b: Download complete 15:40:27 170f70906a0f: Verifying Checksum 15:40:27 170f70906a0f: Download complete 15:40:27 b538f80385f9: Verifying Checksum 15:40:27 b538f80385f9: Pull complete 15:40:28 74f711af9a0d: Pull complete 15:40:29 99f96fe45779: Pull complete 15:40:31 ad7c5574e4b9: Verifying Checksum 15:40:31 ad7c5574e4b9: Download complete 15:40:31 c890913d741a: Download complete 15:40:32 e772456be8f7: Verifying Checksum 15:40:32 e772456be8f7: Download complete 15:40:32 09adf4765672: Verifying Checksum 15:40:32 09adf4765672: Download complete 15:40:32 2480fcc9aa5a: Verifying Checksum 15:40:32 2480fcc9aa5a: Download complete 15:40:33 fd7a069fd194: Verifying Checksum 15:40:33 fd7a069fd194: Download complete 15:40:43 fd7a069fd194: Pull complete 15:40:43 66aa3694b03b: Pull complete 15:40:43 170f70906a0f: Pull complete 15:40:48 ad7c5574e4b9: Pull complete 15:40:52 e772456be8f7: Pull complete 15:40:52 c890913d741a: Pull complete 15:40:54 2480fcc9aa5a: Pull complete 15:40:55 09adf4765672: Pull complete 15:40:55 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:40:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:40:55 ---> 2248a725d1cf 15:40:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:41:00 ---> Running in 137769408e08 15:41:00 Removing intermediate container 137769408e08 15:41:00 ---> a889434a2834 15:41:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:00 ---> Running in 834006a69169 15:41:03 Removing intermediate container 834006a69169 15:41:03 ---> 59195d5decc9 15:41:03 Step 5/8 : RUN apk add --no-cache make git 15:41:03 ---> Running in d46ea839f264 15:41:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:06 OK: 142 MiB in 39 packages 15:41:07 Removing intermediate container d46ea839f264 15:41:07 ---> e9689d0b4fff 15:41:07 Step 6/8 : WORKDIR /edgex-ui-go 15:41:07 ---> Running in 2b6852b18f00 15:41:08 Removing intermediate container 2b6852b18f00 15:41:08 ---> e9f0bd6d06cf 15:41:08 Step 7/8 : COPY . . 15:41:10 ---> f11d88c8abab 15:41:10 Step 8/8 : RUN go mod download 15:41:10 ---> Running in 996bb65171bc 15:41:11 Running on prd-centos7-docker-4c-2g-3029 in /w/workspace/edgexfoundry_edgex-ui-go_PR-254 [Pipeline] { [Pipeline] ws 15:41:11 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 15:41:15 go: finding github.com/BurntSushi/toml v0.3.1 15:41:15 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 15:41:15 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 15:41:15 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 15:41:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:41:15 go: finding github.com/armon/go-metrics v0.3.3 15:41:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:41:15 go: finding github.com/beorn7/perks v1.0.1 15:41:15 go: finding github.com/bgentry/speakeasy v0.1.0 15:41:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:41:15 go: finding github.com/cespare/xxhash/v2 v2.1.1 15:41:16 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 15:41:16 go: finding github.com/circonus-labs/circonusllhist v0.1.3 15:41:16 go: finding github.com/davecgh/go-spew v1.1.1 15:41:16 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:41:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 15:41:16 go: finding github.com/fatih/color v1.9.0 15:41:16 go: finding github.com/go-kit/kit v0.9.0 15:41:16 go: finding github.com/go-logfmt/logfmt v0.4.0 15:41:16 go: finding github.com/go-stack/stack v1.8.0 15:41:16 go: finding github.com/gogo/protobuf v1.1.1 15:41:16 go: finding github.com/golang/protobuf v1.3.2 15:41:16 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:41:16 go: finding github.com/google/go-cmp v0.4.0 15:41:16 go: finding github.com/google/gofuzz v1.0.0 15:41:16 go: finding github.com/gorilla/mux v1.7.1 15:41:16 go: finding github.com/gorilla/websocket v1.4.0 15:41:17 go: finding github.com/hashicorp/consul/api v1.4.0 15:41:17 go: finding github.com/hashicorp/consul/sdk v0.4.0 15:41:17 go: finding github.com/hashicorp/errwrap v1.0.0 15:41:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:41:17 go: finding github.com/hashicorp/go-hclog v0.12.2 15:41:17 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 15:41:17 go: finding github.com/hashicorp/go-msgpack v0.5.5 15:41:17 go: finding github.com/hashicorp/go-multierror v1.0.0 15:41:17 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 15:41:17 go: finding github.com/hashicorp/go-rootcerts v1.0.2 15:41:17 go: finding github.com/hashicorp/go-sockaddr v1.0.2 15:41:17 go: finding github.com/hashicorp/go-syslog v1.0.0 15:41:17 go: finding github.com/hashicorp/go-uuid v1.0.1 15:41:17 go: finding github.com/hashicorp/go.net v0.0.1 15:41:17 go: finding github.com/hashicorp/golang-lru v0.5.4 15:41:17 go: finding github.com/hashicorp/logutils v1.0.0 15:41:17 go: finding github.com/hashicorp/mdns v1.0.1 15:41:17 go: finding github.com/hashicorp/memberlist v0.2.0 15:41:17 go: finding github.com/hashicorp/serf v0.9.0 15:41:17 go: finding github.com/json-iterator/go v1.1.9 15:41:18 go: finding github.com/julienschmidt/httprouter v1.2.0 15:41:18 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 15:41:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:41:18 go: finding github.com/kr/pretty v0.2.0 15:41:18 go: finding github.com/kr/pty v1.1.1 15:41:18 go: finding github.com/kr/text v0.1.0 15:41:18 go: finding github.com/mattn/go-colorable v0.1.6 15:41:18 go: finding github.com/mattn/go-isatty v0.0.12 15:41:18 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 15:41:18 go: finding github.com/miekg/dns v1.1.26 15:41:18 go: finding github.com/mitchellh/cli v1.0.0 15:41:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:41:18 go: finding github.com/mitchellh/copystructure v1.0.0 15:41:18 go: finding github.com/mitchellh/go-homedir v1.1.0 15:41:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:41:18 go: finding github.com/mitchellh/go-wordwrap v1.0.0 15:41:18 go: finding github.com/mitchellh/gox v0.4.0 15:41:18 go: finding github.com/mitchellh/iochan v1.0.0 15:41:18 go: finding github.com/mitchellh/mapstructure v1.2.2 15:41:18 go: finding github.com/mitchellh/reflectwalk v1.0.1 15:41:18 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 15:41:19 go: finding github.com/modern-go/reflect2 v1.0.1 15:41:19 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 15:41:19 go: finding github.com/pascaldekloe/goe v0.1.0 15:41:19 go: finding github.com/pelletier/go-toml v1.7.0 15:41:19 go: finding github.com/pkg/errors v0.8.1 15:41:19 go: finding github.com/pmezard/go-difflib v1.0.0 15:41:19 go: finding github.com/posener/complete v1.1.1 15:41:19 go: finding github.com/prometheus/client_golang v1.4.0 15:41:19 go: finding github.com/prometheus/client_model v0.2.0 15:41:19 go: finding github.com/prometheus/common v0.9.1 15:41:19 go: finding github.com/prometheus/procfs v0.0.8 15:41:19 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 15:41:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:41:19 go: finding github.com/sirupsen/logrus v1.4.2 15:41:19 go: finding github.com/stretchr/objx v0.1.1 15:41:19 go: finding github.com/stretchr/testify v1.4.0 15:41:20 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 15:41:20 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 15:41:20 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 15:41:20 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 15:41:20 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 15:41:20 go: finding golang.org/x/text v0.3.2 15:41:20 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 15:41:20 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 15:41:20 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 15:41:20 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:41:20 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 15:41:20 go: finding gopkg.in/yaml.v2 v2.2.8 15:41:21 using credential edgex-jenkins-ssh 15:41:21 Cloning the remote Git repository 15:41:21 Cloning with configured refspecs honoured and without tags 15:41:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:41:21 > git init /w/workspace/edgex-ui-go/1 # timeout=10 15:41:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:41:21 > git --version # timeout=10 15:41:21 using GIT_SSH to set credentials SSH Credentials for GitHub 15:41:21 > 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 15:41:25 Fetching without tags 15:41:25 Merging remotes/origin/master commit 3c00fc0f534669f97460f637fd8dac931753e1f3 into PR head commit de1f4e5269a758de37b1e72f036f7528763e3275 15:41:26 Merge succeeded, producing de1f4e5269a758de37b1e72f036f7528763e3275 15:41:26 Checking out Revision de1f4e5269a758de37b1e72f036f7528763e3275 (PR-254) 15:41:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:41:25 > git config --add remote.origin.fetch +refs/pull/254/head:refs/remotes/origin/PR-254 # timeout=10 15:41:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:41:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:41:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:41:25 > 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 15:41:25 > git config core.sparsecheckout # timeout=10 15:41:25 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 15:41:25 > git remote # timeout=10 15:41:25 > git config --get remote.origin.url # timeout=10 15:41:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:41:26 > git merge 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 15:41:26 > git rev-parse HEAD^{commit} # timeout=10 15:41:26 > git config core.sparsecheckout # timeout=10 15:41:26 > git checkout -f de1f4e5269a758de37b1e72f036f7528763e3275 # timeout=10 15:41:30 Commit message: "added note to the readme to suggest the UI is for demo/developer purposes" 15:41:30 > git --version # timeout=10 15:41:30 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:41:33 ========================================================= 15:41:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:41:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:41:33 + 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 . 15:41:35 Sending build context to Docker daemon 21.88MB 15:41:35 Step 1/8 : ARG BASE=golang:1.11-alpine 15:41:35 Step 2/8 : FROM ${BASE} 15:41:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:41:35 df20fa9351a1: Pulling fs layer 15:41:35 ed8968b2872e: Pulling fs layer 15:41:35 a92cc7c5fd73: Pulling fs layer 15:41:35 2dd03ba5bac4: Pulling fs layer 15:41:35 1e091d79d1de: Pulling fs layer 15:41:35 481702a1767f: Pulling fs layer 15:41:35 f64a6f60c768: Pulling fs layer 15:41:35 e78d2573fc39: Pulling fs layer 15:41:35 e876d2f968b6: Pulling fs layer 15:41:35 ce8a83651883: Pulling fs layer 15:41:35 07967f4d0e4b: Pulling fs layer 15:41:35 2dd03ba5bac4: Waiting 15:41:35 1e091d79d1de: Waiting 15:41:35 481702a1767f: Waiting 15:41:35 f64a6f60c768: Waiting 15:41:35 e78d2573fc39: Waiting 15:41:35 e876d2f968b6: Waiting 15:41:35 07967f4d0e4b: Waiting 15:41:35 ce8a83651883: Waiting 15:41:35 a92cc7c5fd73: Verifying Checksum 15:41:35 a92cc7c5fd73: Download complete 15:41:35 ed8968b2872e: Verifying Checksum 15:41:35 ed8968b2872e: Download complete 15:41:35 1e091d79d1de: Verifying Checksum 15:41:35 1e091d79d1de: Download complete 15:41:35 481702a1767f: Verifying Checksum 15:41:35 481702a1767f: Download complete 15:41:35 df20fa9351a1: Verifying Checksum 15:41:35 df20fa9351a1: Download complete 15:41:36 df20fa9351a1: Pull complete 15:41:38 ed8968b2872e: Pull complete 15:41:38 a92cc7c5fd73: Pull complete 15:41:39 Removing intermediate container 996bb65171bc 15:41:39 ---> de95e4070a6c 15:41:39 Successfully built de95e4070a6c 15:41:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 15:41:39 f64a6f60c768: Verifying Checksum 15:41:39 f64a6f60c768: Download complete [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:39 e876d2f968b6: Verifying Checksum 15:41:39 e876d2f968b6: Download complete 15:41:39 e78d2573fc39: Verifying Checksum 15:41:39 e78d2573fc39: Download complete 15:41:39 + docker inspect -f . ci-base-image-arm64 15:41:39 . [Pipeline] withDockerContainer 15:41:40 prd-ubuntu18.04-docker-arm64-4c-16g-3028 does not seem to be running inside a container 15:41:40 $ 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 15:41:40 07967f4d0e4b: Verifying Checksum 15:41:40 07967f4d0e4b: Download complete 15:41:40 ce8a83651883: Verifying Checksum 15:41:40 ce8a83651883: Download complete 15:41:40 2dd03ba5bac4: Verifying Checksum 15:41:40 2dd03ba5bac4: Download complete 15:41:42 $ docker top 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:43 + go version 15:41:43 go version go1.13.13 linux/arm64 [Pipeline] sh 15:41:44 + make test 15:41:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:41:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:41:50 2dd03ba5bac4: Pull complete 15:41:50 1e091d79d1de: Pull complete 15:41:51 481702a1767f: Pull complete 15:41:56 f64a6f60c768: Pull complete 15:42:05 e78d2573fc39: Pull complete 15:42:05 e876d2f968b6: Pull complete 15:42:07 ce8a83651883: Pull complete 15:42:08 07967f4d0e4b: Pull complete 15:42:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:42:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:42:08 ---> 5d7c900382c6 15:42:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:42:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:42:08 GO111MODULE=on go vet ./... 15:42:10 ---> Running in f02b7de45432 15:42:10 Removing intermediate container f02b7de45432 15:42:10 ---> 4bb8fa180390 15:42:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:42:10 ---> Running in f4fd4612d27e [Pipeline] stash 15:42:13 Stashed 1 file(s) [Pipeline] } 15:42:13 $ docker stop --time=1 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 15:42:13 Removing intermediate container f4fd4612d27e 15:42:13 ---> b9e0ad88ebfe 15:42:13 Step 5/8 : RUN apk add --no-cache make git 15:42:13 ---> Running in ecf4c2a040ea 15:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:15 OK: 166 MiB in 39 packages 15:42:15 $ docker rm -f 2e37af71eacd38482c9a8df691b65d400fc47cfcb59ea75c8b481bdf9474bc76 [Pipeline] // withDockerContainer [Pipeline] } 15:42:16 Removing intermediate container ecf4c2a040ea 15:42:16 ---> 021c83d0359b 15:42:16 Step 6/8 : WORKDIR /edgex-ui-go 15:42:16 ---> Running in 32048db68699 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script 15:42:16 Removing intermediate container 32048db68699 15:42:16 ---> 45ae07d3ed9e 15:42:16 Step 7/8 : COPY . . [Pipeline] { [Pipeline] sh 15:42:19 ---> 176186e4029b 15:42:19 Step 8/8 : RUN go mod download 15:42:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:42:19 ---> Running in 1ed97a931aaf 15:42:19 + ls -al . 15:42:19 total 120 15:42:19 drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 15:41 . 15:42:19 drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 15:40 .. 15:42:19 drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 15:40 .git 15:42:19 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 15:40 .github 15:42:19 -rw-rw-r-- 1 jenkins jenkins 136 Aug 7 15:40 .gitignore 15:42:19 drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 .semver 15:42:19 -rw-rw-r-- 1 jenkins jenkins 3959 Aug 7 15:40 CONTRIBUTING.md 15:42:19 -rw-rw-r-- 1 jenkins jenkins 913 Aug 7 15:40 Dockerfile 15:42:19 -rw-rw-r-- 1 jenkins jenkins 898 Aug 7 15:40 Dockerfile.build 15:42:19 -rw-rw-r-- 1 jenkins jenkins 675 Aug 7 15:40 Jenkinsfile 15:42:19 -rw-rw-r-- 1 jenkins jenkins 11357 Aug 7 15:40 LICENSE 15:42:19 -rw-rw-r-- 1 jenkins jenkins 951 Aug 7 15:40 Makefile 15:42:19 -rw-rw-r-- 1 jenkins jenkins 3545 Aug 7 15:40 README.md 15:42:19 -rw-rw-r-- 1 jenkins jenkins 5 Aug 7 15:37 VERSION 15:42:19 drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 assets 15:42:19 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 15:40 bin 15:42:19 drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 15:40 cmd 15:42:19 -rw-r--r-- 1 jenkins jenkins 10 Aug 7 15:41 coverage.out 15:42:19 drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 15:40 docs 15:42:19 -rw-rw-r-- 1 jenkins jenkins 1019 Aug 7 15:40 go.mod 15:42:19 -rw-r--r-- 1 jenkins jenkins 20718 Aug 7 15:41 go.sum 15:42:19 drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 15:40 internal 15:42:19 -rw-rw-r-- 1 jenkins jenkins 155 Aug 7 15:40 version.go [Pipeline] isUnix [Pipeline] sh 15:42:19 + 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 . 15:42:20 Sending build context to Docker daemon 21.9MB 15:42:20 Step 1/24 : ARG BASE=golang:1.13-alpine 15:42:20 Step 2/24 : FROM ${BASE} AS builder 15:42:20 ---> de95e4070a6c 15:42:20 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:42:20 ---> Running in e55e80710b96 15:42:21 Removing intermediate container e55e80710b96 15:42:21 ---> 3cc7cd5006c9 15:42:21 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:42:21 ---> Running in 3edddabbc368 15:42:21 Removing intermediate container 3edddabbc368 15:42:21 ---> f6090bec5283 15:42:21 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:42:22 ---> Running in e2deaf658278 15:42:22 Removing intermediate container e2deaf658278 15:42:22 ---> 70fa20d6573b 15:42:22 Step 6/24 : LABEL Name=edgex-ui-go 15:42:22 ---> Running in 32a40cd8977d 15:42:22 Removing intermediate container 32a40cd8977d 15:42:22 ---> f18029291c18 15:42:22 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:42:23 ---> Running in 4ec109899ac1 15:42:23 Removing intermediate container 4ec109899ac1 15:42:23 ---> 4af5d71cf47d 15:42:23 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:42:23 ---> Running in d82911bb99da 15:42:25 go: finding github.com/BurntSushi/toml v0.3.1 15:42:25 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 15:42:25 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 15:42:25 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 15:42:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:42:25 go: finding github.com/armon/go-metrics v0.3.3 15:42:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:42:25 go: finding github.com/beorn7/perks v1.0.1 15:42:25 go: finding github.com/bgentry/speakeasy v0.1.0 15:42:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:42:25 go: finding github.com/cespare/xxhash/v2 v2.1.1 15:42:25 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 15:42:25 go: finding github.com/circonus-labs/circonusllhist v0.1.3 15:42:25 go: finding github.com/davecgh/go-spew v1.1.1 15:42:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:42:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 15:42:25 go: finding github.com/fatih/color v1.9.0 15:42:25 go: finding github.com/go-kit/kit v0.9.0 15:42:25 go: finding github.com/go-logfmt/logfmt v0.4.0 15:42:25 go: finding github.com/go-stack/stack v1.8.0 15:42:25 go: finding github.com/gogo/protobuf v1.1.1 15:42:25 go: finding github.com/golang/protobuf v1.3.2 15:42:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:42:25 go: finding github.com/google/go-cmp v0.4.0 15:42:25 go: finding github.com/google/gofuzz v1.0.0 15:42:25 go: finding github.com/gorilla/mux v1.7.1 15:42:25 go: finding github.com/gorilla/websocket v1.4.0 15:42:26 go: finding github.com/hashicorp/consul/api v1.4.0 15:42:26 go: finding github.com/hashicorp/consul/sdk v0.4.0 15:42:26 go: finding github.com/hashicorp/errwrap v1.0.0 15:42:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:42:26 go: finding github.com/hashicorp/go-hclog v0.12.2 15:42:26 Removing intermediate container d82911bb99da 15:42:26 ---> 78361c835d18 15:42:26 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:42:26 ---> Running in 78569b573d0c 15:42:26 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 15:42:26 go: finding github.com/hashicorp/go-msgpack v0.5.5 15:42:26 go: finding github.com/hashicorp/go-multierror v1.0.0 15:42:26 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 15:42:26 go: finding github.com/hashicorp/go-rootcerts v1.0.2 15:42:26 go: finding github.com/hashicorp/go-sockaddr v1.0.2 15:42:26 go: finding github.com/hashicorp/go-syslog v1.0.0 15:42:26 go: finding github.com/hashicorp/go-uuid v1.0.1 15:42:26 go: finding github.com/hashicorp/go.net v0.0.1 15:42:26 go: finding github.com/hashicorp/golang-lru v0.5.4 15:42:26 go: finding github.com/hashicorp/logutils v1.0.0 15:42:27 go: finding github.com/hashicorp/mdns v1.0.1 15:42:27 go: finding github.com/hashicorp/memberlist v0.2.0 15:42:27 go: finding github.com/hashicorp/serf v0.9.0 15:42:27 go: finding github.com/json-iterator/go v1.1.9 15:42:27 go: finding github.com/julienschmidt/httprouter v1.2.0 15:42:27 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 15:42:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:42:27 go: finding github.com/kr/pretty v0.2.0 15:42:27 go: finding github.com/kr/pty v1.1.1 15:42:27 go: finding github.com/kr/text v0.1.0 15:42:27 go: finding github.com/mattn/go-colorable v0.1.6 15:42:27 go: finding github.com/mattn/go-isatty v0.0.12 15:42:27 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 15:42:27 go: finding github.com/miekg/dns v1.1.26 15:42:27 go: finding github.com/mitchellh/cli v1.0.0 15:42:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:42:27 go: finding github.com/mitchellh/copystructure v1.0.0 15:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:27 go: finding github.com/mitchellh/go-homedir v1.1.0 15:42:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:42:27 go: finding github.com/mitchellh/go-wordwrap v1.0.0 15:42:27 go: finding github.com/mitchellh/gox v0.4.0 15:42:27 go: finding github.com/mitchellh/iochan v1.0.0 15:42:27 go: finding github.com/mitchellh/mapstructure v1.2.2 15:42:28 go: finding github.com/mitchellh/reflectwalk v1.0.1 15:42:28 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 15:42:28 go: finding github.com/modern-go/reflect2 v1.0.1 15:42:28 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 15:42:28 go: finding github.com/pascaldekloe/goe v0.1.0 15:42:28 go: finding github.com/pelletier/go-toml v1.7.0 15:42:28 go: finding github.com/pkg/errors v0.8.1 15:42:28 go: finding github.com/pmezard/go-difflib v1.0.0 15:42:28 go: finding github.com/posener/complete v1.1.1 15:42:28 go: finding github.com/prometheus/client_golang v1.4.0 15:42:28 go: finding github.com/prometheus/client_model v0.2.0 15:42:28 go: finding github.com/prometheus/common v0.9.1 15:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:28 go: finding github.com/prometheus/procfs v0.0.8 15:42:28 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 15:42:28 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:42:28 go: finding github.com/sirupsen/logrus v1.4.2 15:42:28 go: finding github.com/stretchr/objx v0.1.1 15:42:28 go: finding github.com/stretchr/testify v1.4.0 15:42:29 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 15:42:29 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 15:42:29 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 15:42:29 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 15:42:29 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 15:42:29 go: finding golang.org/x/text v0.3.2 15:42:29 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 15:42:29 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 15:42:29 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 15:42:29 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:42:29 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 15:42:29 go: finding gopkg.in/yaml.v2 v2.2.8 15:42:29 v3.12.0-214-g4076381e49 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:42:29 v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:42:29 OK: 12620 distinct packages available 15:42:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:33 OK: 142 MiB in 39 packages 15:42:34 Removing intermediate container 78569b573d0c 15:42:34 ---> 96e9ab25e698 15:42:34 Step 10/24 : ENV GO111MODULE=on 15:42:34 ---> Running in 29e90f9f7291 15:42:35 Removing intermediate container 29e90f9f7291 15:42:35 ---> 4e4428e3af9c 15:42:35 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:42:35 ---> Running in cae78d880549 15:42:36 Removing intermediate container cae78d880549 15:42:36 ---> c57c88c3421d 15:42:36 Step 12/24 : COPY go.mod . 15:42:36 ---> 6de5b770107f 15:42:36 Step 13/24 : COPY Makefile . 15:42:37 ---> 8f6516aae0e4 15:42:37 Step 14/24 : RUN make update 15:42:37 ---> Running in 5ce73b79ac85 15:42:38 CGO_ENABLED=0 GO111MODULE=on go mod download 15:42:40 Removing intermediate container 5ce73b79ac85 15:42:40 ---> d83263765522 15:42:40 Step 15/24 : COPY . . 15:42:42 ---> 2ae200a58f19 15:42:42 Step 16/24 : RUN ${MAKE} 15:42:42 ---> Running in fae97478dfdc 15:42:43 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 15:42:52 Removing intermediate container 1ed97a931aaf 15:42:52 ---> 51a4f32786fa 15:42:52 Successfully built 51a4f32786fa 15:42:52 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 15:42:53 + docker inspect -f . ci-base-image-x86_64 15:42:53 . [Pipeline] withDockerContainer 15:42:53 prd-centos7-docker-4c-2g-3029 does not seem to be running inside a container 15:42:53 $ 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 15:42:55 $ docker top 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e -eo pid,comm [Pipeline] { [Pipeline] sh 15:42:56 + go version 15:42:56 go version go1.13.13 linux/amd64 [Pipeline] sh 15:42:57 + make test 15:42:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:43:01 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:43:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:43:14 Removing intermediate container fae97478dfdc 15:43:14 ---> 2e75be8b2f48 15:43:14 Step 17/24 : FROM alpine 15:43:14 latest: Pulling from library/alpine 15:43:14 b538f80385f9: Already exists 15:43:14 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:43:14 Status: Downloaded newer image for alpine:latest 15:43:14 ---> 62ee0e9f8440 15:43:14 Step 18/24 : EXPOSE 4000 15:43:14 ---> Running in 6b77d9755309 15:43:15 Removing intermediate container 6b77d9755309 15:43:15 ---> db981bba2efb 15:43:15 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 15:43:17 ---> bcb9c5084abb 15:43:17 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:43:17 ---> Running in f88c44cafc29 15:43:17 Removing intermediate container f88c44cafc29 15:43:17 ---> 33e315df483e 15:43:17 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:43:17 ---> Running in f4278c1b2c92 15:43:17 Removing intermediate container f4278c1b2c92 15:43:17 ---> 13ef51f0c8f8 15:43:17 Step 22/24 : LABEL arch=arm64 15:43:18 ---> Running in 3c3a2c1a67f0 15:43:18 Removing intermediate container 3c3a2c1a67f0 15:43:18 ---> dea71f5920b7 15:43:18 Step 23/24 : LABEL git_sha=de1f4e5269a758de37b1e72f036f7528763e3275 15:43:18 ---> Running in 573f53d5ff4f 15:43:19 Removing intermediate container 573f53d5ff4f 15:43:19 ---> f84dca59290a 15:43:19 Step 24/24 : LABEL version=0.0.0 15:43:19 ---> Running in 66504011178f 15:43:19 Removing intermediate container 66504011178f 15:43:19 ---> c73c1ae8dbc6 15:43:19 [Warning] One or more build-args [ARCH] were not consumed 15:43:19 Successfully built c73c1ae8dbc6 15:43:19 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:43:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:43:20 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 15:43:20 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] } 15:43:21 Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } 15:43:21 $ docker stop --time=1 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e 15:43:23 $ docker rm -f 6738bc694920ed515280d9674f648d576fd08c7f916567ae3a1270b650c56b8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:43:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:43:25 + ls -al . 15:43:25 total 84 15:43:25 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 7 15:42 . 15:43:25 drwxrwxr-x. 4 jenkins jenkins 28 Aug 7 15:41 .. 15:43:25 drwxrwxr-x. 3 jenkins jenkins 20 Aug 7 15:41 assets 15:43:25 drwxrwxr-x. 2 jenkins jenkins 35 Aug 7 15:41 bin 15:43:25 drwxrwxr-x. 3 jenkins jenkins 29 Aug 7 15:41 cmd 15:43:25 -rw-rw-r--. 1 jenkins jenkins 3959 Aug 7 15:41 CONTRIBUTING.md 15:43:25 -rw-r--r--. 1 jenkins jenkins 10 Aug 7 15:42 coverage.out 15:43:25 -rw-rw-r--. 1 jenkins jenkins 913 Aug 7 15:41 Dockerfile 15:43:25 -rw-rw-r--. 1 jenkins jenkins 898 Aug 7 15:41 Dockerfile.build 15:43:25 drwxrwxr-x. 5 jenkins jenkins 104 Aug 7 15:41 docs 15:43:25 drwxrwxr-x. 8 jenkins jenkins 179 Aug 7 15:41 .git 15:43:25 drwxrwxr-x. 2 jenkins jenkins 38 Aug 7 15:41 .github 15:43:25 -rw-rw-r--. 1 jenkins jenkins 136 Aug 7 15:41 .gitignore 15:43:25 -rw-rw-r--. 1 jenkins jenkins 1019 Aug 7 15:41 go.mod 15:43:25 -rw-r--r--. 1 jenkins jenkins 20718 Aug 7 15:42 go.sum 15:43:25 drwxrwxr-x. 10 jenkins jenkins 139 Aug 7 15:41 internal 15:43:25 -rw-rw-r--. 1 jenkins jenkins 675 Aug 7 15:41 Jenkinsfile 15:43:25 -rw-rw-r--. 1 jenkins jenkins 11357 Aug 7 15:41 LICENSE 15:43:25 -rw-rw-r--. 1 jenkins jenkins 951 Aug 7 15:41 Makefile 15:43:25 -rw-rw-r--. 1 jenkins jenkins 3545 Aug 7 15:41 README.md 15:43:25 drwxrwxr-x. 3 jenkins jenkins 58 Aug 7 15:41 .semver 15:43:25 -rw-rw-r--. 1 jenkins jenkins 5 Aug 7 15:37 VERSION 15:43:25 -rw-rw-r--. 1 jenkins jenkins 155 Aug 7 15:41 version.go [Pipeline] isUnix [Pipeline] sh 15:43:26 + 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 . 15:43:26 Sending build context to Docker daemon 21.9MB 15:43:26 Step 1/24 : ARG BASE=golang:1.13-alpine 15:43:26 Step 2/24 : FROM ${BASE} AS builder 15:43:26 ---> 51a4f32786fa 15:43:26 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:43:27 ---> Running in 07ef37f5f4a1 15:43:27 Removing intermediate container 07ef37f5f4a1 15:43:27 ---> 7413ada2e20e 15:43:27 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:43:27 ---> Running in 8a9f7d20b91d 15:43:27 Removing intermediate container 8a9f7d20b91d 15:43:27 ---> b26aed9469e0 15:43:27 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:43:27 ---> Running in bbf3868e716a 15:43:28 Removing intermediate container bbf3868e716a 15:43:28 ---> e87b83e9206d 15:43:28 Step 6/24 : LABEL Name=edgex-ui-go 15:43:28 ---> Running in 4665b754f45e 15:43:28 Removing intermediate container 4665b754f45e 15:43:28 ---> 094597ea8cdc 15:43:28 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:43:28 ---> Running in d959b286b4b7 15:43:29 Removing intermediate container d959b286b4b7 15:43:29 ---> 96af50a54269 15:43:29 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:29 ---> Running in 5ce5ba958e2c 15:43:31 Removing intermediate container 5ce5ba958e2c 15:43:31 ---> 402f24be079b 15:43:31 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:43:31 ---> Running in 37aea560a015 15:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:34 v3.12.0-214-g4076381e49 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:43:34 v3.12.0-213-gfedcac4c0f [http://nl.alpinelinux.org/alpine/v3.12/community] 15:43:34 OK: 12749 distinct packages available 15:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:37 OK: 166 MiB in 39 packages 15:43:37 Removing intermediate container 37aea560a015 15:43:37 ---> c37e8a329e4f 15:43:37 Step 10/24 : ENV GO111MODULE=on 15:43:37 ---> Running in 1e43da34f118 15:43:38 Removing intermediate container 1e43da34f118 15:43:38 ---> 3fcf050b5667 15:43:38 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:43:38 ---> Running in 37187baf9d68 15:43:38 Removing intermediate container 37187baf9d68 15:43:38 ---> 07a258b58bda 15:43:38 Step 12/24 : COPY go.mod . 15:43:38 ---> 511f06851887 15:43:38 Step 13/24 : COPY Makefile . 15:43:39 ---> c807702ca02f 15:43:39 Step 14/24 : RUN make update 15:43:39 ---> Running in 09ae4c0a0777 15:43:40 CGO_ENABLED=0 GO111MODULE=on go mod download 15:43:41 Removing intermediate container 09ae4c0a0777 15:43:41 ---> d4eeb59249bd 15:43:41 Step 15/24 : COPY . . 15:43:43 ---> 2e4b74464b90 15:43:43 Step 16/24 : RUN ${MAKE} 15:43:43 ---> Running in 2292231d55fc 15:43:44 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 15:44:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:44:06 Removing intermediate container 2292231d55fc 15:44:06 ---> e862394910aa 15:44:06 Step 17/24 : FROM alpine 15:44:06 latest: Pulling from library/alpine 15:44:06 df20fa9351a1: Already exists 15:44:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:44:06 Status: Downloaded newer image for alpine:latest 15:44:06 ---> a24bb4013296 15:44:06 Step 18/24 : EXPOSE 4000 15:44:06 ---> Running in 9bbb64aeab83 15:44:07 Removing intermediate container 9bbb64aeab83 15:44:07 ---> 3409a54da17e 15:44:07 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 15:44:09 ---> 4ec64fc34710 15:44:09 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:44:09 ---> Running in 4a22f012b837 15:44:09 Removing intermediate container 4a22f012b837 15:44:09 ---> a27d023246f5 15:44:09 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:44:09 ---> Running in 671daf366a10 15:44:09 Removing intermediate container 671daf366a10 15:44:09 ---> d4df2d8ca36e 15:44:09 Step 22/24 : LABEL arch=amd64 15:44:09 ---> Running in 4345c64b3da2 15:44:09 Removing intermediate container 4345c64b3da2 15:44:09 ---> 592abc8201d3 15:44:09 Step 23/24 : LABEL git_sha=de1f4e5269a758de37b1e72f036f7528763e3275 15:44:10 ---> Running in b4e46448c859 15:44:10 Removing intermediate container b4e46448c859 15:44:10 ---> 998208b2794a 15:44:10 Step 24/24 : LABEL version=0.0.0 15:44:10 ---> Running in c50af04c4d62 15:44:10 Removing intermediate container c50af04c4d62 15:44:10 ---> 6c2870eb9e28 15:44:10 [Warning] One or more build-args [ARCH] were not consumed 15:44:10 Successfully built 6c2870eb9e28 15:44:10 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 15:44:13 provisioning config files... 15:44:13 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8977920526300056074tmp [Pipeline] { [Pipeline] sh 15:44:13 + curl -s https://codecov.io/bash 15:44:13 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8977920526300056074tmp [Pipeline] } 15:44:14 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 15:44:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:44:17 ---> package-listing.sh 15:44:17 ++ facter osfamily 15:44:17 ++ tr '[:upper:]' '[:lower:]' 15:44:17 + OS_FAMILY=redhat 15:44:17 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-254 15:44:17 + START_PACKAGES=/tmp/packages_start.txt 15:44:17 + END_PACKAGES=/tmp/packages_end.txt 15:44:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:44:17 + PACKAGES=/tmp/packages_start.txt 15:44:17 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-254 ']' 15:44:17 + PACKAGES=/tmp/packages_end.txt 15:44:17 + case "${OS_FAMILY}" in 15:44:17 + rpm -qa 15:44:17 + sort 15:44:21 + '[' -f /tmp/packages_start.txt ']' 15:44:21 + '[' -f /tmp/packages_end.txt ']' 15:44:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:44:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-254 ']' 15:44:21 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-254/archives/ 15:44:21 + 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 15:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:22 15:44:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:44:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:22 alpine: Pulling from edgex-lftools-log-publisher 15:44:22 c9b1b535fdd9: Pulling fs layer 15:44:22 2cc5ad85d9ab: Pulling fs layer 15:44:22 756a868c4378: Pulling fs layer 15:44:22 444b2fc9a129: Pulling fs layer 15:44:22 ea15f1150254: Pulling fs layer 15:44:22 41b27a9f41bf: Pulling fs layer 15:44:22 28c525ee5125: Pulling fs layer 15:44:22 094b1ea09ed8: Pulling fs layer 15:44:22 138eaada9080: Pulling fs layer 15:44:22 0622d0fa9048: Pulling fs layer 15:44:22 444b2fc9a129: Waiting 15:44:22 28c525ee5125: Waiting 15:44:22 ea15f1150254: Waiting 15:44:22 094b1ea09ed8: Waiting 15:44:22 41b27a9f41bf: Waiting 15:44:22 0622d0fa9048: Waiting 15:44:22 2cc5ad85d9ab: Verifying Checksum 15:44:22 444b2fc9a129: Verifying Checksum 15:44:22 444b2fc9a129: Download complete 15:44:22 c9b1b535fdd9: Download complete 15:44:22 ea15f1150254: Verifying Checksum 15:44:22 ea15f1150254: Download complete 15:44:23 28c525ee5125: Verifying Checksum 15:44:23 28c525ee5125: Download complete 15:44:23 756a868c4378: Verifying Checksum 15:44:23 756a868c4378: Download complete 15:44:23 c9b1b535fdd9: Pull complete 15:44:23 138eaada9080: Verifying Checksum 15:44:23 138eaada9080: Download complete 15:44:23 0622d0fa9048: Download complete 15:44:23 094b1ea09ed8: Verifying Checksum 15:44:23 094b1ea09ed8: Download complete 15:44:23 2cc5ad85d9ab: Pull complete 15:44:24 41b27a9f41bf: Verifying Checksum 15:44:24 41b27a9f41bf: Download complete 15:44:25 756a868c4378: Pull complete 15:44:25 444b2fc9a129: Pull complete 15:44:25 ea15f1150254: Pull complete 15:44:29 41b27a9f41bf: Pull complete 15:44:29 28c525ee5125: Pull complete 15:44:33 094b1ea09ed8: Pull complete 15:44:33 138eaada9080: Pull complete 15:44:33 0622d0fa9048: Pull complete 15:44:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:44:33 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:44:33 $ 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 15:44:37 $ docker top 4460eedea62be9117a74acf1dc70582eeaafb3d8fcf957eb843299f277ca2b6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:44:37 provisioning config files... 15:44:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-254@tmp/config8474317189813163545tmp [Pipeline] { [Pipeline] echo 15:44:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:44:38 ---> create-netrc.sh [Pipeline] echo 15:44:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:44:38 ---> logs-deploy.sh 15:44:38 + ARCHIVE_ARTIFACTS= 15:44:38 + LOGS_SERVER=https://logs.edgexfoundry.org 15:44:38 + '[' https://logs.edgexfoundry.org == None ']' 15:44:38 + NEXUS_URL=https://nexus.edgexfoundry.org 15:44:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-254/1 15:44:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-254/1/ 15:44:38 + 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 15:44:40 Archives upload complete. 15:44:40 + 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/