Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4220 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # timeout=10 Fetching without tags 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/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/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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f0b05c79d7523a1f3df8cc9d6229e2354fa3536f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 Commit message: "[feat] Add css style for deviceService page" > git rev-list --no-walk 79b39a772f63267dfdc7109fd4647accd33b7770 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:59:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:59:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:59:00 ========================================================= 05:59:00 EdgeX Global Pipelines Version Info 05:59:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:59:02 ------------------- 05:59:02 stable info: 05:59:02 ------------------- 05:59:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:59:02 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 05:59:02 Message: update stable to v1.0.73 05:59:02 ------------------- 05:59:02 experimental info: 05:59:02 ------------------- 05:59:02 Commited By: **** collab-it+edgex@linuxfoundation.org 05:59:02 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 05:59:02 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 05:59:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:59:04 05:59:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:59:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:59:04 latest: Pulling from edgex-devops/git-semver 05:59:04 9123ac7c32f7: Pulling fs layer 05:59:04 b8cc5d1170e3: Pulling fs layer 05:59:04 2924cbbf6a41: Pulling fs layer 05:59:04 93b08a4f1073: Pulling fs layer 05:59:04 93b08a4f1073: Waiting 05:59:04 b8cc5d1170e3: Verifying Checksum 05:59:04 b8cc5d1170e3: Download complete 05:59:04 9123ac7c32f7: Verifying Checksum 05:59:04 9123ac7c32f7: Download complete 05:59:05 93b08a4f1073: Verifying Checksum 05:59:05 93b08a4f1073: Download complete 05:59:05 2924cbbf6a41: Verifying Checksum 05:59:05 2924cbbf6a41: Download complete 05:59:05 9123ac7c32f7: Pull complete 05:59:05 b8cc5d1170e3: Pull complete 05:59:06 2924cbbf6a41: Pull complete 05:59:06 93b08a4f1073: Pull complete 05:59:06 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 05:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:59:06 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 05:59:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:59:07 $ docker top b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:59:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:59:07 [ssh-agent] Looking for ssh-agent implementation... 05:59:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:59:07 $ docker exec b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d ssh-agent 05:59:07 SSH_AUTH_SOCK=/tmp/ssh-hoFygAPhB4Fw/agent.14 05:59:07 SSH_AGENT_PID=21 05:59:07 Running ssh-add (command line suppressed) 05:59:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3299622110846255755.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3299622110846255755.key) 05:59:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:59:08 + git describe --exact-match --tags HEAD 05:59:08 fatal: No names found, cannot describe anything. [Pipeline] } 05:59:08 $ docker exec --env ******** --env ******** b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d ssh-agent -k 05:59:08 unset SSH_AUTH_SOCK; 05:59:08 unset SSH_AGENT_PID; 05:59:08 echo Agent pid 21 killed; 05:59:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:59:08 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:59:08 This usually means this commit has not been tagged. [Pipeline] sshagent 05:59:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:59:08 [ssh-agent] Looking for ssh-agent implementation... 05:59:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:59:08 $ docker exec b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d ssh-agent 05:59:09 SSH_AUTH_SOCK=/tmp/ssh-TnC58LzjjW3g/agent.56 05:59:09 SSH_AGENT_PID=63 05:59:09 Running ssh-add (command line suppressed) 05:59:09 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_974709854337357888.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_974709854337357888.key) 05:59:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:59:09 + git semver init 05:59:09 # -> Open(): unable to determine branch for HEAD 05:59:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 05:59:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 05:59:09 # $SEMVER_REMOTE_NAME = origin 05:59:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:59:09 # $SEMVER_USER_NAME = edgex-jenkins 05:59:09 # $SEMVER_BRANCH = master 05:59:09 # $SEMVER_TEMP = /tmp/semver-139616464 05:59:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 05:59:10 # '/tmp/semver-139616464' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 05:59:10 # -> Force: false 05:59:10 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 05:59:10 $ docker exec --env ******** --env ******** b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d ssh-agent -k 05:59:10 unset SSH_AUTH_SOCK; 05:59:10 unset SSH_AGENT_PID; 05:59:10 echo Agent pid 63 killed; 05:59:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:59:11 + git semver [Pipeline] } 05:59:11 $ docker stop --time=1 b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d 05:59:12 $ docker rm -f b31cc210ab9bd527a6f7591d10517e6969beb3df21ce3e286218cec6e1cf793d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:59:13 Stashed 42 file(s) [Pipeline] echo 05:59:13 [edgeXSemver] initialized semver on version 1.2.0-dev.31 [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 05:59:28 Still waiting to schedule task 05:59:28 ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4210’ is offline; ‘prd-centos7-docker-4c-2g-4212’ is offline; ‘prd-centos7-docker-4c-2g-4216’ is offline; ‘prd-centos7-docker-4c-2g-4217’ is offline; ‘prd-centos7-docker-4c-2g-4218’ is offline; ‘prd-centos7-docker-4c-2g-4221’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4198’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4219’ doesn’t have label ‘centos7-docker-4c-2g’ 05:59:28 Still waiting to schedule task 05:59:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:59:31 Running on prd-centos7-docker-4c-2g-4221 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 05:59:31 Running in /w/workspace/edgex-ui-go/32 [Pipeline] { [Pipeline] checkout 05:59:33 using credential edgex-jenkins-ssh 05:59:33 Cloning the remote Git repository 05:59:33 Cloning with configured refspecs honoured and without tags 05:59:34 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:59:34 > git init /w/workspace/edgex-ui-go/32 # timeout=10 05:59:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:59:34 > git --version # timeout=10 05:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:59:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:59:34 Fetching without tags 05:59:35 Checking out Revision f0b05c79d7523a1f3df8cc9d6229e2354fa3536f (master) 05:59:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:59:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:59:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:59:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:59:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:59:35 > git config core.sparsecheckout # timeout=10 05:59:35 > git checkout -f f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 05:59:39 Commit message: "[feat] Add css style for deviceService page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:59:39 ========================================================= 05:59:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 05:59:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:59:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 05:59:40 Sending build context to Docker daemon 11.54MB 05:59:40 Step 1/8 : ARG BASE=golang:1.11-alpine 05:59:40 Step 2/8 : FROM ${BASE} 05:59:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 05:59:40 e6b0cf9c0882: Pulling fs layer 05:59:40 2848faf0eed1: Pulling fs layer 05:59:40 0f37312ad70f: Pulling fs layer 05:59:40 5788d62ee057: Pulling fs layer 05:59:40 0e6b1d234666: Pulling fs layer 05:59:40 bf5d7aec512f: Pulling fs layer 05:59:40 34c802a77dc8: Pulling fs layer 05:59:40 9eb99e56ec68: Pulling fs layer 05:59:40 27c7a5d97fbd: Pulling fs layer 05:59:40 5c102a31e300: Pulling fs layer 05:59:40 dcfb455df0a1: Pulling fs layer 05:59:40 34c802a77dc8: Waiting 05:59:40 9eb99e56ec68: Waiting 05:59:40 27c7a5d97fbd: Waiting 05:59:40 5788d62ee057: Waiting 05:59:40 5c102a31e300: Waiting 05:59:40 0e6b1d234666: Waiting 05:59:40 bf5d7aec512f: Waiting 05:59:40 dcfb455df0a1: Waiting 05:59:40 0f37312ad70f: Download complete 05:59:40 2848faf0eed1: Download complete 05:59:40 0e6b1d234666: Verifying Checksum 05:59:40 0e6b1d234666: Download complete 05:59:40 bf5d7aec512f: Verifying Checksum 05:59:40 bf5d7aec512f: Download complete 05:59:40 e6b0cf9c0882: Verifying Checksum 05:59:40 e6b0cf9c0882: Download complete 05:59:41 e6b0cf9c0882: Pull complete 05:59:41 34c802a77dc8: Verifying Checksum 05:59:41 34c802a77dc8: Download complete 05:59:41 27c7a5d97fbd: Verifying Checksum 05:59:41 27c7a5d97fbd: Download complete 05:59:42 5c102a31e300: Verifying Checksum 05:59:42 5c102a31e300: Download complete 05:59:42 dcfb455df0a1: Verifying Checksum 05:59:42 dcfb455df0a1: Download complete 05:59:42 9eb99e56ec68: Verifying Checksum 05:59:42 9eb99e56ec68: Download complete 05:59:42 5788d62ee057: Verifying Checksum 05:59:42 5788d62ee057: Download complete 05:59:43 2848faf0eed1: Pull complete 05:59:43 0f37312ad70f: Pull complete 05:59:50 5788d62ee057: Pull complete 05:59:50 0e6b1d234666: Pull complete 05:59:50 bf5d7aec512f: Pull complete 05:59:54 34c802a77dc8: Pull complete 05:59:56 9eb99e56ec68: Pull complete 05:59:56 27c7a5d97fbd: Pull complete 05:59:57 5c102a31e300: Pull complete 05:59:57 dcfb455df0a1: Pull complete 05:59:57 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 05:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 05:59:57 ---> 7c70fe431013 05:59:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:59:58 ---> Running in c79898338132 05:59:58 Removing intermediate container c79898338132 05:59:58 ---> 95d3c6388645 05:59:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:59:58 ---> Running in 0a528a4fc996 05:59:59 Removing intermediate container 0a528a4fc996 05:59:59 ---> 998b17d287aa 05:59:59 Step 5/8 : RUN apk add --no-cache make git 05:59:59 ---> Running in 03d60226f12c 06:00:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:00:00 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:00:01 OK: 143 MiB in 39 packages 06:00:01 Removing intermediate container 03d60226f12c 06:00:01 ---> e9cdbfd9b827 06:00:01 Step 6/8 : WORKDIR /edgex-ui-go 06:00:01 ---> Running in 7604c2e4276c 06:00:01 Removing intermediate container 7604c2e4276c 06:00:01 ---> af95f29496e4 06:00:01 Step 7/8 : COPY . . 06:00:02 ---> a55025d57780 06:00:02 Step 8/8 : RUN go mod download 06:00:02 ---> Running in 49aeca358336 06:00:07 go: finding cloud.google.com/go v0.26.0 06:00:07 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 06:00:07 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 06:00:07 go: finding github.com/BurntSushi/toml v0.3.1 06:00:07 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:00:07 go: finding github.com/Microsoft/go-winio v0.4.3 06:00:07 go: finding github.com/NYTimes/gziphandler v1.0.1 06:00:07 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 06:00:07 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 06:00:07 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:00:07 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:00:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:00:07 go: finding github.com/armon/go-metrics v0.3.3 06:00:07 go: finding github.com/armon/go-radix v1.0.0 06:00:07 go: finding github.com/aws/aws-sdk-go v1.25.41 06:00:07 go: finding github.com/beorn7/perks v1.0.1 06:00:07 go: finding github.com/bgentry/speakeasy v0.1.0 06:00:07 go: finding github.com/boltdb/bolt v1.3.1 06:00:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:00:07 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:00:07 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:00:07 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:00:07 go: finding github.com/client9/misspell v0.3.4 06:00:07 go: finding github.com/coredns/coredns v1.1.2 06:00:07 go: finding github.com/davecgh/go-spew v1.1.1 06:00:07 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 06:00:07 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:00:07 go: finding github.com/digitalocean/godo v1.10.0 06:00:07 go: finding github.com/dimchansky/utfbom v1.1.0 06:00:07 go: finding github.com/dnaeon/go-vcr v1.0.1 06:00:07 go: finding github.com/docker/go-connections v0.3.0 06:00:07 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:00:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:00:07 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 06:00:07 go: finding github.com/envoyproxy/go-control-plane v0.8.0 06:00:07 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 06:00:07 go: finding github.com/fatih/color v1.9.0 06:00:07 go: finding github.com/fatih/structs v1.1.0 06:00:07 go: finding github.com/fsnotify/fsnotify v1.4.7 06:00:07 go: finding github.com/ghodss/yaml v1.0.0 06:00:07 go: finding github.com/go-kit/kit v0.9.0 06:00:07 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 06:00:07 go: finding github.com/go-logfmt/logfmt v0.4.0 06:00:07 go: finding github.com/go-ole/go-ole v1.2.1 06:00:07 go: finding github.com/go-stack/stack v1.8.0 06:00:07 go: finding github.com/go-test/deep v1.0.2 06:00:07 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 06:00:07 go: finding github.com/gobuffalo/depgen v0.1.0 06:00:07 go: finding github.com/gobuffalo/envy v1.7.0 06:00:07 go: finding github.com/gobuffalo/flect v0.1.3 06:00:07 go: finding github.com/gobuffalo/genny v0.1.1 06:00:07 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 06:00:07 go: finding github.com/gobuffalo/gogen v0.1.1 06:00:07 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 06:00:07 go: finding github.com/gobuffalo/mapi v1.0.2 06:00:07 go: finding github.com/gobuffalo/packd v0.1.0 06:00:07 go: finding github.com/gobuffalo/packr/v2 v2.2.0 06:00:07 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 06:00:07 go: finding github.com/gogo/googleapis v1.1.0 06:00:07 go: finding github.com/gogo/protobuf v1.2.1 06:00:07 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 06:00:07 go: finding github.com/golang/mock v1.1.1 06:00:07 go: finding github.com/golang/protobuf v1.3.2 06:00:07 go: finding github.com/golang/snappy v0.0.1 06:00:07 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:00:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:00:07 go: finding github.com/google/go-cmp v0.4.0 06:00:07 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 06:00:07 go: finding github.com/google/gofuzz v1.0.0 06:00:07 go: finding github.com/googleapis/gnostic v0.2.0 06:00:07 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 06:00:07 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 06:00:07 go: finding github.com/gorilla/mux v1.7.1 06:00:07 go: finding github.com/gorilla/websocket v1.4.0 06:00:07 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 06:00:07 go: finding github.com/hashicorp/consul v1.7.2 06:00:07 go: finding github.com/hashicorp/consul/api v1.4.0 06:00:07 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:00:07 go: finding github.com/hashicorp/errwrap v1.0.0 06:00:07 go: finding github.com/hashicorp/go-bexpr v0.1.2 06:00:07 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 06:00:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:00:07 go: finding github.com/hashicorp/go-connlimit v0.2.0 06:00:07 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 06:00:07 go: finding github.com/hashicorp/go-hclog v0.12.2 06:00:07 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:00:07 go: finding github.com/hashicorp/go-memdb v1.0.3 06:00:07 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:00:07 go: finding github.com/hashicorp/go-multierror v1.0.0 06:00:07 go: finding github.com/hashicorp/go-plugin v1.0.1 06:00:07 go: finding github.com/hashicorp/go-raftchunking v0.6.1 06:00:07 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 06:00:07 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:00:07 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:00:07 go: finding github.com/hashicorp/go-syslog v1.0.0 06:00:07 go: finding github.com/hashicorp/go-uuid v1.0.1 06:00:07 go: finding github.com/hashicorp/go-version v1.1.0 06:00:07 go: finding github.com/hashicorp/go.net v0.0.1 06:00:07 go: finding github.com/hashicorp/golang-lru v0.5.4 06:00:07 go: finding github.com/hashicorp/hcl v1.0.0 06:00:07 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 06:00:07 go: finding github.com/hashicorp/logutils v1.0.0 06:00:07 go: finding github.com/hashicorp/mdns v1.0.1 06:00:07 go: finding github.com/hashicorp/memberlist v0.2.0 06:00:07 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 06:00:07 go: finding github.com/hashicorp/raft v1.1.2 06:00:07 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 06:00:07 go: finding github.com/hashicorp/serf v0.9.0 06:00:07 go: finding github.com/hashicorp/vault/api v1.0.4 06:00:07 go: finding github.com/hashicorp/vault/sdk v0.1.13 06:00:07 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 06:00:07 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 06:00:07 go: finding github.com/hpcloud/tail v1.0.0 06:00:07 go: finding github.com/imdario/mergo v0.3.6 06:00:07 go: finding github.com/inconshreveable/mousetrap v1.0.0 06:00:07 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 06:00:07 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 06:00:07 go: finding github.com/joho/godotenv v1.3.0 06:00:07 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 06:00:07 go: finding github.com/json-iterator/go v1.1.9 06:00:07 go: finding github.com/jtolds/gls v4.2.1+incompatible 06:00:07 go: finding github.com/julienschmidt/httprouter v1.2.0 06:00:08 go: finding github.com/karrick/godirwalk v1.10.3 06:00:08 go: finding github.com/kisielk/errcheck v1.2.0 06:00:08 go: finding github.com/kisielk/gotool v1.0.0 06:00:08 go: finding github.com/klauspost/compress v1.9.5 06:00:08 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 06:00:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:00:08 go: finding github.com/kr/pretty v0.2.0 06:00:08 go: finding github.com/kr/pty v1.1.1 06:00:08 go: finding github.com/kr/text v0.1.0 06:00:08 go: finding github.com/likexian/gokit v0.20.16 06:00:08 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 06:00:08 go: finding github.com/linode/linodego v0.7.1 06:00:08 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 06:00:08 go: finding github.com/markbates/safe v1.0.1 06:00:08 go: finding github.com/mattn/go-colorable v0.1.6 06:00:08 go: finding github.com/mattn/go-isatty v0.0.12 06:00:08 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:00:08 go: finding github.com/miekg/dns v1.1.26 06:00:08 go: finding github.com/mitchellh/cli v1.0.0 06:00:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:00:08 go: finding github.com/mitchellh/copystructure v1.0.0 06:00:08 go: finding github.com/mitchellh/go-homedir v1.1.0 06:00:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:00:08 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:00:08 go: finding github.com/mitchellh/gox v0.4.0 06:00:08 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 06:00:08 go: finding github.com/mitchellh/iochan v1.0.0 06:00:08 go: finding github.com/mitchellh/mapstructure v1.2.2 06:00:08 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:00:08 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:00:08 go: finding github.com/modern-go/reflect2 v1.0.1 06:00:08 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 06:00:08 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:00:08 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 06:00:08 go: finding github.com/oklog/run v1.0.0 06:00:08 go: finding github.com/onsi/ginkgo v1.6.0 06:00:08 go: finding github.com/onsi/gomega v1.4.2 06:00:08 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 06:00:08 go: finding github.com/pascaldekloe/goe v0.1.0 06:00:08 go: finding github.com/pebbe/zmq4 v1.2.0 06:00:08 go: finding github.com/pelletier/go-toml v1.7.0 06:00:08 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 06:00:08 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 06:00:08 go: finding github.com/pkg/errors v0.8.1 06:00:08 go: finding github.com/pmezard/go-difflib v1.0.0 06:00:08 go: finding github.com/posener/complete v1.1.1 06:00:08 go: finding github.com/prometheus/client_golang v1.4.0 06:00:08 go: finding github.com/prometheus/client_model v0.2.0 06:00:08 go: finding github.com/prometheus/common v0.9.1 06:00:08 go: finding github.com/prometheus/procfs v0.0.8 06:00:08 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 06:00:08 go: finding github.com/rogpeppe/go-internal v1.3.0 06:00:08 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:00:08 go: finding github.com/ryanuber/go-glob v1.0.0 06:00:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:00:08 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 06:00:08 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 06:00:08 go: finding github.com/sirupsen/logrus v1.4.2 06:00:08 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 06:00:08 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 06:00:08 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 06:00:08 go: finding github.com/spf13/cobra v0.0.3 06:00:08 go: finding github.com/spf13/pflag v1.0.3 06:00:08 go: finding github.com/stretchr/objx v0.1.1 06:00:08 go: finding github.com/stretchr/testify v1.4.0 06:00:08 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 06:00:08 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 06:00:08 go: finding github.com/tidwall/pretty v1.0.0 06:00:08 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:00:08 go: finding github.com/vmware/govmomi v0.18.0 06:00:08 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:00:08 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 06:00:08 go: finding go.mongodb.org/mongo-driver v1.3.1 06:00:08 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:00:08 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 06:00:08 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 06:00:08 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:00:08 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 06:00:08 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:00:08 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:00:08 go: finding golang.org/x/text v0.3.2 06:00:08 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 06:00:08 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:00:08 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:00:08 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 06:00:08 go: finding google.golang.org/appengine v1.4.0 06:00:08 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 06:00:08 go: finding google.golang.org/grpc v1.23.0 06:00:08 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 06:00:08 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:00:08 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 06:00:08 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:00:08 go: finding gopkg.in/errgo.v2 v2.1.0 06:00:08 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:00:08 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 06:00:08 go: finding gopkg.in/inf.v0 v0.9.1 06:00:08 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:00:08 go: finding gopkg.in/resty.v1 v1.12.0 06:00:09 go: finding gopkg.in/square/go-jose.v2 v2.3.1 06:00:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:00:09 go: finding gopkg.in/yaml.v2 v2.2.8 06:00:09 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 06:00:09 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 06:00:09 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 06:00:09 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 06:00:09 go: finding k8s.io/client-go v8.0.0+incompatible 06:00:09 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 06:01:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4222 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:01:11 Running in /w/workspace/edgex-ui-go/32 [Pipeline] { [Pipeline] checkout 06:01:17 using credential edgex-jenkins-ssh 06:01:17 Cloning the remote Git repository 06:01:17 Cloning with configured refspecs honoured and without tags 06:01:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:01:17 > git init /w/workspace/edgex-ui-go/32 # timeout=10 06:01:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:01:17 > git --version # timeout=10 06:01:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:01:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:01:19 Fetching without tags 06:01:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:01:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:01:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:01:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:01:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:01:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:01:19 Checking out Revision f0b05c79d7523a1f3df8cc9d6229e2354fa3536f (master) 06:01:19 > git config core.sparsecheckout # timeout=10 06:01:19 > git checkout -f f0b05c79d7523a1f3df8cc9d6229e2354fa3536f # timeout=10 06:01:24 Commit message: "[feat] Add css style for deviceService page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:01:26 ========================================================= 06:01:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:01:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:01:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 06:01:28 Sending build context to Docker daemon 11.54MB 06:01:28 Step 1/8 : ARG BASE=golang:1.11-alpine 06:01:28 Step 2/8 : FROM ${BASE} 06:01:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:01:28 cde5963f3b93: Pulling fs layer 06:01:28 2a23fa8c16f7: Pulling fs layer 06:01:28 777b28850792: Pulling fs layer 06:01:28 8a11ddd9e578: Pulling fs layer 06:01:28 4cf88f913ddb: Pulling fs layer 06:01:28 1df406cf5192: Pulling fs layer 06:01:28 cd6300453558: Pulling fs layer 06:01:28 b9c365052c96: Pulling fs layer 06:01:28 a2d8cc88f415: Pulling fs layer 06:01:28 ea1d1ca13537: Pulling fs layer 06:01:28 3750a50a1c5e: Pulling fs layer 06:01:28 4cf88f913ddb: Waiting 06:01:28 1df406cf5192: Waiting 06:01:28 8a11ddd9e578: Waiting 06:01:28 b9c365052c96: Waiting 06:01:28 ea1d1ca13537: Waiting 06:01:28 a2d8cc88f415: Waiting 06:01:28 3750a50a1c5e: Waiting 06:01:28 cd6300453558: Waiting 06:01:28 777b28850792: Verifying Checksum 06:01:28 777b28850792: Download complete 06:01:28 2a23fa8c16f7: Verifying Checksum 06:01:28 2a23fa8c16f7: Download complete 06:01:28 4cf88f913ddb: Download complete 06:01:28 1df406cf5192: Verifying Checksum 06:01:28 1df406cf5192: Download complete 06:01:29 cde5963f3b93: Verifying Checksum 06:01:29 cde5963f3b93: Pull complete 06:01:30 2a23fa8c16f7: Pull complete 06:01:30 777b28850792: Pull complete 06:01:33 cd6300453558: Verifying Checksum 06:01:33 cd6300453558: Download complete 06:01:33 a2d8cc88f415: Verifying Checksum 06:01:33 a2d8cc88f415: Download complete 06:01:35 ea1d1ca13537: Verifying Checksum 06:01:35 ea1d1ca13537: Download complete 06:01:35 3750a50a1c5e: Download complete 06:01:38 b9c365052c96: Verifying Checksum 06:01:38 b9c365052c96: Download complete 06:01:40 8a11ddd9e578: Verifying Checksum 06:01:40 8a11ddd9e578: Download complete 06:01:52 8a11ddd9e578: Pull complete 06:01:52 4cf88f913ddb: Pull complete 06:01:52 1df406cf5192: Pull complete 06:01:56 cd6300453558: Pull complete 06:02:02 b9c365052c96: Pull complete 06:02:02 a2d8cc88f415: Pull complete 06:02:03 ea1d1ca13537: Pull complete 06:02:04 3750a50a1c5e: Pull complete 06:02:04 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 06:02:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:02:04 ---> 78745c68409d 06:02:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:02:08 ---> Running in 6d615930044c 06:02:09 Removing intermediate container 6d615930044c 06:02:09 ---> 80c73c9318c3 06:02:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:09 ---> Running in 8c612c57b6f5 06:02:11 Removing intermediate container 8c612c57b6f5 06:02:11 ---> 7a47db287d1e 06:02:11 Step 5/8 : RUN apk add --no-cache make git 06:02:11 ---> Running in ac024af6ff76 06:02:12 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:02:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:02:13 OK: 125 MiB in 39 packages 06:02:15 Removing intermediate container ac024af6ff76 06:02:15 ---> 05405084491e 06:02:15 Step 6/8 : WORKDIR /edgex-ui-go 06:02:15 ---> Running in 4bf2ab86cd9f 06:02:15 Removing intermediate container 4bf2ab86cd9f 06:02:15 ---> 89ab826cfdcf 06:02:15 Step 7/8 : COPY . . 06:02:15 Removing intermediate container 49aeca358336 06:02:15 ---> 5ffe8907fb83 06:02:15 Successfully built 5ffe8907fb83 06:02:15 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 06:02:16 + docker inspect -f . ci-base-image-x86_64 06:02:16 . [Pipeline] withDockerContainer 06:02:16 prd-centos7-docker-4c-2g-4221 does not seem to be running inside a container 06:02:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/32 -v /w/workspace/edgex-ui-go/32:/w/workspace/edgex-ui-go/32:rw,z -v /w/workspace/edgex-ui-go/32@tmp:/w/workspace/edgex-ui-go/32@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 ******** ci-base-image-x86_64 cat 06:02:17 $ docker top 74da0fcd541ae99de0537fb7640c95e8f3793edbec5d322f31a96b59ee0f3fe0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:02:17 ---> a8481495d18d 06:02:17 Step 8/8 : RUN go mod download 06:02:17 ---> Running in 59801a01d38d 06:02:17 + go version 06:02:17 go version go1.13.5 linux/amd64 [Pipeline] sh 06:02:18 + make test 06:02:18 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:02:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:02:21 go: finding cloud.google.com/go v0.26.0 06:02:21 go: finding github.com/Azure/azure-sdk-for-go v16.0.0+incompatible 06:02:21 go: finding github.com/Azure/go-autorest v10.15.3+incompatible 06:02:21 go: finding github.com/BurntSushi/toml v0.3.1 06:02:21 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:02:21 go: finding github.com/Microsoft/go-winio v0.4.3 06:02:21 go: finding github.com/NYTimes/gziphandler v1.0.1 06:02:21 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 06:02:21 go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af 06:02:21 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:02:21 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:02:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:02:21 go: finding github.com/armon/go-metrics v0.3.3 06:02:21 go: finding github.com/armon/go-radix v1.0.0 06:02:21 go: finding github.com/aws/aws-sdk-go v1.25.41 06:02:21 go: finding github.com/beorn7/perks v1.0.1 06:02:21 go: finding github.com/bgentry/speakeasy v0.1.0 06:02:21 go: finding github.com/boltdb/bolt v1.3.1 06:02:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:02:21 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:02:21 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:02:21 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:02:21 go: finding github.com/client9/misspell v0.3.4 06:02:21 go: finding github.com/coredns/coredns v1.1.2 06:02:21 go: finding github.com/davecgh/go-spew v1.1.1 06:02:21 go: finding github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 06:02:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:02:21 go: finding github.com/digitalocean/godo v1.10.0 06:02:21 go: finding github.com/dimchansky/utfbom v1.1.0 06:02:21 go: finding github.com/dnaeon/go-vcr v1.0.1 06:02:21 go: finding github.com/docker/go-connections v0.3.0 06:02:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:02:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:02:21 go: finding github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 06:02:21 go: finding github.com/envoyproxy/go-control-plane v0.8.0 06:02:21 go: finding github.com/envoyproxy/protoc-gen-validate v0.0.14 06:02:21 go: finding github.com/fatih/color v1.9.0 06:02:21 go: finding github.com/fatih/structs v1.1.0 06:02:21 go: finding github.com/fsnotify/fsnotify v1.4.7 06:02:21 go: finding github.com/ghodss/yaml v1.0.0 06:02:22 go: finding github.com/go-kit/kit v0.9.0 06:02:22 go: finding github.com/go-ldap/ldap v3.0.2+incompatible 06:02:22 go: finding github.com/go-logfmt/logfmt v0.4.0 06:02:22 go: finding github.com/go-ole/go-ole v1.2.1 06:02:22 go: finding github.com/go-stack/stack v1.8.0 06:02:22 go: finding github.com/go-test/deep v1.0.2 06:02:22 go: finding github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd 06:02:22 go: finding github.com/gobuffalo/depgen v0.1.0 06:02:22 go: finding github.com/gobuffalo/envy v1.7.0 06:02:22 go: finding github.com/gobuffalo/flect v0.1.3 06:02:22 go: finding github.com/gobuffalo/genny v0.1.1 06:02:22 go: finding github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211 06:02:22 go: finding github.com/gobuffalo/gogen v0.1.1 06:02:22 go: finding github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2 06:02:22 go: finding github.com/gobuffalo/mapi v1.0.2 06:02:22 go: finding github.com/gobuffalo/packd v0.1.0 06:02:22 go: finding github.com/gobuffalo/packr/v2 v2.2.0 06:02:22 go: finding github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 06:02:22 go: finding github.com/gogo/googleapis v1.1.0 06:02:22 go: finding github.com/gogo/protobuf v1.2.1 06:02:22 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 06:02:22 go: finding github.com/golang/mock v1.1.1 06:02:22 go: finding github.com/golang/protobuf v1.3.2 06:02:22 go: finding github.com/golang/snappy v0.0.1 06:02:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:02:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:02:22 go: finding github.com/google/go-cmp v0.4.0 06:02:22 go: finding github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 06:02:22 go: finding github.com/google/gofuzz v1.0.0 06:02:22 go: finding github.com/googleapis/gnostic v0.2.0 06:02:22 go: finding github.com/gophercloud/gophercloud v0.0.0-20180828235145-f29afc2cceca 06:02:22 go: finding github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c 06:02:22 go: finding github.com/gorilla/mux v1.7.1 06:02:22 go: finding github.com/gorilla/websocket v1.4.0 06:02:22 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 06:02:22 go: finding github.com/hashicorp/consul v1.7.2 06:02:22 go: finding github.com/hashicorp/consul/api v1.4.0 06:02:22 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:02:22 go: finding github.com/hashicorp/errwrap v1.0.0 06:02:22 go: finding github.com/hashicorp/go-bexpr v0.1.2 06:02:22 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 06:02:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:02:22 go: finding github.com/hashicorp/go-connlimit v0.2.0 06:02:22 go: finding github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2 06:02:22 go: finding github.com/hashicorp/go-hclog v0.12.2 06:02:22 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:02:22 go: finding github.com/hashicorp/go-memdb v1.0.3 06:02:22 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:02:22 go: finding github.com/hashicorp/go-multierror v1.0.0 06:02:22 go: finding github.com/hashicorp/go-plugin v1.0.1 06:02:22 go: finding github.com/hashicorp/go-raftchunking v0.6.1 06:02:22 go: finding github.com/hashicorp/go-retryablehttp v0.5.4 06:02:22 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:02:22 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:02:22 go: finding github.com/hashicorp/go-syslog v1.0.0 06:02:22 go: finding github.com/hashicorp/go-uuid v1.0.1 06:02:22 go: finding github.com/hashicorp/go-version v1.1.0 06:02:22 go: finding github.com/hashicorp/go.net v0.0.1 06:02:22 go: finding github.com/hashicorp/golang-lru v0.5.4 06:02:22 go: finding github.com/hashicorp/hcl v1.0.0 06:02:22 go: finding github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 06:02:22 go: finding github.com/hashicorp/logutils v1.0.0 06:02:22 go: finding github.com/hashicorp/mdns v1.0.1 06:02:22 go: finding github.com/hashicorp/memberlist v0.2.0 06:02:22 go: finding github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 06:02:22 go: finding github.com/hashicorp/raft v1.1.2 06:02:22 go: finding github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 06:02:22 go: finding github.com/hashicorp/serf v0.9.0 06:02:22 go: finding github.com/hashicorp/vault/api v1.0.4 06:02:22 go: finding github.com/hashicorp/vault/sdk v0.1.13 06:02:22 go: finding github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 06:02:22 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 06:02:22 go: finding github.com/hpcloud/tail v1.0.0 06:02:22 go: finding github.com/imdario/mergo v0.3.6 06:02:22 go: finding github.com/inconshreveable/mousetrap v1.0.0 06:02:22 go: finding github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da 06:02:22 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 06:02:22 go: finding github.com/joho/godotenv v1.3.0 06:02:22 go: finding github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 06:02:22 go: finding github.com/json-iterator/go v1.1.9 06:02:22 go: finding github.com/jtolds/gls v4.2.1+incompatible 06:02:22 go: finding github.com/julienschmidt/httprouter v1.2.0 06:02:22 go: finding github.com/karrick/godirwalk v1.10.3 06:02:22 go: finding github.com/kisielk/errcheck v1.2.0 06:02:22 go: finding github.com/kisielk/gotool v1.0.0 06:02:22 go: finding github.com/klauspost/compress v1.9.5 06:02:22 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.2 06:02:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:02:22 go: finding github.com/kr/pretty v0.2.0 06:02:22 go: finding github.com/kr/pty v1.1.1 06:02:22 go: finding github.com/kr/text v0.1.0 06:02:22 go: finding github.com/likexian/gokit v0.20.16 06:02:22 go: finding github.com/likexian/simplejson-go v0.0.0-20190502021454-d8787b4bfa0b 06:02:22 go: finding github.com/linode/linodego v0.7.1 06:02:22 go: finding github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 06:02:22 go: finding github.com/markbates/safe v1.0.1 06:02:22 go: finding github.com/mattn/go-colorable v0.1.6 06:02:22 go: finding github.com/mattn/go-isatty v0.0.12 06:02:22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:02:22 go: finding github.com/miekg/dns v1.1.26 06:02:22 go: finding github.com/mitchellh/cli v1.0.0 06:02:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:02:22 go: finding github.com/mitchellh/copystructure v1.0.0 06:02:22 go: finding github.com/mitchellh/go-homedir v1.1.0 06:02:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:02:22 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:02:23 go: finding github.com/mitchellh/gox v0.4.0 06:02:23 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 06:02:23 go: finding github.com/mitchellh/iochan v1.0.0 06:02:23 go: finding github.com/mitchellh/mapstructure v1.2.2 06:02:23 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:02:23 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:02:23 go: finding github.com/modern-go/reflect2 v1.0.1 06:02:23 go: finding github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe 06:02:23 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:02:23 go: finding github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 06:02:23 go: finding github.com/oklog/run v1.0.0 06:02:23 go: finding github.com/onsi/ginkgo v1.6.0 06:02:23 go: finding github.com/onsi/gomega v1.4.2 06:02:23 go: finding github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 06:02:23 go: finding github.com/pascaldekloe/goe v0.1.0 06:02:23 go: finding github.com/pebbe/zmq4 v1.2.0 06:02:23 go: finding github.com/pelletier/go-toml v1.7.0 06:02:23 go: finding github.com/peterbourgon/diskv v2.0.1+incompatible 06:02:23 go: finding github.com/pierrec/lz4 v2.0.5+incompatible 06:02:23 go: finding github.com/pkg/errors v0.8.1 06:02:23 go: finding github.com/pmezard/go-difflib v1.0.0 06:02:23 go: finding github.com/posener/complete v1.1.1 06:02:23 go: finding github.com/prometheus/client_golang v1.4.0 06:02:23 go: finding github.com/prometheus/client_model v0.2.0 06:02:23 go: finding github.com/prometheus/common v0.9.1 06:02:23 go: finding github.com/prometheus/procfs v0.0.8 06:02:23 go: finding github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 06:02:23 go: finding github.com/rogpeppe/go-internal v1.3.0 06:02:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:02:23 go: finding github.com/ryanuber/go-glob v1.0.0 06:02:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:02:23 go: finding github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 06:02:23 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 06:02:23 go: finding github.com/sirupsen/logrus v1.4.2 06:02:23 go: finding github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf 06:02:23 go: finding github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a 06:02:23 go: finding github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 06:02:23 go: finding github.com/spf13/cobra v0.0.3 06:02:23 go: finding github.com/spf13/pflag v1.0.3 06:02:23 go: finding github.com/stretchr/objx v0.1.1 06:02:23 go: finding github.com/stretchr/testify v1.4.0 06:02:23 go: finding github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 06:02:23 go: finding github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 06:02:23 go: finding github.com/tidwall/pretty v1.0.0 06:02:23 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:02:23 go: finding github.com/vmware/govmomi v0.18.0 06:02:23 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:02:23 go: finding github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc 06:02:23 go: finding go.mongodb.org/mongo-driver v1.3.1 06:02:23 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:02:23 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 06:02:23 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 06:02:23 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:02:23 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 06:02:23 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:02:23 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:02:23 go: finding golang.org/x/text v0.3.2 06:02:23 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 06:02:23 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:02:23 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:02:23 go: finding google.golang.org/api v0.0.0-20180829000535-087779f1d2c9 06:02:23 go: finding google.golang.org/appengine v1.4.0 06:02:23 go: finding google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 06:02:23 go: finding google.golang.org/grpc v1.23.0 06:02:23 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 06:02:23 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:02:23 go: finding gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d 06:02:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:02:23 go: finding gopkg.in/errgo.v2 v2.1.0 06:02:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:02:23 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 06:02:23 go: finding gopkg.in/inf.v0 v0.9.1 06:02:23 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:02:23 go: finding gopkg.in/resty.v1 v1.12.0 06:02:23 go: finding gopkg.in/square/go-jose.v2 v2.3.1 06:02:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:02:23 go: finding gopkg.in/yaml.v2 v2.2.8 06:02:23 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 06:02:23 go: finding istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb 06:02:23 go: finding k8s.io/api v0.0.0-20190325185214-7544f9db76f6 06:02:23 go: finding k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 06:02:23 go: finding k8s.io/client-go v8.0.0+incompatible 06:02:23 go: finding launchpad.net/gocheck v0.0.0-20140225173054-000000000087 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:02:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:02:28 GO111MODULE=on go vet ./... [Pipeline] stash 06:02:30 Stashed 1 file(s) [Pipeline] } 06:02:30 $ docker stop --time=1 74da0fcd541ae99de0537fb7640c95e8f3793edbec5d322f31a96b59ee0f3fe0 06:02:32 $ docker rm -f 74da0fcd541ae99de0537fb7640c95e8f3793edbec5d322f31a96b59ee0f3fe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:02:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:02:33 + ls -al . 06:02:33 total 104 06:02:33 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 16 06:02 . 06:02:33 drwxrwxr-x. 4 jenkins jenkins 30 Apr 16 05:59 .. 06:02:33 drwxrwxr-x. 3 jenkins jenkins 20 Apr 16 05:59 assets 06:02:33 drwxrwxr-x. 2 jenkins jenkins 35 Apr 16 05:59 bin 06:02:33 drwxrwxr-x. 3 jenkins jenkins 29 Apr 16 05:59 cmd 06:02:33 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 16 05:59 CONTRIBUTING.md 06:02:33 -rw-r--r--. 1 jenkins jenkins 10 Apr 16 06:02 coverage.out 06:02:33 -rw-rw-r--. 1 jenkins jenkins 913 Apr 16 05:59 Dockerfile 06:02:33 -rw-rw-r--. 1 jenkins jenkins 898 Apr 16 05:59 Dockerfile.build 06:02:33 drwxrwxr-x. 4 jenkins jenkins 53 Apr 16 05:59 docs 06:02:33 drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 05:59 .git 06:02:33 -rw-rw-r--. 1 jenkins jenkins 123 Apr 16 05:59 .gitignore 06:02:33 -rw-r--r--. 1 jenkins jenkins 974 Apr 16 06:02 go.mod 06:02:33 -rw-r--r--. 1 jenkins jenkins 44475 Apr 16 06:02 go.sum 06:02:33 drwxrwxr-x. 10 jenkins jenkins 139 Apr 16 05:59 internal 06:02:33 -rw-rw-r--. 1 jenkins jenkins 675 Apr 16 05:59 Jenkinsfile 06:02:33 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 16 05:59 LICENSE 06:02:33 -rw-rw-r--. 1 jenkins jenkins 951 Apr 16 05:59 Makefile 06:02:33 -rw-rw-r--. 1 jenkins jenkins 3392 Apr 16 05:59 README.md 06:02:33 drwxrwxr-x. 3 jenkins jenkins 44 Apr 16 05:59 .semver 06:02:33 drwxrwxr-x. 4 jenkins jenkins 54 Apr 16 05:59 snap 06:02:33 -rw-rw-r--. 1 jenkins jenkins 12 Apr 16 05:59 VERSION 06:02:33 -rw-rw-r--. 1 jenkins jenkins 155 Apr 16 05:59 version.go [Pipeline] isUnix [Pipeline] sh 06:02:34 + 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=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f --label arch=amd64 --label version=1.2.0-dev.31 . 06:02:34 Sending build context to Docker daemon 11.59MB 06:02:34 Step 1/24 : ARG BASE=golang:1.13-alpine 06:02:34 Step 2/24 : FROM ${BASE} AS builder 06:02:34 ---> 5ffe8907fb83 06:02:34 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:02:34 ---> Running in 385bfbb7b601 06:02:34 Removing intermediate container 385bfbb7b601 06:02:34 ---> 1ebba50db8f9 06:02:34 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:02:34 ---> Running in dd6f85d8df67 06:02:34 Removing intermediate container dd6f85d8df67 06:02:34 ---> 066dc40da30d 06:02:34 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:02:34 ---> Running in b02ebdff624c 06:02:35 Removing intermediate container b02ebdff624c 06:02:35 ---> 975af8b7d6d7 06:02:35 Step 6/24 : LABEL Name=edgex-ui-go 06:02:35 ---> Running in d565ef70019b 06:02:35 Removing intermediate container d565ef70019b 06:02:35 ---> f7c5fedc9d8f 06:02:35 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:02:35 ---> Running in 98e36d357ad9 06:02:35 Removing intermediate container 98e36d357ad9 06:02:35 ---> 9232992de8cf 06:02:35 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:35 ---> Running in 98a55603026d 06:02:36 Removing intermediate container 98a55603026d 06:02:36 ---> 1104896cc7ce 06:02:36 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:02:36 ---> Running in 77a1cbf9fe6f 06:02:36 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:02:37 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:02:38 v3.11.5-53-ga12cc12667 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:02:38 v3.11.5-52-g704ace2837 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:02:38 OK: 11289 distinct packages available 06:02:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:02:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:02:39 OK: 143 MiB in 39 packages 06:02:39 Removing intermediate container 77a1cbf9fe6f 06:02:39 ---> 92bfe057648b 06:02:39 Step 10/24 : ENV GO111MODULE=on 06:02:39 ---> Running in c6b4cda26ef5 06:02:39 Removing intermediate container c6b4cda26ef5 06:02:39 ---> a1a87796f2a9 06:02:39 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:02:40 ---> Running in 7f49b000222b 06:02:40 Removing intermediate container 7f49b000222b 06:02:40 ---> 2bd7d86dd137 06:02:40 Step 12/24 : COPY go.mod . 06:02:40 ---> cc796644c287 06:02:40 Step 13/24 : COPY Makefile . 06:02:40 ---> 64167fe42f1c 06:02:40 Step 14/24 : RUN make update 06:02:40 ---> Running in 73519bf20751 06:02:40 CGO_ENABLED=0 GO111MODULE=on go mod download 06:02:42 Removing intermediate container 73519bf20751 06:02:42 ---> cb822ddd3624 06:02:42 Step 15/24 : COPY . . 06:02:42 ---> 1dbe46b12e2e 06:02:42 Step 16/24 : RUN ${MAKE} 06:02:42 ---> Running in 351429a11a5a 06:02:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:02:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:02:53 Removing intermediate container 351429a11a5a 06:02:53 ---> 29cd771f7c0c 06:02:53 Step 17/24 : FROM alpine 06:02:53 latest: Pulling from library/alpine 06:02:53 aad63a933944: Pulling fs layer 06:02:53 aad63a933944: Verifying Checksum 06:02:53 aad63a933944: Download complete 06:02:54 aad63a933944: Pull complete 06:02:54 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 06:02:54 Status: Downloaded newer image for alpine:latest 06:02:54 ---> a187dde48cd2 06:02:54 Step 18/24 : EXPOSE 4000 06:02:54 ---> Running in 41cd4cfcbbc7 06:02:54 Removing intermediate container 41cd4cfcbbc7 06:02:54 ---> 623badae556d 06:02:54 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:02:54 ---> b083cc2538c5 06:02:54 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:02:54 ---> Running in df726a74b5df 06:02:55 Removing intermediate container df726a74b5df 06:02:55 ---> ee488be8f80a 06:02:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:02:55 ---> Running in 2b3bb7a095f2 06:02:55 Removing intermediate container 2b3bb7a095f2 06:02:55 ---> 64579ff3fc8a 06:02:55 Step 22/24 : LABEL arch=amd64 06:02:55 ---> Running in 703cde55a583 06:02:55 Removing intermediate container 703cde55a583 06:02:55 ---> 9038b58a0fd1 06:02:55 Step 23/24 : LABEL git_sha=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:02:55 ---> Running in d6a4bad34a65 06:02:55 Removing intermediate container d6a4bad34a65 06:02:55 ---> a15f1ba4c671 06:02:55 Step 24/24 : LABEL version=1.2.0-dev.31 06:02:55 ---> Running in b2a9739a4231 06:02:55 Removing intermediate container b2a9739a4231 06:02:55 ---> 501416aa4270 06:02:55 [Warning] One or more build-args [ARCH] were not consumed 06:02:55 Successfully built 501416aa4270 06:02:55 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:02:56 provisioning config files... 06:02:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/32@tmp/config5828145597157834515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:56 nexus3.edgexfoundry.org:10001 06:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:02:56 Configure a credential helper to remove this warning. See 06:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:02:56 06:02:56 Login Succeeded 06:02:56 nexus3.edgexfoundry.org:10002 06:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:02:56 Configure a credential helper to remove this warning. See 06:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:02:56 06:02:56 Login Succeeded 06:02:56 nexus3.edgexfoundry.org:10003 06:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:02:57 Configure a credential helper to remove this warning. See 06:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:02:57 06:02:57 Login Succeeded 06:02:57 nexus3.edgexfoundry.org:10004 06:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:02:57 Configure a credential helper to remove this warning. See 06:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:02:57 06:02:57 Login Succeeded 06:02:57 docker.io 06:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:02:57 Configure a credential helper to remove this warning. See 06:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:02:57 06:02:57 Login Succeeded [Pipeline] } 06:02:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:58 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 06:02:58 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:02:58 latest 06:02:58 1.2.0-dev.31 06:02:58 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 06:02:58 master 06:02:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:02:58 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f [Pipeline] isUnix [Pipeline] sh 06:02:58 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:02:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:02:58 b0b79fd036ab: Preparing 06:02:58 beee9f30bc1f: Preparing 06:02:58 beee9f30bc1f: Layer already exists 06:03:00 b0b79fd036ab: Pushed 06:03:00 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f: digest: sha256:1c5d63e9b2ec8be36b3981934eb6586df0a89a9aadd24dbf982d8ee95d4591d8 size: 739 [Pipeline] isUnix [Pipeline] sh 06:03:00 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 06:03:00 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:03:00 b0b79fd036ab: Preparing 06:03:00 beee9f30bc1f: Preparing 06:03:00 beee9f30bc1f: Layer already exists 06:03:00 b0b79fd036ab: Layer already exists 06:03:01 latest: digest: sha256:1c5d63e9b2ec8be36b3981934eb6586df0a89a9aadd24dbf982d8ee95d4591d8 size: 739 [Pipeline] isUnix [Pipeline] sh 06:03:01 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:03:01 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.0-dev.31 06:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:03:01 b0b79fd036ab: Preparing 06:03:01 beee9f30bc1f: Preparing 06:03:01 beee9f30bc1f: Layer already exists 06:03:01 b0b79fd036ab: Layer already exists 06:03:01 1.2.0-dev.31: digest: sha256:1c5d63e9b2ec8be36b3981934eb6586df0a89a9aadd24dbf982d8ee95d4591d8 size: 739 [Pipeline] isUnix [Pipeline] sh 06:03:02 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:03:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 06:03:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:03:02 b0b79fd036ab: Preparing 06:03:02 beee9f30bc1f: Preparing 06:03:02 b0b79fd036ab: Layer already exists 06:03:02 beee9f30bc1f: Layer already exists 06:03:02 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31: digest: sha256:1c5d63e9b2ec8be36b3981934eb6586df0a89a9aadd24dbf982d8ee95d4591d8 size: 739 [Pipeline] isUnix [Pipeline] sh 06:03:02 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 06:03:03 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 06:03:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:03:03 b0b79fd036ab: Preparing 06:03:03 beee9f30bc1f: Preparing 06:03:03 beee9f30bc1f: Layer already exists 06:03:03 b0b79fd036ab: Layer already exists 06:03:03 master: digest: sha256:1c5d63e9b2ec8be36b3981934eb6586df0a89a9aadd24dbf982d8ee95d4591d8 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:04:00 Removing intermediate container 59801a01d38d 06:04:00 ---> 5b3fcd8809a0 06:04:00 Successfully built 5b3fcd8809a0 06:04:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:04:01 + docker inspect -f . ci-base-image-arm64 06:04:01 . [Pipeline] withDockerContainer 06:04:01 prd-ubuntu18.04-docker-arm64-4c-16g-4222 does not seem to be running inside a container 06:04:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/32 -v /w/workspace/edgex-ui-go/32:/w/workspace/edgex-ui-go/32:rw,z -v /w/workspace/edgex-ui-go/32@tmp:/w/workspace/edgex-ui-go/32@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 ******** ci-base-image-arm64 cat 06:04:03 $ docker top 613e6e642514e092ce7895a8a2e568efc4c7cf0234bdb6fae7941cb2dd22b54d -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:04 + go version 06:04:04 go version go1.13.5 linux/arm64 [Pipeline] sh 06:04:05 + make test 06:04:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:04:07 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:04:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:04:29 GO111MODULE=on go vet ./... [Pipeline] stash 06:04:33 Warning: overwriting stash ‘coverage-report’ 06:04:34 Stashed 1 file(s) [Pipeline] } 06:04:34 $ docker stop --time=1 613e6e642514e092ce7895a8a2e568efc4c7cf0234bdb6fae7941cb2dd22b54d 06:04:36 $ docker rm -f 613e6e642514e092ce7895a8a2e568efc4c7cf0234bdb6fae7941cb2dd22b54d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:04:38 + ls -al . 06:04:38 total 140 06:04:38 drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 06:04 . 06:04:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 06:01 .. 06:04:38 drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 06:01 .git 06:04:38 -rw-rw-r-- 1 jenkins jenkins 123 Apr 16 06:01 .gitignore 06:04:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 06:01 .semver 06:04:38 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 16 06:01 CONTRIBUTING.md 06:04:38 -rw-rw-r-- 1 jenkins jenkins 913 Apr 16 06:01 Dockerfile 06:04:38 -rw-rw-r-- 1 jenkins jenkins 898 Apr 16 06:01 Dockerfile.build 06:04:38 -rw-rw-r-- 1 jenkins jenkins 675 Apr 16 06:01 Jenkinsfile 06:04:38 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 16 06:01 LICENSE 06:04:38 -rw-rw-r-- 1 jenkins jenkins 951 Apr 16 06:01 Makefile 06:04:38 -rw-rw-r-- 1 jenkins jenkins 3392 Apr 16 06:01 README.md 06:04:38 -rw-rw-r-- 1 jenkins jenkins 12 Apr 16 05:59 VERSION 06:04:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 06:01 assets 06:04:38 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 06:01 bin 06:04:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 06:01 cmd 06:04:38 -rw-r--r-- 1 jenkins jenkins 10 Apr 16 06:04 coverage.out 06:04:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 06:01 docs 06:04:38 -rw-r--r-- 1 jenkins jenkins 974 Apr 16 06:04 go.mod 06:04:38 -rw-r--r-- 1 jenkins jenkins 44475 Apr 16 06:04 go.sum 06:04:38 drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 06:01 internal 06:04:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 06:01 snap 06:04:38 -rw-rw-r-- 1 jenkins jenkins 155 Apr 16 06:01 version.go [Pipeline] isUnix [Pipeline] sh 06:04:38 + 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=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f --label arch=arm64 --label version=1.2.0-dev.31 . 06:04:39 Sending build context to Docker daemon 11.59MB 06:04:39 Step 1/24 : ARG BASE=golang:1.13-alpine 06:04:39 Step 2/24 : FROM ${BASE} AS builder 06:04:39 ---> 5b3fcd8809a0 06:04:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:04:39 ---> Running in 3f16a300bb4f 06:04:39 Removing intermediate container 3f16a300bb4f 06:04:39 ---> c9aa6f6636e8 06:04:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:04:39 ---> Running in dd58219278cc 06:04:40 Removing intermediate container dd58219278cc 06:04:40 ---> 3e6211beeb3a 06:04:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:04:40 ---> Running in 6544ce03e03f 06:04:40 Removing intermediate container 6544ce03e03f 06:04:40 ---> 0a9808a2d11b 06:04:40 Step 6/24 : LABEL Name=edgex-ui-go 06:04:40 ---> Running in 7764937f8b54 06:04:41 Removing intermediate container 7764937f8b54 06:04:41 ---> aa3f704eb5bd 06:04:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:04:41 ---> Running in 6265dd037a68 06:04:41 Removing intermediate container 6265dd037a68 06:04:41 ---> bebc074d1289 06:04:41 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:04:41 ---> Running in e7f649398ef0 06:04:43 Removing intermediate container e7f649398ef0 06:04:43 ---> 0ec8e619fdc0 06:04:43 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:04:44 ---> Running in bc690ebdcb07 06:04:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:04:45 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:04:46 v3.11.5-53-ga12cc12667 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:04:46 v3.11.5-52-g704ace2837 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:04:46 OK: 11178 distinct packages available 06:04:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:04:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:04:48 OK: 125 MiB in 39 packages 06:04:49 Removing intermediate container bc690ebdcb07 06:04:49 ---> 853d4333fb8f 06:04:49 Step 10/24 : ENV GO111MODULE=on 06:04:49 ---> Running in a66cb1e8f614 06:04:49 Removing intermediate container a66cb1e8f614 06:04:49 ---> 696c77b02e6f 06:04:49 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:04:49 ---> Running in 7f9a69cc8cdc 06:04:50 Removing intermediate container 7f9a69cc8cdc 06:04:50 ---> 41f49c4e4423 06:04:50 Step 12/24 : COPY go.mod . 06:04:50 ---> fe2d92568e0e 06:04:50 Step 13/24 : COPY Makefile . 06:04:51 ---> 9c8993819eb9 06:04:51 Step 14/24 : RUN make update 06:04:51 ---> Running in 0a04dc2263f5 06:04:52 CGO_ENABLED=0 GO111MODULE=on go mod download 06:04:54 Removing intermediate container 0a04dc2263f5 06:04:54 ---> 3b4221bf592f 06:04:54 Step 15/24 : COPY . . 06:04:55 ---> 5b989f6fa75c 06:04:55 Step 16/24 : RUN ${MAKE} 06:04:55 ---> Running in 3c10bf5417f7 06:04:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:05:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:05:27 Removing intermediate container 3c10bf5417f7 06:05:27 ---> 17973d21c5e7 06:05:27 Step 17/24 : FROM alpine 06:05:27 latest: Pulling from library/alpine 06:05:27 8a0637ca1ac9: Pulling fs layer 06:05:28 8a0637ca1ac9: Verifying Checksum 06:05:28 8a0637ca1ac9: Download complete 06:05:29 8a0637ca1ac9: Pull complete 06:05:29 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 06:05:29 Status: Downloaded newer image for alpine:latest 06:05:29 ---> 2ee122dcc32d 06:05:29 Step 18/24 : EXPOSE 4000 06:05:29 ---> Running in 6406fe305a90 06:05:29 Removing intermediate container 6406fe305a90 06:05:29 ---> 1a1d343b6166 06:05:29 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:05:31 ---> 8f2953a298a5 06:05:31 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:05:31 ---> Running in 3a1bb7096e65 06:05:31 Removing intermediate container 3a1bb7096e65 06:05:31 ---> c388219e2e55 06:05:31 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:05:31 ---> Running in 4cf60ef6d936 06:05:32 Removing intermediate container 4cf60ef6d936 06:05:32 ---> 8b5da20fc146 06:05:32 Step 22/24 : LABEL arch=arm64 06:05:32 ---> Running in 30ba1e8eb8ca 06:05:32 Removing intermediate container 30ba1e8eb8ca 06:05:32 ---> 2e8cbaf17db5 06:05:32 Step 23/24 : LABEL git_sha=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:05:32 ---> Running in c621a370d27e 06:05:33 Removing intermediate container c621a370d27e 06:05:33 ---> d09df64e463a 06:05:33 Step 24/24 : LABEL version=1.2.0-dev.31 06:05:33 ---> Running in 6cf4302fdf3f 06:05:33 Removing intermediate container 6cf4302fdf3f 06:05:33 ---> 70c324921e1b 06:05:33 [Warning] One or more build-args [ARCH] were not consumed 06:05:33 Successfully built 70c324921e1b 06:05:33 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:05:34 provisioning config files... 06:05:34 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/32@tmp/config792118379980185126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:34 nexus3.edgexfoundry.org:10001 06:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:35 Configure a credential helper to remove this warning. See 06:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:35 06:05:35 Login Succeeded 06:05:35 nexus3.edgexfoundry.org:10002 06:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:36 Configure a credential helper to remove this warning. See 06:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:36 06:05:36 Login Succeeded 06:05:36 nexus3.edgexfoundry.org:10003 06:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:36 Configure a credential helper to remove this warning. See 06:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:36 06:05:36 Login Succeeded 06:05:36 nexus3.edgexfoundry.org:10004 06:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:37 Configure a credential helper to remove this warning. See 06:05:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:37 06:05:37 Login Succeeded 06:05:37 docker.io 06:05:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:38 Configure a credential helper to remove this warning. See 06:05:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:38 06:05:38 Login Succeeded [Pipeline] } 06:05:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:38 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 06:05:38 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:05:38 latest 06:05:38 1.2.0-dev.31 06:05:38 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 06:05:38 master 06:05:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:05:39 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f [Pipeline] isUnix [Pipeline] sh 06:05:40 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:05:40 6d35cdddd981: Preparing 06:05:40 294ac687b5fc: Preparing 06:05:40 294ac687b5fc: Layer already exists 06:05:44 6d35cdddd981: Pushed 06:05:44 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f: digest: sha256:3eabc94ff764c80e089da8dd085bbbecc647b2b345bc798e6e51a3eff66dc195 size: 739 [Pipeline] isUnix [Pipeline] sh 06:05:44 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:05:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:05:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:05:45 6d35cdddd981: Preparing 06:05:45 294ac687b5fc: Preparing 06:05:45 6d35cdddd981: Layer already exists 06:05:45 294ac687b5fc: Layer already exists 06:05:45 latest: digest: sha256:3eabc94ff764c80e089da8dd085bbbecc647b2b345bc798e6e51a3eff66dc195 size: 739 [Pipeline] isUnix [Pipeline] sh 06:05:46 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:05:46 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.0-dev.31 06:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:05:47 6d35cdddd981: Preparing 06:05:47 294ac687b5fc: Preparing 06:05:47 294ac687b5fc: Layer already exists 06:05:47 6d35cdddd981: Layer already exists 06:05:47 1.2.0-dev.31: digest: sha256:3eabc94ff764c80e089da8dd085bbbecc647b2b345bc798e6e51a3eff66dc195 size: 739 [Pipeline] isUnix [Pipeline] sh 06:05:47 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:05:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31 06:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:05:48 6d35cdddd981: Preparing 06:05:48 294ac687b5fc: Preparing 06:05:48 294ac687b5fc: Layer already exists 06:05:48 6d35cdddd981: Layer already exists 06:05:48 f0b05c79d7523a1f3df8cc9d6229e2354fa3536f-1.2.0-dev.31: digest: sha256:3eabc94ff764c80e089da8dd085bbbecc647b2b345bc798e6e51a3eff66dc195 size: 739 [Pipeline] isUnix [Pipeline] sh 06:05:48 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:05:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 06:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:05:49 6d35cdddd981: Preparing 06:05:49 294ac687b5fc: Preparing 06:05:49 294ac687b5fc: Layer already exists 06:05:49 6d35cdddd981: Layer already exists 06:05:50 master: digest: sha256:3eabc94ff764c80e089da8dd085bbbecc647b2b345bc798e6e51a3eff66dc195 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:05:51 provisioning config files... 06:05:51 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4569627896722632002tmp [Pipeline] { [Pipeline] sh 06:05:51 + curl -s https://codecov.io/bash 06:05:51 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4569627896722632002tmp 06:05:52 06:05:52 _____ _ 06:05:52 / ____| | | 06:05:52 | | ___ __| | ___ ___ _____ __ 06:05:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:05:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:05:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:05:52 Bash-tbd 06:05:52 06:05:52 06:05:52 ==> Jenkins CI detected. 06:05:52 project root: . 06:05:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:05:52 ==> Running gcov in . (disable via -X gcov) 06:05:52 ==> Python coveragepy not found 06:05:52 ==> Searching for coverage reports in: 06:05:52 + . 06:05:52 -> Found 1 reports 06:05:52 ==> Detecting git/mercurial file structure 06:05:52 ==> Reading reports 06:05:52 + ./coverage.out bytes=10 06:05:52 ==> Appending adjustments 06:05:52 http://docs.codecov.io/docs/fixing-reports 06:05:52 + Found adjustments 06:05:52 ==> Gzipping contents 06:05:52 ==> Uploading reports 06:05:52 url: https://codecov.io 06:05:52 query: branch=master&commit=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 06:05:52 -> Pinging Codecov 06:05:52 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=f0b05c79d7523a1f3df8cc9d6229e2354fa3536f&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 06:05:52 -> Uploading 06:05:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f0b05c79d7523a1f3df8cc9d6229e2354fa3536f [Pipeline] } 06:05:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:05:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:05:53 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:05:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 06:05:53 06:05:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 06:05:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 06:05:54 1.217.3: Pulling from edgex-devops/edgex-snyk-go 06:05:54 e6b0cf9c0882: Pulling fs layer 06:05:54 2848faf0eed1: Pulling fs layer 06:05:54 0f37312ad70f: Pulling fs layer 06:05:54 7d08f2745646: Pulling fs layer 06:05:54 4c9f31393084: Pulling fs layer 06:05:54 eb21ddb83652: Pulling fs layer 06:05:54 345998794f6b: Pulling fs layer 06:05:54 97a711d68925: Pulling fs layer 06:05:54 7c8476c1cb00: Pulling fs layer 06:05:54 4c9f31393084: Waiting 06:05:54 eb21ddb83652: Waiting 06:05:54 345998794f6b: Waiting 06:05:54 97a711d68925: Waiting 06:05:54 7d08f2745646: Waiting 06:05:54 7c8476c1cb00: Waiting 06:05:54 0f37312ad70f: Verifying Checksum 06:05:54 0f37312ad70f: Download complete 06:05:54 2848faf0eed1: Download complete 06:05:54 4c9f31393084: Verifying Checksum 06:05:54 4c9f31393084: Download complete 06:05:54 eb21ddb83652: Verifying Checksum 06:05:54 eb21ddb83652: Download complete 06:05:54 e6b0cf9c0882: Verifying Checksum 06:05:54 e6b0cf9c0882: Download complete 06:05:54 345998794f6b: Verifying Checksum 06:05:54 345998794f6b: Download complete 06:05:54 e6b0cf9c0882: Pull complete 06:05:54 2848faf0eed1: Pull complete 06:05:55 97a711d68925: Verifying Checksum 06:05:55 97a711d68925: Download complete 06:05:55 7c8476c1cb00: Verifying Checksum 06:05:55 7c8476c1cb00: Download complete 06:05:55 0f37312ad70f: Pull complete 06:05:55 7d08f2745646: Verifying Checksum 06:05:55 7d08f2745646: Download complete 06:06:02 7d08f2745646: Pull complete 06:06:02 4c9f31393084: Pull complete 06:06:02 eb21ddb83652: Pull complete 06:06:04 345998794f6b: Pull complete 06:06:07 97a711d68925: Pull complete 06:06:08 7c8476c1cb00: Pull complete 06:06:08 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 06:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 06:06:08 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 06:06:09 $ docker top 2c1b6e590861ee5c4abf6410d093d44d0507f7a021e059ce9ed12a6f8ba07077 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:09 + snyk monitor '--org=edgex-jenkins' 06:06:24 06:06:24 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master... 06:06:24 06:06:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/92d0e437-7fea-46cb-886b-6a6c9b6e1671 06:06:24 06:06:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:06:24 06:06:24 [Pipeline] } 06:06:24 $ docker stop --time=1 2c1b6e590861ee5c4abf6410d093d44d0507f7a021e059ce9ed12a6f8ba07077 06:06:25 $ docker rm -f 2c1b6e590861ee5c4abf6410d093d44d0507f7a021e059ce9ed12a6f8ba07077 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:06:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:06:27 06:06:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 06:06:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:06:27 latest: Pulling from edgex-devops/edgex-klar 06:06:27 e7c96db7181b: Pulling fs layer 06:06:27 1868ca2cb446: Pulling fs layer 06:06:27 136be5d0fe8e: Pulling fs layer 06:06:27 894bfe63afcb: Pulling fs layer 06:06:27 894bfe63afcb: Waiting 06:06:27 1868ca2cb446: Verifying Checksum 06:06:27 1868ca2cb446: Download complete 06:06:27 136be5d0fe8e: Verifying Checksum 06:06:27 136be5d0fe8e: Download complete 06:06:27 e7c96db7181b: Download complete 06:06:27 894bfe63afcb: Verifying Checksum 06:06:27 894bfe63afcb: Download complete 06:06:27 e7c96db7181b: Pull complete 06:06:27 1868ca2cb446: Pull complete 06:06:27 136be5d0fe8e: Pull complete 06:06:28 894bfe63afcb: Pull complete 06:06:28 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 06:06:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 06:06:28 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:06:28 $ docker top 213b07e4be3c0a317c277c5a68d080279f727c4d2780cbabafa3a2bff2351d23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:29 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:06:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:06:32 $ docker stop --time=1 213b07e4be3c0a317c277c5a68d080279f727c4d2780cbabafa3a2bff2351d23 06:06:34 $ docker rm -f 213b07e4be3c0a317c277c5a68d080279f727c4d2780cbabafa3a2bff2351d23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:06:34 . [Pipeline] withDockerContainer 06:06:34 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:06:35 $ docker top 7fe9c546e7660cde54b5bc2a9b6b43bdcce8abe3bda10545c56526c20598dd8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:35 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:06:35 + tee 06:06:35 clair timeout 1m0s 06:06:35 docker timeout: 1m0s 06:06:35 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:06:36 $ docker stop --time=1 7fe9c546e7660cde54b5bc2a9b6b43bdcce8abe3bda10545c56526c20598dd8b 06:06:37 $ docker rm -f 7fe9c546e7660cde54b5bc2a9b6b43bdcce8abe3bda10545c56526c20598dd8b [Pipeline] // withDockerContainer [Pipeline] sh 06:06:38 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:06:38 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_f0b05c79d7523a1f3df8cc9d6229e2354fa3536f.html [Pipeline] writeFile [Pipeline] step 06:06:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:06:38 . [Pipeline] withDockerContainer 06:06:38 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:06:39 $ docker top 5c0550401cf2ab58208d5fb314d97e8c3c4813f164a62627decb28bd964b416f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:39 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:06:39 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:06:42 $ docker stop --time=1 5c0550401cf2ab58208d5fb314d97e8c3c4813f164a62627decb28bd964b416f 06:06:43 $ docker rm -f 5c0550401cf2ab58208d5fb314d97e8c3c4813f164a62627decb28bd964b416f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:06:44 . [Pipeline] withDockerContainer 06:06:44 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:06:45 $ docker top ee217a6b993005bd29b1045534bcf74de47b08d2458adb5abdfc8facb83a9fde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:45 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f0b05c79d7523a1f3df8cc9d6229e2354fa3536f 06:06:45 + tee 06:06:45 clair timeout 1m0s 06:06:45 docker timeout: 1m0s 06:06:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:06:46 $ docker stop --time=1 ee217a6b993005bd29b1045534bcf74de47b08d2458adb5abdfc8facb83a9fde 06:06:47 $ docker rm -f ee217a6b993005bd29b1045534bcf74de47b08d2458adb5abdfc8facb83a9fde [Pipeline] // withDockerContainer [Pipeline] sh 06:06:48 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:06:48 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_f0b05c79d7523a1f3df8cc9d6229e2354fa3536f.html [Pipeline] writeFile [Pipeline] step 06:06:48 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 06:06:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:06:48 . [Pipeline] withDockerContainer 06:06:48 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:06:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:06:49 $ docker top 6bf3330ec83831090fa2a820ba0929c3deeb408a860486ace06c792256136da3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:06:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:06:49 [ssh-agent] Looking for ssh-agent implementation... 06:06:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:06:50 $ docker exec 6bf3330ec83831090fa2a820ba0929c3deeb408a860486ace06c792256136da3 ssh-agent 06:06:50 SSH_AUTH_SOCK=/tmp/ssh-iq1UAlG2dcU3/agent.15 06:06:50 SSH_AGENT_PID=22 06:06:50 Running ssh-add (command line suppressed) 06:06:50 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8284626569937728006.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8284626569937728006.key) 06:06:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:06:50 + git semver tag 06:06:50 # -> Open(): unable to determine branch for HEAD 06:06:50 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:06:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:06:50 # $SEMVER_REMOTE_NAME = origin 06:06:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:06:50 # $SEMVER_USER_NAME = edgex-jenkins 06:06:50 # $SEMVER_BRANCH = master 06:06:50 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:06:50 # f0b05c79d7523a1f3df8cc9d6229e2354fa3536f HEAD 06:06:50 # -> Force: false 06:06:50 # d8c66d8b99ee16fc19c8556af67701022e83fda9 refs/tags/v1.2.0-dev.31 [Pipeline] } 06:06:50 $ docker exec --env ******** --env ******** 6bf3330ec83831090fa2a820ba0929c3deeb408a860486ace06c792256136da3 ssh-agent -k 06:06:50 unset SSH_AUTH_SOCK; 06:06:50 unset SSH_AGENT_PID; 06:06:50 echo Agent pid 22 killed; 06:06:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:06:51 + git semver [Pipeline] } 06:06:51 $ docker stop --time=1 6bf3330ec83831090fa2a820ba0929c3deeb408a860486ace06c792256136da3 06:06:52 $ docker rm -f 6bf3330ec83831090fa2a820ba0929c3deeb408a860486ace06c792256136da3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:06:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:06:53 06:06:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:06:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:06:53 0.23.1-centos7: Pulling from edgex-lftools 06:06:53 ab5ef0e58194: Pulling fs layer 06:06:53 9712f1f96733: Pulling fs layer 06:06:53 63f879dbbcfc: Pulling fs layer 06:06:53 0d9ebad4ef96: Pulling fs layer 06:06:53 e9a5061849ea: Pulling fs layer 06:06:53 d747dcd14b5f: Pulling fs layer 06:06:53 2de7ff778b66: Pulling fs layer 06:06:53 e9a5061849ea: Waiting 06:06:53 d747dcd14b5f: Waiting 06:06:53 2de7ff778b66: Waiting 06:06:53 0d9ebad4ef96: Waiting 06:06:53 9712f1f96733: Verifying Checksum 06:06:53 9712f1f96733: Download complete 06:06:54 63f879dbbcfc: Verifying Checksum 06:06:54 63f879dbbcfc: Download complete 06:06:54 e9a5061849ea: Verifying Checksum 06:06:54 e9a5061849ea: Download complete 06:06:54 d747dcd14b5f: Download complete 06:06:54 0d9ebad4ef96: Verifying Checksum 06:06:54 0d9ebad4ef96: Download complete 06:06:54 ab5ef0e58194: Download complete 06:06:54 2de7ff778b66: Download complete 06:07:00 ab5ef0e58194: Pull complete 06:07:00 9712f1f96733: Pull complete 06:07:02 63f879dbbcfc: Pull complete 06:07:07 0d9ebad4ef96: Pull complete 06:07:08 e9a5061849ea: Pull complete 06:07:08 d747dcd14b5f: Pull complete 06:07:12 2de7ff778b66: Pull complete 06:07:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:07:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:07:12 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:07:13 $ docker top 38fc9c7dc0e5e30a4b058a67ab0cf5eee61abe143cac8058e5de9fb95111fae7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:07:13 provisioning config files... 06:07:13 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3320331645909596873tmp 06:07:13 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8138554315309985470tmp 06:07:13 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3793188630821965169tmp [Pipeline] { [Pipeline] echo 06:07:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:07:13 ---> sigul-configuration.sh 06:07:13 gpg: directory `/root/.gnupg' created 06:07:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:07:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:07:13 gpg: keyring `/root/.gnupg/secring.gpg' created 06:07:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:07:13 gpg: CAST5 encrypted data 06:07:14 gpg: encrypted with 1 passphrase 06:07:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:07:14 + mkdir /home/jenkins 06:07:14 + mkdir /home/jenkins/sigul [Pipeline] sh 06:07:14 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 06:07:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:07:15 ---> sigul-install.sh 06:07:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:07:23 + git tag --list 06:07:23 v1.2.0-dev.31 [Pipeline] sh 06:07:23 + lftools sign git-tag v1.2.0-dev.31 06:07:25 Signing Git tag with Sigul... 06:07:25 Signing v1.2.0-dev.31 [Pipeline] echo 06:07:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:07:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:07:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:07:26 $ docker stop --time=1 38fc9c7dc0e5e30a4b058a67ab0cf5eee61abe143cac8058e5de9fb95111fae7 06:07:28 $ docker rm -f 38fc9c7dc0e5e30a4b058a67ab0cf5eee61abe143cac8058e5de9fb95111fae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:07:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:29 . [Pipeline] withDockerContainer 06:07:29 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:07:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:07:29 $ docker top cbe839cace0bc5135e984759230325222bd0582cfd13d012f588d92c56cf7f80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:30 [ssh-agent] Looking for ssh-agent implementation... 06:07:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:30 $ docker exec cbe839cace0bc5135e984759230325222bd0582cfd13d012f588d92c56cf7f80 ssh-agent 06:07:30 SSH_AUTH_SOCK=/tmp/ssh-FmOkYuWnHwBO/agent.15 06:07:30 SSH_AGENT_PID=21 06:07:30 Running ssh-add (command line suppressed) 06:07:30 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6308072143544032002.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6308072143544032002.key) 06:07:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:30 + git semver bump pre 06:07:30 # -> Open(): unable to determine branch for HEAD 06:07:30 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:07:30 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:07:30 # $SEMVER_REMOTE_NAME = origin 06:07:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:30 # $SEMVER_USER_NAME = edgex-jenkins 06:07:30 # $SEMVER_BRANCH = master 06:07:30 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:07:30 1.2.0-dev.32 [Pipeline] } 06:07:30 $ docker exec --env ******** --env ******** cbe839cace0bc5135e984759230325222bd0582cfd13d012f588d92c56cf7f80 ssh-agent -k 06:07:31 unset SSH_AUTH_SOCK; 06:07:31 unset SSH_AGENT_PID; 06:07:31 echo Agent pid 21 killed; 06:07:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:31 + git semver [Pipeline] } 06:07:31 $ docker stop --time=1 cbe839cace0bc5135e984759230325222bd0582cfd13d012f588d92c56cf7f80 06:07:32 $ docker rm -f cbe839cace0bc5135e984759230325222bd0582cfd13d012f588d92c56cf7f80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:07:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:33 . [Pipeline] withDockerContainer 06:07:33 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:07:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:07:34 $ docker top 9503cf6db2240b3e024c7de1565e9f050c5268f6c5eb044e2bed58f73c97bda4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:34 [ssh-agent] Looking for ssh-agent implementation... 06:07:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:34 $ docker exec 9503cf6db2240b3e024c7de1565e9f050c5268f6c5eb044e2bed58f73c97bda4 ssh-agent 06:07:34 SSH_AUTH_SOCK=/tmp/ssh-epqKiFEg8vuI/agent.14 06:07:34 SSH_AGENT_PID=21 06:07:34 Running ssh-add (command line suppressed) 06:07:34 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1400549960113588644.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1400549960113588644.key) 06:07:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:35 + git semver push 06:07:35 # -> Open(): unable to determine branch for HEAD 06:07:35 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:07:35 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:07:35 # $SEMVER_REMOTE_NAME = origin 06:07:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:35 # $SEMVER_USER_NAME = edgex-jenkins 06:07:35 # $SEMVER_BRANCH = master 06:07:35 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:07:41 $ docker exec --env ******** --env ******** 9503cf6db2240b3e024c7de1565e9f050c5268f6c5eb044e2bed58f73c97bda4 ssh-agent -k 06:07:42 unset SSH_AUTH_SOCK; 06:07:42 unset SSH_AGENT_PID; 06:07:42 echo Agent pid 21 killed; 06:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:42 + git semver [Pipeline] } 06:07:42 $ docker stop --time=1 9503cf6db2240b3e024c7de1565e9f050c5268f6c5eb044e2bed58f73c97bda4 06:07:43 $ docker rm -f 9503cf6db2240b3e024c7de1565e9f050c5268f6c5eb044e2bed58f73c97bda4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:07:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:07:45 ---> package-listing.sh 06:07:45 ++ facter osfamily 06:07:45 ++ tr '[:upper:]' '[:lower:]' 06:07:45 + OS_FAMILY=redhat 06:07:45 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 06:07:45 + START_PACKAGES=/tmp/packages_start.txt 06:07:45 + END_PACKAGES=/tmp/packages_end.txt 06:07:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:07:45 + PACKAGES=/tmp/packages_start.txt 06:07:45 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:07:45 + PACKAGES=/tmp/packages_end.txt 06:07:45 + case "${OS_FAMILY}" in 06:07:45 + rpm -qa 06:07:45 + sort 06:07:49 + '[' -f /tmp/packages_start.txt ']' 06:07:49 + '[' -f /tmp/packages_end.txt ']' 06:07:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:07:49 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:07:49 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 06:07:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 06:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:07:49 06:07:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:07:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:07:50 alpine: Pulling from edgex-lftools-log-publisher 06:07:50 c9b1b535fdd9: Pulling fs layer 06:07:50 2cc5ad85d9ab: Pulling fs layer 06:07:50 756a868c4378: Pulling fs layer 06:07:50 444b2fc9a129: Pulling fs layer 06:07:50 ea15f1150254: Pulling fs layer 06:07:50 41b27a9f41bf: Pulling fs layer 06:07:50 28c525ee5125: Pulling fs layer 06:07:50 094b1ea09ed8: Pulling fs layer 06:07:50 138eaada9080: Pulling fs layer 06:07:50 0622d0fa9048: Pulling fs layer 06:07:50 41b27a9f41bf: Waiting 06:07:50 28c525ee5125: Waiting 06:07:50 094b1ea09ed8: Waiting 06:07:50 138eaada9080: Waiting 06:07:50 0622d0fa9048: Waiting 06:07:50 444b2fc9a129: Waiting 06:07:50 ea15f1150254: Waiting 06:07:50 2cc5ad85d9ab: Download complete 06:07:50 444b2fc9a129: Verifying Checksum 06:07:50 444b2fc9a129: Download complete 06:07:50 c9b1b535fdd9: Verifying Checksum 06:07:50 c9b1b535fdd9: Download complete 06:07:50 ea15f1150254: Verifying Checksum 06:07:50 ea15f1150254: Download complete 06:07:50 28c525ee5125: Verifying Checksum 06:07:50 28c525ee5125: Download complete 06:07:50 756a868c4378: Verifying Checksum 06:07:50 756a868c4378: Download complete 06:07:50 138eaada9080: Verifying Checksum 06:07:50 138eaada9080: Download complete 06:07:50 0622d0fa9048: Verifying Checksum 06:07:50 0622d0fa9048: Download complete 06:07:50 094b1ea09ed8: Download complete 06:07:51 41b27a9f41bf: Verifying Checksum 06:07:51 41b27a9f41bf: Download complete 06:07:51 c9b1b535fdd9: Pull complete 06:07:52 2cc5ad85d9ab: Pull complete 06:07:53 756a868c4378: Pull complete 06:07:53 444b2fc9a129: Pull complete 06:07:53 ea15f1150254: Pull complete 06:07:58 41b27a9f41bf: Pull complete 06:07:58 28c525ee5125: Pull complete 06:07:59 094b1ea09ed8: Pull complete 06:07:59 138eaada9080: Pull complete 06:07:59 0622d0fa9048: Pull complete 06:07:59 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:07:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:08:00 prd-centos7-docker-4c-2g-4220 does not seem to be running inside a container 06:08:00 $ 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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:08:01 $ docker top 4a188bb28f68d7a390547220dfc42000d7dc63134b8ebc5a080006487ca1df9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:08:01 provisioning config files... 06:08:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7835751630052060043tmp [Pipeline] { [Pipeline] echo 06:08:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:08:01 ---> create-netrc.sh [Pipeline] echo 06:08:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:08:02 ---> logs-deploy.sh 06:08:02 + ARCHIVE_ARTIFACTS= 06:08:02 + LOGS_SERVER=https://logs.edgexfoundry.org 06:08:02 + '[' https://logs.edgexfoundry.org == None ']' 06:08:02 + NEXUS_URL=https://nexus.edgexfoundry.org 06:08:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/32 06:08:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/32/ 06:08:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/32 /w/workspace/edgexfoundry_edgex-ui-go_master 06:08:03 Archives upload complete. 06:08:03 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/32/