Pull request #246 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of DaveZLB for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at c6e90bcad506a53a21afbb07ae058210c81821b7 rather than 427d27f4524a9d3812c9c0301ea0970f783a74e8 Obtained Jenkinsfile from c6e90bcad506a53a21afbb07ae058210c81821b7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3956 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [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-246 # 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/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 427d27f4524a9d3812c9c0301ea0970f783a74e8 Merge succeeded, producing 427d27f4524a9d3812c9c0301ea0970f783a74e8 Checking out Revision 427d27f4524a9d3812c9c0301ea0970f783a74e8 (PR-246) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # 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/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # 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 c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 Commit message: "Add mqtt device device to edgex doc" First time build. Skipping changelog. > git rev-list --no-walk 66c5065e8bb9cfe081a12077b383891c2c3f8845 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:08:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:08:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:08:28 ========================================================= 10:08:28 EdgeX Global Pipelines Version Info 10:08:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:08:30 ------------------- 10:08:30 stable info: 10:08:30 ------------------- 10:08:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:08:30 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:08:30 Message: update stable to v1.0.89 10:08:31 ------------------- 10:08:31 experimental info: 10:08:31 ------------------- 10:08:31 Commited By: **** collab-it+edgex@linuxfoundation.org 10:08:31 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 10:08:31 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:08:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:32 10:08:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:08:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:33 latest: Pulling from edgex-devops/git-semver 10:08:33 9123ac7c32f7: Pulling fs layer 10:08:33 b8cc5d1170e3: Pulling fs layer 10:08:33 2924cbbf6a41: Pulling fs layer 10:08:33 93b08a4f1073: Pulling fs layer 10:08:33 93b08a4f1073: Waiting 10:08:33 b8cc5d1170e3: Verifying Checksum 10:08:33 b8cc5d1170e3: Download complete 10:08:33 9123ac7c32f7: Verifying Checksum 10:08:33 9123ac7c32f7: Download complete 10:08:33 2924cbbf6a41: Verifying Checksum 10:08:33 2924cbbf6a41: Download complete 10:08:33 93b08a4f1073: Verifying Checksum 10:08:33 93b08a4f1073: Download complete 10:08:33 9123ac7c32f7: Pull complete 10:08:33 b8cc5d1170e3: Pull complete 10:08:34 2924cbbf6a41: Pull complete 10:08:34 93b08a4f1073: Pull complete 10:08:34 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 10:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:08:34 prd-centos7-docker-4c-2g-3956 does not seem to be running inside a container 10:08:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-246 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246:/w/workspace/edgexfoundry_edgex-ui-go_PR-246:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:08:36 $ docker top 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:08:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:37 [ssh-agent] Looking for ssh-agent implementation... 10:08:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:37 $ docker exec 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 ssh-agent 10:08:37 SSH_AUTH_SOCK=/tmp/ssh-3LLxf6oIDAlx/agent.11 10:08:37 SSH_AGENT_PID=16 10:08:37 Running ssh-add (command line suppressed) 10:08:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_6906830518228491042.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_6906830518228491042.key) 10:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:38 + git describe --exact-match --tags HEAD 10:08:38 fatal: No names found, cannot describe anything. [Pipeline] } 10:08:38 $ docker exec --env ******** --env ******** 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 ssh-agent -k 10:08:38 unset SSH_AUTH_SOCK; 10:08:38 unset SSH_AGENT_PID; 10:08:38 echo Agent pid 16 killed; 10:08:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:08:38 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:08:38 This usually means this commit has not been tagged. [Pipeline] sshagent 10:08:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:38 [ssh-agent] Looking for ssh-agent implementation... 10:08:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:38 $ docker exec 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 ssh-agent 10:08:38 SSH_AUTH_SOCK=/tmp/ssh-U9LkhNDKekC3/agent.44 10:08:38 SSH_AGENT_PID=49 10:08:38 Running ssh-add (command line suppressed) 10:08:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_255507206556684446.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/private_key_255507206556684446.key) 10:08:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:39 + git semver init 10:08:39 # -> Open(): unable to determine branch for HEAD 10:08:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-246/.git 10:08:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-246 10:08:39 # $SEMVER_REMOTE_NAME = origin 10:08:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:08:39 # $SEMVER_USER_NAME = edgex-jenkins 10:08:39 # $SEMVER_BRANCH = PR-246 10:08:39 # $SEMVER_TEMP = /tmp/semver-175728386 10:08:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:08:40 # '/tmp/semver-175728386' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-246/.semver' 10:08:40 # -> Force: false 10:08:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-246/.semver [Pipeline] } 10:08:40 $ docker exec --env ******** --env ******** 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 ssh-agent -k 10:08:40 unset SSH_AUTH_SOCK; 10:08:40 unset SSH_AGENT_PID; 10:08:40 echo Agent pid 49 killed; 10:08:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:08:40 + git semver [Pipeline] } 10:08:40 $ docker stop --time=1 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 10:08:42 $ docker rm -f 8492a3cf78cf61e75510bd14d846b94307b3d534abdd8e3f9858bf8b3ad9a7b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:08:43 Stashed 61 file(s) [Pipeline] echo 10:08:43 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:08:58 Still waiting to schedule task 10:08:58 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3956’ 10:08:58 Still waiting to schedule task 10:08:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:10:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3957 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [Pipeline] { [Pipeline] ws 10:10:45 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 10:10:50 using credential edgex-jenkins-ssh 10:10:50 Cloning the remote Git repository 10:10:50 Cloning with configured refspecs honoured and without tags 10:10:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:10:50 > git init /w/workspace/edgex-ui-go/3 # timeout=10 10:10:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:10:50 > git --version # timeout=10 10:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:10:52 Fetching without tags 10:10:52 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 427d27f4524a9d3812c9c0301ea0970f783a74e8 10:10:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:10:52 > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # timeout=10 10:10:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:10:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:10:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:10:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:10:52 > git config core.sparsecheckout # timeout=10 10:10:52 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 10:10:53 Merge succeeded, producing 427d27f4524a9d3812c9c0301ea0970f783a74e8 10:10:53 Checking out Revision 427d27f4524a9d3812c9c0301ea0970f783a74e8 (PR-246) 10:10:52 > git remote # timeout=10 10:10:52 > git config --get remote.origin.url # timeout=10 10:10:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:52 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 10:10:53 > git rev-parse HEAD^{commit} # timeout=10 10:10:53 > git config core.sparsecheckout # timeout=10 10:10:53 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 10:10:57 Commit message: "Add mqtt device device to edgex doc" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:10:59 ========================================================= 10:10:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:10:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:11:00 + 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 . 10:11:01 Sending build context to Docker daemon 19.07MB 10:11:01 Step 1/8 : ARG BASE=golang:1.11-alpine 10:11:01 Step 2/8 : FROM ${BASE} 10:11:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:11:01 cde5963f3b93: Pulling fs layer 10:11:01 2a23fa8c16f7: Pulling fs layer 10:11:01 777b28850792: Pulling fs layer 10:11:01 8a11ddd9e578: Pulling fs layer 10:11:01 4cf88f913ddb: Pulling fs layer 10:11:01 1df406cf5192: Pulling fs layer 10:11:01 cd6300453558: Pulling fs layer 10:11:01 b9c365052c96: Pulling fs layer 10:11:01 a2d8cc88f415: Pulling fs layer 10:11:01 ea1d1ca13537: Pulling fs layer 10:11:01 3750a50a1c5e: Pulling fs layer 10:11:01 8a11ddd9e578: Waiting 10:11:01 4cf88f913ddb: Waiting 10:11:01 1df406cf5192: Waiting 10:11:01 b9c365052c96: Waiting 10:11:01 a2d8cc88f415: Waiting 10:11:01 ea1d1ca13537: Waiting 10:11:01 3750a50a1c5e: Waiting 10:11:01 cd6300453558: Waiting 10:11:02 777b28850792: Verifying Checksum 10:11:02 777b28850792: Download complete 10:11:02 2a23fa8c16f7: Verifying Checksum 10:11:02 2a23fa8c16f7: Download complete 10:11:02 4cf88f913ddb: Verifying Checksum 10:11:02 4cf88f913ddb: Download complete 10:11:02 1df406cf5192: Verifying Checksum 10:11:02 1df406cf5192: Download complete 10:11:02 cde5963f3b93: Download complete 10:11:03 cde5963f3b93: Pull complete 10:11:03 2a23fa8c16f7: Pull complete 10:11:04 777b28850792: Pull complete 10:11:04 cd6300453558: Verifying Checksum 10:11:04 cd6300453558: Download complete 10:11:04 a2d8cc88f415: Verifying Checksum 10:11:04 a2d8cc88f415: Download complete 10:11:06 ea1d1ca13537: Verifying Checksum 10:11:06 ea1d1ca13537: Download complete 10:11:06 3750a50a1c5e: Verifying Checksum 10:11:06 3750a50a1c5e: Download complete 10:11:07 b9c365052c96: Verifying Checksum 10:11:07 b9c365052c96: Download complete 10:11:07 8a11ddd9e578: Download complete 10:11:10 Running on prd-centos7-docker-4c-2g-3958 in /w/workspace/edgexfoundry_edgex-ui-go_PR-246 [Pipeline] { [Pipeline] ws 10:11:10 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 10:11:13 using credential edgex-jenkins-ssh 10:11:13 Cloning the remote Git repository 10:11:13 Cloning with configured refspecs honoured and without tags 10:11:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:11:13 > git init /w/workspace/edgex-ui-go/3 # timeout=10 10:11:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:11:13 > git --version # timeout=10 10:11:13 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:11:14 Fetching without tags 10:11:14 Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit 427d27f4524a9d3812c9c0301ea0970f783a74e8 10:11:14 Merge succeeded, producing 427d27f4524a9d3812c9c0301ea0970f783a74e8 10:11:14 Checking out Revision 427d27f4524a9d3812c9c0301ea0970f783a74e8 (PR-246) 10:11:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:11:14 > git config --add remote.origin.fetch +refs/pull/246/head:refs/remotes/origin/PR-246 # timeout=10 10:11:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:11:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:11:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:11:14 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/246/head:refs/remotes/origin/PR-246 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:11:14 > git config core.sparsecheckout # timeout=10 10:11:14 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 10:11:14 > git remote # timeout=10 10:11:14 > git config --get remote.origin.url # timeout=10 10:11:14 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:14 > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 10:11:14 > git rev-parse HEAD^{commit} # timeout=10 10:11:14 > git config core.sparsecheckout # timeout=10 10:11:14 > git checkout -f 427d27f4524a9d3812c9c0301ea0970f783a74e8 # timeout=10 10:11:18 Commit message: "Add mqtt device device to edgex doc" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:11:19 ========================================================= 10:11:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:11:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:11:19 + 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 . 10:11:20 8a11ddd9e578: Pull complete 10:11:20 4cf88f913ddb: Pull complete 10:11:20 1df406cf5192: Pull complete 10:11:20 Sending build context to Docker daemon 19.07MB 10:11:20 Step 1/8 : ARG BASE=golang:1.11-alpine 10:11:20 Step 2/8 : FROM ${BASE} 10:11:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:11:20 e6b0cf9c0882: Pulling fs layer 10:11:20 2848faf0eed1: Pulling fs layer 10:11:20 0f37312ad70f: Pulling fs layer 10:11:20 5788d62ee057: Pulling fs layer 10:11:20 0e6b1d234666: Pulling fs layer 10:11:20 bf5d7aec512f: Pulling fs layer 10:11:20 34c802a77dc8: Pulling fs layer 10:11:20 9eb99e56ec68: Pulling fs layer 10:11:20 27c7a5d97fbd: Pulling fs layer 10:11:20 5c102a31e300: Pulling fs layer 10:11:20 dcfb455df0a1: Pulling fs layer 10:11:20 34c802a77dc8: Waiting 10:11:20 9eb99e56ec68: Waiting 10:11:20 27c7a5d97fbd: Waiting 10:11:20 5c102a31e300: Waiting 10:11:20 5788d62ee057: Waiting 10:11:20 0e6b1d234666: Waiting 10:11:20 bf5d7aec512f: Waiting 10:11:20 dcfb455df0a1: Waiting 10:11:20 0f37312ad70f: Download complete 10:11:20 2848faf0eed1: Verifying Checksum 10:11:20 2848faf0eed1: Download complete 10:11:20 0e6b1d234666: Verifying Checksum 10:11:20 0e6b1d234666: Download complete 10:11:20 bf5d7aec512f: Verifying Checksum 10:11:20 bf5d7aec512f: Download complete 10:11:20 e6b0cf9c0882: Verifying Checksum 10:11:20 e6b0cf9c0882: Download complete 10:11:21 e6b0cf9c0882: Pull complete 10:11:21 34c802a77dc8: Verifying Checksum 10:11:21 34c802a77dc8: Download complete 10:11:21 27c7a5d97fbd: Verifying Checksum 10:11:21 27c7a5d97fbd: Download complete 10:11:21 5c102a31e300: Verifying Checksum 10:11:21 5c102a31e300: Download complete 10:11:22 dcfb455df0a1: Verifying Checksum 10:11:22 dcfb455df0a1: Download complete 10:11:22 9eb99e56ec68: Verifying Checksum 10:11:22 9eb99e56ec68: Download complete 10:11:22 5788d62ee057: Verifying Checksum 10:11:22 5788d62ee057: Download complete 10:11:23 2848faf0eed1: Pull complete 10:11:23 0f37312ad70f: Pull complete 10:11:24 cd6300453558: Pull complete 10:11:28 b9c365052c96: Pull complete 10:11:28 a2d8cc88f415: Pull complete 10:11:30 5788d62ee057: Pull complete 10:11:30 0e6b1d234666: Pull complete 10:11:30 bf5d7aec512f: Pull complete 10:11:30 ea1d1ca13537: Pull complete 10:11:31 3750a50a1c5e: Pull complete 10:11:31 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 10:11:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:11:31 ---> 78745c68409d 10:11:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:34 34c802a77dc8: Pull complete 10:11:35 ---> Running in 0fdde5d66f1b 10:11:36 Removing intermediate container 0fdde5d66f1b 10:11:36 ---> 91c5de065dc7 10:11:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:36 ---> Running in 16d1ec9cfa7a 10:11:37 9eb99e56ec68: Pull complete 10:11:37 27c7a5d97fbd: Pull complete 10:11:37 5c102a31e300: Pull complete 10:11:38 dcfb455df0a1: Pull complete 10:11:38 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 10:11:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:11:38 ---> 7c70fe431013 10:11:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:39 Removing intermediate container 16d1ec9cfa7a 10:11:39 ---> 4c3a0d167885 10:11:39 Step 5/8 : RUN apk add --no-cache make git 10:11:39 ---> Running in 37d068746857 10:11:40 ---> Running in 1138d2e2a62b 10:11:40 Removing intermediate container 1138d2e2a62b 10:11:40 ---> bd793bef92ef 10:11:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:40 ---> Running in edff6c38ab70 10:11:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:11:41 Removing intermediate container edff6c38ab70 10:11:41 ---> ee128b6ad753 10:11:41 Step 5/8 : RUN apk add --no-cache make git 10:11:41 ---> Running in ebd7f1691d72 10:11:41 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:11:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:11:42 OK: 125 MiB in 39 packages 10:11:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:11:43 OK: 143 MiB in 39 packages 10:11:43 Removing intermediate container 37d068746857 10:11:43 ---> 0359682adbd4 10:11:43 Step 6/8 : WORKDIR /edgex-ui-go 10:11:43 ---> Running in 69ead3fa0b59 10:11:43 Removing intermediate container ebd7f1691d72 10:11:43 ---> ce24526cafa6 10:11:43 Step 6/8 : WORKDIR /edgex-ui-go 10:11:43 ---> Running in 59f260cb3cd9 10:11:44 Removing intermediate container 59f260cb3cd9 10:11:44 ---> 402f78e56e09 10:11:44 Step 7/8 : COPY . . 10:11:44 Removing intermediate container 69ead3fa0b59 10:11:44 ---> 297e8c220058 10:11:44 Step 7/8 : COPY . . 10:11:46 ---> 559fd6659894 10:11:46 Step 8/8 : RUN go mod download 10:11:46 ---> Running in eedbdf6b147a 10:11:46 ---> 7ab775c54686 10:11:46 Step 8/8 : RUN go mod download 10:11:46 ---> Running in 15e1612910e8 10:11:49 go: finding github.com/BurntSushi/toml v0.3.1 10:11:49 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:11:49 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:11:49 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:11:49 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:11:49 go: finding github.com/armon/go-metrics v0.3.3 10:11:49 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:11:49 go: finding github.com/beorn7/perks v1.0.1 10:11:49 go: finding github.com/bgentry/speakeasy v0.1.0 10:11:49 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:11:49 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:11:50 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:11:50 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:11:50 go: finding github.com/davecgh/go-spew v1.1.1 10:11:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:11:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:11:50 go: finding github.com/fatih/color v1.9.0 10:11:50 go: finding github.com/go-kit/kit v0.9.0 10:11:50 go: finding github.com/BurntSushi/toml v0.3.1 10:11:50 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:11:50 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:11:50 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:11:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:11:50 go: finding github.com/armon/go-metrics v0.3.3 10:11:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:11:50 go: finding github.com/beorn7/perks v1.0.1 10:11:50 go: finding github.com/bgentry/speakeasy v0.1.0 10:11:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:11:50 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:11:50 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:11:50 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:11:50 go: finding github.com/davecgh/go-spew v1.1.1 10:11:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:11:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:11:50 go: finding github.com/fatih/color v1.9.0 10:11:50 go: finding github.com/go-kit/kit v0.9.0 10:11:50 go: finding github.com/go-logfmt/logfmt v0.4.0 10:11:50 go: finding github.com/go-stack/stack v1.8.0 10:11:50 go: finding github.com/gogo/protobuf v1.1.1 10:11:50 go: finding github.com/go-logfmt/logfmt v0.4.0 10:11:50 go: finding github.com/go-stack/stack v1.8.0 10:11:50 go: finding github.com/gogo/protobuf v1.1.1 10:11:50 go: finding github.com/golang/protobuf v1.3.2 10:11:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:11:50 go: finding github.com/google/go-cmp v0.4.0 10:11:50 go: finding github.com/google/gofuzz v1.0.0 10:11:50 go: finding github.com/gorilla/mux v1.7.1 10:11:50 go: finding github.com/gorilla/websocket v1.4.0 10:11:50 go: finding github.com/hashicorp/consul/api v1.4.0 10:11:50 go: finding github.com/golang/protobuf v1.3.2 10:11:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:11:50 go: finding github.com/google/go-cmp v0.4.0 10:11:50 go: finding github.com/google/gofuzz v1.0.0 10:11:50 go: finding github.com/gorilla/mux v1.7.1 10:11:50 go: finding github.com/gorilla/websocket v1.4.0 10:11:50 go: finding github.com/hashicorp/consul/api v1.4.0 10:11:50 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:11:50 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:11:50 go: finding github.com/hashicorp/errwrap v1.0.0 10:11:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:11:50 go: finding github.com/hashicorp/go-hclog v0.12.2 10:11:50 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:11:50 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:11:50 go: finding github.com/hashicorp/errwrap v1.0.0 10:11:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:11:50 go: finding github.com/hashicorp/go-hclog v0.12.2 10:11:50 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:11:50 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:11:50 go: finding github.com/hashicorp/go-multierror v1.0.0 10:11:50 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:11:50 go: finding github.com/hashicorp/go-multierror v1.0.0 10:11:50 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:11:50 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:11:50 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:11:50 go: finding github.com/hashicorp/go-syslog v1.0.0 10:11:50 go: finding github.com/hashicorp/go-uuid v1.0.1 10:11:50 go: finding github.com/hashicorp/go.net v0.0.1 10:11:51 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:11:51 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:11:51 go: finding github.com/hashicorp/go-syslog v1.0.0 10:11:51 go: finding github.com/hashicorp/go-uuid v1.0.1 10:11:51 go: finding github.com/hashicorp/go.net v0.0.1 10:11:51 go: finding github.com/hashicorp/golang-lru v0.5.4 10:11:51 go: finding github.com/hashicorp/logutils v1.0.0 10:11:51 go: finding github.com/hashicorp/golang-lru v0.5.4 10:11:51 go: finding github.com/hashicorp/logutils v1.0.0 10:11:51 go: finding github.com/hashicorp/mdns v1.0.1 10:11:51 go: finding github.com/hashicorp/memberlist v0.2.0 10:11:51 go: finding github.com/hashicorp/serf v0.9.0 10:11:51 go: finding github.com/json-iterator/go v1.1.9 10:11:51 go: finding github.com/julienschmidt/httprouter v1.2.0 10:11:51 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:11:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:11:51 go: finding github.com/kr/pretty v0.2.0 10:11:51 go: finding github.com/hashicorp/mdns v1.0.1 10:11:51 go: finding github.com/hashicorp/memberlist v0.2.0 10:11:51 go: finding github.com/hashicorp/serf v0.9.0 10:11:51 go: finding github.com/json-iterator/go v1.1.9 10:11:51 go: finding github.com/julienschmidt/httprouter v1.2.0 10:11:51 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:11:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:11:51 go: finding github.com/kr/pretty v0.2.0 10:11:51 go: finding github.com/kr/pty v1.1.1 10:11:51 go: finding github.com/kr/text v0.1.0 10:11:51 go: finding github.com/mattn/go-colorable v0.1.6 10:11:51 go: finding github.com/kr/pty v1.1.1 10:11:51 go: finding github.com/kr/text v0.1.0 10:11:51 go: finding github.com/mattn/go-colorable v0.1.6 10:11:51 go: finding github.com/mattn/go-isatty v0.0.12 10:11:51 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:11:51 go: finding github.com/miekg/dns v1.1.26 10:11:51 go: finding github.com/mitchellh/cli v1.0.0 10:11:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:11:51 go: finding github.com/mattn/go-isatty v0.0.12 10:11:51 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:11:51 go: finding github.com/miekg/dns v1.1.26 10:11:51 go: finding github.com/mitchellh/cli v1.0.0 10:11:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:11:51 go: finding github.com/mitchellh/copystructure v1.0.0 10:11:51 go: finding github.com/mitchellh/go-homedir v1.1.0 10:11:51 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:11:51 go: finding github.com/mitchellh/copystructure v1.0.0 10:11:51 go: finding github.com/mitchellh/go-homedir v1.1.0 10:11:51 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:11:51 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:11:51 go: finding github.com/mitchellh/gox v0.4.0 10:11:51 go: finding github.com/mitchellh/iochan v1.0.0 10:11:51 go: finding github.com/mitchellh/mapstructure v1.2.2 10:11:51 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:11:51 go: finding github.com/mitchellh/gox v0.4.0 10:11:51 go: finding github.com/mitchellh/iochan v1.0.0 10:11:51 go: finding github.com/mitchellh/mapstructure v1.2.2 10:11:51 go: finding github.com/mitchellh/reflectwalk v1.0.1 10:11:51 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:11:51 go: finding github.com/modern-go/reflect2 v1.0.1 10:11:52 go: finding github.com/mitchellh/reflectwalk v1.0.1 10:11:52 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:11:52 go: finding github.com/modern-go/reflect2 v1.0.1 10:11:52 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:11:52 go: finding github.com/pascaldekloe/goe v0.1.0 10:11:52 go: finding github.com/pelletier/go-toml v1.7.0 10:11:52 go: finding github.com/pkg/errors v0.8.1 10:11:52 go: finding github.com/pmezard/go-difflib v1.0.0 10:11:52 go: finding github.com/posener/complete v1.1.1 10:11:52 go: finding github.com/prometheus/client_golang v1.4.0 10:11:52 go: finding github.com/prometheus/client_model v0.2.0 10:11:52 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:11:52 go: finding github.com/pascaldekloe/goe v0.1.0 10:11:52 go: finding github.com/pelletier/go-toml v1.7.0 10:11:52 go: finding github.com/pkg/errors v0.8.1 10:11:52 go: finding github.com/pmezard/go-difflib v1.0.0 10:11:52 go: finding github.com/posener/complete v1.1.1 10:11:52 go: finding github.com/prometheus/client_golang v1.4.0 10:11:52 go: finding github.com/prometheus/client_model v0.2.0 10:11:52 go: finding github.com/prometheus/common v0.9.1 10:11:52 go: finding github.com/prometheus/procfs v0.0.8 10:11:52 go: finding github.com/prometheus/common v0.9.1 10:11:52 go: finding github.com/prometheus/procfs v0.0.8 10:11:52 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:11:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:11:52 go: finding github.com/sirupsen/logrus v1.4.2 10:11:52 go: finding github.com/stretchr/objx v0.1.1 10:11:52 go: finding github.com/stretchr/testify v1.4.0 10:11:52 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:11:52 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:11:52 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:11:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:11:52 go: finding github.com/sirupsen/logrus v1.4.2 10:11:52 go: finding github.com/stretchr/objx v0.1.1 10:11:52 go: finding github.com/stretchr/testify v1.4.0 10:11:52 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:11:52 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:11:52 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:11:52 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:11:52 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:11:52 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:11:52 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:11:52 go: finding golang.org/x/text v0.3.2 10:11:52 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 10:11:52 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:11:52 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:11:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:11:52 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:11:52 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:11:52 go: finding golang.org/x/text v0.3.2 10:11:52 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 10:11:52 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:11:52 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:11:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:11:52 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:11:52 go: finding gopkg.in/yaml.v2 v2.2.8 10:11:52 go: finding gopkg.in/yaml.v2 v2.2.8 10:12:07 Removing intermediate container eedbdf6b147a 10:12:07 ---> 6ac4e0f57b7d 10:12:07 Successfully built 6ac4e0f57b7d 10:12:07 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 10:12:08 + docker inspect -f . ci-base-image-x86_64 10:12:08 . [Pipeline] withDockerContainer 10:12:08 prd-centos7-docker-4c-2g-3958 does not seem to be running inside a container 10:12:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-x86_64 cat 10:12:08 $ docker top 21322be795e3cbcd1040ea26a69cba300706037a455603f2467bd6a5bf119c7a -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:09 + go version 10:12:09 go version go1.13.5 linux/amd64 [Pipeline] sh 10:12:09 + make test 10:12:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:12:10 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:12:11 Removing intermediate container 15e1612910e8 10:12:11 ---> e6f706cd0e7c 10:12:11 Successfully built e6f706cd0e7c 10:12:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:11 + docker inspect -f . ci-base-image-arm64 10:12:11 . [Pipeline] withDockerContainer 10:12:11 prd-ubuntu18.04-docker-arm64-4c-16g-3957 does not seem to be running inside a container 10:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-arm64 cat 10:12:13 $ docker top 71b1403812ec67b438c23e8a32806eb4f61d18f9e17d215bfb3c8cc386860783 -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:15 + go version 10:12:15 go version go1.13.5 linux/arm64 [Pipeline] sh 10:12:16 + make test 10:12:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:12:17 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:12:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:12:18 GO111MODULE=on go vet ./... [Pipeline] stash 10:12:21 Stashed 1 file(s) [Pipeline] } 10:12:21 $ docker stop --time=1 21322be795e3cbcd1040ea26a69cba300706037a455603f2467bd6a5bf119c7a 10:12:23 $ docker rm -f 21322be795e3cbcd1040ea26a69cba300706037a455603f2467bd6a5bf119c7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:12:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:12:25 + ls -al . 10:12:25 total 84 10:12:25 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 22 10:12 . 10:12:25 drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 10:11 .. 10:12:25 drwxrwxr-x. 3 jenkins jenkins 20 Jun 22 10:11 assets 10:12:25 drwxrwxr-x. 2 jenkins jenkins 35 Jun 22 10:11 bin 10:12:25 drwxrwxr-x. 3 jenkins jenkins 29 Jun 22 10:11 cmd 10:12:25 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 22 10:11 CONTRIBUTING.md 10:12:25 -rw-r--r--. 1 jenkins jenkins 10 Jun 22 10:12 coverage.out 10:12:25 -rw-rw-r--. 1 jenkins jenkins 913 Jun 22 10:11 Dockerfile 10:12:25 -rw-rw-r--. 1 jenkins jenkins 898 Jun 22 10:11 Dockerfile.build 10:12:25 drwxrwxr-x. 5 jenkins jenkins 104 Jun 22 10:11 docs 10:12:25 drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 10:11 .git 10:12:25 drwxrwxr-x. 2 jenkins jenkins 38 Jun 22 10:11 .github 10:12:25 -rw-rw-r--. 1 jenkins jenkins 136 Jun 22 10:11 .gitignore 10:12:25 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 22 10:11 go.mod 10:12:25 -rw-r--r--. 1 jenkins jenkins 20718 Jun 22 10:12 go.sum 10:12:25 drwxrwxr-x. 10 jenkins jenkins 139 Jun 22 10:11 internal 10:12:25 -rw-rw-r--. 1 jenkins jenkins 675 Jun 22 10:11 Jenkinsfile 10:12:25 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 22 10:11 LICENSE 10:12:25 -rw-rw-r--. 1 jenkins jenkins 951 Jun 22 10:11 Makefile 10:12:25 -rw-rw-r--. 1 jenkins jenkins 2686 Jun 22 10:11 README.md 10:12:25 drwxrwxr-x. 3 jenkins jenkins 58 Jun 22 10:11 .semver 10:12:25 -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 10:08 VERSION 10:12:25 -rw-rw-r--. 1 jenkins jenkins 155 Jun 22 10:11 version.go [Pipeline] isUnix [Pipeline] sh 10:12:25 + 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=427d27f4524a9d3812c9c0301ea0970f783a74e8 --label arch=amd64 --label version=0.0.0 . 10:12:26 Sending build context to Docker daemon 19.09MB 10:12:26 Step 1/24 : ARG BASE=golang:1.13-alpine 10:12:26 Step 2/24 : FROM ${BASE} AS builder 10:12:26 ---> 6ac4e0f57b7d 10:12:26 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:12:26 ---> Running in 374e095e3059 10:12:26 Removing intermediate container 374e095e3059 10:12:26 ---> 9c6ea5ddd66c 10:12:26 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:12:26 ---> Running in 07927c9a4fc3 10:12:26 Removing intermediate container 07927c9a4fc3 10:12:26 ---> 9324d4654f77 10:12:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:12:26 ---> Running in 12f1a12caab7 10:12:26 Removing intermediate container 12f1a12caab7 10:12:26 ---> 5d5a3715f78b 10:12:26 Step 6/24 : LABEL Name=edgex-ui-go 10:12:26 ---> Running in f7ce0cf41f3d 10:12:27 Removing intermediate container f7ce0cf41f3d 10:12:27 ---> fbc2fa5e6a81 10:12:27 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:12:27 ---> Running in 9c63a9a56be7 10:12:27 Removing intermediate container 9c63a9a56be7 10:12:27 ---> 3f099e9732da 10:12:27 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:27 ---> Running in da641bc33972 10:12:28 Removing intermediate container da641bc33972 10:12:28 ---> baf3f5117bd9 10:12:28 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:12:28 ---> Running in f34e91276379 10:12:28 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:12:29 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:12:30 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:12:30 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 10:12:30 OK: 11290 distinct packages available 10:12:30 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:12:31 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:12:31 OK: 143 MiB in 39 packages 10:12:31 Removing intermediate container f34e91276379 10:12:31 ---> 70924a077832 10:12:31 Step 10/24 : ENV GO111MODULE=on 10:12:31 ---> Running in 052c699a2fc7 10:12:31 Removing intermediate container 052c699a2fc7 10:12:31 ---> fdbe4490861e 10:12:31 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:12:32 ---> Running in dcbf99d7ac3e 10:12:32 Removing intermediate container dcbf99d7ac3e 10:12:32 ---> 375f2c535edb 10:12:32 Step 12/24 : COPY go.mod . 10:12:32 ---> 6c0f7489ec7a 10:12:32 Step 13/24 : COPY Makefile . 10:12:32 ---> 2f45eecea6c0 10:12:32 Step 14/24 : RUN make update 10:12:32 ---> Running in f5aaeb546856 10:12:33 CGO_ENABLED=0 GO111MODULE=on go mod download 10:12:33 Removing intermediate container f5aaeb546856 10:12:33 ---> 466a59115c44 10:12:33 Step 15/24 : COPY . . 10:12:34 ---> 86a637f54022 10:12:34 Step 16/24 : RUN ${MAKE} 10:12:34 ---> Running in 4f95ba5995c5 10:12:36 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 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:12:39 GO111MODULE=on go vet ./... [Pipeline] stash 10:12:43 Warning: overwriting stash ‘coverage-report’ 10:12:44 Stashed 1 file(s) [Pipeline] } 10:12:44 $ docker stop --time=1 71b1403812ec67b438c23e8a32806eb4f61d18f9e17d215bfb3c8cc386860783 10:12:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:12:46 $ docker rm -f 71b1403812ec67b438c23e8a32806eb4f61d18f9e17d215bfb3c8cc386860783 10:12:46 Removing intermediate container 4f95ba5995c5 10:12:46 ---> 9d2d07ad1dd4 10:12:46 Step 17/24 : FROM alpine 10:12:46 latest: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:12:46 df20fa9351a1: Pulling fs layer 10:12:46 df20fa9351a1: Verifying Checksum 10:12:46 df20fa9351a1: Download complete 10:12:47 + sudo chown -R jenkins:jenkins . 10:12:47 df20fa9351a1: Pull complete 10:12:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:12:47 Status: Downloaded newer image for alpine:latest 10:12:47 ---> a24bb4013296 10:12:47 Step 18/24 : EXPOSE 4000 [Pipeline] sh 10:12:47 ---> Running in ce42e65ede6f 10:12:47 Removing intermediate container ce42e65ede6f 10:12:47 ---> 204c90bd9c58 10:12:47 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 10:12:47 + ls -al . 10:12:47 total 120 10:12:47 drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 10:12 . 10:12:47 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 10:10 .. 10:12:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 10:10 .git 10:12:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:10 .github 10:12:47 -rw-rw-r-- 1 jenkins jenkins 136 Jun 22 10:10 .gitignore 10:12:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:10 .semver 10:12:47 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 10:10 CONTRIBUTING.md 10:12:47 -rw-rw-r-- 1 jenkins jenkins 913 Jun 22 10:10 Dockerfile 10:12:47 -rw-rw-r-- 1 jenkins jenkins 898 Jun 22 10:10 Dockerfile.build 10:12:47 -rw-rw-r-- 1 jenkins jenkins 675 Jun 22 10:10 Jenkinsfile 10:12:47 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 10:10 LICENSE 10:12:47 -rw-rw-r-- 1 jenkins jenkins 951 Jun 22 10:10 Makefile 10:12:47 -rw-rw-r-- 1 jenkins jenkins 2686 Jun 22 10:10 README.md 10:12:47 -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 10:08 VERSION 10:12:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:10 assets 10:12:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 10:10 bin 10:12:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 10:10 cmd 10:12:47 -rw-r--r-- 1 jenkins jenkins 10 Jun 22 10:12 coverage.out 10:12:47 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 10:10 docs 10:12:47 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 22 10:10 go.mod 10:12:47 -rw-r--r-- 1 jenkins jenkins 20718 Jun 22 10:12 go.sum 10:12:47 drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 10:10 internal 10:12:47 -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 10:10 version.go [Pipeline] isUnix [Pipeline] sh 10:12:47 + 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=427d27f4524a9d3812c9c0301ea0970f783a74e8 --label arch=arm64 --label version=0.0.0 . 10:12:48 Sending build context to Docker daemon 19.09MB 10:12:48 Step 1/24 : ARG BASE=golang:1.13-alpine 10:12:48 Step 2/24 : FROM ${BASE} AS builder 10:12:48 ---> e6f706cd0e7c 10:12:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:12:48 ---> e33f6f4e444b 10:12:48 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:12:48 ---> Running in db4626eacd2c 10:12:48 Removing intermediate container db4626eacd2c 10:12:48 ---> 2c3865c757a7 10:12:48 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:12:48 ---> Running in dc8dde4a8bf9 10:12:49 ---> Running in 73123f594905 10:12:49 Removing intermediate container dc8dde4a8bf9 10:12:49 ---> 460ac43942ff 10:12:49 Step 22/24 : LABEL arch=amd64 10:12:49 ---> Running in 7d8231b02d0c 10:12:49 Removing intermediate container 73123f594905 10:12:49 ---> c5caf057d5f8 10:12:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:12:49 Removing intermediate container 7d8231b02d0c 10:12:49 ---> ba08525693c3 10:12:49 Step 23/24 : LABEL git_sha=427d27f4524a9d3812c9c0301ea0970f783a74e8 10:12:49 ---> Running in 23ab65557167 10:12:49 Removing intermediate container 23ab65557167 10:12:49 ---> a67bf29de24a 10:12:49 Step 24/24 : LABEL version=0.0.0 10:12:49 ---> Running in bf4a826404fe 10:12:49 ---> Running in 7e826c53281c 10:12:49 Removing intermediate container 7e826c53281c 10:12:49 ---> a6e28ad46f2b 10:12:49 [Warning] One or more build-args [ARCH] were not consumed 10:12:49 Successfully built a6e28ad46f2b 10:12:49 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 10:12:49 Removing intermediate container bf4a826404fe 10:12:49 ---> 52976432f41e 10:12:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:12:49 ---> Running in 6c16f143df33 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:12:50 Removing intermediate container 6c16f143df33 10:12:50 ---> c12557a74dcf 10:12:50 Step 6/24 : LABEL Name=edgex-ui-go 10:12:50 ---> Running in 120eec276edd 10:12:51 Removing intermediate container 120eec276edd 10:12:51 ---> fa3e1047606c 10:12:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:12:51 ---> Running in e25a09f0a44a 10:12:51 Removing intermediate container e25a09f0a44a 10:12:51 ---> 8d363ba65890 10:12:51 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:51 ---> Running in dda581b0bb04 10:12:54 Removing intermediate container dda581b0bb04 10:12:54 ---> b8403c35309a 10:12:54 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:12:54 ---> Running in 6685003a5c36 10:12:55 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:12:56 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:12:57 v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:12:57 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 10:12:57 OK: 11179 distinct packages available 10:12:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:12:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:12:59 OK: 125 MiB in 39 packages 10:12:59 Removing intermediate container 6685003a5c36 10:12:59 ---> 2308c9969f1b 10:12:59 Step 10/24 : ENV GO111MODULE=on 10:12:59 ---> Running in 8e125a745274 10:13:00 Removing intermediate container 8e125a745274 10:13:00 ---> 5f9e6aee6947 10:13:00 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:13:00 ---> Running in 8f01ded07ce8 10:13:01 Removing intermediate container 8f01ded07ce8 10:13:01 ---> cb82b18700b3 10:13:01 Step 12/24 : COPY go.mod . 10:13:01 ---> 47e63ed463e6 10:13:01 Step 13/24 : COPY Makefile . 10:13:02 ---> dd5787f8a244 10:13:02 Step 14/24 : RUN make update 10:13:02 ---> Running in 9c3df0c5fb8f 10:13:04 CGO_ENABLED=0 GO111MODULE=on go mod download 10:13:05 Removing intermediate container 9c3df0c5fb8f 10:13:05 ---> 4b269ffae568 10:13:05 Step 15/24 : COPY . . 10:13:07 ---> 992dc1ba3ab7 10:13:07 Step 16/24 : RUN ${MAKE} 10:13:07 ---> Running in 6a2c26860dd7 10:13:08 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 10:13:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:13:37 Removing intermediate container 6a2c26860dd7 10:13:37 ---> 9f54a5d5c441 10:13:37 Step 17/24 : FROM alpine 10:13:37 latest: Pulling from library/alpine 10:13:37 b538f80385f9: Pulling fs layer 10:13:37 b538f80385f9: Download complete 10:13:38 b538f80385f9: Pull complete 10:13:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:13:38 Status: Downloaded newer image for alpine:latest 10:13:38 ---> 62ee0e9f8440 10:13:38 Step 18/24 : EXPOSE 4000 10:13:38 ---> Running in 7e15ea9b73c5 10:13:38 Removing intermediate container 7e15ea9b73c5 10:13:38 ---> 04c8f15dad4e 10:13:38 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 10:13:40 ---> 971cdf7291d8 10:13:40 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:13:41 ---> Running in 564ec8e02d76 10:13:41 Removing intermediate container 564ec8e02d76 10:13:41 ---> 6d210bafd67b 10:13:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:13:41 ---> Running in 2b79c359d543 10:13:41 Removing intermediate container 2b79c359d543 10:13:41 ---> a2abc8910d5f 10:13:41 Step 22/24 : LABEL arch=arm64 10:13:42 ---> Running in d3e5840c3056 10:13:42 Removing intermediate container d3e5840c3056 10:13:42 ---> 53b72a16eb0d 10:13:42 Step 23/24 : LABEL git_sha=427d27f4524a9d3812c9c0301ea0970f783a74e8 10:13:42 ---> Running in 82fc706e427e 10:13:42 Removing intermediate container 82fc706e427e 10:13:42 ---> b6aa8a8aa295 10:13:42 Step 24/24 : LABEL version=0.0.0 10:13:42 ---> Running in 48c12e359b7c 10:13:43 Removing intermediate container 48c12e359b7c 10:13:43 ---> 2dbf154217ec 10:13:43 [Warning] One or more build-args [ARCH] were not consumed 10:13:43 Successfully built 2dbf154217ec 10:13:43 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:13:44 provisioning config files... 10:13:44 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/config4798192574142086082tmp [Pipeline] { [Pipeline] sh 10:13:44 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/config4798192574142086082tmp 10:13:44 + curl -s https://codecov.io/bash 10:13:44 10:13:44 _____ _ 10:13:44 / ____| | | 10:13:44 | | ___ __| | ___ ___ _____ __ 10:13:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:13:44 | |___| (_) | (_| | __/ (_| (_) \ V / 10:13:44 \_____\___/ \__,_|\___|\___\___/ \_/ 10:13:44 Bash-20200602-f809a24 10:13:44 10:13:44 10:13:44 ==> Jenkins CI detected. 10:13:44 project root: . 10:13:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:13:44 ==> Running gcov in . (disable via -X gcov) 10:13:44 ==> Python coveragepy not found 10:13:44 ==> Searching for coverage reports in: 10:13:44 + . 10:13:44 -> Found 1 reports 10:13:44 ==> Detecting git/mercurial file structure 10:13:44 ==> Reading reports 10:13:44 + ./coverage.out bytes=10 10:13:44 ==> Appending adjustments 10:13:44 https://docs.codecov.io/docs/fixing-reports 10:13:44 + Found adjustments 10:13:44 ==> Gzipping contents 10:13:44 ==> Uploading reports 10:13:44 url: https://codecov.io 10:13:44 query: branch=PR-246&commit=427d27f4524a9d3812c9c0301ea0970f783a74e8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-246%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=246&job= 10:13:44 -> Pinging Codecov 10:13:44 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-246&commit=427d27f4524a9d3812c9c0301ea0970f783a74e8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-246%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=246&job= 10:13:45 -> Uploading 10:13:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/427d27f4524a9d3812c9c0301ea0970f783a74e8 [Pipeline] } 10:13:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:13:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:13:47 ---> package-listing.sh 10:13:47 ++ facter osfamily 10:13:47 ++ tr '[:upper:]' '[:lower:]' 10:13:47 + OS_FAMILY=redhat 10:13:47 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-246 10:13:47 + START_PACKAGES=/tmp/packages_start.txt 10:13:47 + END_PACKAGES=/tmp/packages_end.txt 10:13:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:13:47 + PACKAGES=/tmp/packages_start.txt 10:13:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-246 ']' 10:13:47 + PACKAGES=/tmp/packages_end.txt 10:13:47 + case "${OS_FAMILY}" in 10:13:47 + rpm -qa 10:13:47 + sort 10:13:51 + '[' -f /tmp/packages_start.txt ']' 10:13:51 + '[' -f /tmp/packages_end.txt ']' 10:13:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:13:51 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-246 ']' 10:13:51 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-246/archives/ 10:13:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-246/archives/ [Pipeline] isUnix [Pipeline] sh 10:13:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:13:52 10:13:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:13:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:13:52 alpine: Pulling from edgex-lftools-log-publisher 10:13:52 c9b1b535fdd9: Pulling fs layer 10:13:52 2cc5ad85d9ab: Pulling fs layer 10:13:52 756a868c4378: Pulling fs layer 10:13:52 444b2fc9a129: Pulling fs layer 10:13:52 ea15f1150254: Pulling fs layer 10:13:52 41b27a9f41bf: Pulling fs layer 10:13:52 28c525ee5125: Pulling fs layer 10:13:52 094b1ea09ed8: Pulling fs layer 10:13:52 138eaada9080: Pulling fs layer 10:13:52 0622d0fa9048: Pulling fs layer 10:13:52 28c525ee5125: Waiting 10:13:52 094b1ea09ed8: Waiting 10:13:52 444b2fc9a129: Waiting 10:13:52 0622d0fa9048: Waiting 10:13:52 138eaada9080: Waiting 10:13:52 ea15f1150254: Waiting 10:13:52 41b27a9f41bf: Waiting 10:13:52 2cc5ad85d9ab: Verifying Checksum 10:13:52 2cc5ad85d9ab: Download complete 10:13:52 444b2fc9a129: Verifying Checksum 10:13:52 444b2fc9a129: Download complete 10:13:52 c9b1b535fdd9: Verifying Checksum 10:13:52 c9b1b535fdd9: Download complete 10:13:52 ea15f1150254: Download complete 10:13:52 28c525ee5125: Verifying Checksum 10:13:52 28c525ee5125: Download complete 10:13:52 756a868c4378: Verifying Checksum 10:13:52 756a868c4378: Download complete 10:13:53 138eaada9080: Verifying Checksum 10:13:53 138eaada9080: Download complete 10:13:53 0622d0fa9048: Verifying Checksum 10:13:53 0622d0fa9048: Download complete 10:13:53 094b1ea09ed8: Verifying Checksum 10:13:53 094b1ea09ed8: Download complete 10:13:53 41b27a9f41bf: Verifying Checksum 10:13:53 41b27a9f41bf: Download complete 10:13:54 c9b1b535fdd9: Pull complete 10:13:54 2cc5ad85d9ab: Pull complete 10:13:55 756a868c4378: Pull complete 10:13:55 444b2fc9a129: Pull complete 10:13:56 ea15f1150254: Pull complete 10:13:59 41b27a9f41bf: Pull complete 10:13:59 28c525ee5125: Pull complete 10:14:01 094b1ea09ed8: Pull complete 10:14:01 138eaada9080: Pull complete 10:14:02 0622d0fa9048: Pull complete 10:14:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:14:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:14:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:14:02 prd-centos7-docker-4c-2g-3956 does not seem to be running inside a container 10:14:02 $ 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-246 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246:/w/workspace/edgexfoundry_edgex-ui-go_PR-246:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:14:05 $ docker top 2b3f6ae71164a44aefe66f5c10c3c96bec569270ae43d47cc928244ede556214 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:14:05 provisioning config files... 10:14:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-246@tmp/config1077712946506981232tmp [Pipeline] { [Pipeline] echo 10:14:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:14:05 ---> create-netrc.sh [Pipeline] echo 10:14:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:14:06 ---> logs-deploy.sh 10:14:06 + ARCHIVE_ARTIFACTS= 10:14:06 + LOGS_SERVER=https://logs.edgexfoundry.org 10:14:06 + '[' https://logs.edgexfoundry.org == None ']' 10:14:06 + NEXUS_URL=https://nexus.edgexfoundry.org 10:14:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/3 10:14:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-246/3/ 10:14:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/3 /w/workspace/edgexfoundry_edgex-ui-go_PR-246 10:14:07 Archives upload complete. 10:14:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-246/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-246/3/