Pull request #247 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 e543c8f2d099eb69d8efe3a4508085f26e614269 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 ‘prd-centos7-docker-4c-2g-4039’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3317’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3513’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3841’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4040 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [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-247 # 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/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # 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/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) > 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 e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 Commit message: "Add mqtt device device to edgex doc Issue #245" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T01:01:36.690Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T01:01:36.801Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-23T01:01:36.840Z] ========================================================= [2020-06-23T01:01:36.840Z] EdgeX Global Pipelines Version Info [2020-06-23T01:01:36.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7dcb4afd0ec456bbbde3221b286e66d74fe8fb72 # timeout=10 [2020-06-23T01:01:38.667Z] ------------------- [2020-06-23T01:01:38.667Z] stable info: [2020-06-23T01:01:38.667Z] ------------------- [2020-06-23T01:01:38.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T01:01:38.667Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T01:01:38.667Z] Message: update stable to v1.0.89 [2020-06-23T01:01:39.610Z] ------------------- [2020-06-23T01:01:39.610Z] experimental info: [2020-06-23T01:01:39.610Z] ------------------- [2020-06-23T01:01:39.610Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T01:01:39.610Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T01:01:39.610Z] 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 [2020-06-23T01:01:40.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T01:01:41.028Z] [2020-06-23T01:01:41.028Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:01:41.371Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T01:01:41.371Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T01:01:41.371Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T01:01:41.371Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T01:01:41.371Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T01:01:41.371Z] 93b08a4f1073: Pulling fs layer [2020-06-23T01:01:41.371Z] 93b08a4f1073: Waiting [2020-06-23T01:01:41.371Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T01:01:41.371Z] b8cc5d1170e3: Download complete [2020-06-23T01:01:41.371Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T01:01:41.371Z] 9123ac7c32f7: Download complete [2020-06-23T01:01:41.645Z] 93b08a4f1073: Verifying Checksum [2020-06-23T01:01:41.645Z] 93b08a4f1073: Download complete [2020-06-23T01:01:41.645Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T01:01:41.645Z] 2924cbbf6a41: Download complete [2020-06-23T01:01:41.909Z] 9123ac7c32f7: Pull complete [2020-06-23T01:01:41.909Z] b8cc5d1170e3: Pull complete [2020-06-23T01:01:42.870Z] 2924cbbf6a41: Pull complete [2020-06-23T01:01:43.131Z] 93b08a4f1073: Pull complete [2020-06-23T01:01:43.131Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T01:01:43.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T01:01:43.131Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T01:01:43.237Z] prd-centos7-docker-4c-2g-4040 does not seem to be running inside a container [2020-06-23T01:01:43.282Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-247 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247:/w/workspace/edgexfoundry_edgex-ui-go_PR-247:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T01:01:45.813Z] $ docker top 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T01:01:46.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T01:01:46.010Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T01:01:46.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T01:01:46.258Z] $ docker exec 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent [2020-06-23T01:01:46.432Z] SSH_AUTH_SOCK=/tmp/ssh-wrCA7CfA6U3L/agent.12 [2020-06-23T01:01:46.432Z] SSH_AGENT_PID=17 [2020-06-23T01:01:46.442Z] Running ssh-add (command line suppressed) [2020-06-23T01:01:46.576Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_2681001532372576553.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_2681001532372576553.key) [2020-06-23T01:01:46.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T01:01:46.946Z] + git describe --exact-match --tags HEAD [2020-06-23T01:01:46.946Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T01:01:47.005Z] $ docker exec --env ******** --env ******** 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent -k [2020-06-23T01:01:47.138Z] unset SSH_AUTH_SOCK; [2020-06-23T01:01:47.138Z] unset SSH_AGENT_PID; [2020-06-23T01:01:47.138Z] echo Agent pid 17 killed; [2020-06-23T01:01:47.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T01:01:47.217Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T01:01:47.217Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T01:01:47.261Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T01:01:47.261Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T01:01:47.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T01:01:47.472Z] $ docker exec 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent [2020-06-23T01:01:47.677Z] SSH_AUTH_SOCK=/tmp/ssh-EudMDOHH9nat/agent.46 [2020-06-23T01:01:47.677Z] SSH_AGENT_PID=51 [2020-06-23T01:01:47.684Z] Running ssh-add (command line suppressed) [2020-06-23T01:01:47.812Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_1414980269789395638.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/private_key_1414980269789395638.key) [2020-06-23T01:01:47.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T01:01:48.179Z] + git semver init [2020-06-23T01:01:48.179Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T01:01:48.179Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-247/.git [2020-06-23T01:01:48.179Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [2020-06-23T01:01:48.179Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T01:01:48.179Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T01:01:48.179Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T01:01:48.179Z] # $SEMVER_BRANCH = PR-247 [2020-06-23T01:01:48.179Z] # $SEMVER_TEMP = /tmp/semver-308790567 [2020-06-23T01:01:48.179Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-06-23T01:01:49.119Z] # '/tmp/semver-308790567' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-247/.semver' [2020-06-23T01:01:49.119Z] # -> Force: false [2020-06-23T01:01:49.119Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-247/.semver [Pipeline] } [2020-06-23T01:01:49.133Z] $ docker exec --env ******** --env ******** 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef ssh-agent -k [2020-06-23T01:01:49.249Z] unset SSH_AUTH_SOCK; [2020-06-23T01:01:49.249Z] unset SSH_AGENT_PID; [2020-06-23T01:01:49.249Z] echo Agent pid 51 killed; [2020-06-23T01:01:49.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T01:01:49.651Z] + git semver [Pipeline] } [2020-06-23T01:01:49.669Z] $ docker stop --time=1 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef [2020-06-23T01:01:51.067Z] $ docker rm -f 362370895d73670e2622148a00f2a6b67f9031c243bb7d83be2f0a26590a5aef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T01:01:52.144Z] Stashed 61 file(s) [Pipeline] echo [2020-06-23T01:01:52.146Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-23T01:02:07.302Z] Still waiting to schedule task [2020-06-23T01:02:07.302Z] ‘prd-centos7-docker-4c-2g-4036’ is offline; ‘prd-centos7-docker-4c-2g-4039’ is offline; ‘prd-centos7-docker-4c-2g-4043’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3317’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3513’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3841’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4038’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4042’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-06-23T01:02:07.304Z] Still waiting to schedule task [2020-06-23T01:02:07.304Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T01:02:22.971Z] Running on prd-centos7-docker-4c-2g-4044 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [Pipeline] { [Pipeline] ws [2020-06-23T01:02:22.996Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-06-23T01:02:25.360Z] using credential edgex-jenkins-ssh [2020-06-23T01:02:25.386Z] Cloning the remote Git repository [2020-06-23T01:02:25.386Z] Cloning with configured refspecs honoured and without tags [2020-06-23T01:02:25.412Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:02:26.373Z] Fetching without tags [2020-06-23T01:02:25.473Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-06-23T01:02:25.533Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:02:25.533Z] > git --version # timeout=10 [2020-06-23T01:02:25.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:02:25.576Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:02:26.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T01:02:26.356Z] > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # timeout=10 [2020-06-23T01:02:26.362Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:02:26.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T01:02:26.381Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:02:26.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:02:26.385Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:02:26.750Z] Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:02:27.117Z] Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:02:27.117Z] Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) [2020-06-23T01:02:26.763Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T01:02:26.769Z] > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 [2020-06-23T01:02:27.022Z] > git remote # timeout=10 [2020-06-23T01:02:27.027Z] > git config --get remote.origin.url # timeout=10 [2020-06-23T01:02:27.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:02:27.104Z] > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 [2020-06-23T01:02:27.114Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-23T01:02:27.123Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T01:02:27.130Z] > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 [2020-06-23T01:02:30.917Z] Commit message: "Add mqtt device device to edgex doc Issue #245" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T01:02:31.673Z] ========================================================= [2020-06-23T01:02:31.673Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-23T01:02:31.673Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:02:32.383Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-23T01:02:32.645Z] Sending build context to Docker daemon 19.07MB [2020-06-23T01:02:32.645Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-23T01:02:32.645Z] Step 2/8 : FROM ${BASE} [2020-06-23T01:02:32.917Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-23T01:02:32.917Z] e6b0cf9c0882: Pulling fs layer [2020-06-23T01:02:32.917Z] 2848faf0eed1: Pulling fs layer [2020-06-23T01:02:32.917Z] 0f37312ad70f: Pulling fs layer [2020-06-23T01:02:32.917Z] 5788d62ee057: Pulling fs layer [2020-06-23T01:02:32.917Z] 0e6b1d234666: Pulling fs layer [2020-06-23T01:02:32.917Z] bf5d7aec512f: Pulling fs layer [2020-06-23T01:02:32.917Z] 34c802a77dc8: Pulling fs layer [2020-06-23T01:02:32.917Z] 9eb99e56ec68: Pulling fs layer [2020-06-23T01:02:32.917Z] 27c7a5d97fbd: Pulling fs layer [2020-06-23T01:02:32.917Z] 5c102a31e300: Pulling fs layer [2020-06-23T01:02:32.917Z] dcfb455df0a1: Pulling fs layer [2020-06-23T01:02:32.917Z] 34c802a77dc8: Waiting [2020-06-23T01:02:32.917Z] 9eb99e56ec68: Waiting [2020-06-23T01:02:32.917Z] 27c7a5d97fbd: Waiting [2020-06-23T01:02:32.917Z] 5788d62ee057: Waiting [2020-06-23T01:02:32.917Z] 5c102a31e300: Waiting [2020-06-23T01:02:32.917Z] 0e6b1d234666: Waiting [2020-06-23T01:02:32.917Z] dcfb455df0a1: Waiting [2020-06-23T01:02:32.917Z] bf5d7aec512f: Waiting [2020-06-23T01:02:32.917Z] 0f37312ad70f: Download complete [2020-06-23T01:02:32.917Z] 2848faf0eed1: Download complete [2020-06-23T01:02:32.917Z] 0e6b1d234666: Verifying Checksum [2020-06-23T01:02:32.917Z] 0e6b1d234666: Download complete [2020-06-23T01:02:32.917Z] bf5d7aec512f: Verifying Checksum [2020-06-23T01:02:32.917Z] bf5d7aec512f: Download complete [2020-06-23T01:02:32.917Z] e6b0cf9c0882: Verifying Checksum [2020-06-23T01:02:32.917Z] e6b0cf9c0882: Download complete [2020-06-23T01:02:33.538Z] 34c802a77dc8: Verifying Checksum [2020-06-23T01:02:33.538Z] 34c802a77dc8: Download complete [2020-06-23T01:02:33.538Z] 27c7a5d97fbd: Verifying Checksum [2020-06-23T01:02:33.538Z] 27c7a5d97fbd: Download complete [2020-06-23T01:02:34.123Z] 5c102a31e300: Verifying Checksum [2020-06-23T01:02:34.123Z] 5c102a31e300: Download complete [2020-06-23T01:02:34.123Z] dcfb455df0a1: Verifying Checksum [2020-06-23T01:02:34.123Z] dcfb455df0a1: Download complete [2020-06-23T01:02:34.123Z] 9eb99e56ec68: Verifying Checksum [2020-06-23T01:02:34.123Z] 9eb99e56ec68: Download complete [2020-06-23T01:02:34.123Z] 5788d62ee057: Verifying Checksum [2020-06-23T01:02:34.123Z] 5788d62ee057: Download complete [2020-06-23T01:02:36.037Z] e6b0cf9c0882: Pull complete [2020-06-23T01:02:36.037Z] 2848faf0eed1: Pull complete [2020-06-23T01:02:36.297Z] 0f37312ad70f: Pull complete [2020-06-23T01:02:41.598Z] 5788d62ee057: Pull complete [2020-06-23T01:02:41.598Z] 0e6b1d234666: Pull complete [2020-06-23T01:02:41.598Z] bf5d7aec512f: Pull complete [2020-06-23T01:02:45.814Z] 34c802a77dc8: Pull complete [2020-06-23T01:02:49.118Z] 9eb99e56ec68: Pull complete [2020-06-23T01:02:49.118Z] 27c7a5d97fbd: Pull complete [2020-06-23T01:02:49.383Z] 5c102a31e300: Pull complete [2020-06-23T01:02:49.644Z] dcfb455df0a1: Pull complete [2020-06-23T01:02:49.644Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-23T01:02:49.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-23T01:02:49.644Z] ---> 7c70fe431013 [2020-06-23T01:02:49.644Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-23T01:02:51.570Z] ---> Running in 83cfdadae2eb [2020-06-23T01:02:51.570Z] Removing intermediate container 83cfdadae2eb [2020-06-23T01:02:51.570Z] ---> 8b8219e760f7 [2020-06-23T01:02:51.570Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T01:02:51.570Z] ---> Running in f155d7a8776e [2020-06-23T01:02:52.988Z] Removing intermediate container f155d7a8776e [2020-06-23T01:02:52.988Z] ---> 59c7a9679e7d [2020-06-23T01:02:52.988Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-23T01:02:52.988Z] ---> Running in ecab79ed0f94 [2020-06-23T01:02:53.249Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T01:02:54.193Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T01:02:54.455Z] OK: 143 MiB in 39 packages [2020-06-23T01:02:54.716Z] Removing intermediate container ecab79ed0f94 [2020-06-23T01:02:54.716Z] ---> 23bcd267403b [2020-06-23T01:02:54.716Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-23T01:02:54.977Z] ---> Running in 1e085a0ac302 [2020-06-23T01:02:54.977Z] Removing intermediate container 1e085a0ac302 [2020-06-23T01:02:54.977Z] ---> b6e667f362af [2020-06-23T01:02:54.977Z] Step 7/8 : COPY . . [2020-06-23T01:02:56.365Z] ---> 940282a67cb0 [2020-06-23T01:02:56.365Z] Step 8/8 : RUN go mod download [2020-06-23T01:02:56.626Z] ---> Running in 4113632b27f0 [2020-06-23T01:03:00.835Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T01:03:00.835Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-23T01:03:00.835Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-23T01:03:00.835Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-23T01:03:00.835Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T01:03:00.835Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-23T01:03:00.835Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T01:03:00.835Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-23T01:03:00.835Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T01:03:00.835Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T01:03:00.835Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-23T01:03:00.835Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-23T01:03:00.835Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-23T01:03:00.835Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T01:03:00.835Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-23T01:03:00.835Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-23T01:03:00.835Z] go: finding github.com/fatih/color v1.9.0 [2020-06-23T01:03:00.835Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-23T01:03:00.835Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T01:03:00.835Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T01:03:00.835Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-23T01:03:00.835Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-23T01:03:01.096Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T01:03:01.096Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-23T01:03:01.096Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-23T01:03:01.096Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T01:03:01.096Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-23T01:03:01.096Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-23T01:03:01.096Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-23T01:03:01.096Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-23T01:03:01.357Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T01:03:01.620Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-23T01:03:01.881Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-23T01:03:01.881Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-23T01:03:01.881Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-23T01:03:01.881Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-23T01:03:01.881Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-23T01:03:01.881Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T01:03:01.881Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-23T01:03:02.144Z] go: finding github.com/kr/pty v1.1.1 [2020-06-23T01:03:02.144Z] go: finding github.com/kr/text v0.1.0 [2020-06-23T01:03:02.144Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-23T01:03:02.144Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-23T01:03:02.144Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-23T01:03:02.144Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T01:03:02.404Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T01:03:02.665Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-23T01:03:02.665Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-23T01:03:02.665Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-23T01:03:02.665Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-23T01:03:02.665Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-23T01:03:02.665Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-23T01:03:02.665Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-23T01:03:02.926Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T01:03:02.926Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T01:03:02.926Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T01:03:02.926Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-23T01:03:02.926Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-23T01:03:02.926Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-23T01:03:02.926Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-23T01:03:02.926Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-23T01:03:03.187Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T01:03:03.187Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-23T01:03:03.187Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-23T01:03:03.187Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-23T01:03:03.187Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-23T01:03:03.187Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-23T01:03:03.187Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-23T01:03:03.447Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-23T01:03:03.447Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-23T01:03:03.447Z] go: finding golang.org/x/text v0.3.2 [2020-06-23T01:03:03.447Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-23T01:03:03.447Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-23T01:03:03.447Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-23T01:03:03.447Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-23T01:03:03.447Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-23T01:03:03.708Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T01:03:18.654Z] Removing intermediate container 4113632b27f0 [2020-06-23T01:03:18.654Z] ---> 1ad9ac193954 [2020-06-23T01:03:18.654Z] Successfully built 1ad9ac193954 [2020-06-23T01:03:18.654Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:03:19.117Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-23T01:03:19.118Z] . [Pipeline] withDockerContainer [2020-06-23T01:03:19.220Z] prd-centos7-docker-4c-2g-4044 does not seem to be running inside a container [2020-06-23T01:03:19.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 [2020-06-23T01:03:19.933Z] $ docker top 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T01:03:20.352Z] + go version [2020-06-23T01:03:20.352Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-23T01:03:20.652Z] + make test [2020-06-23T01:03:20.652Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T01:03:21.597Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-23T01:03:29.813Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-23T01:03:29.813Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-23T01:03:30.784Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T01:03:30.794Z] $ docker stop --time=1 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 [2020-06-23T01:03:32.853Z] $ docker rm -f 0a0145ac94df32254472542bcf63c634c6c86ac650cc6ab26071d6a9bac8b922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T01:03:34.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T01:03:35.080Z] + ls -al . [2020-06-23T01:03:35.080Z] total 84 [2020-06-23T01:03:35.080Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 01:03 . [2020-06-23T01:03:35.080Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 01:02 .. [2020-06-23T01:03:35.080Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 23 01:02 assets [2020-06-23T01:03:35.080Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 23 01:02 bin [2020-06-23T01:03:35.080Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 23 01:02 cmd [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 23 01:02 CONTRIBUTING.md [2020-06-23T01:03:35.080Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 23 01:03 coverage.out [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 913 Jun 23 01:02 Dockerfile [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 898 Jun 23 01:02 Dockerfile.build [2020-06-23T01:03:35.080Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 23 01:02 docs [2020-06-23T01:03:35.080Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 01:02 .git [2020-06-23T01:03:35.080Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 01:02 .github [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 136 Jun 23 01:02 .gitignore [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jun 23 01:02 go.mod [2020-06-23T01:03:35.080Z] -rw-r--r--. 1 jenkins jenkins 20718 Jun 23 01:03 go.sum [2020-06-23T01:03:35.080Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 23 01:02 internal [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 675 Jun 23 01:02 Jenkinsfile [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 23 01:02 LICENSE [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 01:02 Makefile [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 2773 Jun 23 01:02 README.md [2020-06-23T01:03:35.080Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 23 01:02 .semver [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 01:01 VERSION [2020-06-23T01:03:35.080Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 23 01:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:03:35.383Z] + 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=e543c8f2d099eb69d8efe3a4508085f26e614269 --label arch=amd64 --label version=0.0.0 . [2020-06-23T01:03:35.644Z] Sending build context to Docker daemon 19.09MB [2020-06-23T01:03:35.644Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T01:03:35.644Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T01:03:35.644Z] ---> 1ad9ac193954 [2020-06-23T01:03:35.644Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-23T01:03:35.905Z] ---> Running in e39e07756a46 [2020-06-23T01:03:36.166Z] Removing intermediate container e39e07756a46 [2020-06-23T01:03:36.166Z] ---> 8fde8ed00d67 [2020-06-23T01:03:36.166Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T01:03:36.166Z] ---> Running in 5525d472cd07 [2020-06-23T01:03:36.166Z] Removing intermediate container 5525d472cd07 [2020-06-23T01:03:36.166Z] ---> 60f421f4030c [2020-06-23T01:03:36.166Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T01:03:36.428Z] ---> Running in c13587f8fe60 [2020-06-23T01:03:36.428Z] Removing intermediate container c13587f8fe60 [2020-06-23T01:03:36.428Z] ---> 90b202b314cd [2020-06-23T01:03:36.428Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-23T01:03:36.428Z] ---> Running in 23e443478bac [2020-06-23T01:03:36.689Z] Removing intermediate container 23e443478bac [2020-06-23T01:03:36.689Z] ---> c592896d7ecf [2020-06-23T01:03:36.689Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-23T01:03:36.689Z] ---> Running in 04c462dc5acd [2020-06-23T01:03:36.952Z] Removing intermediate container 04c462dc5acd [2020-06-23T01:03:36.952Z] ---> 7c22a1458526 [2020-06-23T01:03:36.952Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T01:03:36.952Z] ---> Running in 6a922e6f9bff [2020-06-23T01:03:37.892Z] Removing intermediate container 6a922e6f9bff [2020-06-23T01:03:37.892Z] ---> e6677c49bccd [2020-06-23T01:03:37.892Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T01:03:37.892Z] ---> Running in 432927b42767 [2020-06-23T01:03:38.151Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T01:03:39.091Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T01:03:40.031Z] v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-23T01:03:40.031Z] v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-23T01:03:40.031Z] OK: 11290 distinct packages available [2020-06-23T01:03:40.031Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-23T01:03:40.602Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-23T01:03:41.541Z] OK: 143 MiB in 39 packages [2020-06-23T01:03:41.802Z] Removing intermediate container 432927b42767 [2020-06-23T01:03:41.802Z] ---> 937991fa492b [2020-06-23T01:03:41.802Z] Step 10/24 : ENV GO111MODULE=on [2020-06-23T01:03:41.802Z] ---> Running in ddbc0a9f8a2f [2020-06-23T01:03:42.062Z] Removing intermediate container ddbc0a9f8a2f [2020-06-23T01:03:42.062Z] ---> da36a32f6e42 [2020-06-23T01:03:42.062Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-23T01:03:42.062Z] ---> Running in 474f26cf08a6 [2020-06-23T01:03:42.062Z] Removing intermediate container 474f26cf08a6 [2020-06-23T01:03:42.062Z] ---> b2622efeedaf [2020-06-23T01:03:42.062Z] Step 12/24 : COPY go.mod . [2020-06-23T01:03:42.324Z] ---> f61ba3d2d363 [2020-06-23T01:03:42.325Z] Step 13/24 : COPY Makefile . [2020-06-23T01:03:42.584Z] ---> 1bd10f59e176 [2020-06-23T01:03:42.584Z] Step 14/24 : RUN make update [2020-06-23T01:03:42.584Z] ---> Running in f930edc9b70d [2020-06-23T01:03:43.532Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T01:03:44.107Z] Removing intermediate container f930edc9b70d [2020-06-23T01:03:44.107Z] ---> bf485b1d1d35 [2020-06-23T01:03:44.107Z] Step 15/24 : COPY . . [2020-06-23T01:03:45.046Z] ---> e2dc1ace5076 [2020-06-23T01:03:45.046Z] Step 16/24 : RUN ${MAKE} [2020-06-23T01:03:45.046Z] ---> Running in fa65fe6288cf [2020-06-23T01:03:45.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-23T01:03:53.845Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-23T01:03:57.140Z] Removing intermediate container fa65fe6288cf [2020-06-23T01:03:57.140Z] ---> 854abbdbec43 [2020-06-23T01:03:57.140Z] Step 17/24 : FROM alpine [2020-06-23T01:03:57.140Z] latest: Pulling from library/alpine [2020-06-23T01:03:57.140Z] df20fa9351a1: Pulling fs layer [2020-06-23T01:03:57.140Z] df20fa9351a1: Verifying Checksum [2020-06-23T01:03:57.140Z] df20fa9351a1: Download complete [2020-06-23T01:03:57.140Z] df20fa9351a1: Pull complete [2020-06-23T01:03:57.398Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T01:03:57.398Z] Status: Downloaded newer image for alpine:latest [2020-06-23T01:03:57.398Z] ---> a24bb4013296 [2020-06-23T01:03:57.398Z] Step 18/24 : EXPOSE 4000 [2020-06-23T01:03:57.398Z] ---> Running in 8c83b24b8fcd [2020-06-23T01:03:57.661Z] Removing intermediate container 8c83b24b8fcd [2020-06-23T01:03:57.661Z] ---> ed4386707ba8 [2020-06-23T01:03:57.661Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T01:03:58.598Z] ---> cbd02217f0b0 [2020-06-23T01:03:58.598Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T01:03:58.598Z] ---> Running in 26776b063da3 [2020-06-23T01:03:58.857Z] Removing intermediate container 26776b063da3 [2020-06-23T01:03:58.857Z] ---> 2b4d5205c35e [2020-06-23T01:03:58.857Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-23T01:03:58.857Z] ---> Running in 61ba485ff910 [2020-06-23T01:03:59.120Z] Removing intermediate container 61ba485ff910 [2020-06-23T01:03:59.120Z] ---> 1bea21f0838c [2020-06-23T01:03:59.120Z] Step 22/24 : LABEL arch=amd64 [2020-06-23T01:03:59.120Z] ---> Running in 13115db0f328 [2020-06-23T01:03:59.120Z] Removing intermediate container 13115db0f328 [2020-06-23T01:03:59.120Z] ---> b4130a834f97 [2020-06-23T01:03:59.120Z] Step 23/24 : LABEL git_sha=e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:03:59.380Z] ---> Running in 3df060b21598 [2020-06-23T01:03:59.380Z] Removing intermediate container 3df060b21598 [2020-06-23T01:03:59.380Z] ---> fcb2272fb501 [2020-06-23T01:03:59.380Z] Step 24/24 : LABEL version=0.0.0 [2020-06-23T01:03:59.380Z] ---> Running in b5860a94ac66 [2020-06-23T01:03:59.647Z] Removing intermediate container b5860a94ac66 [2020-06-23T01:03:59.647Z] ---> f9bb2486326c [2020-06-23T01:03:59.647Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T01:03:59.647Z] Successfully built f9bb2486326c [2020-06-23T01:03:59.647Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-23T01:04:03.774Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4045 in /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [Pipeline] { [Pipeline] ws [2020-06-23T01:04:03.802Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-06-23T01:04:08.472Z] using credential edgex-jenkins-ssh [2020-06-23T01:04:08.503Z] Cloning the remote Git repository [2020-06-23T01:04:08.503Z] Cloning with configured refspecs honoured and without tags [2020-06-23T01:04:08.546Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:04:08.653Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-06-23T01:04:08.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:04:08.728Z] > git --version # timeout=10 [2020-06-23T01:04:08.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:04:08.843Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:04:10.203Z] Fetching without tags [2020-06-23T01:04:10.660Z] Merging remotes/origin/master commit c6e90bcad506a53a21afbb07ae058210c81821b7 into PR head commit e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:04:11.022Z] Merge succeeded, producing e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:04:11.023Z] Checking out Revision e543c8f2d099eb69d8efe3a4508085f26e614269 (PR-247) [2020-06-23T01:04:10.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T01:04:10.122Z] > git config --add remote.origin.fetch +refs/pull/247/head:refs/remotes/origin/PR-247 # timeout=10 [2020-06-23T01:04:10.137Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:04:10.165Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-06-23T01:04:10.192Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-06-23T01:04:10.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:04:10.205Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T01:04:10.665Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T01:04:10.686Z] > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 [2020-06-23T01:04:10.926Z] > git remote # timeout=10 [2020-06-23T01:04:10.942Z] > git config --get remote.origin.url # timeout=10 [2020-06-23T01:04:10.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T01:04:10.964Z] > git merge c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 [2020-06-23T01:04:10.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-23T01:04:11.007Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T01:04:11.015Z] > git checkout -f e543c8f2d099eb69d8efe3a4508085f26e614269 # timeout=10 [2020-06-23T01:04:15.857Z] Commit message: "Add mqtt device device to edgex doc Issue #245" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T01:04:17.254Z] ========================================================= [2020-06-23T01:04:17.254Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-23T01:04:17.254Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:04:18.378Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-23T01:04:19.363Z] Sending build context to Docker daemon 19.07MB [2020-06-23T01:04:19.363Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-06-23T01:04:19.363Z] Step 2/8 : FROM ${BASE} [2020-06-23T01:04:19.638Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-23T01:04:19.638Z] cde5963f3b93: Pulling fs layer [2020-06-23T01:04:19.638Z] 2a23fa8c16f7: Pulling fs layer [2020-06-23T01:04:19.638Z] 777b28850792: Pulling fs layer [2020-06-23T01:04:19.638Z] 8a11ddd9e578: Pulling fs layer [2020-06-23T01:04:19.638Z] 4cf88f913ddb: Pulling fs layer [2020-06-23T01:04:19.638Z] 1df406cf5192: Pulling fs layer [2020-06-23T01:04:19.638Z] cd6300453558: Pulling fs layer [2020-06-23T01:04:19.638Z] b9c365052c96: Pulling fs layer [2020-06-23T01:04:19.638Z] a2d8cc88f415: Pulling fs layer [2020-06-23T01:04:19.638Z] ea1d1ca13537: Pulling fs layer [2020-06-23T01:04:19.638Z] 3750a50a1c5e: Pulling fs layer [2020-06-23T01:04:19.638Z] 8a11ddd9e578: Waiting [2020-06-23T01:04:19.638Z] 4cf88f913ddb: Waiting [2020-06-23T01:04:19.638Z] 1df406cf5192: Waiting [2020-06-23T01:04:19.638Z] cd6300453558: Waiting [2020-06-23T01:04:19.638Z] b9c365052c96: Waiting [2020-06-23T01:04:19.638Z] a2d8cc88f415: Waiting [2020-06-23T01:04:19.638Z] ea1d1ca13537: Waiting [2020-06-23T01:04:19.638Z] 3750a50a1c5e: Waiting [2020-06-23T01:04:19.638Z] 777b28850792: Verifying Checksum [2020-06-23T01:04:19.638Z] 777b28850792: Download complete [2020-06-23T01:04:19.915Z] 2a23fa8c16f7: Verifying Checksum [2020-06-23T01:04:19.915Z] 2a23fa8c16f7: Download complete [2020-06-23T01:04:19.915Z] 4cf88f913ddb: Verifying Checksum [2020-06-23T01:04:19.915Z] 4cf88f913ddb: Download complete [2020-06-23T01:04:19.915Z] 1df406cf5192: Verifying Checksum [2020-06-23T01:04:19.915Z] 1df406cf5192: Download complete [2020-06-23T01:04:19.915Z] cde5963f3b93: Verifying Checksum [2020-06-23T01:04:19.915Z] cde5963f3b93: Download complete [2020-06-23T01:04:20.519Z] cde5963f3b93: Pull complete [2020-06-23T01:04:21.120Z] 2a23fa8c16f7: Pull complete [2020-06-23T01:04:21.722Z] 777b28850792: Pull complete [2020-06-23T01:04:21.722Z] cd6300453558: Verifying Checksum [2020-06-23T01:04:21.722Z] cd6300453558: Download complete [2020-06-23T01:04:21.722Z] a2d8cc88f415: Verifying Checksum [2020-06-23T01:04:21.722Z] a2d8cc88f415: Download complete [2020-06-23T01:04:23.170Z] ea1d1ca13537: Verifying Checksum [2020-06-23T01:04:23.170Z] ea1d1ca13537: Download complete [2020-06-23T01:04:23.170Z] 3750a50a1c5e: Verifying Checksum [2020-06-23T01:04:23.170Z] 3750a50a1c5e: Download complete [2020-06-23T01:04:24.157Z] b9c365052c96: Verifying Checksum [2020-06-23T01:04:24.157Z] b9c365052c96: Download complete [2020-06-23T01:04:25.139Z] 8a11ddd9e578: Verifying Checksum [2020-06-23T01:04:25.139Z] 8a11ddd9e578: Download complete [2020-06-23T01:04:37.544Z] 8a11ddd9e578: Pull complete [2020-06-23T01:04:37.544Z] 4cf88f913ddb: Pull complete [2020-06-23T01:04:37.544Z] 1df406cf5192: Pull complete [2020-06-23T01:04:41.868Z] cd6300453558: Pull complete [2020-06-23T01:04:47.314Z] b9c365052c96: Pull complete [2020-06-23T01:04:47.314Z] a2d8cc88f415: Pull complete [2020-06-23T01:04:48.760Z] ea1d1ca13537: Pull complete [2020-06-23T01:04:49.374Z] 3750a50a1c5e: Pull complete [2020-06-23T01:04:49.374Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-23T01:04:49.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-23T01:04:49.374Z] ---> 78745c68409d [2020-06-23T01:04:49.374Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-23T01:04:53.672Z] ---> Running in f5938bbca190 [2020-06-23T01:04:53.944Z] Removing intermediate container f5938bbca190 [2020-06-23T01:04:53.944Z] ---> d8b7f927162a [2020-06-23T01:04:53.944Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T01:04:54.215Z] ---> Running in 748cfe5709a0 [2020-06-23T01:04:56.821Z] Removing intermediate container 748cfe5709a0 [2020-06-23T01:04:56.821Z] ---> 2a733f68b2f7 [2020-06-23T01:04:56.821Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-23T01:04:56.821Z] ---> Running in 574feae6c642 [2020-06-23T01:04:58.253Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T01:04:59.222Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T01:05:00.195Z] OK: 125 MiB in 39 packages [2020-06-23T01:05:01.168Z] Removing intermediate container 574feae6c642 [2020-06-23T01:05:01.168Z] ---> 27c1b0169150 [2020-06-23T01:05:01.168Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-06-23T01:05:01.441Z] ---> Running in a0f4d8648732 [2020-06-23T01:05:02.034Z] Removing intermediate container a0f4d8648732 [2020-06-23T01:05:02.034Z] ---> 3a0b4074c801 [2020-06-23T01:05:02.034Z] Step 7/8 : COPY . . [2020-06-23T01:05:04.010Z] ---> 4f684cbc5d9a [2020-06-23T01:05:04.010Z] Step 8/8 : RUN go mod download [2020-06-23T01:05:04.010Z] ---> Running in 24ce053b80e5 [2020-06-23T01:05:07.382Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-23T01:05:07.382Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-06-23T01:05:07.382Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-06-23T01:05:07.382Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-06-23T01:05:07.382Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-23T01:05:07.382Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-06-23T01:05:07.382Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-23T01:05:07.382Z] go: finding github.com/beorn7/perks v1.0.1 [2020-06-23T01:05:07.382Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-23T01:05:07.382Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-23T01:05:07.382Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-06-23T01:05:07.382Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-06-23T01:05:07.382Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-06-23T01:05:07.382Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-23T01:05:07.382Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-23T01:05:07.382Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-06-23T01:05:07.382Z] go: finding github.com/fatih/color v1.9.0 [2020-06-23T01:05:07.382Z] go: finding github.com/go-kit/kit v0.9.0 [2020-06-23T01:05:07.382Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-23T01:05:07.382Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-23T01:05:07.382Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-06-23T01:05:07.382Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-23T01:05:07.382Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-23T01:05:07.382Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-23T01:05:07.382Z] go: finding github.com/google/gofuzz v1.0.0 [2020-06-23T01:05:07.382Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-23T01:05:07.382Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-23T01:05:07.382Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-23T01:05:07.652Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-06-23T01:05:07.652Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-23T01:05:07.652Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-06-23T01:05:07.652Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-06-23T01:05:07.652Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-06-23T01:05:07.652Z] go: finding github.com/json-iterator/go v1.1.9 [2020-06-23T01:05:07.652Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-06-23T01:05:07.652Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-06-23T01:05:07.652Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-23T01:05:07.652Z] go: finding github.com/kr/pretty v0.2.0 [2020-06-23T01:05:07.653Z] go: finding github.com/kr/pty v1.1.1 [2020-06-23T01:05:07.653Z] go: finding github.com/kr/text v0.1.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-06-23T01:05:07.653Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-06-23T01:05:07.653Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-06-23T01:05:07.653Z] go: finding github.com/miekg/dns v1.1.26 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-06-23T01:05:07.653Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-06-23T01:05:07.653Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-06-23T01:05:07.653Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-06-23T01:05:07.932Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-06-23T01:05:07.932Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-06-23T01:05:07.932Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-06-23T01:05:07.932Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-23T01:05:07.932Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-23T01:05:07.932Z] go: finding github.com/posener/complete v1.1.1 [2020-06-23T01:05:07.932Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-06-23T01:05:07.932Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-06-23T01:05:07.932Z] go: finding github.com/prometheus/common v0.9.1 [2020-06-23T01:05:07.932Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-06-23T01:05:07.932Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-23T01:05:07.932Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-23T01:05:07.932Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-06-23T01:05:07.932Z] go: finding github.com/stretchr/objx v0.1.1 [2020-06-23T01:05:07.932Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-23T01:05:07.932Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-06-23T01:05:07.932Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-06-23T01:05:07.932Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-06-23T01:05:07.932Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-06-23T01:05:07.932Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-06-23T01:05:07.932Z] go: finding golang.org/x/text v0.3.2 [2020-06-23T01:05:07.932Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-06-23T01:05:07.932Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-23T01:05:07.932Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-06-23T01:05:07.932Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-23T01:05:07.932Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-23T01:05:07.932Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-23T01:05:26.225Z] Removing intermediate container 24ce053b80e5 [2020-06-23T01:05:26.225Z] ---> ec9be65b4f42 [2020-06-23T01:05:26.225Z] Successfully built ec9be65b4f42 [2020-06-23T01:05:26.225Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:05:26.752Z] + docker inspect -f . ci-base-image-arm64 [2020-06-23T01:05:26.752Z] . [Pipeline] withDockerContainer [2020-06-23T01:05:26.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-4045 does not seem to be running inside a container [2020-06-23T01:05:27.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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-arm64 cat [2020-06-23T01:05:28.904Z] $ docker top 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T01:05:30.263Z] + go version [2020-06-23T01:05:30.263Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-23T01:05:31.317Z] + make test [2020-06-23T01:05:31.317Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-23T01:05:32.301Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-06-23T01:05:54.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-06-23T01:05:54.512Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-06-23T01:05:57.972Z] Warning: overwriting stash ‘coverage-report’ [2020-06-23T01:05:58.367Z] Stashed 1 file(s) [Pipeline] } [2020-06-23T01:05:58.349Z] $ docker stop --time=1 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 [2020-06-23T01:06:00.369Z] $ docker rm -f 21a08386fcdc4fd29bfec771326e95bcf2669dbcdade67a19a3a64c2ae57a0b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T01:06:01.361Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T01:06:01.690Z] + ls -al . [2020-06-23T01:06:01.690Z] total 120 [2020-06-23T01:06:01.690Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:05 . [2020-06-23T01:06:01.690Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 01:04 .. [2020-06-23T01:06:01.690Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 01:04 .git [2020-06-23T01:06:01.690Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:04 .github [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 136 Jun 23 01:04 .gitignore [2020-06-23T01:06:01.690Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 .semver [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 23 01:04 CONTRIBUTING.md [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 913 Jun 23 01:04 Dockerfile [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 898 Jun 23 01:04 Dockerfile.build [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 675 Jun 23 01:04 Jenkinsfile [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 23 01:04 LICENSE [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 01:04 Makefile [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 2773 Jun 23 01:04 README.md [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 01:01 VERSION [2020-06-23T01:06:01.690Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 assets [2020-06-23T01:06:01.690Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 01:04 bin [2020-06-23T01:06:01.690Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 01:04 cmd [2020-06-23T01:06:01.690Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 23 01:05 coverage.out [2020-06-23T01:06:01.690Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 01:04 docs [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jun 23 01:04 go.mod [2020-06-23T01:06:01.690Z] -rw-r--r-- 1 jenkins jenkins 20718 Jun 23 01:05 go.sum [2020-06-23T01:06:01.690Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 01:04 internal [2020-06-23T01:06:01.690Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 23 01:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:06:02.022Z] + 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=e543c8f2d099eb69d8efe3a4508085f26e614269 --label arch=arm64 --label version=0.0.0 . [2020-06-23T01:06:02.614Z] Sending build context to Docker daemon 19.09MB [2020-06-23T01:06:02.614Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-23T01:06:02.614Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-23T01:06:02.614Z] ---> ec9be65b4f42 [2020-06-23T01:06:02.614Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-06-23T01:06:02.886Z] ---> Running in 52bca3285977 [2020-06-23T01:06:03.476Z] Removing intermediate container 52bca3285977 [2020-06-23T01:06:03.476Z] ---> fb018fbc112c [2020-06-23T01:06:03.476Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-23T01:06:03.476Z] ---> Running in 0469e70a175d [2020-06-23T01:06:03.748Z] Removing intermediate container 0469e70a175d [2020-06-23T01:06:03.748Z] ---> 0b982ac4b316 [2020-06-23T01:06:03.748Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-23T01:06:04.019Z] ---> Running in 0a119996165e [2020-06-23T01:06:04.292Z] Removing intermediate container 0a119996165e [2020-06-23T01:06:04.292Z] ---> 79648789171f [2020-06-23T01:06:04.292Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-06-23T01:06:04.569Z] ---> Running in 666a939cfcac [2020-06-23T01:06:04.848Z] Removing intermediate container 666a939cfcac [2020-06-23T01:06:04.848Z] ---> 9c671b3ea432 [2020-06-23T01:06:04.848Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-06-23T01:06:05.128Z] ---> Running in fba0c4729903 [2020-06-23T01:06:05.398Z] Removing intermediate container fba0c4729903 [2020-06-23T01:06:05.398Z] ---> 4695c93b3e53 [2020-06-23T01:06:05.398Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-23T01:06:05.685Z] ---> Running in eb117ecf5305 [2020-06-23T01:06:07.653Z] Removing intermediate container eb117ecf5305 [2020-06-23T01:06:07.653Z] ---> 6dbe336c7be2 [2020-06-23T01:06:07.653Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-23T01:06:07.944Z] ---> Running in 1e81aa222379 [2020-06-23T01:06:09.379Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T01:06:10.347Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T01:06:11.316Z] v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-06-23T01:06:11.316Z] v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-06-23T01:06:11.316Z] OK: 11179 distinct packages available [2020-06-23T01:06:11.316Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-23T01:06:11.906Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-23T01:06:12.892Z] OK: 125 MiB in 39 packages [2020-06-23T01:06:13.874Z] Removing intermediate container 1e81aa222379 [2020-06-23T01:06:13.874Z] ---> 7d6cf1c3b1e3 [2020-06-23T01:06:13.874Z] Step 10/24 : ENV GO111MODULE=on [2020-06-23T01:06:13.874Z] ---> Running in 2d3764a63e56 [2020-06-23T01:06:14.468Z] Removing intermediate container 2d3764a63e56 [2020-06-23T01:06:14.468Z] ---> 5d71b05049e1 [2020-06-23T01:06:14.468Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-06-23T01:06:14.468Z] ---> Running in 47001ba3d1d5 [2020-06-23T01:06:15.072Z] Removing intermediate container 47001ba3d1d5 [2020-06-23T01:06:15.072Z] ---> 5628452da887 [2020-06-23T01:06:15.072Z] Step 12/24 : COPY go.mod . [2020-06-23T01:06:15.668Z] ---> b5e1654d8d3e [2020-06-23T01:06:15.668Z] Step 13/24 : COPY Makefile . [2020-06-23T01:06:16.262Z] ---> e8100f18d77d [2020-06-23T01:06:16.262Z] Step 14/24 : RUN make update [2020-06-23T01:06:16.536Z] ---> Running in 106dcb98240c [2020-06-23T01:06:17.969Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-23T01:06:19.401Z] Removing intermediate container 106dcb98240c [2020-06-23T01:06:19.401Z] ---> 0004f50e3dfd [2020-06-23T01:06:19.401Z] Step 15/24 : COPY . . [2020-06-23T01:06:20.830Z] ---> 86303aa445aa [2020-06-23T01:06:20.830Z] Step 16/24 : RUN ${MAKE} [2020-06-23T01:06:21.103Z] ---> Running in 4d60257f3b79 [2020-06-23T01:06:22.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-06-23T01:06:44.705Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-23T01:06:52.974Z] Removing intermediate container 4d60257f3b79 [2020-06-23T01:06:52.974Z] ---> 0042a41d5643 [2020-06-23T01:06:52.974Z] Step 17/24 : FROM alpine [2020-06-23T01:06:52.974Z] latest: Pulling from library/alpine [2020-06-23T01:06:52.974Z] b538f80385f9: Pulling fs layer [2020-06-23T01:06:52.974Z] b538f80385f9: Download complete [2020-06-23T01:06:53.248Z] b538f80385f9: Pull complete [2020-06-23T01:06:53.248Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-23T01:06:53.248Z] Status: Downloaded newer image for alpine:latest [2020-06-23T01:06:53.248Z] ---> 62ee0e9f8440 [2020-06-23T01:06:53.248Z] Step 18/24 : EXPOSE 4000 [2020-06-23T01:06:53.522Z] ---> Running in 8ae09e6b5e79 [2020-06-23T01:06:53.795Z] Removing intermediate container 8ae09e6b5e79 [2020-06-23T01:06:53.795Z] ---> 6c0395c12ce4 [2020-06-23T01:06:53.795Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T01:06:55.770Z] ---> 4de48cc711d6 [2020-06-23T01:06:55.770Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-06-23T01:06:55.770Z] ---> Running in 4001c0215abf [2020-06-23T01:06:56.041Z] Removing intermediate container 4001c0215abf [2020-06-23T01:06:56.041Z] ---> 5f51eb46dd29 [2020-06-23T01:06:56.041Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-06-23T01:06:56.314Z] ---> Running in 1613e5256db2 [2020-06-23T01:06:56.585Z] Removing intermediate container 1613e5256db2 [2020-06-23T01:06:56.585Z] ---> ce24cb9cda2d [2020-06-23T01:06:56.585Z] Step 22/24 : LABEL arch=arm64 [2020-06-23T01:06:56.859Z] ---> Running in a2f326bd510f [2020-06-23T01:06:57.129Z] Removing intermediate container a2f326bd510f [2020-06-23T01:06:57.129Z] ---> 6e38fdfa0fe2 [2020-06-23T01:06:57.129Z] Step 23/24 : LABEL git_sha=e543c8f2d099eb69d8efe3a4508085f26e614269 [2020-06-23T01:06:57.403Z] ---> Running in 060d789222d4 [2020-06-23T01:06:57.672Z] Removing intermediate container 060d789222d4 [2020-06-23T01:06:57.672Z] ---> 673a6ab468d3 [2020-06-23T01:06:57.672Z] Step 24/24 : LABEL version=0.0.0 [2020-06-23T01:06:57.946Z] ---> Running in 41a7ee6c6e6a [2020-06-23T01:06:58.218Z] Removing intermediate container 41a7ee6c6e6a [2020-06-23T01:06:58.218Z] ---> c270244cbc2e [2020-06-23T01:06:58.218Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-23T01:06:58.218Z] Successfully built c270244cbc2e [2020-06-23T01:06:58.218Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-23T01:06:58.919Z] provisioning config files... [2020-06-23T01:06:58.930Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config5932070354356078605tmp [Pipeline] { [Pipeline] sh [2020-06-23T01:06:59.250Z] + curl -s https://codecov.io/bash [2020-06-23T01:06:59.250Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config5932070354356078605tmp [2020-06-23T01:06:59.511Z] [2020-06-23T01:06:59.511Z] _____ _ [2020-06-23T01:06:59.511Z] / ____| | | [2020-06-23T01:06:59.511Z] | | ___ __| | ___ ___ _____ __ [2020-06-23T01:06:59.511Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-23T01:06:59.511Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-23T01:06:59.511Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-23T01:06:59.511Z] Bash-20200602-f809a24 [2020-06-23T01:06:59.511Z] [2020-06-23T01:06:59.511Z] [2020-06-23T01:06:59.511Z] ==> Jenkins CI detected. [2020-06-23T01:06:59.511Z] project root: . [2020-06-23T01:06:59.511Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-23T01:06:59.511Z] ==> Running gcov in . (disable via -X gcov) [2020-06-23T01:06:59.511Z] ==> Python coveragepy not found [2020-06-23T01:06:59.511Z] ==> Searching for coverage reports in: [2020-06-23T01:06:59.511Z] + . [2020-06-23T01:06:59.511Z] -> Found 1 reports [2020-06-23T01:06:59.511Z] ==> Detecting git/mercurial file structure [2020-06-23T01:06:59.511Z] ==> Reading reports [2020-06-23T01:06:59.511Z] + ./coverage.out bytes=10 [2020-06-23T01:06:59.511Z] ==> Appending adjustments [2020-06-23T01:06:59.511Z] https://docs.codecov.io/docs/fixing-reports [2020-06-23T01:06:59.773Z] + Found adjustments [2020-06-23T01:06:59.773Z] ==> Gzipping contents [2020-06-23T01:06:59.773Z] ==> Uploading reports [2020-06-23T01:06:59.773Z] url: https://codecov.io [2020-06-23T01:06:59.773Z] query: branch=PR-247&commit=e543c8f2d099eb69d8efe3a4508085f26e614269&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-247%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=247&job= [2020-06-23T01:06:59.773Z] -> Pinging Codecov [2020-06-23T01:06:59.773Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-247&commit=e543c8f2d099eb69d8efe3a4508085f26e614269&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-247%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=247&job= [2020-06-23T01:07:00.344Z] -> Uploading [2020-06-23T01:07:00.606Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e543c8f2d099eb69d8efe3a4508085f26e614269 [Pipeline] } [2020-06-23T01:07:00.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-23T01:07:01.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T01:07:02.017Z] ---> package-listing.sh [2020-06-23T01:07:02.017Z] ++ facter osfamily [2020-06-23T01:07:02.017Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T01:07:02.017Z] + OS_FAMILY=redhat [2020-06-23T01:07:02.017Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-247 [2020-06-23T01:07:02.017Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T01:07:02.017Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T01:07:02.017Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T01:07:02.017Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T01:07:02.017Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-247 ']' [2020-06-23T01:07:02.017Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T01:07:02.017Z] + case "${OS_FAMILY}" in [2020-06-23T01:07:02.017Z] + rpm -qa [2020-06-23T01:07:02.017Z] + sort [2020-06-23T01:07:05.317Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T01:07:05.317Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T01:07:05.317Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T01:07:05.317Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-247 ']' [2020-06-23T01:07:05.317Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-247/archives/ [2020-06-23T01:07:05.317Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-247/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:07:06.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T01:07:06.036Z] [2020-06-23T01:07:06.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T01:07:06.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T01:07:06.352Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T01:07:06.352Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T01:07:06.352Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T01:07:06.352Z] 756a868c4378: Pulling fs layer [2020-06-23T01:07:06.352Z] 444b2fc9a129: Pulling fs layer [2020-06-23T01:07:06.352Z] ea15f1150254: Pulling fs layer [2020-06-23T01:07:06.352Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T01:07:06.352Z] 28c525ee5125: Pulling fs layer [2020-06-23T01:07:06.352Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T01:07:06.352Z] 138eaada9080: Pulling fs layer [2020-06-23T01:07:06.352Z] 0622d0fa9048: Pulling fs layer [2020-06-23T01:07:06.352Z] 41b27a9f41bf: Waiting [2020-06-23T01:07:06.352Z] 28c525ee5125: Waiting [2020-06-23T01:07:06.352Z] 094b1ea09ed8: Waiting [2020-06-23T01:07:06.352Z] 138eaada9080: Waiting [2020-06-23T01:07:06.352Z] 0622d0fa9048: Waiting [2020-06-23T01:07:06.352Z] 444b2fc9a129: Waiting [2020-06-23T01:07:06.352Z] ea15f1150254: Waiting [2020-06-23T01:07:06.352Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-23T01:07:06.352Z] 2cc5ad85d9ab: Download complete [2020-06-23T01:07:06.352Z] 444b2fc9a129: Verifying Checksum [2020-06-23T01:07:06.352Z] 444b2fc9a129: Download complete [2020-06-23T01:07:06.352Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T01:07:06.352Z] c9b1b535fdd9: Download complete [2020-06-23T01:07:06.352Z] ea15f1150254: Verifying Checksum [2020-06-23T01:07:06.352Z] ea15f1150254: Download complete [2020-06-23T01:07:06.631Z] 28c525ee5125: Verifying Checksum [2020-06-23T01:07:06.631Z] 28c525ee5125: Download complete [2020-06-23T01:07:06.911Z] c9b1b535fdd9: Pull complete [2020-06-23T01:07:06.911Z] 756a868c4378: Verifying Checksum [2020-06-23T01:07:06.911Z] 756a868c4378: Download complete [2020-06-23T01:07:06.911Z] 138eaada9080: Verifying Checksum [2020-06-23T01:07:06.911Z] 138eaada9080: Download complete [2020-06-23T01:07:06.911Z] 0622d0fa9048: Verifying Checksum [2020-06-23T01:07:06.911Z] 0622d0fa9048: Download complete [2020-06-23T01:07:07.183Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T01:07:07.183Z] 094b1ea09ed8: Download complete [2020-06-23T01:07:07.183Z] 2cc5ad85d9ab: Pull complete [2020-06-23T01:07:07.773Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T01:07:07.773Z] 41b27a9f41bf: Download complete [2020-06-23T01:07:08.723Z] 756a868c4378: Pull complete [2020-06-23T01:07:08.989Z] 444b2fc9a129: Pull complete [2020-06-23T01:07:09.257Z] ea15f1150254: Pull complete [2020-06-23T01:07:13.484Z] 41b27a9f41bf: Pull complete [2020-06-23T01:07:13.484Z] 28c525ee5125: Pull complete [2020-06-23T01:07:16.801Z] 094b1ea09ed8: Pull complete [2020-06-23T01:07:17.062Z] 138eaada9080: Pull complete [2020-06-23T01:07:17.323Z] 0622d0fa9048: Pull complete [2020-06-23T01:07:17.323Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T01:07:17.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T01:07:17.323Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T01:07:17.471Z] prd-centos7-docker-4c-2g-4040 does not seem to be running inside a container [2020-06-23T01:07:17.518Z] $ 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-247 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247:/w/workspace/edgexfoundry_edgex-ui-go_PR-247:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@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:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T01:07:20.196Z] $ docker top d887a5b34176e76645a4ca1d4013a905f765d0a7c7eca6bc8fd15d5c49f765c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T01:07:20.359Z] provisioning config files... [2020-06-23T01:07:20.372Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-247@tmp/config269168282263808145tmp [Pipeline] { [Pipeline] echo [2020-06-23T01:07:20.401Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T01:07:20.697Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T01:07:20.707Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T01:07:21.003Z] ---> logs-deploy.sh [2020-06-23T01:07:21.003Z] + ARCHIVE_ARTIFACTS= [2020-06-23T01:07:21.003Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T01:07:21.003Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T01:07:21.003Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T01:07:21.003Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 [2020-06-23T01:07:21.003Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-247/4/ [2020-06-23T01:07:21.003Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 /w/workspace/edgexfoundry_edgex-ui-go_PR-247 [2020-06-23T01:07:22.395Z] Archives upload complete. [2020-06-23T01:07:22.395Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-247/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-247/4/