Pull request #169 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 wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 25330ea816b2d6cf92231e3ea4ed6b462b64de01 rather than 431077e0d7d76dd7ae35f1c99b28985565bb3e5f Obtained Jenkinsfile from 25330ea816b2d6cf92231e3ea4ed6b462b64de01 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.11] ========================================================= [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.11 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-860 in /w/workspace/edgexfoundry_edgex-ui-go_PR-169 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 25330ea816b2d6cf92231e3ea4ed6b462b64de01 into PR head commit 431077e0d7d76dd7ae35f1c99b28985565bb3e5f Merge succeeded, producing 431077e0d7d76dd7ae35f1c99b28985565bb3e5f Checking out Revision 431077e0d7d76dd7ae35f1c99b28985565bb3e5f (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # 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 25330ea816b2d6cf92231e3ea4ed6b462b64de01 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # timeout=10 Commit message: "deploy button finished" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-17T07:26:50.573Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:26:52.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-17T07:26:52.879Z] [2020-03-17T07:26:52.879Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:26:53.233Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-17T07:26:53.233Z] latest: Pulling from edgex-devops/git-semver [2020-03-17T07:26:53.233Z] 9123ac7c32f7: Pulling fs layer [2020-03-17T07:26:53.233Z] b8cc5d1170e3: Pulling fs layer [2020-03-17T07:26:53.233Z] 2924cbbf6a41: Pulling fs layer [2020-03-17T07:26:53.233Z] 93b08a4f1073: Pulling fs layer [2020-03-17T07:26:53.233Z] 93b08a4f1073: Waiting [2020-03-17T07:26:53.233Z] b8cc5d1170e3: Verifying Checksum [2020-03-17T07:26:53.233Z] b8cc5d1170e3: Download complete [2020-03-17T07:26:53.493Z] 9123ac7c32f7: Verifying Checksum [2020-03-17T07:26:53.493Z] 9123ac7c32f7: Download complete [2020-03-17T07:26:53.493Z] 93b08a4f1073: Verifying Checksum [2020-03-17T07:26:53.493Z] 93b08a4f1073: Download complete [2020-03-17T07:26:53.493Z] 2924cbbf6a41: Verifying Checksum [2020-03-17T07:26:53.493Z] 2924cbbf6a41: Download complete [2020-03-17T07:26:53.755Z] 9123ac7c32f7: Pull complete [2020-03-17T07:26:53.755Z] b8cc5d1170e3: Pull complete [2020-03-17T07:26:54.693Z] 2924cbbf6a41: Pull complete [2020-03-17T07:26:54.693Z] 93b08a4f1073: Pull complete [2020-03-17T07:26:54.693Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-17T07:26:54.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-17T07:26:54.821Z] prd-centos7-docker-4c-2g-860 does not seem to be running inside a container [2020-03-17T07:26:54.867Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-169 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-169:/w/workspace/edgexfoundry_edgex-ui-go_PR-169:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-169@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-17T07:26:55.530Z] $ docker top 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-17T07:26:55.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-17T07:26:55.826Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-17T07:26:56.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-17T07:26:56.051Z] $ docker exec 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb ssh-agent [2020-03-17T07:26:56.256Z] SSH_AUTH_SOCK=/tmp/ssh-2JON47vOGUY0/agent.15 [2020-03-17T07:26:56.256Z] SSH_AGENT_PID=22 [2020-03-17T07:26:56.265Z] Running ssh-add (command line suppressed) [2020-03-17T07:26:56.401Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/private_key_4102279927168719071.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/private_key_4102279927168719071.key) [2020-03-17T07:26:56.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-17T07:26:56.778Z] + git describe --exact-match --tags HEAD [2020-03-17T07:26:56.779Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-17T07:26:56.835Z] $ docker exec --env ******** --env ******** 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb ssh-agent -k [2020-03-17T07:26:56.990Z] unset SSH_AUTH_SOCK; [2020-03-17T07:26:56.990Z] unset SSH_AGENT_PID; [2020-03-17T07:26:56.990Z] echo Agent pid 22 killed; [2020-03-17T07:26:57.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-17T07:26:57.130Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-17T07:26:57.130Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-17T07:26:57.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-17T07:26:57.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-17T07:26:57.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-17T07:26:57.424Z] $ docker exec 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb ssh-agent [2020-03-17T07:26:57.604Z] SSH_AUTH_SOCK=/tmp/ssh-fem01tCLs5tY/agent.58 [2020-03-17T07:26:57.604Z] SSH_AGENT_PID=65 [2020-03-17T07:26:57.611Z] Running ssh-add (command line suppressed) [2020-03-17T07:26:57.752Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/private_key_7549007026836439308.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/private_key_7549007026836439308.key) [2020-03-17T07:26:57.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-17T07:26:58.204Z] + git semver init [2020-03-17T07:26:58.204Z] # -> Open(): unable to determine branch for HEAD [2020-03-17T07:26:58.204Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-169/.git [2020-03-17T07:26:58.204Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-169 [2020-03-17T07:26:58.204Z] # $SEMVER_REMOTE_NAME = origin [2020-03-17T07:26:58.204Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-17T07:26:58.204Z] # $SEMVER_USER_NAME = jenkins [2020-03-17T07:26:58.204Z] # $SEMVER_BRANCH = PR-169 [2020-03-17T07:26:58.204Z] # $SEMVER_TEMP = /tmp/semver-164376564 [2020-03-17T07:26:58.204Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-03-17T07:26:58.775Z] # '/tmp/semver-164376564' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-169/.semver' [2020-03-17T07:26:58.775Z] # -> Force: false [2020-03-17T07:26:58.775Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-169/.semver [Pipeline] } [2020-03-17T07:26:58.783Z] $ docker exec --env ******** --env ******** 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb ssh-agent -k [2020-03-17T07:26:58.921Z] unset SSH_AUTH_SOCK; [2020-03-17T07:26:58.922Z] unset SSH_AGENT_PID; [2020-03-17T07:26:58.922Z] echo Agent pid 65 killed; [2020-03-17T07:26:58.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-17T07:26:59.403Z] + git semver [Pipeline] } [2020-03-17T07:26:59.415Z] $ docker stop --time=1 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb [2020-03-17T07:27:00.749Z] $ docker rm -f 223becde9fb880d4e9add3f15eab6519743dbfd93099e63822810ac5fd6f7bcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-17T07:27:01.711Z] Stashed 28 file(s) [Pipeline] echo [2020-03-17T07:27:01.713Z] [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-03-17T07:27:16.991Z] Still waiting to schedule task [2020-03-17T07:27:16.991Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-17T07:27:16.993Z] Still waiting to schedule task [2020-03-17T07:27:16.993Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-17T07:29:03.521Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-861 in /w/workspace/edgexfoundry_edgex-ui-go_PR-169 [Pipeline] { [Pipeline] ws [2020-03-17T07:29:03.566Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-03-17T07:29:09.805Z] using credential edgex-jenkins-ssh [2020-03-17T07:29:09.859Z] Cloning the remote Git repository [2020-03-17T07:29:09.859Z] Cloning with configured refspecs honoured and without tags [2020-03-17T07:29:09.924Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:10.018Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-03-17T07:29:10.101Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:10.103Z] > git --version # timeout=10 [2020-03-17T07:29:10.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:10.182Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:11.174Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-17T07:29:11.195Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-03-17T07:29:11.298Z] Fetching without tags [2020-03-17T07:29:11.822Z] Merging remotes/origin/master commit 25330ea816b2d6cf92231e3ea4ed6b462b64de01 into PR head commit 431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:29:12.141Z] Merge succeeded, producing 431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:29:12.142Z] Checking out Revision 431077e0d7d76dd7ae35f1c99b28985565bb3e5f (PR-169) [2020-03-17T07:29:12.465Z] Running on prd-centos7-docker-4c-2g-862 in /w/workspace/edgexfoundry_edgex-ui-go_PR-169 [Pipeline] { [Pipeline] ws [2020-03-17T07:29:12.510Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [2020-03-17T07:29:11.222Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:11.251Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-17T07:29:11.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:11.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:11.327Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:11.838Z] > git config core.sparsecheckout # timeout=10 [2020-03-17T07:29:11.873Z] > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # timeout=10 [2020-03-17T07:29:12.049Z] > git remote # timeout=10 [2020-03-17T07:29:12.072Z] > git config --get remote.origin.url # timeout=10 [2020-03-17T07:29:12.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:12.098Z] > git merge 25330ea816b2d6cf92231e3ea4ed6b462b64de01 # timeout=10 [2020-03-17T07:29:12.120Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-17T07:29:12.143Z] > git config core.sparsecheckout # timeout=10 [2020-03-17T07:29:12.166Z] > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # timeout=10 [Pipeline] checkout [2020-03-17T07:29:16.893Z] Commit message: "deploy button finished" [2020-03-17T07:29:17.010Z] using credential edgex-jenkins-ssh [2020-03-17T07:29:17.061Z] Cloning the remote Git repository [2020-03-17T07:29:17.061Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-03-17T07:29:17.095Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:17.195Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-03-17T07:29:17.279Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:17.280Z] > git --version # timeout=10 [2020-03-17T07:29:17.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:17.364Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:18.197Z] Fetching without tags [Pipeline] echo [2020-03-17T07:29:18.417Z] ========================================================= [2020-03-17T07:29:18.417Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine] [2020-03-17T07:29:18.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:29:18.584Z] Merging remotes/origin/master commit 25330ea816b2d6cf92231e3ea4ed6b462b64de01 into PR head commit 431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:29:18.757Z] Merge succeeded, producing 431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:29:18.757Z] Checking out Revision 431077e0d7d76dd7ae35f1c99b28985565bb3e5f (PR-169) [2020-03-17T07:29:18.142Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-17T07:29:18.148Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-03-17T07:29:18.161Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:18.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-03-17T07:29:18.200Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-03-17T07:29:18.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:18.225Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-17T07:29:18.592Z] > git config core.sparsecheckout # timeout=10 [2020-03-17T07:29:18.607Z] > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # timeout=10 [2020-03-17T07:29:18.723Z] > git remote # timeout=10 [2020-03-17T07:29:18.728Z] > git config --get remote.origin.url # timeout=10 [2020-03-17T07:29:18.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-17T07:29:18.738Z] > git merge 25330ea816b2d6cf92231e3ea4ed6b462b64de01 # timeout=10 [2020-03-17T07:29:18.748Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-17T07:29:18.758Z] > git config core.sparsecheckout # timeout=10 [2020-03-17T07:29:18.774Z] > git checkout -f 431077e0d7d76dd7ae35f1c99b28985565bb3e5f # timeout=10 [2020-03-17T07:29:19.601Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine . [2020-03-17T07:29:20.579Z] Sending build context to Docker daemon 10.76MB [2020-03-17T07:29:20.579Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-17T07:29:20.579Z] Step 2/8 : FROM ${BASE} [2020-03-17T07:29:21.176Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-17T07:29:21.176Z] 29bddadc8f3f: Pulling fs layer [2020-03-17T07:29:21.176Z] 02bb20f2603b: Pulling fs layer [2020-03-17T07:29:21.176Z] b62863a3550b: Pulling fs layer [2020-03-17T07:29:21.176Z] 9586258a13ea: Pulling fs layer [2020-03-17T07:29:21.176Z] a8b2cbafd68c: Pulling fs layer [2020-03-17T07:29:21.176Z] d1dd75721c92: Pulling fs layer [2020-03-17T07:29:21.176Z] 4e34fffdb759: Pulling fs layer [2020-03-17T07:29:21.176Z] fd1d9eb628f9: Pulling fs layer [2020-03-17T07:29:21.176Z] bd44c58b92db: Pulling fs layer [2020-03-17T07:29:21.176Z] e5856e266cf4: Pulling fs layer [2020-03-17T07:29:21.176Z] f0f88b30cdbb: Pulling fs layer [2020-03-17T07:29:21.176Z] 9586258a13ea: Waiting [2020-03-17T07:29:21.176Z] a8b2cbafd68c: Waiting [2020-03-17T07:29:21.176Z] d1dd75721c92: Waiting [2020-03-17T07:29:21.176Z] 4e34fffdb759: Waiting [2020-03-17T07:29:21.176Z] fd1d9eb628f9: Waiting [2020-03-17T07:29:21.176Z] bd44c58b92db: Waiting [2020-03-17T07:29:21.176Z] e5856e266cf4: Waiting [2020-03-17T07:29:21.176Z] f0f88b30cdbb: Waiting [2020-03-17T07:29:21.176Z] b62863a3550b: Verifying Checksum [2020-03-17T07:29:21.176Z] b62863a3550b: Download complete [2020-03-17T07:29:21.176Z] 02bb20f2603b: Verifying Checksum [2020-03-17T07:29:21.176Z] 02bb20f2603b: Download complete [2020-03-17T07:29:21.176Z] a8b2cbafd68c: Verifying Checksum [2020-03-17T07:29:21.176Z] a8b2cbafd68c: Download complete [2020-03-17T07:29:21.176Z] d1dd75721c92: Verifying Checksum [2020-03-17T07:29:21.176Z] d1dd75721c92: Download complete [2020-03-17T07:29:21.445Z] 29bddadc8f3f: Verifying Checksum [2020-03-17T07:29:21.445Z] 29bddadc8f3f: Download complete [2020-03-17T07:29:22.042Z] 29bddadc8f3f: Pull complete [2020-03-17T07:29:22.631Z] 02bb20f2603b: Pull complete [2020-03-17T07:29:22.900Z] b62863a3550b: Pull complete [2020-03-17T07:29:23.195Z] Commit message: "deploy button finished" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-17T07:29:24.292Z] ========================================================= [2020-03-17T07:29:24.292Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine] [2020-03-17T07:29:24.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:29:25.012Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine . [2020-03-17T07:29:25.292Z] Sending build context to Docker daemon 10.76MB [2020-03-17T07:29:25.292Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-03-17T07:29:25.292Z] Step 2/8 : FROM ${BASE} [2020-03-17T07:29:25.500Z] 4e34fffdb759: Verifying Checksum [2020-03-17T07:29:25.500Z] 4e34fffdb759: Download complete [2020-03-17T07:29:25.500Z] bd44c58b92db: Download complete [2020-03-17T07:29:25.560Z] 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-17T07:29:25.560Z] 9d48c3bd43c5: Pulling fs layer [2020-03-17T07:29:25.560Z] 7f94eaf8af20: Pulling fs layer [2020-03-17T07:29:25.560Z] 9fe9984849c1: Pulling fs layer [2020-03-17T07:29:25.560Z] ec448270508e: Pulling fs layer [2020-03-17T07:29:25.560Z] 65ba82af53f7: Pulling fs layer [2020-03-17T07:29:25.560Z] 07c18b20a200: Pulling fs layer [2020-03-17T07:29:25.560Z] d9b3ee039db2: Pulling fs layer [2020-03-17T07:29:25.560Z] 8c79c1ac0d81: Pulling fs layer [2020-03-17T07:29:25.560Z] ff40f1a7a0b9: Pulling fs layer [2020-03-17T07:29:25.560Z] bdb43ae2d12f: Pulling fs layer [2020-03-17T07:29:25.560Z] 8e1ab0ef8490: Pulling fs layer [2020-03-17T07:29:25.560Z] ec448270508e: Waiting [2020-03-17T07:29:25.560Z] 65ba82af53f7: Waiting [2020-03-17T07:29:25.560Z] 07c18b20a200: Waiting [2020-03-17T07:29:25.560Z] d9b3ee039db2: Waiting [2020-03-17T07:29:25.560Z] 8c79c1ac0d81: Waiting [2020-03-17T07:29:25.560Z] ff40f1a7a0b9: Waiting [2020-03-17T07:29:25.560Z] bdb43ae2d12f: Waiting [2020-03-17T07:29:25.560Z] 8e1ab0ef8490: Waiting [2020-03-17T07:29:25.560Z] 9fe9984849c1: Verifying Checksum [2020-03-17T07:29:25.560Z] 9fe9984849c1: Download complete [2020-03-17T07:29:25.560Z] 7f94eaf8af20: Verifying Checksum [2020-03-17T07:29:25.560Z] 7f94eaf8af20: Download complete [2020-03-17T07:29:25.560Z] 65ba82af53f7: Verifying Checksum [2020-03-17T07:29:25.560Z] 65ba82af53f7: Download complete [2020-03-17T07:29:25.560Z] 9d48c3bd43c5: Verifying Checksum [2020-03-17T07:29:25.560Z] 9d48c3bd43c5: Download complete [2020-03-17T07:29:25.560Z] 07c18b20a200: Verifying Checksum [2020-03-17T07:29:25.560Z] 07c18b20a200: Download complete [2020-03-17T07:29:26.242Z] 9d48c3bd43c5: Pull complete [2020-03-17T07:29:26.851Z] 7f94eaf8af20: Pull complete [2020-03-17T07:29:27.987Z] 9fe9984849c1: Pull complete [2020-03-17T07:29:28.132Z] e5856e266cf4: Verifying Checksum [2020-03-17T07:29:28.132Z] e5856e266cf4: Download complete [2020-03-17T07:29:28.132Z] f0f88b30cdbb: Verifying Checksum [2020-03-17T07:29:28.132Z] f0f88b30cdbb: Download complete [2020-03-17T07:29:28.592Z] d9b3ee039db2: Verifying Checksum [2020-03-17T07:29:28.592Z] d9b3ee039db2: Download complete [2020-03-17T07:29:28.592Z] ff40f1a7a0b9: Verifying Checksum [2020-03-17T07:29:28.592Z] ff40f1a7a0b9: Download complete [2020-03-17T07:29:28.956Z] 8c79c1ac0d81: Verifying Checksum [2020-03-17T07:29:28.956Z] 8c79c1ac0d81: Download complete [2020-03-17T07:29:29.222Z] ec448270508e: Download complete [2020-03-17T07:29:29.222Z] 8e1ab0ef8490: Verifying Checksum [2020-03-17T07:29:29.222Z] 8e1ab0ef8490: Download complete [2020-03-17T07:29:29.556Z] fd1d9eb628f9: Verifying Checksum [2020-03-17T07:29:29.556Z] fd1d9eb628f9: Download complete [2020-03-17T07:29:29.825Z] bdb43ae2d12f: Verifying Checksum [2020-03-17T07:29:29.825Z] bdb43ae2d12f: Download complete [2020-03-17T07:29:30.982Z] 9586258a13ea: Verifying Checksum [2020-03-17T07:29:30.982Z] 9586258a13ea: Download complete [2020-03-17T07:29:36.493Z] ec448270508e: Pull complete [2020-03-17T07:29:36.493Z] 65ba82af53f7: Pull complete [2020-03-17T07:29:36.493Z] 07c18b20a200: Pull complete [2020-03-17T07:29:39.850Z] d9b3ee039db2: Pull complete [2020-03-17T07:29:43.338Z] 9586258a13ea: Pull complete [2020-03-17T07:29:43.338Z] a8b2cbafd68c: Pull complete [2020-03-17T07:29:43.338Z] d1dd75721c92: Pull complete [2020-03-17T07:29:46.596Z] 8c79c1ac0d81: Pull complete [2020-03-17T07:29:46.596Z] ff40f1a7a0b9: Pull complete [2020-03-17T07:29:47.210Z] bdb43ae2d12f: Pull complete [2020-03-17T07:29:47.488Z] 8e1ab0ef8490: Pull complete [2020-03-17T07:29:47.618Z] 4e34fffdb759: Pull complete [2020-03-17T07:29:47.768Z] Digest: sha256:c76e0edd79d4c6656119c378b17c5c9a3bdc51370d3ca27653326e6060dcfb5d [2020-03-17T07:29:47.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine [2020-03-17T07:29:47.769Z] ---> 8acfeb908b63 [2020-03-17T07:29:47.769Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-17T07:29:47.769Z] ---> Running in 471c2d97e158 [2020-03-17T07:29:48.066Z] Removing intermediate container 471c2d97e158 [2020-03-17T07:29:48.066Z] ---> ecec419d3e45 [2020-03-17T07:29:48.066Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-17T07:29:48.066Z] ---> Running in c6465b5011bb [2020-03-17T07:29:50.002Z] Removing intermediate container c6465b5011bb [2020-03-17T07:29:50.002Z] ---> eead7ea31135 [2020-03-17T07:29:50.002Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-17T07:29:50.002Z] ---> Running in f44b77a143db [2020-03-17T07:29:50.273Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-17T07:29:51.752Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-17T07:29:51.892Z] fd1d9eb628f9: Pull complete [2020-03-17T07:29:51.892Z] bd44c58b92db: Pull complete [2020-03-17T07:29:52.741Z] OK: 134 MiB in 39 packages [2020-03-17T07:29:53.308Z] e5856e266cf4: Pull complete [2020-03-17T07:29:53.321Z] Removing intermediate container f44b77a143db [2020-03-17T07:29:53.321Z] ---> 775df75cfb8b [2020-03-17T07:29:53.321Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-17T07:29:53.321Z] ---> Running in 4a6b0f0ed002 [2020-03-17T07:29:53.321Z] Removing intermediate container 4a6b0f0ed002 [2020-03-17T07:29:53.321Z] ---> f75666221b74 [2020-03-17T07:29:53.321Z] Step 7/8 : COPY . . [2020-03-17T07:29:53.584Z] f0f88b30cdbb: Pull complete [2020-03-17T07:29:54.168Z] Digest: sha256:0afe80e964ff91b821579eaa0e3b1ed78178dca0ccdefa3405e9e51f8d7def20 [2020-03-17T07:29:54.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine [2020-03-17T07:29:54.168Z] ---> 0be50c763560 [2020-03-17T07:29:54.168Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-17T07:29:55.441Z] ---> 138369a02332 [2020-03-17T07:29:55.442Z] Step 8/8 : RUN go mod download [2020-03-17T07:29:55.442Z] ---> Running in 5e8bcad49c32 [2020-03-17T07:29:56.411Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-17T07:29:56.411Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-17T07:29:56.411Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-17T07:29:56.411Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-17T07:29:56.411Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-17T07:29:56.411Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-17T07:29:56.411Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-17T07:29:56.685Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-17T07:29:56.685Z] go: finding github.com/kr/text v0.1.0 [2020-03-17T07:29:56.685Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-17T07:29:56.685Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-17T07:29:56.685Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-17T07:29:56.962Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-17T07:29:56.962Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-17T07:29:56.962Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-17T07:29:57.238Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-17T07:29:57.238Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-17T07:29:57.238Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-17T07:29:57.530Z] go: finding github.com/kr/pty v1.1.1 [2020-03-17T07:29:57.530Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-17T07:29:57.530Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-17T07:29:57.530Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-17T07:29:58.465Z] ---> Running in 7b22b610a2b6 [2020-03-17T07:29:58.465Z] Removing intermediate container 7b22b610a2b6 [2020-03-17T07:29:58.465Z] ---> a913890cf47b [2020-03-17T07:29:58.465Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-17T07:29:58.465Z] ---> Running in 852367b44874 [2020-03-17T07:29:59.581Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-17T07:29:59.581Z] go: finding golang.org/x/text v0.3.0 [2020-03-17T07:30:00.428Z] Removing intermediate container 852367b44874 [2020-03-17T07:30:00.428Z] ---> 5c5c507d2dee [2020-03-17T07:30:00.428Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-17T07:30:00.703Z] ---> Running in 0f13bfc2ffcc [2020-03-17T07:30:01.668Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-17T07:30:02.214Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-17T07:30:02.631Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-17T07:30:03.584Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-17T07:30:03.584Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-17T07:30:03.584Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-17T07:30:03.584Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-17T07:30:03.584Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-17T07:30:03.584Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-17T07:30:03.584Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-17T07:30:03.597Z] OK: 121 MiB in 39 packages [2020-03-17T07:30:04.569Z] Removing intermediate container 0f13bfc2ffcc [2020-03-17T07:30:04.569Z] ---> 008b9b267d66 [2020-03-17T07:30:04.569Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-03-17T07:30:04.784Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-17T07:30:04.837Z] ---> Running in 929031ef2892 [2020-03-17T07:30:05.418Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-17T07:30:05.423Z] Removing intermediate container 929031ef2892 [2020-03-17T07:30:05.423Z] ---> ee90cdd90f37 [2020-03-17T07:30:05.423Z] Step 7/8 : COPY . . [2020-03-17T07:30:06.546Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-17T07:30:06.546Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-17T07:30:06.546Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-17T07:30:06.546Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-17T07:30:06.546Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-17T07:30:06.546Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-17T07:30:06.546Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-17T07:30:06.546Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-17T07:30:06.546Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-17T07:30:06.856Z] ---> f5a22797b833 [2020-03-17T07:30:06.856Z] Step 8/8 : RUN go mod download [2020-03-17T07:30:06.856Z] ---> Running in 0df1b3b9a930 [2020-03-17T07:30:07.275Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-17T07:30:07.555Z] go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee [2020-03-17T07:30:07.555Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-17T07:30:07.555Z] go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 [2020-03-17T07:30:07.555Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-17T07:30:07.555Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-17T07:30:07.555Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-17T07:30:07.555Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-17T07:30:07.555Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-17T07:30:07.555Z] go: finding github.com/fatih/color v1.7.0 [2020-03-17T07:30:07.555Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-17T07:30:07.555Z] go: finding github.com/stretchr/testify v1.2.2 [2020-03-17T07:30:07.845Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-17T07:30:08.284Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-17T07:30:08.284Z] go: finding github.com/gorilla/mux v1.7.1 [2020-03-17T07:30:08.284Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-17T07:30:08.284Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-03-17T07:30:08.284Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-17T07:30:08.284Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-17T07:30:08.284Z] go: finding github.com/kr/pretty v0.1.0 [2020-03-17T07:30:08.496Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-17T07:30:08.496Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-17T07:30:08.496Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-17T07:30:08.496Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-17T07:30:08.496Z] go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc [2020-03-17T07:30:08.496Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-17T07:30:08.496Z] go: finding github.com/posener/complete v1.1.1 [2020-03-17T07:30:08.555Z] go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba [2020-03-17T07:30:08.827Z] go: finding github.com/kr/text v0.1.0 [2020-03-17T07:30:08.827Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-17T07:30:08.953Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-17T07:30:08.953Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-17T07:30:08.953Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-17T07:30:08.953Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-17T07:30:09.099Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-17T07:30:09.100Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-17T07:30:09.100Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-17T07:30:09.100Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-03-17T07:30:09.100Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-03-17T07:30:09.100Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-17T07:30:09.100Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-17T07:30:09.897Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-03-17T07:30:09.897Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-17T07:30:09.897Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-17T07:30:10.080Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-17T07:30:10.080Z] go: finding github.com/kr/pty v1.1.1 [2020-03-17T07:30:10.351Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-17T07:30:10.351Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-17T07:30:10.351Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-17T07:30:12.308Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-17T07:30:12.308Z] go: finding golang.org/x/text v0.3.0 [2020-03-17T07:30:14.922Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-17T07:30:15.518Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-17T07:30:15.518Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-17T07:30:15.518Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-17T07:30:15.518Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-17T07:30:15.518Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-17T07:30:15.518Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-17T07:30:15.518Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-17T07:30:16.495Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-17T07:30:16.495Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-17T07:30:17.090Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-17T07:30:17.090Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-17T07:30:17.090Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-17T07:30:17.090Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-17T07:30:17.090Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-17T07:30:17.090Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-17T07:30:17.090Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-17T07:30:17.364Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-17T07:30:17.364Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-17T07:30:18.339Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-17T07:30:18.339Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-17T07:30:18.339Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-17T07:30:18.339Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-17T07:30:18.612Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-17T07:30:18.612Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-17T07:30:18.613Z] go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 [2020-03-17T07:30:18.613Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-17T07:30:18.613Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-17T07:30:18.613Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-17T07:30:18.613Z] go: finding github.com/stretchr/testify v1.2.2 [2020-03-17T07:30:19.209Z] go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc [2020-03-17T07:30:19.809Z] go: finding github.com/fatih/color v1.7.0 [2020-03-17T07:30:19.809Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-17T07:30:19.809Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-17T07:30:19.809Z] go: finding github.com/posener/complete v1.1.1 [2020-03-17T07:30:19.809Z] go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee [2020-03-17T07:30:20.083Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-17T07:30:20.682Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-17T07:30:20.682Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-17T07:30:20.955Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-17T07:30:20.955Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-17T07:30:20.955Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-17T07:30:20.955Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-17T07:30:20.955Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-17T07:30:20.955Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-17T07:30:20.955Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-03-17T07:30:29.078Z] Removing intermediate container 5e8bcad49c32 [2020-03-17T07:30:29.079Z] ---> a36cababac7a [2020-03-17T07:30:29.079Z] Successfully built a36cababac7a [2020-03-17T07:30:29.079Z] 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-03-17T07:30:29.892Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-17T07:30:30.155Z] . [Pipeline] withDockerContainer [2020-03-17T07:30:30.328Z] prd-centos7-docker-4c-2g-862 does not seem to be running inside a container [2020-03-17T07:30:30.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat [2020-03-17T07:30:31.993Z] $ docker top 87f307ec8d0aad92cc1d16313db58381bdfef72290204d5664ede514081062b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-17T07:30:32.751Z] + go version [2020-03-17T07:30:33.013Z] go version go1.11.13 linux/amd64 [Pipeline] sh [2020-03-17T07:30:33.394Z] + make test [2020-03-17T07:30:33.394Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-17T07:30:35.349Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-17T07:30:50.622Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-17T07:30:50.622Z] GO111MODULE=on go vet ./... [2020-03-17T07:30:53.267Z] Removing intermediate container 0df1b3b9a930 [2020-03-17T07:30:53.267Z] ---> 0fa7b47e0377 [2020-03-17T07:30:53.267Z] Successfully built 0fa7b47e0377 [2020-03-17T07:30:53.267Z] 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-03-17T07:30:54.019Z] + docker inspect -f . ci-base-image-arm64 [2020-03-17T07:30:54.019Z] . [Pipeline] withDockerContainer [2020-03-17T07:30:54.619Z] prd-ubuntu18.04-docker-arm64-4c-16g-861 does not seem to be running inside a container [2020-03-17T07:30:54.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-arm64 cat [2020-03-17T07:30:56.056Z] $ docker top d34f3ae25f47287a256c4f4abf5bdf9e338c484c683a51a9e878e9e5981cbf50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-17T07:30:57.136Z] + go version [2020-03-17T07:30:57.136Z] go version go1.11.13 linux/arm64 [Pipeline] sh [Pipeline] stash [2020-03-17T07:30:57.801Z] + make test [2020-03-17T07:30:57.801Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-17T07:30:58.103Z] Stashed 1 file(s) [Pipeline] } [2020-03-17T07:30:58.107Z] $ docker stop --time=1 87f307ec8d0aad92cc1d16313db58381bdfef72290204d5664ede514081062b9 [2020-03-17T07:30:59.216Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-03-17T07:30:59.715Z] $ docker rm -f 87f307ec8d0aad92cc1d16313db58381bdfef72290204d5664ede514081062b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-17T07:31:01.813Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-17T07:31:02.196Z] + ls -al . [2020-03-17T07:31:02.196Z] total 72 [2020-03-17T07:31:02.196Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 17 07:30 . [2020-03-17T07:31:02.196Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 07:29 .. [2020-03-17T07:31:02.196Z] drwxrwxr-x. 8 jenkins jenkins 119 Mar 17 07:29 app [2020-03-17T07:31:02.196Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 17 07:29 assets [2020-03-17T07:31:02.196Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 17 07:29 bin [2020-03-17T07:31:02.196Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 17 07:29 cmd [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 17 07:29 CONTRIBUTING.md [2020-03-17T07:31:02.196Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 17 07:30 coverage.out [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 839 Mar 17 07:29 Dockerfile [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 898 Mar 17 07:29 Dockerfile.build [2020-03-17T07:31:02.196Z] drwxrwxr-x. 4 jenkins jenkins 53 Mar 17 07:29 docs [2020-03-17T07:31:02.196Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 07:29 .git [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 123 Mar 17 07:29 .gitignore [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 522 Mar 17 07:29 go.mod [2020-03-17T07:31:02.196Z] -rw-r--r--. 1 jenkins jenkins 8727 Mar 17 07:30 go.sum [2020-03-17T07:31:02.196Z] drwxrwxr-x. 3 jenkins jenkins 17 Mar 17 07:29 internal [2020-03-17T07:31:02.196Z] -rw-rw-r--. 1 jenkins jenkins 675 Mar 17 07:29 Jenkinsfile [2020-03-17T07:31:02.197Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 17 07:29 LICENSE [2020-03-17T07:31:02.197Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 17 07:29 Makefile [2020-03-17T07:31:02.197Z] -rw-rw-r--. 1 jenkins jenkins 3392 Mar 17 07:29 README.md [2020-03-17T07:31:02.197Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 17 07:29 .semver [2020-03-17T07:31:02.197Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 17 07:29 snap [2020-03-17T07:31:02.197Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 07:27 VERSION [2020-03-17T07:31:02.197Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 17 07:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:31:02.531Z] + 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=431077e0d7d76dd7ae35f1c99b28985565bb3e5f --label arch=amd64 --label version=0.0.0 . [2020-03-17T07:31:03.121Z] Sending build context to Docker daemon 10.77MB [2020-03-17T07:31:03.121Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-17T07:31:03.121Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-17T07:31:03.121Z] ---> a36cababac7a [2020-03-17T07:31:03.121Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-17T07:31:03.121Z] ---> Running in 416e377f45c8 [2020-03-17T07:31:03.390Z] Removing intermediate container 416e377f45c8 [2020-03-17T07:31:03.390Z] ---> 03512fefb9d1 [2020-03-17T07:31:03.390Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-17T07:31:03.390Z] ---> Running in 304cd1fdb2b1 [2020-03-17T07:31:03.661Z] Removing intermediate container 304cd1fdb2b1 [2020-03-17T07:31:03.661Z] ---> 0c751c700a95 [2020-03-17T07:31:03.661Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-17T07:31:03.661Z] ---> Running in b32d5bdd55f5 [2020-03-17T07:31:03.924Z] Removing intermediate container b32d5bdd55f5 [2020-03-17T07:31:03.924Z] ---> e187f8c16ae7 [2020-03-17T07:31:03.924Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-17T07:31:03.924Z] ---> Running in ccf2f3ccc0d9 [2020-03-17T07:31:04.187Z] Removing intermediate container ccf2f3ccc0d9 [2020-03-17T07:31:04.187Z] ---> 0c2d56f3680a [2020-03-17T07:31:04.188Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-17T07:31:04.450Z] ---> Running in af78a5e97a8d [2020-03-17T07:31:04.712Z] Removing intermediate container af78a5e97a8d [2020-03-17T07:31:04.712Z] ---> 9fb30c3796a5 [2020-03-17T07:31:04.712Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-17T07:31:04.712Z] ---> Running in 0443c091b91a [2020-03-17T07:31:05.653Z] Removing intermediate container 0443c091b91a [2020-03-17T07:31:05.653Z] ---> 0f21bcf37aee [2020-03-17T07:31:05.653Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-17T07:31:05.653Z] ---> Running in 54bf3e5ab9c2 [2020-03-17T07:31:05.929Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-17T07:31:07.350Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-17T07:31:07.930Z] OK: 134 MiB in 39 packages [2020-03-17T07:31:08.551Z] Removing intermediate container 54bf3e5ab9c2 [2020-03-17T07:31:08.551Z] ---> 4996ad618eba [2020-03-17T07:31:08.551Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-17T07:31:08.551Z] ---> Running in 77030da90217 [2020-03-17T07:31:08.551Z] Removing intermediate container 77030da90217 [2020-03-17T07:31:08.551Z] ---> a5d63097b550 [2020-03-17T07:31:08.551Z] Step 11/23 : COPY go.mod . [2020-03-17T07:31:08.852Z] ---> 18e40b039e6f [2020-03-17T07:31:08.852Z] Step 12/23 : COPY Makefile . [2020-03-17T07:31:09.112Z] ---> de882873c4e6 [2020-03-17T07:31:09.112Z] Step 13/23 : RUN make update [2020-03-17T07:31:09.112Z] ---> Running in e5c742819c01 [2020-03-17T07:31:09.684Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-17T07:31:09.952Z] Removing intermediate container e5c742819c01 [2020-03-17T07:31:09.952Z] ---> 0887d4540e63 [2020-03-17T07:31:09.952Z] Step 14/23 : COPY . . [2020-03-17T07:31:10.531Z] ---> a2deaa98daef [2020-03-17T07:31:10.531Z] Step 15/23 : RUN ${MAKE} [2020-03-17T07:31:10.531Z] ---> Running in 83d70501e456 [2020-03-17T07:31:11.110Z] 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-03-17T07:31:25.955Z] ? github.com/edgexfoundry/edgex-ui-go/app [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-03-17T07:31:25.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-03-17T07:31:25.956Z] GO111MODULE=on go vet ./... [2020-03-17T07:31:26.464Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-17T07:31:29.984Z] Removing intermediate container 83d70501e456 [2020-03-17T07:31:29.984Z] ---> 8d94b7f31484 [2020-03-17T07:31:29.984Z] Step 16/23 : FROM alpine [2020-03-17T07:31:30.701Z] latest: Pulling from library/alpine [2020-03-17T07:31:30.701Z] c9b1b535fdd9: Pulling fs layer [2020-03-17T07:31:31.437Z] c9b1b535fdd9: Verifying Checksum [2020-03-17T07:31:31.437Z] c9b1b535fdd9: Download complete [2020-03-17T07:31:32.045Z] c9b1b535fdd9: Pull complete [2020-03-17T07:31:32.045Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-17T07:31:32.045Z] Status: Downloaded newer image for alpine:latest [2020-03-17T07:31:32.045Z] ---> e7d92cdc71fe [2020-03-17T07:31:32.045Z] Step 17/23 : EXPOSE 4000 [2020-03-17T07:31:32.045Z] ---> Running in 631705f23116 [2020-03-17T07:31:32.045Z] Removing intermediate container 631705f23116 [2020-03-17T07:31:32.045Z] ---> 8545fa1c6493 [2020-03-17T07:31:32.045Z] Step 18/23 : 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-03-17T07:31:33.028Z] ---> 6e7c19a2d478 [2020-03-17T07:31:33.028Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-17T07:31:33.028Z] ---> Running in 6c030f787e0d [2020-03-17T07:31:33.302Z] Removing intermediate container 6c030f787e0d [2020-03-17T07:31:33.302Z] ---> 4f8d5351f388 [2020-03-17T07:31:33.302Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-17T07:31:33.302Z] ---> Running in 2de276d92581 [2020-03-17T07:31:33.302Z] Removing intermediate container 2de276d92581 [2020-03-17T07:31:33.302Z] ---> db119d293ca0 [2020-03-17T07:31:33.302Z] Step 21/23 : LABEL arch=amd64 [2020-03-17T07:31:33.579Z] ---> Running in 243c061cdc58 [2020-03-17T07:31:33.860Z] Removing intermediate container 243c061cdc58 [2020-03-17T07:31:33.860Z] ---> 2b179496ccb2 [2020-03-17T07:31:33.860Z] Step 22/23 : LABEL git_sha=431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:31:33.860Z] ---> Running in bfae5cfc6f24 [2020-03-17T07:31:34.128Z] Removing intermediate container bfae5cfc6f24 [2020-03-17T07:31:34.128Z] ---> a8b813feefd4 [2020-03-17T07:31:34.128Z] Step 23/23 : LABEL version=0.0.0 [2020-03-17T07:31:34.389Z] ---> Running in 5cf8267e8a4c [2020-03-17T07:31:34.389Z] Removing intermediate container 5cf8267e8a4c [2020-03-17T07:31:34.389Z] ---> c94be60993f0 [2020-03-17T07:31:34.389Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-17T07:31:34.652Z] Successfully built c94be60993f0 [2020-03-17T07:31:34.652Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash [2020-03-17T07:31:38.358Z] Warning: overwriting stash ‘coverage-report’ [2020-03-17T07:31:38.749Z] Stashed 1 file(s) [Pipeline] } [2020-03-17T07:31:38.748Z] $ docker stop --time=1 d34f3ae25f47287a256c4f4abf5bdf9e338c484c683a51a9e878e9e5981cbf50 [2020-03-17T07:31:40.960Z] $ docker rm -f d34f3ae25f47287a256c4f4abf5bdf9e338c484c683a51a9e878e9e5981cbf50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-17T07:31:42.224Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-17T07:31:42.556Z] + ls -al . [2020-03-17T07:31:42.556Z] total 112 [2020-03-17T07:31:42.556Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 17 07:30 . [2020-03-17T07:31:42.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 07:29 .. [2020-03-17T07:31:42.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 07:29 .git [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 123 Mar 17 07:29 .gitignore [2020-03-17T07:31:42.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 07:29 .semver [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 17 07:29 CONTRIBUTING.md [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 839 Mar 17 07:29 Dockerfile [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 898 Mar 17 07:29 Dockerfile.build [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 675 Mar 17 07:29 Jenkinsfile [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 17 07:29 LICENSE [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 17 07:29 Makefile [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 3392 Mar 17 07:29 README.md [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 07:27 VERSION [2020-03-17T07:31:42.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 07:29 app [2020-03-17T07:31:42.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 07:29 assets [2020-03-17T07:31:42.556Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 07:29 bin [2020-03-17T07:31:42.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 07:29 cmd [2020-03-17T07:31:42.556Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 17 07:30 coverage.out [2020-03-17T07:31:42.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 07:29 docs [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 522 Mar 17 07:29 go.mod [2020-03-17T07:31:42.556Z] -rw-r--r-- 1 jenkins jenkins 8727 Mar 17 07:30 go.sum [2020-03-17T07:31:42.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 07:29 internal [2020-03-17T07:31:42.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 07:29 snap [2020-03-17T07:31:42.556Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 17 07:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:31:42.915Z] + 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=431077e0d7d76dd7ae35f1c99b28985565bb3e5f --label arch=arm64 --label version=0.0.0 . [2020-03-17T07:31:43.514Z] Sending build context to Docker daemon 10.77MB [2020-03-17T07:31:43.514Z] Step 1/23 : ARG BASE=golang:1.11-alpine [2020-03-17T07:31:43.514Z] Step 2/23 : FROM ${BASE} AS builder [2020-03-17T07:31:43.514Z] ---> 0fa7b47e0377 [2020-03-17T07:31:43.514Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-03-17T07:31:43.802Z] ---> Running in 8b331ee31b08 [2020-03-17T07:31:44.388Z] Removing intermediate container 8b331ee31b08 [2020-03-17T07:31:44.388Z] ---> 3c8de36cbc09 [2020-03-17T07:31:44.388Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2020-03-17T07:31:44.388Z] ---> Running in f1c474610e4e [2020-03-17T07:31:44.655Z] Removing intermediate container f1c474610e4e [2020-03-17T07:31:44.655Z] ---> 4f19ad2395b8 [2020-03-17T07:31:44.655Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2020-03-17T07:31:44.921Z] ---> Running in a375576007a2 [2020-03-17T07:31:45.186Z] Removing intermediate container a375576007a2 [2020-03-17T07:31:45.186Z] ---> cf0aac5323a1 [2020-03-17T07:31:45.186Z] Step 6/23 : LABEL Name=edgex-ui-go [2020-03-17T07:31:45.186Z] ---> Running in b42be8df52e8 [2020-03-17T07:31:45.772Z] Removing intermediate container b42be8df52e8 [2020-03-17T07:31:45.772Z] ---> 67412a3ea888 [2020-03-17T07:31:45.772Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-03-17T07:31:45.772Z] ---> Running in 17a7865ec36b [2020-03-17T07:31:46.038Z] Removing intermediate container 17a7865ec36b [2020-03-17T07:31:46.038Z] ---> 1a1a0b187d01 [2020-03-17T07:31:46.038Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-17T07:31:46.307Z] ---> Running in 68af630bf2f6 [2020-03-17T07:31:47.736Z] Removing intermediate container 68af630bf2f6 [2020-03-17T07:31:47.736Z] ---> 0afab1df98ea [2020-03-17T07:31:47.736Z] Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-17T07:31:48.003Z] ---> Running in 12af00b1cd41 [2020-03-17T07:31:48.966Z] fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-03-17T07:31:50.370Z] fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-03-17T07:31:51.791Z] OK: 121 MiB in 39 packages [2020-03-17T07:31:52.755Z] Removing intermediate container 12af00b1cd41 [2020-03-17T07:31:52.755Z] ---> bf16124ff637 [2020-03-17T07:31:52.755Z] Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-03-17T07:31:52.755Z] ---> Running in 302e0d52a177 [2020-03-17T07:31:53.021Z] Removing intermediate container 302e0d52a177 [2020-03-17T07:31:53.021Z] ---> fef4a5caab13 [2020-03-17T07:31:53.021Z] Step 11/23 : COPY go.mod . [2020-03-17T07:31:53.607Z] ---> 90a49e462e4a [2020-03-17T07:31:53.607Z] Step 12/23 : COPY Makefile . [2020-03-17T07:31:53.876Z] ---> ee97f8f6915b [2020-03-17T07:31:53.876Z] Step 13/23 : RUN make update [2020-03-17T07:31:54.143Z] ---> Running in fb88b9e7fd77 [2020-03-17T07:31:55.107Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-03-17T07:31:56.080Z] Removing intermediate container fb88b9e7fd77 [2020-03-17T07:31:56.080Z] ---> db2ade44c51e [2020-03-17T07:31:56.080Z] Step 14/23 : COPY . . [2020-03-17T07:31:57.498Z] ---> 14e437e5f467 [2020-03-17T07:31:57.498Z] Step 15/23 : RUN ${MAKE} [2020-03-17T07:31:57.498Z] ---> Running in 9b6e0e1bf0b8 [2020-03-17T07:31:58.461Z] 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-03-17T07:32:20.589Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-17T07:32:28.817Z] Removing intermediate container 9b6e0e1bf0b8 [2020-03-17T07:32:28.817Z] ---> b0f6e70ce15f [2020-03-17T07:32:28.817Z] Step 16/23 : FROM alpine [2020-03-17T07:32:29.083Z] latest: Pulling from library/alpine [2020-03-17T07:32:29.083Z] 8fa90b21c985: Pulling fs layer [2020-03-17T07:32:29.670Z] 8fa90b21c985: Verifying Checksum [2020-03-17T07:32:29.670Z] 8fa90b21c985: Download complete [2020-03-17T07:32:30.258Z] 8fa90b21c985: Pull complete [2020-03-17T07:32:30.258Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-17T07:32:30.258Z] Status: Downloaded newer image for alpine:latest [2020-03-17T07:32:30.258Z] ---> 6e4716cdcf7a [2020-03-17T07:32:30.258Z] Step 17/23 : EXPOSE 4000 [2020-03-17T07:32:30.527Z] ---> Running in 3207b0ee6ead [2020-03-17T07:32:30.795Z] Removing intermediate container 3207b0ee6ead [2020-03-17T07:32:30.795Z] ---> cccbd98143c9 [2020-03-17T07:32:30.795Z] Step 18/23 : 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-03-17T07:32:32.750Z] ---> 1a7e26931b7b [2020-03-17T07:32:32.750Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-03-17T07:32:32.750Z] ---> Running in e7ff95431ead [2020-03-17T07:32:33.018Z] Removing intermediate container e7ff95431ead [2020-03-17T07:32:33.018Z] ---> 0e2a043f9b04 [2020-03-17T07:32:33.018Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] [2020-03-17T07:32:33.018Z] ---> Running in 1e7e1d0f5cd1 [2020-03-17T07:32:33.286Z] Removing intermediate container 1e7e1d0f5cd1 [2020-03-17T07:32:33.286Z] ---> 26e66c18fcc1 [2020-03-17T07:32:33.286Z] Step 21/23 : LABEL arch=arm64 [2020-03-17T07:32:33.554Z] ---> Running in b299b119d758 [2020-03-17T07:32:33.822Z] Removing intermediate container b299b119d758 [2020-03-17T07:32:33.822Z] ---> 90358b458503 [2020-03-17T07:32:33.822Z] Step 22/23 : LABEL git_sha=431077e0d7d76dd7ae35f1c99b28985565bb3e5f [2020-03-17T07:32:34.096Z] ---> Running in 251406c7b948 [2020-03-17T07:32:34.364Z] Removing intermediate container 251406c7b948 [2020-03-17T07:32:34.364Z] ---> 749cd6a27e71 [2020-03-17T07:32:34.364Z] Step 23/23 : LABEL version=0.0.0 [2020-03-17T07:32:34.364Z] ---> Running in 686e321e2f1b [2020-03-17T07:32:34.631Z] Removing intermediate container 686e321e2f1b [2020-03-17T07:32:34.631Z] ---> 8ca95a033475 [2020-03-17T07:32:34.631Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-17T07:32:34.896Z] Successfully built 8ca95a033475 [2020-03-17T07:32:34.896Z] 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] } [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-03-17T07:32:36.114Z] provisioning config files... [2020-03-17T07:32:36.126Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/config5388153693756470001tmp [Pipeline] { [Pipeline] sh [2020-03-17T07:32:36.505Z] + curl -s https://codecov.io/bash [2020-03-17T07:32:36.505Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/config5388153693756470001tmp [2020-03-17T07:32:36.768Z] [2020-03-17T07:32:36.768Z] _____ _ [2020-03-17T07:32:36.768Z] / ____| | | [2020-03-17T07:32:36.768Z] | | ___ __| | ___ ___ _____ __ [2020-03-17T07:32:36.768Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-17T07:32:36.768Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-17T07:32:36.768Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-17T07:32:36.768Z] Bash-20200316-40b1c41 [2020-03-17T07:32:36.768Z] [2020-03-17T07:32:36.768Z] [2020-03-17T07:32:36.768Z] ==> Jenkins CI detected. [2020-03-17T07:32:36.768Z] project root: . [2020-03-17T07:32:36.768Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-17T07:32:36.768Z] ==> Running gcov in . (disable via -X gcov) [2020-03-17T07:32:36.768Z] ==> Python coveragepy not found [2020-03-17T07:32:36.768Z] ==> Searching for coverage reports in: [2020-03-17T07:32:36.768Z] + . [2020-03-17T07:32:36.768Z] -> Found 1 reports [2020-03-17T07:32:36.768Z] ==> Detecting git/mercurial file structure [2020-03-17T07:32:36.768Z] ==> Reading reports [2020-03-17T07:32:36.768Z] + ./coverage.out bytes=10 [2020-03-17T07:32:36.768Z] ==> Appending adjustments [2020-03-17T07:32:36.768Z] http://docs.codecov.io/docs/fixing-reports [2020-03-17T07:32:37.030Z] + Found adjustments [2020-03-17T07:32:37.030Z] ==> Gzipping contents [2020-03-17T07:32:37.030Z] ==> Uploading reports [2020-03-17T07:32:37.030Z] url: https://codecov.io [2020-03-17T07:32:37.030Z] query: branch=PR-169&commit=431077e0d7d76dd7ae35f1c99b28985565bb3e5f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=169&job= [2020-03-17T07:32:37.030Z] -> Pinging Codecov [2020-03-17T07:32:37.030Z] https://codecov.io/upload/v4?package=bash-20200316-40b1c41&token=secret&branch=PR-169&commit=431077e0d7d76dd7ae35f1c99b28985565bb3e5f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=169&job= [2020-03-17T07:32:37.292Z] -> Uploading [2020-03-17T07:32:37.871Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/431077e0d7d76dd7ae35f1c99b28985565bb3e5f [Pipeline] } [2020-03-17T07:32:37.880Z] 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-03-17T07:32:39.133Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-17T07:32:39.466Z] ---> package-listing.sh [2020-03-17T07:32:39.466Z] ++ facter osfamily [2020-03-17T07:32:39.466Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-17T07:32:39.466Z] + OS_FAMILY=redhat [2020-03-17T07:32:39.466Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-169 [2020-03-17T07:32:39.466Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-17T07:32:39.466Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-17T07:32:39.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-17T07:32:39.466Z] + PACKAGES=/tmp/packages_start.txt [2020-03-17T07:32:39.466Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-169 ']' [2020-03-17T07:32:39.466Z] + PACKAGES=/tmp/packages_end.txt [2020-03-17T07:32:39.466Z] + case "${OS_FAMILY}" in [2020-03-17T07:32:39.466Z] + rpm -qa [2020-03-17T07:32:39.466Z] + sort [2020-03-17T07:32:43.689Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-17T07:32:43.689Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-17T07:32:43.689Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-17T07:32:43.689Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-169 ']' [2020-03-17T07:32:43.689Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-169/archives/ [2020-03-17T07:32:43.689Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:32:44.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-17T07:32:44.150Z] [2020-03-17T07:32:44.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-17T07:32:44.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-17T07:32:44.490Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-17T07:32:44.490Z] c9b1b535fdd9: Pulling fs layer [2020-03-17T07:32:44.490Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-17T07:32:44.490Z] 756a868c4378: Pulling fs layer [2020-03-17T07:32:44.490Z] 444b2fc9a129: Pulling fs layer [2020-03-17T07:32:44.490Z] ea15f1150254: Pulling fs layer [2020-03-17T07:32:44.490Z] 41b27a9f41bf: Pulling fs layer [2020-03-17T07:32:44.490Z] 28c525ee5125: Pulling fs layer [2020-03-17T07:32:44.490Z] 094b1ea09ed8: Pulling fs layer [2020-03-17T07:32:44.490Z] 138eaada9080: Pulling fs layer [2020-03-17T07:32:44.490Z] 0622d0fa9048: Pulling fs layer [2020-03-17T07:32:44.490Z] 28c525ee5125: Waiting [2020-03-17T07:32:44.490Z] 094b1ea09ed8: Waiting [2020-03-17T07:32:44.490Z] 444b2fc9a129: Waiting [2020-03-17T07:32:44.490Z] 138eaada9080: Waiting [2020-03-17T07:32:44.490Z] 0622d0fa9048: Waiting [2020-03-17T07:32:44.490Z] ea15f1150254: Waiting [2020-03-17T07:32:44.490Z] 41b27a9f41bf: Waiting [2020-03-17T07:32:44.490Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-17T07:32:44.490Z] 2cc5ad85d9ab: Download complete [2020-03-17T07:32:44.490Z] 444b2fc9a129: Verifying Checksum [2020-03-17T07:32:44.490Z] 444b2fc9a129: Download complete [2020-03-17T07:32:44.490Z] c9b1b535fdd9: Verifying Checksum [2020-03-17T07:32:44.490Z] c9b1b535fdd9: Download complete [2020-03-17T07:32:44.769Z] ea15f1150254: Verifying Checksum [2020-03-17T07:32:44.769Z] ea15f1150254: Download complete [2020-03-17T07:32:44.769Z] 28c525ee5125: Verifying Checksum [2020-03-17T07:32:44.769Z] 28c525ee5125: Download complete [2020-03-17T07:32:45.040Z] c9b1b535fdd9: Pull complete [2020-03-17T07:32:45.040Z] 756a868c4378: Verifying Checksum [2020-03-17T07:32:45.040Z] 756a868c4378: Download complete [2020-03-17T07:32:45.317Z] 094b1ea09ed8: Verifying Checksum [2020-03-17T07:32:45.317Z] 094b1ea09ed8: Download complete [2020-03-17T07:32:45.331Z] 0622d0fa9048: Verifying Checksum [2020-03-17T07:32:45.331Z] 0622d0fa9048: Download complete [2020-03-17T07:32:45.331Z] 138eaada9080: Verifying Checksum [2020-03-17T07:32:45.331Z] 138eaada9080: Download complete [2020-03-17T07:32:45.331Z] 2cc5ad85d9ab: Pull complete [2020-03-17T07:32:45.909Z] 41b27a9f41bf: Verifying Checksum [2020-03-17T07:32:45.909Z] 41b27a9f41bf: Download complete [2020-03-17T07:32:46.853Z] 756a868c4378: Pull complete [2020-03-17T07:32:46.853Z] 444b2fc9a129: Pull complete [2020-03-17T07:32:47.112Z] ea15f1150254: Pull complete [2020-03-17T07:32:50.414Z] 41b27a9f41bf: Pull complete [2020-03-17T07:32:50.676Z] 28c525ee5125: Pull complete [2020-03-17T07:32:52.597Z] 094b1ea09ed8: Pull complete [2020-03-17T07:32:52.855Z] 138eaada9080: Pull complete [2020-03-17T07:32:53.121Z] 0622d0fa9048: Pull complete [2020-03-17T07:32:53.121Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-17T07:32:53.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-17T07:32:53.278Z] prd-centos7-docker-4c-2g-860 does not seem to be running inside a container [2020-03-17T07:32:53.318Z] $ 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-169 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-169:/w/workspace/edgexfoundry_edgex-ui-go_PR-169:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-169@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-17T07:32:54.307Z] $ docker top bc596ebfd36912965a00a3136d0eef40fb7aef302eb861bb7a810701c919f97b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-17T07:32:54.595Z] provisioning config files... [2020-03-17T07:32:54.609Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-169@tmp/config5562172444353662729tmp [Pipeline] { [Pipeline] echo [2020-03-17T07:32:54.680Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-17T07:32:54.980Z] ---> create-netrc.sh [Pipeline] echo [2020-03-17T07:32:54.987Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-17T07:32:55.280Z] ---> logs-deploy.sh [2020-03-17T07:32:55.280Z] + ARCHIVE_ARTIFACTS= [2020-03-17T07:32:55.280Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-17T07:32:55.280Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-17T07:32:55.280Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-17T07:32:55.280Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-169/2 [2020-03-17T07:32:55.280Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-169/2/ [2020-03-17T07:32:55.280Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-169/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-169 [2020-03-17T07:32:56.216Z] Archives upload complete. [2020-03-17T07:32:56.475Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-169/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-169/2/