Pull request #161 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 4062d1749bee7d679579284a069910a3b011c935 rather than e8fec73335073b189fd34a3146ff8ba5995150a6 Obtained Jenkinsfile from 4062d1749bee7d679579284a069910a3b011c935 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-52 in /w/workspace/edgexfoundry_edgex-ui-go_PR-161 [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-161 # 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/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4062d1749bee7d679579284a069910a3b011c935 into PR head commit e8fec73335073b189fd34a3146ff8ba5995150a6 Merge succeeded, producing e8fec73335073b189fd34a3146ff8ba5995150a6 Checking out Revision e8fec73335073b189fd34a3146ff8ba5995150a6 (PR-161) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/161/head:refs/remotes/origin/PR-161 # 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/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # 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 4062d1749bee7d679579284a069910a3b011c935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # timeout=10 Commit message: "download profile function finish" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:15:14 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 07:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:16 07:15:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:15:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:16 latest: Pulling from edgex-devops/git-semver 07:15:16 9123ac7c32f7: Pulling fs layer 07:15:16 b8cc5d1170e3: Pulling fs layer 07:15:16 2924cbbf6a41: Pulling fs layer 07:15:16 93b08a4f1073: Pulling fs layer 07:15:16 93b08a4f1073: Waiting 07:15:16 b8cc5d1170e3: Verifying Checksum 07:15:16 b8cc5d1170e3: Download complete 07:15:16 9123ac7c32f7: Verifying Checksum 07:15:16 9123ac7c32f7: Download complete 07:15:16 93b08a4f1073: Verifying Checksum 07:15:16 93b08a4f1073: Download complete 07:15:16 2924cbbf6a41: Verifying Checksum 07:15:16 2924cbbf6a41: Download complete 07:15:16 9123ac7c32f7: Pull complete 07:15:16 b8cc5d1170e3: Pull complete 07:15:17 2924cbbf6a41: Pull complete 07:15:17 93b08a4f1073: Pull complete 07:15:17 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 07:15:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:15:17 prd-centos7-docker-4c-2g-52 does not seem to be running inside a container 07:15:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-161 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-161:/w/workspace/edgexfoundry_edgex-ui-go_PR-161:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-161@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:15:18 $ docker top 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:15:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:18 [ssh-agent] Looking for ssh-agent implementation... 07:15:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:19 $ docker exec 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e ssh-agent 07:15:19 SSH_AUTH_SOCK=/tmp/ssh-7oQDVBFs36AT/agent.15 07:15:19 SSH_AGENT_PID=22 07:15:19 Running ssh-add (command line suppressed) 07:15:19 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/private_key_4997737459534162012.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/private_key_4997737459534162012.key) 07:15:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:19 + git describe --exact-match --tags HEAD 07:15:19 fatal: No names found, cannot describe anything. [Pipeline] } 07:15:19 $ docker exec --env ******** --env ******** 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e ssh-agent -k 07:15:20 unset SSH_AUTH_SOCK; 07:15:20 unset SSH_AGENT_PID; 07:15:20 echo Agent pid 22 killed; 07:15:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:15:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:15:20 This usually means this commit has not been tagged. [Pipeline] sshagent 07:15:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:20 [ssh-agent] Looking for ssh-agent implementation... 07:15:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:20 $ docker exec 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e ssh-agent 07:15:20 SSH_AUTH_SOCK=/tmp/ssh-VwVIe6pK7o7n/agent.57 07:15:20 SSH_AGENT_PID=64 07:15:20 Running ssh-add (command line suppressed) 07:15:20 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/private_key_710920522437699915.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/private_key_710920522437699915.key) 07:15:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:21 + git semver init 07:15:21 # -> Open(): unable to determine branch for HEAD 07:15:21 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-161/.git 07:15:21 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-161 07:15:21 # $SEMVER_REMOTE_NAME = origin 07:15:21 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 07:15:21 # $SEMVER_USER_NAME = jenkins 07:15:21 # $SEMVER_BRANCH = PR-161 07:15:21 # $SEMVER_TEMP = /tmp/semver-230485809 07:15:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:15:22 # '/tmp/semver-230485809' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-161/.semver' 07:15:22 # -> Force: false 07:15:22 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-161/.semver [Pipeline] } 07:15:22 $ docker exec --env ******** --env ******** 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e ssh-agent -k 07:15:22 unset SSH_AUTH_SOCK; 07:15:22 unset SSH_AGENT_PID; 07:15:22 echo Agent pid 64 killed; 07:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:22 + git semver [Pipeline] } 07:15:22 $ docker stop --time=1 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e 07:15:24 $ docker rm -f 08d0bf1d477227db6d1f1e96ca886da2b5e97a1b694d5017f9ccfee38a79466e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:15:24 Stashed 23 file(s) [Pipeline] echo 07:15:24 [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 07:15:40 Still waiting to schedule task 07:15:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:15:40 Still waiting to schedule task 07:15:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:17:21 Running on prd-centos7-docker-4c-2g-54 in /w/workspace/edgexfoundry_edgex-ui-go_PR-161 [Pipeline] { [Pipeline] ws 07:17:21 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:17:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-53 in /w/workspace/edgexfoundry_edgex-ui-go_PR-161 [Pipeline] { [Pipeline] ws 07:17:22 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:17:24 using credential edgex-jenkins-ssh 07:17:24 Cloning the remote Git repository 07:17:24 Cloning with configured refspecs honoured and without tags 07:17:25 Fetching without tags 07:17:24 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:17:24 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:17:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:17:24 > git --version # timeout=10 07:17:24 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:17:25 > git config --add remote.origin.fetch +refs/pull/161/head:refs/remotes/origin/PR-161 # timeout=10 07:17:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:17:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:25 Merging remotes/origin/master commit 4062d1749bee7d679579284a069910a3b011c935 into PR head commit e8fec73335073b189fd34a3146ff8ba5995150a6 07:17:25 Merge succeeded, producing e8fec73335073b189fd34a3146ff8ba5995150a6 07:17:25 Checking out Revision e8fec73335073b189fd34a3146ff8ba5995150a6 (PR-161) 07:17:25 > git config core.sparsecheckout # timeout=10 07:17:25 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # timeout=10 07:17:25 > git remote # timeout=10 07:17:25 > git config --get remote.origin.url # timeout=10 07:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:25 > git merge 4062d1749bee7d679579284a069910a3b011c935 # timeout=10 07:17:25 > git rev-parse HEAD^{commit} # timeout=10 07:17:25 > git config core.sparsecheckout # timeout=10 07:17:25 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # timeout=10 07:17:28 using credential edgex-jenkins-ssh 07:17:28 Cloning the remote Git repository 07:17:28 Cloning with configured refspecs honoured and without tags 07:17:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:17:28 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:17:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:17:28 > git --version # timeout=10 07:17:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:29 Fetching without tags 07:17:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:17:29 > git config --add remote.origin.fetch +refs/pull/161/head:refs/remotes/origin/PR-161 # timeout=10 07:17:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:17:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:17:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:29 Commit message: "download profile function finish" 07:17:30 Merging remotes/origin/master commit 4062d1749bee7d679579284a069910a3b011c935 into PR head commit e8fec73335073b189fd34a3146ff8ba5995150a6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:17:30 Merge succeeded, producing e8fec73335073b189fd34a3146ff8ba5995150a6 07:17:30 Checking out Revision e8fec73335073b189fd34a3146ff8ba5995150a6 (PR-161) [Pipeline] echo 07:17:30 ========================================================= 07:17:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine] 07:17:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:17:30 > git config core.sparsecheckout # timeout=10 07:17:30 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # timeout=10 07:17:30 > git remote # timeout=10 07:17:30 > git config --get remote.origin.url # timeout=10 07:17:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:30 > git merge 4062d1749bee7d679579284a069910a3b011c935 # timeout=10 07:17:30 > git rev-parse HEAD^{commit} # timeout=10 07:17:30 > git config core.sparsecheckout # timeout=10 07:17:30 > git checkout -f e8fec73335073b189fd34a3146ff8ba5995150a6 # timeout=10 07:17:31 + 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 . 07:17:32 Sending build context to Docker daemon 10.71MB 07:17:32 Step 1/8 : ARG BASE=golang:1.11-alpine 07:17:32 Step 2/8 : FROM ${BASE} 07:17:32 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:17:32 9d48c3bd43c5: Pulling fs layer 07:17:32 7f94eaf8af20: Pulling fs layer 07:17:32 9fe9984849c1: Pulling fs layer 07:17:32 ec448270508e: Pulling fs layer 07:17:32 65ba82af53f7: Pulling fs layer 07:17:32 07c18b20a200: Pulling fs layer 07:17:32 d9b3ee039db2: Pulling fs layer 07:17:32 8c79c1ac0d81: Pulling fs layer 07:17:32 ff40f1a7a0b9: Pulling fs layer 07:17:32 bdb43ae2d12f: Pulling fs layer 07:17:32 8e1ab0ef8490: Pulling fs layer 07:17:32 ec448270508e: Waiting 07:17:32 65ba82af53f7: Waiting 07:17:32 07c18b20a200: Waiting 07:17:32 d9b3ee039db2: Waiting 07:17:32 8c79c1ac0d81: Waiting 07:17:32 ff40f1a7a0b9: Waiting 07:17:32 bdb43ae2d12f: Waiting 07:17:32 8e1ab0ef8490: Waiting 07:17:32 9fe9984849c1: Verifying Checksum 07:17:32 9fe9984849c1: Download complete 07:17:32 7f94eaf8af20: Download complete 07:17:32 65ba82af53f7: Verifying Checksum 07:17:32 65ba82af53f7: Download complete 07:17:32 07c18b20a200: Verifying Checksum 07:17:32 07c18b20a200: Download complete 07:17:32 9d48c3bd43c5: Verifying Checksum 07:17:32 9d48c3bd43c5: Download complete 07:17:32 9d48c3bd43c5: Pull complete 07:17:33 d9b3ee039db2: Verifying Checksum 07:17:33 d9b3ee039db2: Download complete 07:17:33 ff40f1a7a0b9: Verifying Checksum 07:17:33 ff40f1a7a0b9: Download complete 07:17:33 7f94eaf8af20: Pull complete 07:17:34 bdb43ae2d12f: Verifying Checksum 07:17:34 bdb43ae2d12f: Download complete 07:17:34 9fe9984849c1: Pull complete 07:17:34 8c79c1ac0d81: Verifying Checksum 07:17:34 8c79c1ac0d81: Download complete 07:17:34 8e1ab0ef8490: Verifying Checksum 07:17:34 8e1ab0ef8490: Download complete 07:17:34 ec448270508e: Verifying Checksum 07:17:34 ec448270508e: Download complete 07:17:35 Commit message: "download profile function finish" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:17:36 ========================================================= 07:17:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine] 07:17:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:17:37 + 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 . 07:17:38 Sending build context to Docker daemon 10.71MB 07:17:38 Step 1/8 : ARG BASE=golang:1.11-alpine 07:17:38 Step 2/8 : FROM ${BASE} 07:17:39 1.11.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:17:39 29bddadc8f3f: Pulling fs layer 07:17:39 02bb20f2603b: Pulling fs layer 07:17:39 b62863a3550b: Pulling fs layer 07:17:39 9586258a13ea: Pulling fs layer 07:17:39 a8b2cbafd68c: Pulling fs layer 07:17:39 d1dd75721c92: Pulling fs layer 07:17:39 4e34fffdb759: Pulling fs layer 07:17:39 fd1d9eb628f9: Pulling fs layer 07:17:39 bd44c58b92db: Pulling fs layer 07:17:39 e5856e266cf4: Pulling fs layer 07:17:39 f0f88b30cdbb: Pulling fs layer 07:17:39 4e34fffdb759: Waiting 07:17:39 fd1d9eb628f9: Waiting 07:17:39 bd44c58b92db: Waiting 07:17:39 e5856e266cf4: Waiting 07:17:39 a8b2cbafd68c: Waiting 07:17:39 d1dd75721c92: Waiting 07:17:39 9586258a13ea: Waiting 07:17:39 f0f88b30cdbb: Waiting 07:17:39 b62863a3550b: Verifying Checksum 07:17:39 b62863a3550b: Download complete 07:17:39 02bb20f2603b: Download complete 07:17:39 a8b2cbafd68c: Verifying Checksum 07:17:39 a8b2cbafd68c: Download complete 07:17:39 d1dd75721c92: Verifying Checksum 07:17:39 d1dd75721c92: Download complete 07:17:39 29bddadc8f3f: Verifying Checksum 07:17:39 29bddadc8f3f: Download complete 07:17:40 29bddadc8f3f: Pull complete 07:17:40 02bb20f2603b: Pull complete 07:17:41 ec448270508e: Pull complete 07:17:41 65ba82af53f7: Pull complete 07:17:41 07c18b20a200: Pull complete 07:17:41 b62863a3550b: Pull complete 07:17:43 4e34fffdb759: Download complete 07:17:43 bd44c58b92db: Verifying Checksum 07:17:43 bd44c58b92db: Download complete 07:17:44 d9b3ee039db2: Pull complete 07:17:46 e5856e266cf4: Verifying Checksum 07:17:46 e5856e266cf4: Download complete 07:17:46 f0f88b30cdbb: Verifying Checksum 07:17:46 f0f88b30cdbb: Download complete 07:17:48 fd1d9eb628f9: Verifying Checksum 07:17:48 fd1d9eb628f9: Download complete 07:17:48 8c79c1ac0d81: Pull complete 07:17:48 ff40f1a7a0b9: Pull complete 07:17:49 bdb43ae2d12f: Pull complete 07:17:49 8e1ab0ef8490: Pull complete 07:17:49 Digest: sha256:c76e0edd79d4c6656119c378b17c5c9a3bdc51370d3ca27653326e6060dcfb5d 07:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.11.13-alpine 07:17:49 ---> 8acfeb908b63 07:17:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:17:49 9586258a13ea: Verifying Checksum 07:17:49 9586258a13ea: Download complete 07:17:49 ---> Running in c218bfa389d5 07:17:49 Removing intermediate container c218bfa389d5 07:17:49 ---> 73740f876994 07:17:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:17:49 ---> Running in 150f51cac718 07:17:51 Removing intermediate container 150f51cac718 07:17:51 ---> c5b0751e6172 07:17:51 Step 5/8 : RUN apk add --no-cache make git 07:17:51 ---> Running in 1b2c469f46bc 07:17:51 fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:17:52 fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:17:52 OK: 134 MiB in 39 packages 07:17:53 Removing intermediate container 1b2c469f46bc 07:17:53 ---> f748eeb95111 07:17:53 Step 6/8 : WORKDIR /edgex-ui-go 07:17:53 ---> Running in bbf1c63fe8cd 07:17:53 Removing intermediate container bbf1c63fe8cd 07:17:53 ---> 5c28e0a002f6 07:17:53 Step 7/8 : COPY . . 07:17:54 ---> 365f823aaade 07:17:54 Step 8/8 : RUN go mod download 07:17:54 ---> Running in 2a3b57930e8a 07:17:55 go: finding github.com/gorilla/websocket v1.4.0 07:17:55 go: finding github.com/gorilla/mux v1.7.1 07:17:55 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:17:55 go: finding github.com/BurntSushi/toml v0.3.1 07:17:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:17:55 go: finding github.com/kr/pretty v0.1.0 07:17:55 go: finding github.com/pelletier/go-toml v1.2.0 07:17:55 go: finding github.com/kr/text v0.1.0 07:17:55 go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba 07:17:55 go: finding github.com/mitchellh/copystructure v1.0.0 07:17:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:17:55 go: finding github.com/hashicorp/consul/api v1.1.0 07:17:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:17:55 go: finding github.com/stretchr/testify v1.3.0 07:17:55 go: finding github.com/pkg/errors v0.8.1 07:17:56 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 07:17:56 go: finding github.com/kr/pty v1.1.1 07:17:56 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:17:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:17:56 go: finding github.com/davecgh/go-spew v1.1.0 07:17:56 go: finding github.com/pmezard/go-difflib v1.0.0 07:17:56 go: finding github.com/stretchr/objx v0.1.0 07:17:57 go: finding golang.org/x/text v0.3.0 07:17:57 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:17:58 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 07:17:59 9586258a13ea: Pull complete 07:17:59 a8b2cbafd68c: Pull complete 07:17:59 d1dd75721c92: Pull complete 07:18:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:18:01 go: finding github.com/hashicorp/serf v0.8.2 07:18:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:18:01 go: finding github.com/hashicorp/go-uuid v1.0.1 07:18:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:18:01 go: finding github.com/mitchellh/mapstructure v1.1.2 07:18:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:18:01 go: finding github.com/mitchellh/go-homedir v1.0.0 07:18:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:18:01 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:18:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:18:01 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:18:01 go: finding github.com/hashicorp/memberlist v0.1.3 07:18:01 go: finding github.com/hashicorp/logutils v1.0.0 07:18:01 go: finding github.com/mitchellh/gox v0.4.0 07:18:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:18:01 go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee 07:18:01 go: finding github.com/hashicorp/mdns v1.0.0 07:18:01 go: finding github.com/hashicorp/go-syslog v1.0.0 07:18:02 go: finding github.com/mitchellh/iochan v1.0.0 07:18:02 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:18:02 go: finding github.com/mitchellh/cli v1.0.0 07:18:02 go: finding github.com/stretchr/testify v1.2.2 07:18:02 go: finding github.com/davecgh/go-spew v1.1.1 07:18:02 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:18:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:18:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:18:02 go: finding github.com/miekg/dns v1.0.14 07:18:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:18:02 go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 07:18:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:18:02 go: finding github.com/hashicorp/go.net v0.0.1 07:18:02 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:18:02 go: finding github.com/hashicorp/go-multierror v1.0.0 07:18:02 go: finding github.com/bgentry/speakeasy v0.1.0 07:18:02 go: finding github.com/mattn/go-colorable v0.0.9 07:18:03 go: finding github.com/mattn/go-isatty v0.0.3 07:18:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:18:03 go: finding github.com/hashicorp/go-uuid v1.0.0 07:18:03 go: finding github.com/hashicorp/golang-lru v0.5.0 07:18:03 go: finding github.com/fatih/color v1.7.0 07:18:03 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:18:03 go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc 07:18:03 go: finding github.com/hashicorp/errwrap v1.0.0 07:18:03 go: finding github.com/posener/complete v1.1.1 07:18:03 4e34fffdb759: Pull complete 07:18:07 fd1d9eb628f9: Pull complete 07:18:07 bd44c58b92db: Pull complete 07:18:09 e5856e266cf4: Pull complete 07:18:09 f0f88b30cdbb: Pull complete 07:18:09 Digest: sha256:0afe80e964ff91b821579eaa0e3b1ed78178dca0ccdefa3405e9e51f8d7def20 07:18:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.11.13-alpine 07:18:09 ---> 0be50c763560 07:18:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:18:14 ---> Running in 87db1335333a 07:18:14 Removing intermediate container 87db1335333a 07:18:14 ---> 7d3e4577b656 07:18:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:14 ---> Running in 4a6fa5ff8008 07:18:16 Removing intermediate container 4a6fa5ff8008 07:18:16 ---> 85154d3dd00f 07:18:16 Step 5/8 : RUN apk add --no-cache make git 07:18:16 ---> Running in 136b32b7ae3f 07:18:17 fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:18:18 fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:18:19 OK: 121 MiB in 39 packages 07:18:20 Removing intermediate container 136b32b7ae3f 07:18:20 ---> b8d8cdfb5521 07:18:20 Step 6/8 : WORKDIR /edgex-ui-go 07:18:20 ---> Running in 2fd20128bfea 07:18:20 Removing intermediate container 2fd20128bfea 07:18:20 ---> 563eb1ca919e 07:18:20 Step 7/8 : COPY . . 07:18:21 Removing intermediate container 2a3b57930e8a 07:18:21 ---> 884f2940ce60 07:18:21 Successfully built 884f2940ce60 07:18:21 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 07:18:22 + docker inspect -f . ci-base-image-x86_64 07:18:22 ---> a5cba4adceac 07:18:22 Step 8/8 : RUN go mod download 07:18:22 ---> Running in 200ad50a0b63 07:18:23 . [Pipeline] withDockerContainer 07:18:23 prd-centos7-docker-4c-2g-54 does not seem to be running inside a container 07:18:23 $ 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-x86_64 cat 07:18:23 go: finding github.com/kr/pretty v0.1.0 07:18:23 go: finding github.com/gorilla/mux v1.7.1 07:18:23 go: finding github.com/pelletier/go-toml v1.2.0 07:18:23 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:18:23 go: finding github.com/BurntSushi/toml v0.3.1 07:18:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:18:23 go: finding github.com/gorilla/websocket v1.4.0 07:18:23 go: finding golang.org/x/net v0.0.0-20190419010253-1f3472d942ba 07:18:24 $ docker top 13dd94230ed92e6c20c1fe61067b4f37400e2b6a6e50fdb56d49cb7cfd61ad9e -eo pid,comm 07:18:24 go: finding github.com/kr/text v0.1.0 07:18:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:18:24 go: finding github.com/mitchellh/copystructure v1.0.0 07:18:24 go: finding github.com/hashicorp/consul/api v1.1.0 07:18:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [Pipeline] { [Pipeline] sh 07:18:24 go: finding github.com/stretchr/testify v1.3.0 07:18:24 go: finding github.com/pkg/errors v0.8.1 07:18:24 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 07:18:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:18:24 + go version 07:18:24 go version go1.11.13 linux/amd64 [Pipeline] sh 07:18:24 + make test 07:18:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:18:25 go: finding github.com/kr/pty v1.1.1 07:18:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:18:25 go: finding github.com/pmezard/go-difflib v1.0.0 07:18:25 go: finding github.com/davecgh/go-spew v1.1.0 07:18:25 go: finding github.com/stretchr/objx v0.1.0 07:18:26 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:18:27 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:18:27 go: finding golang.org/x/text v0.3.0 07:18:30 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 07:18:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:18:30 go: finding github.com/mitchellh/mapstructure v1.1.2 07:18:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:18:31 go: finding github.com/hashicorp/go-uuid v1.0.1 07:18:31 go: finding github.com/hashicorp/serf v0.8.2 07:18:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:18:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:18:31 go: finding github.com/mitchellh/go-homedir v1.0.0 07:18:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:18:32 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:18:32 go: finding github.com/hashicorp/go-syslog v1.0.0 07:18:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:18:32 go: finding github.com/mitchellh/cli v1.0.0 07:18:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:18:32 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:18:32 go: finding github.com/hashicorp/logutils v1.0.0 07:18:32 go: finding github.com/hashicorp/memberlist v0.1.3 07:18:32 go: finding github.com/hashicorp/mdns v1.0.0 07:18:32 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:18:33 go: finding github.com/mitchellh/gox v0.4.0 07:18:33 go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee 07:18:33 go: finding github.com/mitchellh/iochan v1.0.0 07:18:33 go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 07:18:33 go: finding github.com/miekg/dns v1.0.14 07:18:33 go: finding github.com/hashicorp/go.net v0.0.1 07:18:33 go: finding github.com/posener/complete v1.1.1 07:18:33 go: finding github.com/bgentry/speakeasy v0.1.0 07:18:33 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:18:34 go: finding github.com/hashicorp/go-multierror v1.0.0 07:18:34 go: finding github.com/davecgh/go-spew v1.1.1 07:18:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:18:35 go: finding github.com/fatih/color v1.7.0 07:18:35 go: finding github.com/stretchr/testify v1.2.2 07:18:35 go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc 07:18:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:18:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:18:35 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:18:35 go: finding github.com/mattn/go-isatty v0.0.3 07:18:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:18:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:18:36 go: finding github.com/hashicorp/go-uuid v1.0.0 07:18:36 go: finding github.com/mattn/go-colorable v0.0.9 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:18:36 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:18:36 GO111MODULE=on go vet ./... 07:18:36 go: finding github.com/hashicorp/errwrap v1.0.0 07:18:36 go: finding github.com/hashicorp/golang-lru v0.5.0 07:18:36 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [Pipeline] stash 07:18:42 Stashed 1 file(s) [Pipeline] } 07:18:42 $ docker stop --time=1 13dd94230ed92e6c20c1fe61067b4f37400e2b6a6e50fdb56d49cb7cfd61ad9e 07:18:44 $ docker rm -f 13dd94230ed92e6c20c1fe61067b4f37400e2b6a6e50fdb56d49cb7cfd61ad9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:18:45 + ls -al . 07:18:45 total 72 07:18:45 drwxrwxr-x. 11 jenkins jenkins 4096 Mar 11 07:18 . 07:18:45 drwxrwxr-x. 4 jenkins jenkins 28 Mar 11 07:17 .. 07:18:45 drwxrwxr-x. 8 jenkins jenkins 119 Mar 11 07:17 app 07:18:45 drwxrwxr-x. 3 jenkins jenkins 20 Mar 11 07:17 assets 07:18:45 drwxrwxr-x. 2 jenkins jenkins 35 Mar 11 07:17 bin 07:18:45 drwxrwxr-x. 3 jenkins jenkins 29 Mar 11 07:17 cmd 07:18:45 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 11 07:17 CONTRIBUTING.md 07:18:45 -rw-r--r--. 1 jenkins jenkins 10 Mar 11 07:18 coverage.out 07:18:45 -rw-rw-r--. 1 jenkins jenkins 839 Mar 11 07:17 Dockerfile 07:18:45 -rw-rw-r--. 1 jenkins jenkins 898 Mar 11 07:17 Dockerfile.build 07:18:45 drwxrwxr-x. 4 jenkins jenkins 53 Mar 11 07:17 docs 07:18:45 drwxrwxr-x. 8 jenkins jenkins 179 Mar 11 07:17 .git 07:18:45 -rw-rw-r--. 1 jenkins jenkins 123 Mar 11 07:17 .gitignore 07:18:45 -rw-rw-r--. 1 jenkins jenkins 522 Mar 11 07:17 go.mod 07:18:45 -rw-r--r--. 1 jenkins jenkins 8727 Mar 11 07:18 go.sum 07:18:45 drwxrwxr-x. 3 jenkins jenkins 17 Mar 11 07:17 internal 07:18:45 -rw-rw-r--. 1 jenkins jenkins 675 Mar 11 07:17 Jenkinsfile 07:18:45 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 11 07:17 LICENSE 07:18:45 -rw-rw-r--. 1 jenkins jenkins 951 Mar 11 07:17 Makefile 07:18:45 -rw-rw-r--. 1 jenkins jenkins 3392 Mar 11 07:17 README.md 07:18:45 drwxrwxr-x. 3 jenkins jenkins 58 Mar 11 07:17 .semver 07:18:45 drwxrwxr-x. 4 jenkins jenkins 54 Mar 11 07:17 snap 07:18:45 -rw-rw-r--. 1 jenkins jenkins 5 Mar 11 07:15 VERSION 07:18:45 -rw-rw-r--. 1 jenkins jenkins 155 Mar 11 07:17 version.go [Pipeline] isUnix [Pipeline] sh 07:18:45 + 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=e8fec73335073b189fd34a3146ff8ba5995150a6 --label arch=amd64 --label version=0.0.0 . 07:18:46 Sending build context to Docker daemon 10.72MB 07:18:46 Step 1/23 : ARG BASE=golang:1.11-alpine 07:18:46 Step 2/23 : FROM ${BASE} AS builder 07:18:46 ---> 884f2940ce60 07:18:46 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:18:46 ---> Running in d62f554cb8e8 07:18:46 Removing intermediate container d62f554cb8e8 07:18:46 ---> 0725c07ce802 07:18:46 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 07:18:46 ---> Running in 1e27a429a26b 07:18:46 Removing intermediate container 1e27a429a26b 07:18:46 ---> 1420390440d6 07:18:46 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 07:18:46 ---> Running in 61058532e5f6 07:18:46 Removing intermediate container 61058532e5f6 07:18:46 ---> f434f4493138 07:18:46 Step 6/23 : LABEL Name=edgex-ui-go 07:18:46 ---> Running in 44fd42ed1673 07:18:46 Removing intermediate container 44fd42ed1673 07:18:46 ---> 4918a9bb697b 07:18:46 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:18:46 ---> Running in 6f0aa5714b75 07:18:46 Removing intermediate container 6f0aa5714b75 07:18:46 ---> 38fdf8ba3584 07:18:46 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:47 ---> Running in 3b0a7f1cc43d 07:18:49 Removing intermediate container 3b0a7f1cc43d 07:18:49 ---> f5774570506d 07:18:49 Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:18:49 ---> Running in 39f48b5ee278 07:18:50 fetch http://nl.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:18:50 fetch http://nl.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:18:51 OK: 134 MiB in 39 packages 07:18:51 Removing intermediate container 39f48b5ee278 07:18:51 ---> 4268fcecc325 07:18:51 Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:18:51 ---> Running in 24cd7695f416 07:18:52 Removing intermediate container 24cd7695f416 07:18:52 ---> 7b83afdc3076 07:18:52 Step 11/23 : COPY go.mod . 07:18:52 ---> dff73cf8c01c 07:18:52 Step 12/23 : COPY Makefile . 07:18:52 ---> 879895902aee 07:18:52 Step 13/23 : RUN make update 07:18:52 ---> Running in a3be14bff278 07:18:53 CGO_ENABLED=0 GO111MODULE=on go mod download 07:18:54 Removing intermediate container a3be14bff278 07:18:54 ---> 517251a48f81 07:18:54 Step 14/23 : COPY . . 07:18:54 ---> 44fde72e7e7d 07:18:54 Step 15/23 : RUN ${MAKE} 07:18:54 ---> Running in eacddd0c95a6 07:18:55 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 07:19:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:19:07 Removing intermediate container eacddd0c95a6 07:19:07 ---> 347cd9e1372d 07:19:07 Step 16/23 : FROM alpine 07:19:07 latest: Pulling from library/alpine 07:19:08 c9b1b535fdd9: Pulling fs layer 07:19:08 c9b1b535fdd9: Verifying Checksum 07:19:08 c9b1b535fdd9: Download complete 07:19:08 c9b1b535fdd9: Pull complete 07:19:08 Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d 07:19:08 Status: Downloaded newer image for alpine:latest 07:19:08 ---> e7d92cdc71fe 07:19:08 Step 17/23 : EXPOSE 4000 07:19:08 ---> Running in e06c321b0747 07:19:08 Removing intermediate container e06c321b0747 07:19:08 ---> e8c9d1953c39 07:19:08 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 07:19:08 Removing intermediate container 200ad50a0b63 07:19:08 ---> b03c6b3b984d 07:19:08 Successfully built b03c6b3b984d 07:19:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:09 + docker inspect -f . ci-base-image-arm64 07:19:09 . [Pipeline] withDockerContainer 07:19:10 ---> 98b338d2b826 07:19:10 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:19:10 ---> Running in 7e112a225be8 07:19:10 Removing intermediate container 7e112a225be8 07:19:10 ---> 56b3724aed4c 07:19:10 Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] 07:19:10 ---> Running in e89f8dc83329 07:19:10 prd-ubuntu18.04-docker-arm64-4c-16g-53 does not seem to be running inside a container 07:19:10 Removing intermediate container e89f8dc83329 07:19:10 ---> 406abdc70957 07:19:10 Step 21/23 : LABEL arch=amd64 07:19:10 ---> Running in 79036d1643d3 07:19:10 Removing intermediate container 79036d1643d3 07:19:10 ---> a91c23ef78c7 07:19:10 Step 22/23 : LABEL git_sha=e8fec73335073b189fd34a3146ff8ba5995150a6 07:19:10 ---> Running in 01517f374c6a 07:19:10 $ 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 07:19:10 Removing intermediate container 01517f374c6a 07:19:10 ---> f6465c342f87 07:19:10 Step 23/23 : LABEL version=0.0.0 07:19:10 ---> Running in 4b978fba2f4e 07:19:10 Removing intermediate container 4b978fba2f4e 07:19:10 ---> 07f51a57ba41 07:19:10 [Warning] One or more build-args [ARCH] were not consumed 07:19:10 Successfully built 07f51a57ba41 07:19:10 Successfully tagged docker-edgex-ui-go:latest 07:19:11 $ docker top e386e3ef4c003bf4ffbc958b053ffd7fa72130c6c0b4a4eca7f6dcecb0f62d10 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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] } 07:19:13 + go version 07:19:13 go version go1.11.13 linux/arm64 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh 07:19:13 + make test 07:19:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:19:15 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/common [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/component [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/configs [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/controller [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/domain [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/repository [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/repository/mm [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/app/repository/mongo [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:19:41 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:19:41 GO111MODULE=on go vet ./... [Pipeline] stash 07:19:57 Warning: overwriting stash ‘coverage-report’ 07:19:57 Stashed 1 file(s) [Pipeline] } 07:19:57 $ docker stop --time=1 e386e3ef4c003bf4ffbc958b053ffd7fa72130c6c0b4a4eca7f6dcecb0f62d10 07:20:00 $ docker rm -f e386e3ef4c003bf4ffbc958b053ffd7fa72130c6c0b4a4eca7f6dcecb0f62d10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:20:01 + ls -al . 07:20:01 total 112 07:20:01 drwxrwxr-x 11 jenkins jenkins 4096 Mar 11 07:19 . 07:20:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 07:17 .. 07:20:01 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 07:17 .git 07:20:01 -rw-rw-r-- 1 jenkins jenkins 123 Mar 11 07:17 .gitignore 07:20:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 07:17 .semver 07:20:01 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 11 07:17 CONTRIBUTING.md 07:20:01 -rw-rw-r-- 1 jenkins jenkins 839 Mar 11 07:17 Dockerfile 07:20:01 -rw-rw-r-- 1 jenkins jenkins 898 Mar 11 07:17 Dockerfile.build 07:20:01 -rw-rw-r-- 1 jenkins jenkins 675 Mar 11 07:17 Jenkinsfile 07:20:01 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 11 07:17 LICENSE 07:20:01 -rw-rw-r-- 1 jenkins jenkins 951 Mar 11 07:17 Makefile 07:20:01 -rw-rw-r-- 1 jenkins jenkins 3392 Mar 11 07:17 README.md 07:20:01 -rw-rw-r-- 1 jenkins jenkins 5 Mar 11 07:15 VERSION 07:20:01 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 07:17 app 07:20:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 07:17 assets 07:20:01 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 07:17 bin 07:20:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 07:17 cmd 07:20:01 -rw-r--r-- 1 jenkins jenkins 10 Mar 11 07:19 coverage.out 07:20:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 07:17 docs 07:20:01 -rw-rw-r-- 1 jenkins jenkins 522 Mar 11 07:17 go.mod 07:20:01 -rw-r--r-- 1 jenkins jenkins 8727 Mar 11 07:19 go.sum 07:20:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 07:17 internal 07:20:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 07:17 snap 07:20:01 -rw-rw-r-- 1 jenkins jenkins 155 Mar 11 07:17 version.go [Pipeline] isUnix [Pipeline] sh 07:20:02 + 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=e8fec73335073b189fd34a3146ff8ba5995150a6 --label arch=arm64 --label version=0.0.0 . 07:20:02 Sending build context to Docker daemon 10.72MB 07:20:02 Step 1/23 : ARG BASE=golang:1.11-alpine 07:20:02 Step 2/23 : FROM ${BASE} AS builder 07:20:02 ---> b03c6b3b984d 07:20:02 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:20:02 ---> Running in b0afc4e90a92 07:20:03 Removing intermediate container b0afc4e90a92 07:20:03 ---> 71873a94d88c 07:20:03 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 07:20:03 ---> Running in a8b013ba0f75 07:20:04 Removing intermediate container a8b013ba0f75 07:20:04 ---> c0fec4065425 07:20:04 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 07:20:04 ---> Running in aba2273f2126 07:20:04 Removing intermediate container aba2273f2126 07:20:04 ---> 403e41b8cda5 07:20:04 Step 6/23 : LABEL Name=edgex-ui-go 07:20:04 ---> Running in 0b161f112703 07:20:04 Removing intermediate container 0b161f112703 07:20:04 ---> 9e0215db1ef8 07:20:04 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:20:04 ---> Running in c4078d0399d8 07:20:05 Removing intermediate container c4078d0399d8 07:20:05 ---> b813ea70b136 07:20:05 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:05 ---> Running in f03729780e05 07:20:07 Removing intermediate container f03729780e05 07:20:07 ---> cf8ba53fe010 07:20:07 Step 9/23 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:20:07 ---> Running in f175c900f2fb 07:20:08 fetch http://nl.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:20:09 fetch http://nl.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:20:09 OK: 121 MiB in 39 packages 07:20:10 Removing intermediate container f175c900f2fb 07:20:10 ---> 1efe2b3f7afc 07:20:10 Step 10/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:20:10 ---> Running in 59152b6c712d 07:20:11 Removing intermediate container 59152b6c712d 07:20:11 ---> 022f7ceb843c 07:20:11 Step 11/23 : COPY go.mod . 07:20:11 ---> 829c0b1593ee 07:20:11 Step 12/23 : COPY Makefile . 07:20:12 ---> 5a8a2b1b938f 07:20:12 Step 13/23 : RUN make update 07:20:12 ---> Running in f1204fa6b8ad 07:20:13 CGO_ENABLED=0 GO111MODULE=on go mod download 07:20:14 Removing intermediate container f1204fa6b8ad 07:20:14 ---> a2cb2659bcdd 07:20:14 Step 14/23 : COPY . . 07:20:15 ---> 855d4fe4c28b 07:20:15 Step 15/23 : RUN ${MAKE} 07:20:15 ---> Running in b5453c3cfee9 07:20:16 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 07:20:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:20:50 Removing intermediate container b5453c3cfee9 07:20:50 ---> 2d887c1251b5 07:20:50 Step 16/23 : FROM alpine 07:20:50 latest: Pulling from library/alpine 07:20:50 8fa90b21c985: Pulling fs layer 07:20:51 8fa90b21c985: Verifying Checksum 07:20:51 8fa90b21c985: Download complete 07:20:52 8fa90b21c985: Pull complete 07:20:52 Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d 07:20:52 Status: Downloaded newer image for alpine:latest 07:20:52 ---> 6e4716cdcf7a 07:20:52 Step 17/23 : EXPOSE 4000 07:20:52 ---> Running in a8a3bce2dbc6 07:20:52 Removing intermediate container a8a3bce2dbc6 07:20:52 ---> cc69f4a16a9d 07:20:52 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 07:20:54 ---> 7056f3ac33d3 07:20:54 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:20:54 ---> Running in 7b93f376d783 07:20:54 Removing intermediate container 7b93f376d783 07:20:54 ---> be73c28b4dca 07:20:54 Step 20/23 : ENTRYPOINT ["./edgex-ui-server"] 07:20:54 ---> Running in 4aff7e564aa7 07:20:55 Removing intermediate container 4aff7e564aa7 07:20:55 ---> 2a79ac026270 07:20:55 Step 21/23 : LABEL arch=arm64 07:20:55 ---> Running in 849093e2793e 07:20:55 Removing intermediate container 849093e2793e 07:20:55 ---> e6bbb31f2a8d 07:20:55 Step 22/23 : LABEL git_sha=e8fec73335073b189fd34a3146ff8ba5995150a6 07:20:55 ---> Running in a5bb9614ba77 07:20:56 Removing intermediate container a5bb9614ba77 07:20:56 ---> b1e07e00a376 07:20:56 Step 23/23 : LABEL version=0.0.0 07:20:56 ---> Running in 991abacdbc0d 07:20:56 Removing intermediate container 991abacdbc0d 07:20:56 ---> a660aa91115a 07:20:56 [Warning] One or more build-args [ARCH] were not consumed 07:20:56 Successfully built a660aa91115a 07:20:56 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 07:20:57 provisioning config files... 07:20:57 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/config1210198525128116813tmp [Pipeline] { [Pipeline] sh 07:20:58 + curl -s https://codecov.io/bash 07:20:58 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/config1210198525128116813tmp 07:20:58 07:20:58 _____ _ 07:20:58 / ____| | | 07:20:58 | | ___ __| | ___ ___ _____ __ 07:20:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:20:58 | |___| (_) | (_| | __/ (_| (_) \ V / 07:20:58 \_____\___/ \__,_|\___|\___\___/ \_/ 07:20:58 Bash-20200303-bc4d7e6 07:20:58 07:20:58 07:20:58 ==> Jenkins CI detected. 07:20:58 project root: . 07:20:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:20:58 ==> Running gcov in . (disable via -X gcov) 07:20:58 ==> Python coveragepy not found 07:20:58 ==> Searching for coverage reports in: 07:20:58 + . 07:20:58 -> Found 1 reports 07:20:58 ==> Detecting git/mercurial file structure 07:20:58 ==> Reading reports 07:20:58 + ./coverage.out bytes=10 07:20:58 ==> Appending adjustments 07:20:58 http://docs.codecov.io/docs/fixing-reports 07:20:58 + Found adjustments 07:20:58 ==> Gzipping contents 07:20:58 ==> Uploading reports 07:20:58 url: https://codecov.io 07:20:58 query: branch=PR-161&commit=e8fec73335073b189fd34a3146ff8ba5995150a6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-161%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=161&job= 07:20:58 -> Pinging Codecov 07:20:58 https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-161&commit=e8fec73335073b189fd34a3146ff8ba5995150a6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-161%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=161&job= 07:20:59 -> Uploading 07:20:59 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e8fec73335073b189fd34a3146ff8ba5995150a6 [Pipeline] } 07:20:59 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 07:21:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:21:01 ---> package-listing.sh 07:21:01 ++ facter osfamily 07:21:01 ++ tr '[:upper:]' '[:lower:]' 07:21:01 + OS_FAMILY=redhat 07:21:01 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-161 07:21:01 + START_PACKAGES=/tmp/packages_start.txt 07:21:01 + END_PACKAGES=/tmp/packages_end.txt 07:21:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:21:01 + PACKAGES=/tmp/packages_start.txt 07:21:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-161 ']' 07:21:01 + PACKAGES=/tmp/packages_end.txt 07:21:01 + case "${OS_FAMILY}" in 07:21:01 + rpm -qa 07:21:01 + sort 07:21:05 + '[' -f /tmp/packages_start.txt ']' 07:21:05 + '[' -f /tmp/packages_end.txt ']' 07:21:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:21:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-161 ']' 07:21:05 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-161/archives/ 07:21:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-161/archives/ [Pipeline] isUnix [Pipeline] sh 07:21:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:21:06 07:21:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:21:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:21:06 alpine: Pulling from edgex-lftools-log-publisher 07:21:06 c9b1b535fdd9: Pulling fs layer 07:21:06 2cc5ad85d9ab: Pulling fs layer 07:21:06 756a868c4378: Pulling fs layer 07:21:06 444b2fc9a129: Pulling fs layer 07:21:06 ea15f1150254: Pulling fs layer 07:21:06 41b27a9f41bf: Pulling fs layer 07:21:06 28c525ee5125: Pulling fs layer 07:21:06 094b1ea09ed8: Pulling fs layer 07:21:06 138eaada9080: Pulling fs layer 07:21:06 0622d0fa9048: Pulling fs layer 07:21:06 ea15f1150254: Waiting 07:21:06 41b27a9f41bf: Waiting 07:21:06 138eaada9080: Waiting 07:21:06 28c525ee5125: Waiting 07:21:06 094b1ea09ed8: Waiting 07:21:06 0622d0fa9048: Waiting 07:21:06 444b2fc9a129: Waiting 07:21:06 2cc5ad85d9ab: Download complete 07:21:06 444b2fc9a129: Verifying Checksum 07:21:06 444b2fc9a129: Download complete 07:21:06 c9b1b535fdd9: Verifying Checksum 07:21:06 c9b1b535fdd9: Download complete 07:21:06 ea15f1150254: Download complete 07:21:06 28c525ee5125: Verifying Checksum 07:21:06 28c525ee5125: Download complete 07:21:07 c9b1b535fdd9: Pull complete 07:21:07 756a868c4378: Verifying Checksum 07:21:07 756a868c4378: Download complete 07:21:07 138eaada9080: Download complete 07:21:07 0622d0fa9048: Verifying Checksum 07:21:07 0622d0fa9048: Download complete 07:21:07 094b1ea09ed8: Verifying Checksum 07:21:07 094b1ea09ed8: Download complete 07:21:07 2cc5ad85d9ab: Pull complete 07:21:07 41b27a9f41bf: Verifying Checksum 07:21:07 41b27a9f41bf: Download complete 07:21:08 756a868c4378: Pull complete 07:21:08 444b2fc9a129: Pull complete 07:21:08 ea15f1150254: Pull complete 07:21:13 41b27a9f41bf: Pull complete 07:21:13 28c525ee5125: Pull complete 07:21:14 094b1ea09ed8: Pull complete 07:21:14 138eaada9080: Pull complete 07:21:15 0622d0fa9048: Pull complete 07:21:15 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:21:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:21:15 prd-centos7-docker-4c-2g-52 does not seem to be running inside a container 07:21:15 $ 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-161 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-161:/w/workspace/edgexfoundry_edgex-ui-go_PR-161:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-161@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:10003/edgex-lftools-log-publisher:alpine cat 07:21:16 $ docker top 8c839a1f57eab5dcce3414b9e0c4d32372e53874aa1d11ebdbf21416af71bba8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:21:16 provisioning config files... 07:21:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-161@tmp/config8877207002502019541tmp [Pipeline] { [Pipeline] echo 07:21:16 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:21:17 ---> create-netrc.sh [Pipeline] echo 07:21:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:21:17 ---> logs-deploy.sh 07:21:17 + ARCHIVE_ARTIFACTS= 07:21:17 + LOGS_SERVER=https://logs.edgexfoundry.org 07:21:17 + '[' https://logs.edgexfoundry.org == None ']' 07:21:17 + NEXUS_URL=https://nexus.edgexfoundry.org 07:21:17 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-161/2 07:21:17 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-161/2/ 07:21:17 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-161/2 /w/workspace/edgexfoundry_edgex-ui-go_PR-161 07:21:18 Archives upload complete. 07:21:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-161/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-161/2/