Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49700eb7f8ddcfc34492027de1e3002dffefa894 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3004 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 Fetching without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/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 49700eb7f8ddcfc34492027de1e3002dffefa894 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49700eb7f8ddcfc34492027de1e3002dffefa894 # timeout=10 Commit message: "block user login and user create page" > git rev-list --no-walk 5ac126347c467076fa6aa7c5143c5fd30ec9d80a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:27:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:27:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:27:11 ========================================================= 10:27:11 EdgeX Global Pipelines Version Info 10:27:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:27:13 ------------------- 10:27:13 stable info: 10:27:13 ------------------- 10:27:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:27:13 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:27:13 Message: update stable to v1.0.89 10:27:13 ------------------- 10:27:13 experimental info: 10:27:13 ------------------- 10:27:13 Commited By: **** collab-it+edgex@linuxfoundation.org 10:27:13 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:27:13 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:27:15 10:27:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:27:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:27:16 latest: Pulling from edgex-devops/git-semver 10:27:16 9123ac7c32f7: Pulling fs layer 10:27:16 b8cc5d1170e3: Pulling fs layer 10:27:16 2924cbbf6a41: Pulling fs layer 10:27:16 93b08a4f1073: Pulling fs layer 10:27:16 93b08a4f1073: Waiting 10:27:16 b8cc5d1170e3: Verifying Checksum 10:27:16 b8cc5d1170e3: Download complete 10:27:16 9123ac7c32f7: Verifying Checksum 10:27:16 9123ac7c32f7: Download complete 10:27:16 2924cbbf6a41: Verifying Checksum 10:27:16 2924cbbf6a41: Download complete 10:27:16 93b08a4f1073: Verifying Checksum 10:27:16 93b08a4f1073: Download complete 10:27:16 9123ac7c32f7: Pull complete 10:27:16 b8cc5d1170e3: Pull complete 10:27:17 2924cbbf6a41: Pull complete 10:27:17 93b08a4f1073: Pull complete 10:27:17 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 10:27:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:27:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:27:17 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:27:17 $ 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 10:27:19 $ docker top 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:27:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:27:20 [ssh-agent] Looking for ssh-agent implementation... 10:27:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:27:20 $ docker exec 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 ssh-agent 10:27:20 SSH_AUTH_SOCK=/tmp/ssh-xxNpdngHjnmg/agent.12 10:27:20 SSH_AGENT_PID=18 10:27:20 Running ssh-add (command line suppressed) 10:27:20 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6040606091154117557.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6040606091154117557.key) 10:27:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:27:20 + git describe --exact-match --tags HEAD 10:27:20 fatal: No names found, cannot describe anything. [Pipeline] } 10:27:21 $ docker exec --env ******** --env ******** 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 ssh-agent -k 10:27:21 unset SSH_AUTH_SOCK; 10:27:21 unset SSH_AGENT_PID; 10:27:21 echo Agent pid 18 killed; 10:27:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:27:21 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:27:21 This usually means this commit has not been tagged. [Pipeline] sshagent 10:27:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:27:21 [ssh-agent] Looking for ssh-agent implementation... 10:27:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:27:21 $ docker exec 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 ssh-agent 10:27:21 SSH_AUTH_SOCK=/tmp/ssh-coCzXoW7HGuc/agent.46 10:27:21 SSH_AGENT_PID=52 10:27:21 Running ssh-add (command line suppressed) 10:27:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7467456426770711848.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7467456426770711848.key) 10:27:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:27:22 + git semver init 10:27:22 # -> Open(): unable to determine branch for HEAD 10:27:22 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:27:22 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:27:22 # $SEMVER_REMOTE_NAME = origin 10:27:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:27:22 # $SEMVER_USER_NAME = edgex-jenkins 10:27:22 # $SEMVER_BRANCH = master 10:27:22 # $SEMVER_TEMP = /tmp/semver-085803876 10:27:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:27:23 # '/tmp/semver-085803876' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 10:27:23 # -> Force: false 10:27:23 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:27:23 $ docker exec --env ******** --env ******** 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 ssh-agent -k 10:27:23 unset SSH_AUTH_SOCK; 10:27:23 unset SSH_AGENT_PID; 10:27:23 echo Agent pid 52 killed; 10:27:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:27:23 + git semver [Pipeline] } 10:27:23 $ docker stop --time=1 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 10:27:24 $ docker rm -f 37f6aa3796b4869a00d7585737548611e3e18aa50d252191383ffdac0115f1a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:27:25 Stashed 55 file(s) [Pipeline] echo 10:27:25 [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:27:41 Still waiting to schedule task 10:27:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3004’ 10:27:41 Still waiting to schedule task 10:27:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 10:29:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3005 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:29:29 Running in /w/workspace/edgex-ui-go/44 [Pipeline] { [Pipeline] checkout 10:29:35 using credential edgex-jenkins-ssh 10:29:35 Cloning the remote Git repository 10:29:35 Cloning with configured refspecs honoured and without tags 10:29:35 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:29:35 > git init /w/workspace/edgex-ui-go/44 # timeout=10 10:29:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:35 > git --version # timeout=10 10:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:29:36 Fetching without tags 10:29:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:29:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:37 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:29:37 Checking out Revision 49700eb7f8ddcfc34492027de1e3002dffefa894 (master) 10:29:37 > git config core.sparsecheckout # timeout=10 10:29:37 > git checkout -f 49700eb7f8ddcfc34492027de1e3002dffefa894 # timeout=10 10:29:42 Commit message: "block user login and user create page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:29:43 ========================================================= 10:29:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:29:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:29:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 10:29:46 Sending build context to Docker daemon 12.93MB 10:29:46 Step 1/8 : ARG BASE=golang:1.11-alpine 10:29:46 Step 2/8 : FROM ${BASE} 10:29:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:29:46 cde5963f3b93: Pulling fs layer 10:29:46 2a23fa8c16f7: Pulling fs layer 10:29:46 777b28850792: Pulling fs layer 10:29:46 8a11ddd9e578: Pulling fs layer 10:29:46 4cf88f913ddb: Pulling fs layer 10:29:46 1df406cf5192: Pulling fs layer 10:29:46 cd6300453558: Pulling fs layer 10:29:46 b9c365052c96: Pulling fs layer 10:29:46 8a11ddd9e578: Waiting 10:29:46 a2d8cc88f415: Pulling fs layer 10:29:46 ea1d1ca13537: Pulling fs layer 10:29:46 4cf88f913ddb: Waiting 10:29:46 3750a50a1c5e: Pulling fs layer 10:29:46 1df406cf5192: Waiting 10:29:46 cd6300453558: Waiting 10:29:46 b9c365052c96: Waiting 10:29:46 a2d8cc88f415: Waiting 10:29:46 ea1d1ca13537: Waiting 10:29:46 3750a50a1c5e: Waiting 10:29:46 777b28850792: Verifying Checksum 10:29:46 777b28850792: Download complete 10:29:46 2a23fa8c16f7: Verifying Checksum 10:29:46 2a23fa8c16f7: Download complete 10:29:46 4cf88f913ddb: Verifying Checksum 10:29:46 4cf88f913ddb: Download complete 10:29:46 1df406cf5192: Download complete 10:29:46 cde5963f3b93: Verifying Checksum 10:29:46 cde5963f3b93: Download complete 10:29:47 cde5963f3b93: Pull complete 10:29:48 2a23fa8c16f7: Pull complete 10:29:48 777b28850792: Pull complete 10:29:49 cd6300453558: Verifying Checksum 10:29:49 cd6300453558: Download complete 10:29:49 a2d8cc88f415: Download complete 10:29:50 ea1d1ca13537: Verifying Checksum 10:29:50 ea1d1ca13537: Download complete 10:29:50 3750a50a1c5e: Verifying Checksum 10:29:50 3750a50a1c5e: Download complete 10:29:52 b9c365052c96: Verifying Checksum 10:29:52 b9c365052c96: Download complete 10:29:52 8a11ddd9e578: Verifying Checksum 10:29:52 8a11ddd9e578: Download complete 10:30:05 8a11ddd9e578: Pull complete 10:30:05 4cf88f913ddb: Pull complete 10:30:05 1df406cf5192: Pull complete 10:30:09 cd6300453558: Pull complete 10:30:14 b9c365052c96: Pull complete 10:30:14 a2d8cc88f415: Pull complete 10:30:16 ea1d1ca13537: Pull complete 10:30:16 3750a50a1c5e: Pull complete 10:30:16 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 10:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:30:16 ---> 78745c68409d 10:30:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:30:22 ---> Running in f41ac8414033 10:30:22 Removing intermediate container f41ac8414033 10:30:22 ---> a56964d799a6 10:30:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:22 ---> Running in b81d293e402f 10:30:24 Removing intermediate container b81d293e402f 10:30:24 ---> 5cec2d6e9a9f 10:30:24 Step 5/8 : RUN apk add --no-cache make git 10:30:24 ---> Running in 7fb78ce8f134 10:30:25 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:30:26 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:30:27 OK: 125 MiB in 39 packages 10:30:28 Removing intermediate container 7fb78ce8f134 10:30:28 ---> dbbfd0977f60 10:30:28 Step 6/8 : WORKDIR /edgex-ui-go 10:30:28 ---> Running in aed405f8a75a 10:30:29 Removing intermediate container aed405f8a75a 10:30:29 ---> 0764249d658c 10:30:29 Step 7/8 : COPY . . 10:30:29 Running on prd-centos7-docker-4c-2g-3006 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:30:29 Running in /w/workspace/edgex-ui-go/44 [Pipeline] { [Pipeline] checkout 10:30:30 ---> 6a5472049cbf 10:30:30 Step 8/8 : RUN go mod download 10:30:30 ---> Running in eb44cb2ea6aa 10:30:31 using credential edgex-jenkins-ssh 10:30:31 Cloning the remote Git repository 10:30:31 Cloning with configured refspecs honoured and without tags 10:30:31 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:30:31 > git init /w/workspace/edgex-ui-go/44 # timeout=10 10:30:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:30:31 > git --version # timeout=10 10:30:31 using GIT_SSH to set credentials SSH Credentials for GitHub 10:30:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:30:32 Fetching without tags 10:30:32 Checking out Revision 49700eb7f8ddcfc34492027de1e3002dffefa894 (master) 10:30:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:30:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:30:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:30:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:30:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:30:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:30:32 > git config core.sparsecheckout # timeout=10 10:30:32 > git checkout -f 49700eb7f8ddcfc34492027de1e3002dffefa894 # timeout=10 10:30:35 go: finding github.com/BurntSushi/toml v0.3.1 10:30:35 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:30:35 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:30:35 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:30:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:30:35 go: finding github.com/armon/go-metrics v0.3.3 10:30:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:30:35 go: finding github.com/beorn7/perks v1.0.1 10:30:35 go: finding github.com/bgentry/speakeasy v0.1.0 10:30:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:30:35 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:30:35 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:30:35 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:30:35 go: finding github.com/davecgh/go-spew v1.1.1 10:30:35 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:30:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:30:35 go: finding github.com/fatih/color v1.9.0 10:30:35 go: finding github.com/go-kit/kit v0.9.0 10:30:35 go: finding github.com/go-logfmt/logfmt v0.4.0 10:30:35 go: finding github.com/go-stack/stack v1.8.0 10:30:35 go: finding github.com/gogo/protobuf v1.1.1 10:30:35 go: finding github.com/golang/protobuf v1.3.2 10:30:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:30:35 go: finding github.com/google/go-cmp v0.4.0 10:30:35 go: finding github.com/google/gofuzz v1.0.0 10:30:35 go: finding github.com/gorilla/mux v1.7.1 10:30:35 go: finding github.com/gorilla/websocket v1.4.0 10:30:35 go: finding github.com/hashicorp/consul/api v1.4.0 10:30:35 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:30:35 go: finding github.com/hashicorp/errwrap v1.0.0 10:30:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:30:36 go: finding github.com/hashicorp/go-hclog v0.12.2 10:30:36 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:30:36 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:30:36 go: finding github.com/hashicorp/go-multierror v1.0.0 10:30:36 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:30:36 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:30:36 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:30:36 go: finding github.com/hashicorp/go-syslog v1.0.0 10:30:36 go: finding github.com/hashicorp/go-uuid v1.0.1 10:30:36 go: finding github.com/hashicorp/go.net v0.0.1 10:30:36 go: finding github.com/hashicorp/golang-lru v0.5.4 10:30:36 go: finding github.com/hashicorp/logutils v1.0.0 10:30:36 go: finding github.com/hashicorp/mdns v1.0.1 10:30:36 go: finding github.com/hashicorp/memberlist v0.2.0 10:30:36 go: finding github.com/hashicorp/serf v0.9.0 10:30:36 go: finding github.com/json-iterator/go v1.1.9 10:30:36 go: finding github.com/julienschmidt/httprouter v1.2.0 10:30:36 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:30:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:30:36 go: finding github.com/kr/pretty v0.2.0 10:30:36 Commit message: "block user login and user create page" 10:30:36 go: finding github.com/kr/pty v1.1.1 10:30:36 go: finding github.com/kr/text v0.1.0 10:30:36 go: finding github.com/mattn/go-colorable v0.1.6 10:30:36 go: finding github.com/mattn/go-isatty v0.0.12 10:30:36 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:30:36 go: finding github.com/miekg/dns v1.1.26 10:30:36 go: finding github.com/mitchellh/cli v1.0.0 10:30:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:30:36 go: finding github.com/mitchellh/copystructure v1.0.0 10:30:36 go: finding github.com/mitchellh/go-homedir v1.1.0 10:30:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:30:36 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:30:36 go: finding github.com/mitchellh/gox v0.4.0 10:30:36 go: finding github.com/mitchellh/iochan v1.0.0 10:30:36 go: finding github.com/mitchellh/mapstructure v1.2.2 10:30:36 go: finding github.com/mitchellh/reflectwalk v1.0.1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 10:30:37 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:30:37 go: finding github.com/modern-go/reflect2 v1.0.1 10:30:37 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:30:37 go: finding github.com/pascaldekloe/goe v0.1.0 10:30:37 go: finding github.com/pelletier/go-toml v1.7.0 10:30:37 go: finding github.com/pkg/errors v0.8.1 10:30:37 go: finding github.com/pmezard/go-difflib v1.0.0 10:30:37 go: finding github.com/posener/complete v1.1.1 10:30:37 go: finding github.com/prometheus/client_golang v1.4.0 10:30:37 go: finding github.com/prometheus/client_model v0.2.0 10:30:37 go: finding github.com/prometheus/common v0.9.1 10:30:37 go: finding github.com/prometheus/procfs v0.0.8 10:30:37 go: finding github.com/ryanuber/columnize v2.1.0+incompatible [Pipeline] echo 10:30:37 ========================================================= 10:30:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:30:37 ========================================================= 10:30:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:30:37 go: finding github.com/sirupsen/logrus v1.4.2 10:30:37 go: finding github.com/stretchr/objx v0.1.1 10:30:37 go: finding github.com/stretchr/testify v1.4.0 10:30:37 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:30:37 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:30:37 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:30:37 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:30:37 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:30:37 go: finding golang.org/x/text v0.3.2 10:30:37 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [Pipeline] isUnix [Pipeline] sh 10:30:37 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:30:37 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:30:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:30:37 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:30:37 go: finding gopkg.in/yaml.v2 v2.2.8 10:30:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 10:30:38 Sending build context to Docker daemon 12.93MB 10:30:38 Step 1/8 : ARG BASE=golang:1.11-alpine 10:30:38 Step 2/8 : FROM ${BASE} 10:30:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:30:38 e6b0cf9c0882: Pulling fs layer 10:30:38 2848faf0eed1: Pulling fs layer 10:30:38 0f37312ad70f: Pulling fs layer 10:30:38 5788d62ee057: Pulling fs layer 10:30:38 0e6b1d234666: Pulling fs layer 10:30:38 bf5d7aec512f: Pulling fs layer 10:30:38 34c802a77dc8: Pulling fs layer 10:30:38 9eb99e56ec68: Pulling fs layer 10:30:38 27c7a5d97fbd: Pulling fs layer 10:30:38 5c102a31e300: Pulling fs layer 10:30:38 dcfb455df0a1: Pulling fs layer 10:30:38 5788d62ee057: Waiting 10:30:38 0e6b1d234666: Waiting 10:30:38 27c7a5d97fbd: Waiting 10:30:38 5c102a31e300: Waiting 10:30:38 dcfb455df0a1: Waiting 10:30:38 bf5d7aec512f: Waiting 10:30:38 34c802a77dc8: Waiting 10:30:38 9eb99e56ec68: Waiting 10:30:38 0f37312ad70f: Verifying Checksum 10:30:38 0f37312ad70f: Download complete 10:30:38 2848faf0eed1: Verifying Checksum 10:30:38 2848faf0eed1: Download complete 10:30:38 0e6b1d234666: Verifying Checksum 10:30:38 0e6b1d234666: Download complete 10:30:38 bf5d7aec512f: Verifying Checksum 10:30:38 bf5d7aec512f: Download complete 10:30:38 e6b0cf9c0882: Verifying Checksum 10:30:38 e6b0cf9c0882: Pull complete 10:30:39 34c802a77dc8: Verifying Checksum 10:30:39 34c802a77dc8: Download complete 10:30:39 27c7a5d97fbd: Verifying Checksum 10:30:39 27c7a5d97fbd: Download complete 10:30:39 2848faf0eed1: Pull complete 10:30:40 0f37312ad70f: Pull complete 10:30:40 5788d62ee057: Verifying Checksum 10:30:40 5788d62ee057: Download complete 10:30:40 dcfb455df0a1: Verifying Checksum 10:30:40 dcfb455df0a1: Download complete 10:30:40 5c102a31e300: Verifying Checksum 10:30:40 5c102a31e300: Download complete 10:30:40 9eb99e56ec68: Verifying Checksum 10:30:40 9eb99e56ec68: Download complete 10:30:45 5788d62ee057: Pull complete 10:30:45 0e6b1d234666: Pull complete 10:30:45 bf5d7aec512f: Pull complete 10:30:52 34c802a77dc8: Pull complete 10:30:54 9eb99e56ec68: Pull complete 10:30:54 27c7a5d97fbd: Pull complete 10:30:55 5c102a31e300: Pull complete 10:30:55 dcfb455df0a1: Pull complete 10:30:55 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 10:30:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:30:55 ---> 7c70fe431013 10:30:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:30:56 Removing intermediate container eb44cb2ea6aa 10:30:56 ---> a412b7974cc6 10:30:56 Successfully built a412b7974cc6 10:30:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:56 + docker inspect -f . ci-base-image-arm64 10:30:56 . [Pipeline] withDockerContainer 10:30:56 prd-ubuntu18.04-docker-arm64-4c-16g-3005 does not seem to be running inside a container 10:30:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/44 -v /w/workspace/edgex-ui-go/44:/w/workspace/edgex-ui-go/44:rw,z -v /w/workspace/edgex-ui-go/44@tmp:/w/workspace/edgex-ui-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:30:57 ---> Running in 623f985accbd 10:30:57 Removing intermediate container 623f985accbd 10:30:57 ---> 11036a7b0fba 10:30:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:57 ---> Running in 6554cc97acbd 10:30:58 Removing intermediate container 6554cc97acbd 10:30:58 ---> 9dad5a54f45e 10:30:58 Step 5/8 : RUN apk add --no-cache make git 10:30:58 ---> Running in 8c774cd38f6d 10:30:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:30:58 $ docker top 3f3ff4f6f2a416de844f8f81ab1096cf36a10965c301ca3abe76820c1b7c5650 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:30:59 OK: 143 MiB in 39 packages 10:31:00 Removing intermediate container 8c774cd38f6d 10:31:00 ---> af75ac2b17fe 10:31:00 Step 6/8 : WORKDIR /edgex-ui-go 10:31:00 ---> Running in c9e70af009cc 10:31:00 + go version 10:31:00 go version go1.13.5 linux/arm64 [Pipeline] sh 10:31:00 Removing intermediate container c9e70af009cc 10:31:00 ---> 27d9bc9cfe78 10:31:00 Step 7/8 : COPY . . 10:31:01 + make test 10:31:01 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:31:02 ---> 86962da41fc5 10:31:02 Step 8/8 : RUN go mod download 10:31:02 ---> Running in a9a1cbaf321d 10:31:02 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:31:05 go: finding github.com/BurntSushi/toml v0.3.1 10:31:05 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:31:05 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:31:05 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:31:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:31:05 go: finding github.com/armon/go-metrics v0.3.3 10:31:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:31:05 go: finding github.com/beorn7/perks v1.0.1 10:31:05 go: finding github.com/bgentry/speakeasy v0.1.0 10:31:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:31:05 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:31:05 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:31:05 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:31:05 go: finding github.com/davecgh/go-spew v1.1.1 10:31:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:31:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:31:05 go: finding github.com/fatih/color v1.9.0 10:31:05 go: finding github.com/go-kit/kit v0.9.0 10:31:05 go: finding github.com/go-logfmt/logfmt v0.4.0 10:31:05 go: finding github.com/go-stack/stack v1.8.0 10:31:05 go: finding github.com/gogo/protobuf v1.1.1 10:31:05 go: finding github.com/golang/protobuf v1.3.2 10:31:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:31:05 go: finding github.com/google/go-cmp v0.4.0 10:31:05 go: finding github.com/google/gofuzz v1.0.0 10:31:05 go: finding github.com/gorilla/mux v1.7.1 10:31:05 go: finding github.com/gorilla/websocket v1.4.0 10:31:05 go: finding github.com/hashicorp/consul/api v1.4.0 10:31:05 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:31:05 go: finding github.com/hashicorp/errwrap v1.0.0 10:31:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:31:05 go: finding github.com/hashicorp/go-hclog v0.12.2 10:31:05 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:31:05 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:31:05 go: finding github.com/hashicorp/go-multierror v1.0.0 10:31:05 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:31:05 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:31:05 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:31:05 go: finding github.com/hashicorp/go-syslog v1.0.0 10:31:05 go: finding github.com/hashicorp/go-uuid v1.0.1 10:31:05 go: finding github.com/hashicorp/go.net v0.0.1 10:31:05 go: finding github.com/hashicorp/golang-lru v0.5.4 10:31:05 go: finding github.com/hashicorp/logutils v1.0.0 10:31:05 go: finding github.com/hashicorp/mdns v1.0.1 10:31:05 go: finding github.com/hashicorp/memberlist v0.2.0 10:31:05 go: finding github.com/hashicorp/serf v0.9.0 10:31:05 go: finding github.com/json-iterator/go v1.1.9 10:31:05 go: finding github.com/julienschmidt/httprouter v1.2.0 10:31:05 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:31:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:31:05 go: finding github.com/kr/pretty v0.2.0 10:31:05 go: finding github.com/kr/pty v1.1.1 10:31:05 go: finding github.com/kr/text v0.1.0 10:31:05 go: finding github.com/mattn/go-colorable v0.1.6 10:31:05 go: finding github.com/mattn/go-isatty v0.0.12 10:31:05 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:31:05 go: finding github.com/miekg/dns v1.1.26 10:31:05 go: finding github.com/mitchellh/cli v1.0.0 10:31:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:31:05 go: finding github.com/mitchellh/copystructure v1.0.0 10:31:05 go: finding github.com/mitchellh/go-homedir v1.1.0 10:31:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:31:05 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:31:05 go: finding github.com/mitchellh/gox v0.4.0 10:31:05 go: finding github.com/mitchellh/iochan v1.0.0 10:31:05 go: finding github.com/mitchellh/mapstructure v1.2.2 10:31:05 go: finding github.com/mitchellh/reflectwalk v1.0.1 10:31:05 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:31:05 go: finding github.com/modern-go/reflect2 v1.0.1 10:31:05 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:31:05 go: finding github.com/pascaldekloe/goe v0.1.0 10:31:05 go: finding github.com/pelletier/go-toml v1.7.0 10:31:05 go: finding github.com/pkg/errors v0.8.1 10:31:05 go: finding github.com/pmezard/go-difflib v1.0.0 10:31:05 go: finding github.com/posener/complete v1.1.1 10:31:05 go: finding github.com/prometheus/client_golang v1.4.0 10:31:05 go: finding github.com/prometheus/client_model v0.2.0 10:31:05 go: finding github.com/prometheus/common v0.9.1 10:31:05 go: finding github.com/prometheus/procfs v0.0.8 10:31:05 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:31:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:31:05 go: finding github.com/sirupsen/logrus v1.4.2 10:31:05 go: finding github.com/stretchr/objx v0.1.1 10:31:05 go: finding github.com/stretchr/testify v1.4.0 10:31:05 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:31:05 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:31:05 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:31:05 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:31:05 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:31:05 go: finding golang.org/x/text v0.3.2 10:31:05 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 10:31:05 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:31:05 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:31:05 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:31:05 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:31:05 go: finding gopkg.in/yaml.v2 v2.2.8 10:31:20 Removing intermediate container a9a1cbaf321d 10:31:20 ---> b92e927b4497 10:31:20 Successfully built b92e927b4497 10:31:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:31:21 + docker inspect -f . ci-base-image-x86_64 10:31:21 . [Pipeline] withDockerContainer 10:31:21 prd-centos7-docker-4c-2g-3006 does not seem to be running inside a container 10:31:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/44 -v /w/workspace/edgex-ui-go/44:/w/workspace/edgex-ui-go/44:rw,z -v /w/workspace/edgex-ui-go/44@tmp:/w/workspace/edgex-ui-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:31:22 $ docker top c55e3724640830e95f77583f4bac4e844614d4f4dcb941a486c5b7c8663b04c0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:31:22 + go version 10:31:22 go version go1.13.5 linux/amd64 [Pipeline] sh 10:31:23 + make test 10:31:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:31:24 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:31:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:31:24 GO111MODULE=on go vet ./... [Pipeline] stash 10:31:29 Stashed 1 file(s) [Pipeline] } 10:31:29 $ docker stop --time=1 3f3ff4f6f2a416de844f8f81ab1096cf36a10965c301ca3abe76820c1b7c5650 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:31:31 GO111MODULE=on go vet ./... 10:31:31 $ docker rm -f 3f3ff4f6f2a416de844f8f81ab1096cf36a10965c301ca3abe76820c1b7c5650 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] stash 10:31:33 Warning: overwriting stash ‘coverage-report’ [Pipeline] sh 10:31:33 Stashed 1 file(s) [Pipeline] } 10:31:33 $ docker stop --time=1 c55e3724640830e95f77583f4bac4e844614d4f4dcb941a486c5b7c8663b04c0 10:31:33 + sudo chown -R jenkins:jenkins . 10:31:35 $ docker rm -f c55e3724640830e95f77583f4bac4e844614d4f4dcb941a486c5b7c8663b04c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:31:36 + ls -al . 10:31:36 total 116 10:31:36 drwxrwxr-x 9 jenkins jenkins 4096 Jun 15 10:31 . 10:31:36 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 10:29 .. 10:31:36 drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 10:29 .git 10:31:36 -rw-rw-r-- 1 jenkins jenkins 136 Jun 15 10:29 .gitignore 10:31:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 10:29 .semver 10:31:36 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 15 10:29 CONTRIBUTING.md 10:31:36 -rw-rw-r-- 1 jenkins jenkins 913 Jun 15 10:29 Dockerfile 10:31:36 -rw-rw-r-- 1 jenkins jenkins 898 Jun 15 10:29 Dockerfile.build 10:31:36 -rw-rw-r-- 1 jenkins jenkins 675 Jun 15 10:29 Jenkinsfile 10:31:36 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 15 10:29 LICENSE 10:31:36 -rw-rw-r-- 1 jenkins jenkins 951 Jun 15 10:29 Makefile 10:31:36 -rw-rw-r-- 1 jenkins jenkins 2599 Jun 15 10:29 README.md 10:31:36 -rw-rw-r-- 1 jenkins jenkins 11 Jun 15 10:27 VERSION 10:31:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 10:29 assets 10:31:36 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 10:29 bin 10:31:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 10:29 cmd 10:31:36 -rw-r--r-- 1 jenkins jenkins 10 Jun 15 10:31 coverage.out 10:31:36 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 10:29 docs 10:31:36 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 15 10:29 go.mod 10:31:36 -rw-r--r-- 1 jenkins jenkins 20718 Jun 15 10:31 go.sum 10:31:36 drwxrwxr-x 10 jenkins jenkins 4096 Jun 15 10:29 internal 10:31:36 -rw-rw-r-- 1 jenkins jenkins 155 Jun 15 10:29 version.go [Pipeline] isUnix [Pipeline] sh 10:31:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:31:36 + 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=49700eb7f8ddcfc34492027de1e3002dffefa894 --label arch=arm64 --label version=1.2.2-dev.1 . 10:31:36 + ls -al . 10:31:36 total 84 10:31:36 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 15 10:31 . 10:31:36 drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 10:30 .. 10:31:36 drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 10:30 assets 10:31:36 drwxrwxr-x. 2 jenkins jenkins 35 Jun 15 10:30 bin 10:31:36 drwxrwxr-x. 3 jenkins jenkins 29 Jun 15 10:30 cmd 10:31:36 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 15 10:30 CONTRIBUTING.md 10:31:36 -rw-r--r--. 1 jenkins jenkins 10 Jun 15 10:31 coverage.out 10:31:36 -rw-rw-r--. 1 jenkins jenkins 913 Jun 15 10:30 Dockerfile 10:31:36 -rw-rw-r--. 1 jenkins jenkins 898 Jun 15 10:30 Dockerfile.build 10:31:36 drwxrwxr-x. 4 jenkins jenkins 72 Jun 15 10:30 docs 10:31:36 drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 10:30 .git 10:31:36 -rw-rw-r--. 1 jenkins jenkins 136 Jun 15 10:30 .gitignore 10:31:36 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 15 10:30 go.mod 10:31:36 -rw-r--r--. 1 jenkins jenkins 20718 Jun 15 10:31 go.sum 10:31:36 drwxrwxr-x. 10 jenkins jenkins 139 Jun 15 10:30 internal 10:31:36 -rw-rw-r--. 1 jenkins jenkins 675 Jun 15 10:30 Jenkinsfile 10:31:36 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 15 10:30 LICENSE 10:31:36 -rw-rw-r--. 1 jenkins jenkins 951 Jun 15 10:30 Makefile 10:31:36 -rw-rw-r--. 1 jenkins jenkins 2599 Jun 15 10:30 README.md 10:31:36 drwxrwxr-x. 3 jenkins jenkins 44 Jun 15 10:30 .semver 10:31:36 -rw-rw-r--. 1 jenkins jenkins 11 Jun 15 10:27 VERSION 10:31:36 -rw-rw-r--. 1 jenkins jenkins 155 Jun 15 10:30 version.go [Pipeline] isUnix [Pipeline] sh 10:31:36 + 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=49700eb7f8ddcfc34492027de1e3002dffefa894 --label arch=amd64 --label version=1.2.2-dev.1 . 10:31:37 Sending build context to Docker daemon 12.95MB 10:31:37 Step 1/24 : ARG BASE=golang:1.13-alpine 10:31:37 Step 2/24 : FROM ${BASE} AS builder 10:31:37 ---> a412b7974cc6 10:31:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:31:37 Sending build context to Docker daemon 12.95MB 10:31:37 Step 1/24 : ARG BASE=golang:1.13-alpine 10:31:37 Step 2/24 : FROM ${BASE} AS builder 10:31:37 ---> b92e927b4497 10:31:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:31:37 ---> Running in 3a31f31cc1f9 10:31:37 ---> Running in c359ea7e375c 10:31:37 Removing intermediate container c359ea7e375c 10:31:37 ---> 708b39d7e02c 10:31:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:31:37 ---> Running in d3fccccf237b 10:31:37 Removing intermediate container 3a31f31cc1f9 10:31:37 ---> db05f896e6f7 10:31:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:31:37 Removing intermediate container d3fccccf237b 10:31:37 ---> 769e03f13e6c 10:31:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:31:37 ---> Running in 34972cf8bf7a 10:31:37 ---> Running in 3ec0428df87f 10:31:38 Removing intermediate container 34972cf8bf7a 10:31:38 ---> 9bbd72eac8f1 10:31:38 Step 6/24 : LABEL Name=edgex-ui-go 10:31:38 ---> Running in 14ad0bd04ace 10:31:38 Removing intermediate container 3ec0428df87f 10:31:38 ---> e88552f12ea5 10:31:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:31:38 Removing intermediate container 14ad0bd04ace 10:31:38 ---> 635d93fc8673 10:31:38 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:31:38 ---> Running in 4de265b40af7 10:31:38 Removing intermediate container 4de265b40af7 10:31:38 ---> ebfacb23a25d 10:31:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:31:38 ---> Running in ebb941d02736 10:31:38 ---> Running in b509cacc9d77 10:31:38 Removing intermediate container ebb941d02736 10:31:38 ---> 1e66c860e420 10:31:38 Step 6/24 : LABEL Name=edgex-ui-go 10:31:39 ---> Running in 08146ee6f393 10:31:39 Removing intermediate container 08146ee6f393 10:31:39 ---> 5d1900f49aa8 10:31:39 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:31:39 Removing intermediate container b509cacc9d77 10:31:39 ---> cfdcad0eae83 10:31:39 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:31:39 ---> Running in a394884bdd96 10:31:39 ---> Running in a81a15fdc292 10:31:39 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:31:40 Removing intermediate container a81a15fdc292 10:31:40 ---> 13af9300eb1f 10:31:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:31:40 ---> Running in fad76d4a4421 10:31:41 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:31:41 v3.11.6-82-gfb7117b954 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:31:41 v3.11.6-82-gfb7117b954 [http://nl.alpinelinux.org/alpine/v3.11/community] 10:31:41 OK: 11290 distinct packages available 10:31:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:31:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:31:42 Removing intermediate container fad76d4a4421 10:31:42 ---> f2a803bafc40 10:31:42 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:31:42 ---> Running in b4ef2072b187 10:31:42 OK: 143 MiB in 39 packages 10:31:43 Removing intermediate container a394884bdd96 10:31:43 ---> be4dc2aa1f64 10:31:43 Step 10/24 : ENV GO111MODULE=on 10:31:43 ---> Running in e7f82f78b28f 10:31:43 Removing intermediate container e7f82f78b28f 10:31:43 ---> b1f5f97fd909 10:31:43 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:31:43 ---> Running in 7066e002d2b0 10:31:43 Removing intermediate container 7066e002d2b0 10:31:43 ---> 2df24f23f514 10:31:43 Step 12/24 : COPY go.mod . 10:31:43 ---> afd72ee47a21 10:31:43 Step 13/24 : COPY Makefile . 10:31:43 ---> a6f8d6997683 10:31:43 Step 14/24 : RUN make update 10:31:43 ---> Running in 69ff9ef3f086 10:31:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:31:44 CGO_ENABLED=0 GO111MODULE=on go mod download 10:31:45 Removing intermediate container 69ff9ef3f086 10:31:45 ---> b6d8a787699d 10:31:45 Step 15/24 : COPY . . 10:31:45 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:31:45 v3.11.6-81-g1a7f4d67e9 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:31:45 v3.11.6-82-gfb7117b954 [http://nl.alpinelinux.org/alpine/v3.11/community] 10:31:45 OK: 11179 distinct packages available 10:31:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:31:46 ---> 50e8c7f767a6 10:31:46 Step 16/24 : RUN ${MAKE} 10:31:46 ---> Running in 210b5ae16472 10:31:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:31:46 OK: 125 MiB in 39 packages 10:31:48 Removing intermediate container b4ef2072b187 10:31:48 ---> 52768e303437 10:31:48 Step 10/24 : ENV GO111MODULE=on 10:31:48 ---> Running in 7e7a5000eb4d 10:31:48 Removing intermediate container 7e7a5000eb4d 10:31:48 ---> 6b9d05794220 10:31:48 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:31:48 ---> Running in 823656b5ae9f 10:31:49 Removing intermediate container 823656b5ae9f 10:31:49 ---> d47a80f776c6 10:31:49 Step 12/24 : COPY go.mod . 10:31:50 ---> acec9f80f0a8 10:31:50 Step 13/24 : COPY Makefile . 10:31:50 ---> 53de9c751b89 10:31:50 Step 14/24 : RUN make update 10:31:50 ---> Running in 1e5821e04ed6 10:31:52 CGO_ENABLED=0 GO111MODULE=on go mod download 10:31:53 Removing intermediate container 1e5821e04ed6 10:31:53 ---> c00dc695af87 10:31:53 Step 15/24 : COPY . . 10:31:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:31:55 ---> 47b0f9c6086e 10:31:55 Step 16/24 : RUN ${MAKE} 10:31:55 ---> Running in e791e8e6728d 10:31:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:31:57 Removing intermediate container 210b5ae16472 10:31:57 ---> ae8c803d5797 10:31:57 Step 17/24 : FROM alpine 10:31:57 latest: Pulling from library/alpine 10:31:57 df20fa9351a1: Pulling fs layer 10:31:57 df20fa9351a1: Verifying Checksum 10:31:57 df20fa9351a1: Download complete 10:31:57 df20fa9351a1: Pull complete 10:31:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:31:57 Status: Downloaded newer image for alpine:latest 10:31:57 ---> a24bb4013296 10:31:57 Step 18/24 : EXPOSE 4000 10:31:57 ---> Running in 4c2b326d8d86 10:31:58 Removing intermediate container 4c2b326d8d86 10:31:58 ---> 27a167c87dd6 10:31:58 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:31:59 ---> 9bb25ba65dbd 10:31:59 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:31:59 ---> Running in fd9b7ec35715 10:31:59 Removing intermediate container fd9b7ec35715 10:31:59 ---> 773112ad02ee 10:31:59 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:31:59 ---> Running in a5e482508b1c 10:31:59 Removing intermediate container a5e482508b1c 10:31:59 ---> 1ac787afb58f 10:31:59 Step 22/24 : LABEL arch=amd64 10:31:59 ---> Running in 8d6bcbb34fe7 10:31:59 Removing intermediate container 8d6bcbb34fe7 10:31:59 ---> 901891408298 10:31:59 Step 23/24 : LABEL git_sha=49700eb7f8ddcfc34492027de1e3002dffefa894 10:31:59 ---> Running in e99cb93201ee 10:32:00 Removing intermediate container e99cb93201ee 10:32:00 ---> b7cd26d55f40 10:32:00 Step 24/24 : LABEL version=1.2.2-dev.1 10:32:00 ---> Running in 4913e68a1b99 10:32:00 Removing intermediate container 4913e68a1b99 10:32:00 ---> 370c6cc709df 10:32:00 [Warning] One or more build-args [ARCH] were not consumed 10:32:00 Successfully built 370c6cc709df 10:32:00 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 10:32:00 provisioning config files... 10:32:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/44@tmp/config2319734685161466238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:00 nexus3.edgexfoundry.org:10001 10:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:01 Configure a credential helper to remove this warning. See 10:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:01 10:32:01 Login Succeeded 10:32:01 nexus3.edgexfoundry.org:10002 10:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:01 Configure a credential helper to remove this warning. See 10:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:01 10:32:01 Login Succeeded 10:32:01 nexus3.edgexfoundry.org:10003 10:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:01 Configure a credential helper to remove this warning. See 10:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:01 10:32:01 Login Succeeded 10:32:01 nexus3.edgexfoundry.org:10004 10:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:01 Configure a credential helper to remove this warning. See 10:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:01 10:32:01 Login Succeeded 10:32:01 docker.io 10:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:02 Configure a credential helper to remove this warning. See 10:32:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:02 10:32:02 Login Succeeded [Pipeline] } 10:32:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:02 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 10:32:02 49700eb7f8ddcfc34492027de1e3002dffefa894 10:32:02 latest 10:32:02 1.2.2-dev.1 10:32:02 49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 10:32:02 master 10:32:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:32:02 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894 [Pipeline] isUnix [Pipeline] sh 10:32:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894 10:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:32:02 418028137fa3: Preparing 10:32:02 50644c29ef5a: Preparing 10:32:02 50644c29ef5a: Layer already exists 10:32:04 418028137fa3: Pushed 10:32:04 49700eb7f8ddcfc34492027de1e3002dffefa894: digest: sha256:d723da67ca4777111e316412f161843453a1a3fa9d885054d02ac7737a280a6b size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:04 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 10:32:04 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:32:04 418028137fa3: Preparing 10:32:04 50644c29ef5a: Preparing 10:32:04 418028137fa3: Layer already exists 10:32:04 50644c29ef5a: Layer already exists 10:32:04 latest: digest: sha256:d723da67ca4777111e316412f161843453a1a3fa9d885054d02ac7737a280a6b size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 10:32:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.1 10:32:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:32:05 418028137fa3: Preparing 10:32:05 50644c29ef5a: Preparing 10:32:05 50644c29ef5a: Layer already exists 10:32:05 418028137fa3: Layer already exists 10:32:05 1.2.2-dev.1: digest: sha256:d723da67ca4777111e316412f161843453a1a3fa9d885054d02ac7737a280a6b size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 10:32:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 10:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:32:06 418028137fa3: Preparing 10:32:06 50644c29ef5a: Preparing 10:32:06 50644c29ef5a: Layer already exists 10:32:06 418028137fa3: Layer already exists 10:32:06 49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1: digest: sha256:d723da67ca4777111e316412f161843453a1a3fa9d885054d02ac7737a280a6b size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:06 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 10:32:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 10:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:32:06 418028137fa3: Preparing 10:32:06 50644c29ef5a: Preparing 10:32:06 418028137fa3: Layer already exists 10:32:06 50644c29ef5a: Layer already exists 10:32:06 master: digest: sha256:d723da67ca4777111e316412f161843453a1a3fa9d885054d02ac7737a280a6b 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] } 10:32:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:32:27 Removing intermediate container e791e8e6728d 10:32:27 ---> e64f85290f30 10:32:27 Step 17/24 : FROM alpine 10:32:27 latest: Pulling from library/alpine 10:32:27 b538f80385f9: Pulling fs layer 10:32:27 b538f80385f9: Download complete 10:32:27 b538f80385f9: Pull complete 10:32:27 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:32:27 Status: Downloaded newer image for alpine:latest 10:32:27 ---> 62ee0e9f8440 10:32:27 Step 18/24 : EXPOSE 4000 10:32:27 ---> Running in 47d62c59164a 10:32:28 Removing intermediate container 47d62c59164a 10:32:28 ---> c2d53f1b8b7e 10:32:28 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:32:30 ---> 8ef9ab483876 10:32:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:32:30 ---> Running in ebacb951bf48 10:32:30 Removing intermediate container ebacb951bf48 10:32:30 ---> 7eabc208ad84 10:32:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:32:30 ---> Running in 9e3f89aab935 10:32:30 Removing intermediate container 9e3f89aab935 10:32:30 ---> 727f4af6d949 10:32:30 Step 22/24 : LABEL arch=arm64 10:32:31 ---> Running in 36c138ad25ee 10:32:31 Removing intermediate container 36c138ad25ee 10:32:31 ---> 3680828b0fa7 10:32:31 Step 23/24 : LABEL git_sha=49700eb7f8ddcfc34492027de1e3002dffefa894 10:32:31 ---> Running in 6d5ad4fef2ec 10:32:32 Removing intermediate container 6d5ad4fef2ec 10:32:32 ---> af416980558c 10:32:32 Step 24/24 : LABEL version=1.2.2-dev.1 10:32:32 ---> Running in 269685aca92d 10:32:32 Removing intermediate container 269685aca92d 10:32:32 ---> 95c583dd9819 10:32:32 [Warning] One or more build-args [ARCH] were not consumed 10:32:32 Successfully built 95c583dd9819 10:32:32 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 10:32:32 provisioning config files... 10:32:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/44@tmp/config3202499069396450884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:33 nexus3.edgexfoundry.org:10001 10:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:33 Configure a credential helper to remove this warning. See 10:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:33 10:32:33 Login Succeeded 10:32:33 nexus3.edgexfoundry.org:10002 10:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:34 Configure a credential helper to remove this warning. See 10:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:34 10:32:34 Login Succeeded 10:32:34 nexus3.edgexfoundry.org:10003 10:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:34 Configure a credential helper to remove this warning. See 10:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:34 10:32:34 Login Succeeded 10:32:34 nexus3.edgexfoundry.org:10004 10:32:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:35 Configure a credential helper to remove this warning. See 10:32:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:35 10:32:35 Login Succeeded 10:32:35 docker.io 10:32:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:36 Configure a credential helper to remove this warning. See 10:32:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:36 10:32:36 Login Succeeded [Pipeline] } 10:32:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:36 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:32:36 49700eb7f8ddcfc34492027de1e3002dffefa894 10:32:36 latest 10:32:36 1.2.2-dev.1 10:32:36 49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 10:32:36 master 10:32:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:32:36 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894 [Pipeline] isUnix [Pipeline] sh 10:32:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894 10:32:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:32:37 b504d2f417c2: Preparing 10:32:37 e2f13739ad41: Preparing 10:32:37 e2f13739ad41: Layer already exists 10:32:40 b504d2f417c2: Pushed 10:32:40 49700eb7f8ddcfc34492027de1e3002dffefa894: digest: sha256:5f31288fe30973186bf1657a5d1a1099ee6fc5fa3bdad7d5a1b76d2933deb31f size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:41 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:32:41 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:32:41 b504d2f417c2: Preparing 10:32:41 e2f13739ad41: Preparing 10:32:41 b504d2f417c2: Layer already exists 10:32:41 e2f13739ad41: Layer already exists 10:32:41 latest: digest: sha256:5f31288fe30973186bf1657a5d1a1099ee6fc5fa3bdad7d5a1b76d2933deb31f size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:42 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 10:32:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.1 10:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:32:42 b504d2f417c2: Preparing 10:32:42 e2f13739ad41: Preparing 10:32:42 b504d2f417c2: Layer already exists 10:32:42 e2f13739ad41: Layer already exists 10:32:43 1.2.2-dev.1: digest: sha256:5f31288fe30973186bf1657a5d1a1099ee6fc5fa3bdad7d5a1b76d2933deb31f size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:43 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 10:32:43 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1 10:32:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:32:43 b504d2f417c2: Preparing 10:32:43 e2f13739ad41: Preparing 10:32:43 b504d2f417c2: Layer already exists 10:32:43 e2f13739ad41: Layer already exists 10:32:43 49700eb7f8ddcfc34492027de1e3002dffefa894-1.2.2-dev.1: digest: sha256:5f31288fe30973186bf1657a5d1a1099ee6fc5fa3bdad7d5a1b76d2933deb31f size: 739 [Pipeline] isUnix [Pipeline] sh 10:32:44 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:32:44 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:32:44 b504d2f417c2: Preparing 10:32:44 e2f13739ad41: Preparing 10:32:44 e2f13739ad41: Layer already exists 10:32:44 b504d2f417c2: Layer already exists 10:32:44 master: digest: sha256:5f31288fe30973186bf1657a5d1a1099ee6fc5fa3bdad7d5a1b76d2933deb31f 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 10:32:45 provisioning config files... 10:32:45 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config551334286409009822tmp [Pipeline] { [Pipeline] sh 10:32:46 + curl -s https://codecov.io/bash 10:32:46 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config551334286409009822tmp 10:32:47 10:32:47 _____ _ 10:32:47 / ____| | | 10:32:47 | | ___ __| | ___ ___ _____ __ 10:32:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:32:47 | |___| (_) | (_| | __/ (_| (_) \ V / 10:32:47 \_____\___/ \__,_|\___|\___\___/ \_/ 10:32:47 Bash-20200602-f809a24 10:32:47 10:32:47 10:32:47 ==> Jenkins CI detected. 10:32:47 project root: . 10:32:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:32:47 ==> Running gcov in . (disable via -X gcov) 10:32:47 ==> Python coveragepy not found 10:32:47 ==> Searching for coverage reports in: 10:32:47 + . 10:32:47 -> Found 1 reports 10:32:47 ==> Detecting git/mercurial file structure 10:32:47 ==> Reading reports 10:32:47 + ./coverage.out bytes=10 10:32:47 ==> Appending adjustments 10:32:47 https://docs.codecov.io/docs/fixing-reports 10:32:47 + Found adjustments 10:32:47 ==> Gzipping contents 10:32:47 ==> Uploading reports 10:32:47 url: https://codecov.io 10:32:47 query: branch=master&commit=49700eb7f8ddcfc34492027de1e3002dffefa894&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 10:32:47 -> Pinging Codecov 10:32:47 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=49700eb7f8ddcfc34492027de1e3002dffefa894&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 10:32:47 -> Uploading 10:32:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/49700eb7f8ddcfc34492027de1e3002dffefa894 [Pipeline] } 10:32:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:32:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 10:32:48 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 10:32:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:32:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:32:48 10:32:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 10:32:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:32:49 1.317.0: Pulling from edgex-devops/edgex-snyk-go 10:32:49 cbdbe7a5bc2a: Pulling fs layer 10:32:49 408f87550127: Pulling fs layer 10:32:49 fe522b08c979: Pulling fs layer 10:32:49 221eaa008020: Pulling fs layer 10:32:49 2a4607e5d6b9: Pulling fs layer 10:32:49 8f79b27c4fd2: Pulling fs layer 10:32:49 e5c8dbe1645b: Pulling fs layer 10:32:49 23e8b3b47431: Pulling fs layer 10:32:49 5c568d65a230: Pulling fs layer 10:32:49 8f79b27c4fd2: Waiting 10:32:49 e5c8dbe1645b: Waiting 10:32:49 23e8b3b47431: Waiting 10:32:49 221eaa008020: Waiting 10:32:49 5c568d65a230: Waiting 10:32:49 2a4607e5d6b9: Waiting 10:32:49 fe522b08c979: Download complete 10:32:49 408f87550127: Verifying Checksum 10:32:49 408f87550127: Download complete 10:32:49 2a4607e5d6b9: Verifying Checksum 10:32:49 2a4607e5d6b9: Download complete 10:32:49 8f79b27c4fd2: Verifying Checksum 10:32:49 8f79b27c4fd2: Download complete 10:32:49 cbdbe7a5bc2a: Download complete 10:32:49 e5c8dbe1645b: Download complete 10:32:49 cbdbe7a5bc2a: Pull complete 10:32:49 23e8b3b47431: Verifying Checksum 10:32:49 23e8b3b47431: Download complete 10:32:50 408f87550127: Pull complete 10:32:50 5c568d65a230: Verifying Checksum 10:32:50 5c568d65a230: Download complete 10:32:50 fe522b08c979: Pull complete 10:32:51 221eaa008020: Verifying Checksum 10:32:51 221eaa008020: Download complete 10:32:57 221eaa008020: Pull complete 10:32:57 2a4607e5d6b9: Pull complete 10:32:57 8f79b27c4fd2: Pull complete 10:32:59 e5c8dbe1645b: Pull complete 10:33:02 23e8b3b47431: Pull complete 10:33:03 5c568d65a230: Pull complete 10:33:03 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 10:33:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:33:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 10:33:03 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 10:33:04 $ docker top 2759f0a06e21b3efbd5341c9b475e095f2d4781f75c53509fa2ef9513094f8b2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:05 + snyk monitor '--org=edgex-jenkins' 10:33:23 10:33:23 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:33:23 10:33:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/bdbc9d8e-beb2-4067-9105-1a475b92ee06 10:33:23 10:33:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:33:23 10:33:23 [Pipeline] } 10:33:23 $ docker stop --time=1 2759f0a06e21b3efbd5341c9b475e095f2d4781f75c53509fa2ef9513094f8b2 10:33:26 $ docker rm -f 2759f0a06e21b3efbd5341c9b475e095f2d4781f75c53509fa2ef9513094f8b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:27 10:33:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 10:33:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:27 latest: Pulling from edgex-devops/edgex-klar 10:33:27 e7c96db7181b: Pulling fs layer 10:33:27 1868ca2cb446: Pulling fs layer 10:33:27 136be5d0fe8e: Pulling fs layer 10:33:27 894bfe63afcb: Pulling fs layer 10:33:27 894bfe63afcb: Waiting 10:33:27 1868ca2cb446: Download complete 10:33:27 136be5d0fe8e: Download complete 10:33:27 e7c96db7181b: Verifying Checksum 10:33:27 e7c96db7181b: Download complete 10:33:27 894bfe63afcb: Verifying Checksum 10:33:27 894bfe63afcb: Download complete 10:33:27 e7c96db7181b: Pull complete 10:33:27 1868ca2cb446: Pull complete 10:33:27 136be5d0fe8e: Pull complete 10:33:28 894bfe63afcb: Pull complete 10:33:28 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 10:33:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 10:33:28 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:33:29 $ docker top dde6eec9d2028339dfb467daac793f448f6cd9b5d5f0cf79ee4b83b4bd0ebb07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:30 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894 10:33:30 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:33:32 $ docker stop --time=1 dde6eec9d2028339dfb467daac793f448f6cd9b5d5f0cf79ee4b83b4bd0ebb07 10:33:34 $ docker rm -f dde6eec9d2028339dfb467daac793f448f6cd9b5d5f0cf79ee4b83b4bd0ebb07 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:33:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:34 . [Pipeline] withDockerContainer 10:33:34 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:33:35 $ docker top 6bdcf34ffa64e07e4368edfb595abf2cfb390fa2970f1619873ead8e723612dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:35 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49700eb7f8ddcfc34492027de1e3002dffefa894 10:33:35 + tee 10:33:35 clair timeout 1m0s 10:33:35 docker timeout: 1m0s 10:33:35 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:33:36 $ docker stop --time=1 6bdcf34ffa64e07e4368edfb595abf2cfb390fa2970f1619873ead8e723612dc 10:33:37 $ docker rm -f 6bdcf34ffa64e07e4368edfb595abf2cfb390fa2970f1619873ead8e723612dc [Pipeline] // withDockerContainer [Pipeline] sh 10:33:38 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 10:33:38 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_49700eb7f8ddcfc34492027de1e3002dffefa894.html [Pipeline] writeFile [Pipeline] step 10:33:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 10:33:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:38 . [Pipeline] withDockerContainer 10:33:38 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:33:39 $ docker top 1d0a8cc2b05be8185c53c10a0bb8975752f7d4fda2e7de907f2b3dd59fec399b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:39 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894 10:33:39 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:33:42 $ docker stop --time=1 1d0a8cc2b05be8185c53c10a0bb8975752f7d4fda2e7de907f2b3dd59fec399b 10:33:43 $ docker rm -f 1d0a8cc2b05be8185c53c10a0bb8975752f7d4fda2e7de907f2b3dd59fec399b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:33:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:33:44 . [Pipeline] withDockerContainer 10:33:44 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:33:44 $ docker top 945fd224a0608f7434b1f524f42d441158ee4c6eb37496993288e9a58b8ed499 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:45 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49700eb7f8ddcfc34492027de1e3002dffefa894 10:33:45 + tee 10:33:45 clair timeout 1m0s 10:33:45 docker timeout: 1m0s 10:33:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:33:46 $ docker stop --time=1 945fd224a0608f7434b1f524f42d441158ee4c6eb37496993288e9a58b8ed499 10:33:47 $ docker rm -f 945fd224a0608f7434b1f524f42d441158ee4c6eb37496993288e9a58b8ed499 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:47 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 10:33:47 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_49700eb7f8ddcfc34492027de1e3002dffefa894.html [Pipeline] writeFile [Pipeline] step 10:33:47 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:33:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:33:48 . [Pipeline] withDockerContainer 10:33:48 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:33:48 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:33:49 $ docker top ccf8b252d480c1768611cfa3f305ef46fe0d54e16b60498796e67e89987bd8ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:49 [ssh-agent] Looking for ssh-agent implementation... 10:33:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:49 $ docker exec ccf8b252d480c1768611cfa3f305ef46fe0d54e16b60498796e67e89987bd8ef ssh-agent 10:33:50 SSH_AUTH_SOCK=/tmp/ssh-zffZwXcQMkKP/agent.11 10:33:50 SSH_AGENT_PID=16 10:33:50 Running ssh-add (command line suppressed) 10:33:50 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8587271807050634015.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8587271807050634015.key) 10:33:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:50 + git semver tag 10:33:50 # -> Open(): unable to determine branch for HEAD 10:33:50 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:33:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:33:50 # $SEMVER_REMOTE_NAME = origin 10:33:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:33:50 # $SEMVER_USER_NAME = edgex-jenkins 10:33:50 # $SEMVER_BRANCH = master 10:33:50 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:33:50 # 49700eb7f8ddcfc34492027de1e3002dffefa894 HEAD 10:33:50 # -> Force: false 10:33:50 # 3e312073fd6767f90f100a577ebeda7f64f6b586 refs/tags/v1.2.2-dev.1 [Pipeline] } 10:33:50 $ docker exec --env ******** --env ******** ccf8b252d480c1768611cfa3f305ef46fe0d54e16b60498796e67e89987bd8ef ssh-agent -k 10:33:50 unset SSH_AUTH_SOCK; 10:33:50 unset SSH_AGENT_PID; 10:33:50 echo Agent pid 16 killed; 10:33:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:51 + git semver [Pipeline] } 10:33:51 $ docker stop --time=1 ccf8b252d480c1768611cfa3f305ef46fe0d54e16b60498796e67e89987bd8ef 10:33:52 $ docker rm -f ccf8b252d480c1768611cfa3f305ef46fe0d54e16b60498796e67e89987bd8ef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:33:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:53 10:33:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:33:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:53 0.23.1-centos7: Pulling from edgex-lftools 10:33:53 ab5ef0e58194: Pulling fs layer 10:33:53 9712f1f96733: Pulling fs layer 10:33:53 63f879dbbcfc: Pulling fs layer 10:33:53 0d9ebad4ef96: Pulling fs layer 10:33:53 e9a5061849ea: Pulling fs layer 10:33:53 d747dcd14b5f: Pulling fs layer 10:33:53 2de7ff778b66: Pulling fs layer 10:33:53 e9a5061849ea: Waiting 10:33:53 d747dcd14b5f: Waiting 10:33:53 2de7ff778b66: Waiting 10:33:53 0d9ebad4ef96: Waiting 10:33:53 9712f1f96733: Verifying Checksum 10:33:53 9712f1f96733: Download complete 10:33:54 63f879dbbcfc: Verifying Checksum 10:33:54 63f879dbbcfc: Download complete 10:33:54 e9a5061849ea: Verifying Checksum 10:33:54 e9a5061849ea: Download complete 10:33:54 d747dcd14b5f: Verifying Checksum 10:33:54 d747dcd14b5f: Download complete 10:33:54 2de7ff778b66: Verifying Checksum 10:33:54 2de7ff778b66: Download complete 10:33:54 ab5ef0e58194: Verifying Checksum 10:33:54 ab5ef0e58194: Download complete 10:33:54 0d9ebad4ef96: Verifying Checksum 10:33:54 0d9ebad4ef96: Download complete 10:33:59 ab5ef0e58194: Pull complete 10:33:59 9712f1f96733: Pull complete 10:34:03 63f879dbbcfc: Pull complete 10:34:09 0d9ebad4ef96: Pull complete 10:34:11 e9a5061849ea: Pull complete 10:34:11 d747dcd14b5f: Pull complete 10:34:15 2de7ff778b66: Pull complete 10:34:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:34:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:34:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:34:15 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:34:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:34:18 $ docker top 33454b3b748bd1e469139411edfe1ad0e2f419352cca2415231c66a380039078 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:34:18 provisioning config files... 10:34:18 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5162259144975447321tmp 10:34:18 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6065950890675124951tmp 10:34:18 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4192349437901136953tmp [Pipeline] { [Pipeline] echo 10:34:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:34:19 ---> sigul-configuration.sh 10:34:19 gpg: directory `/root/.gnupg' created 10:34:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:34:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:34:19 gpg: keyring `/root/.gnupg/secring.gpg' created 10:34:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:34:19 gpg: CAST5 encrypted data 10:34:19 gpg: encrypted with 1 passphrase 10:34:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:34:19 + mkdir /home/jenkins 10:34:19 + mkdir /home/jenkins/sigul [Pipeline] sh 10:34:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 10:34:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:34:20 ---> sigul-install.sh 10:34:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:34:25 + git tag --list 10:34:25 v1.2.2-dev.1 [Pipeline] sh 10:34:26 + lftools sign git-tag v1.2.2-dev.1 10:34:27 Signing Git tag with Sigul... 10:34:27 Signing v1.2.2-dev.1 [Pipeline] echo 10:34:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:34:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:34:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:34:29 $ docker stop --time=1 33454b3b748bd1e469139411edfe1ad0e2f419352cca2415231c66a380039078 10:34:31 $ docker rm -f 33454b3b748bd1e469139411edfe1ad0e2f419352cca2415231c66a380039078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:34:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:34:31 . [Pipeline] withDockerContainer 10:34:31 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:34:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:34:32 $ docker top 56330bc1018806d4fee76776f2a5258b3f05f98b00300d0fb2f670f5deed4733 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:34:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:34:32 [ssh-agent] Looking for ssh-agent implementation... 10:34:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:34:32 $ docker exec 56330bc1018806d4fee76776f2a5258b3f05f98b00300d0fb2f670f5deed4733 ssh-agent 10:34:32 SSH_AUTH_SOCK=/tmp/ssh-DYdjGyLIhhPC/agent.12 10:34:32 SSH_AGENT_PID=17 10:34:32 Running ssh-add (command line suppressed) 10:34:33 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7019022735235023168.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7019022735235023168.key) 10:34:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:34:33 + git semver bump pre 10:34:33 # -> Open(): unable to determine branch for HEAD 10:34:33 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:34:33 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:34:33 # $SEMVER_REMOTE_NAME = origin 10:34:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:34:33 # $SEMVER_USER_NAME = edgex-jenkins 10:34:33 # $SEMVER_BRANCH = master 10:34:33 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:34:33 1.2.2-dev.2 [Pipeline] } 10:34:33 $ docker exec --env ******** --env ******** 56330bc1018806d4fee76776f2a5258b3f05f98b00300d0fb2f670f5deed4733 ssh-agent -k 10:34:33 unset SSH_AUTH_SOCK; 10:34:33 unset SSH_AGENT_PID; 10:34:33 echo Agent pid 17 killed; 10:34:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:34:34 + git semver [Pipeline] } 10:34:34 $ docker stop --time=1 56330bc1018806d4fee76776f2a5258b3f05f98b00300d0fb2f670f5deed4733 10:34:35 $ docker rm -f 56330bc1018806d4fee76776f2a5258b3f05f98b00300d0fb2f670f5deed4733 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:34:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:34:35 . [Pipeline] withDockerContainer 10:34:36 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:34:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:34:36 $ docker top d84e33b853f11bd0d215c2f275f6cc70f24fb616ab9c762cf19fdf9550348b99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:34:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:34:36 [ssh-agent] Looking for ssh-agent implementation... 10:34:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:34:37 $ docker exec d84e33b853f11bd0d215c2f275f6cc70f24fb616ab9c762cf19fdf9550348b99 ssh-agent 10:34:37 SSH_AUTH_SOCK=/tmp/ssh-tacwW16WXi6a/agent.12 10:34:37 SSH_AGENT_PID=17 10:34:37 Running ssh-add (command line suppressed) 10:34:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3942409104480037325.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3942409104480037325.key) 10:34:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:34:37 + git semver push 10:34:37 # -> Open(): unable to determine branch for HEAD 10:34:37 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:34:37 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:34:37 # $SEMVER_REMOTE_NAME = origin 10:34:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:34:37 # $SEMVER_USER_NAME = edgex-jenkins 10:34:37 # $SEMVER_BRANCH = master 10:34:37 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:34:44 $ docker exec --env ******** --env ******** d84e33b853f11bd0d215c2f275f6cc70f24fb616ab9c762cf19fdf9550348b99 ssh-agent -k 10:34:44 unset SSH_AUTH_SOCK; 10:34:44 unset SSH_AGENT_PID; 10:34:44 echo Agent pid 17 killed; 10:34:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:34:44 + git semver [Pipeline] } 10:34:44 $ docker stop --time=1 d84e33b853f11bd0d215c2f275f6cc70f24fb616ab9c762cf19fdf9550348b99 10:34:46 $ docker rm -f d84e33b853f11bd0d215c2f275f6cc70f24fb616ab9c762cf19fdf9550348b99 [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 10:34:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:34:47 ---> package-listing.sh 10:34:47 ++ facter osfamily 10:34:47 ++ tr '[:upper:]' '[:lower:]' 10:34:47 + OS_FAMILY=redhat 10:34:47 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:34:47 + START_PACKAGES=/tmp/packages_start.txt 10:34:47 + END_PACKAGES=/tmp/packages_end.txt 10:34:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:34:47 + PACKAGES=/tmp/packages_start.txt 10:34:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:34:47 + PACKAGES=/tmp/packages_end.txt 10:34:47 + case "${OS_FAMILY}" in 10:34:47 + rpm -qa 10:34:47 + sort 10:34:51 + '[' -f /tmp/packages_start.txt ']' 10:34:51 + '[' -f /tmp/packages_end.txt ']' 10:34:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:34:51 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:34:51 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:34:51 + 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 10:34:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:34:52 10:34:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:34:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:34:52 alpine: Pulling from edgex-lftools-log-publisher 10:34:52 c9b1b535fdd9: Pulling fs layer 10:34:52 2cc5ad85d9ab: Pulling fs layer 10:34:52 756a868c4378: Pulling fs layer 10:34:52 444b2fc9a129: Pulling fs layer 10:34:52 ea15f1150254: Pulling fs layer 10:34:52 41b27a9f41bf: Pulling fs layer 10:34:52 28c525ee5125: Pulling fs layer 10:34:52 094b1ea09ed8: Pulling fs layer 10:34:52 138eaada9080: Pulling fs layer 10:34:52 0622d0fa9048: Pulling fs layer 10:34:52 ea15f1150254: Waiting 10:34:52 41b27a9f41bf: Waiting 10:34:52 28c525ee5125: Waiting 10:34:52 094b1ea09ed8: Waiting 10:34:52 138eaada9080: Waiting 10:34:52 0622d0fa9048: Waiting 10:34:52 444b2fc9a129: Waiting 10:34:52 2cc5ad85d9ab: Verifying Checksum 10:34:52 2cc5ad85d9ab: Download complete 10:34:52 444b2fc9a129: Verifying Checksum 10:34:52 444b2fc9a129: Download complete 10:34:52 c9b1b535fdd9: Verifying Checksum 10:34:52 ea15f1150254: Verifying Checksum 10:34:52 ea15f1150254: Download complete 10:34:52 28c525ee5125: Verifying Checksum 10:34:52 28c525ee5125: Download complete 10:34:53 756a868c4378: Verifying Checksum 10:34:53 756a868c4378: Download complete 10:34:53 c9b1b535fdd9: Pull complete 10:34:53 138eaada9080: Verifying Checksum 10:34:53 138eaada9080: Download complete 10:34:53 0622d0fa9048: Verifying Checksum 10:34:53 0622d0fa9048: Download complete 10:34:53 094b1ea09ed8: Verifying Checksum 10:34:53 094b1ea09ed8: Download complete 10:34:53 2cc5ad85d9ab: Pull complete 10:34:53 41b27a9f41bf: Verifying Checksum 10:34:53 41b27a9f41bf: Download complete 10:34:55 756a868c4378: Pull complete 10:34:55 444b2fc9a129: Pull complete 10:34:55 ea15f1150254: Pull complete 10:34:58 41b27a9f41bf: Pull complete 10:34:58 28c525ee5125: Pull complete 10:35:02 094b1ea09ed8: Pull complete 10:35:02 138eaada9080: Pull complete 10:35:02 0622d0fa9048: Pull complete 10:35:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:35:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:35:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:35:02 prd-centos7-docker-4c-2g-3004 does not seem to be running inside a container 10:35:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_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-lftools-log-publisher:alpine cat 10:35:05 $ docker top f8bcc2a0427ebd01e4e3e3c5d218375ca49675cb951dc497cd78602c18d3d7d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:05 provisioning config files... 10:35:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config801961284226331272tmp [Pipeline] { [Pipeline] echo 10:35:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:35:06 ---> create-netrc.sh [Pipeline] echo 10:35:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:35:06 ---> logs-deploy.sh 10:35:06 + ARCHIVE_ARTIFACTS= 10:35:06 + LOGS_SERVER=https://logs.edgexfoundry.org 10:35:06 + '[' https://logs.edgexfoundry.org == None ']' 10:35:06 + NEXUS_URL=https://nexus.edgexfoundry.org 10:35:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/44 10:35:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/44/ 10:35:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/44 /w/workspace/edgexfoundry_edgex-ui-go_master 10:35:07 Archives upload complete. 10:35:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/44 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/44/ 10:35:08 ---> uname -a: 10:35:08 Linux f8bcc2a0427e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:35:08 10:35:08 10:35:08 ---> lscpu: 10:35:08 Architecture: x86_64 10:35:08 CPU op-mode(s): 32-bit, 64-bit 10:35:08 Byte Order: Little Endian 10:35:08 Address sizes: 40 bits physical, 48 bits virtual 10:35:08 CPU(s): 4 10:35:08 On-line CPU(s) list: 0-3 10:35:08 Thread(s) per core: 1 10:35:08 Core(s) per socket: 1 10:35:08 Socket(s): 4 10:35:08 NUMA node(s): 1 10:35:08 Vendor ID: GenuineIntel 10:35:08 CPU family: 6 10:35:08 Model: 44 10:35:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:35:08 Stepping: 1 10:35:08 CPU MHz: 2933.438 10:35:08 BogoMIPS: 5866.87 10:35:08 Virtualization: VT-x 10:35:08 Hypervisor vendor: KVM 10:35:08 Virtualization type: full 10:35:08 L1d cache: 128 KiB 10:35:08 L1i cache: 128 KiB 10:35:08 L2 cache: 16 MiB 10:35:08 L3 cache: 64 MiB 10:35:08 NUMA node0 CPU(s): 0-3 10:35:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:35:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:35:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:35:08 Vulnerability Meltdown: Mitigation; PTI 10:35:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:35:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:35:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:35:08 Vulnerability Tsx async abort: Not affected 10:35:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:35:08 10:35:08 10:35:08 ---> nproc: 10:35:08 4 10:35:08 10:35:08 10:35:08 ---> df -h: 10:35:08 Filesystem Size Used Available Use% Mounted on 10:35:08 overlay 50.0G 8.5G 41.5G 17% / 10:35:08 tmpfs 64.0M 0 64.0M 0% /dev 10:35:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:35:08 shm 64.0M 0 64.0M 0% /dev/shm 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:35:08 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 10:35:08 10:35:08 10:35:08 ---> free -m: 10:35:08 total used free shared buff/cache available 10:35:08 Mem: 1837 776 106 0 954 993 10:35:08 Swap: 1023 3 1020 10:35:08 10:35:08 10:35:08 ---> ip addr: 10:35:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:35:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:35:08 inet 127.0.0.1/8 scope host lo 10:35:08 valid_lft forever preferred_lft forever 10:35:08 24: eth0@if25: mtu 1458 qdisc noqueue state UP 10:35:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:35:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:35:08 valid_lft forever preferred_lft forever 10:35:08 10:35:08 10:35:08 ---> sar -b -r -n DEV: 10:35:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 10:35:08 10:35:08 10:26:11 LINUX RESTART 10:35:08 10:35:08 10:27:01 tps rtps wtps bread/s bwrtn/s 10:35:08 10:28:01 60.97 14.20 46.77 4886.55 5495.67 10:35:08 10:29:01 1.58 0.00 1.58 0.00 27.41 10:35:08 10:30:01 0.22 0.00 0.22 0.00 2.16 10:35:08 10:31:01 0.30 0.00 0.30 0.00 3.70 10:35:08 10:32:01 0.25 0.00 0.25 0.00 2.91 10:35:08 10:33:01 136.38 76.32 60.06 2620.71 24854.61 10:35:08 10:34:01 190.56 88.87 101.70 5060.54 23179.35 10:35:08 10:35:01 264.19 125.71 138.48 8475.24 35648.48 10:35:08 Average: 81.85 38.16 43.69 2631.70 11156.80 10:35:08 10:35:08 10:27:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:35:08 10:28:01 161300 1720256 91.43 2620 1135136 1121004 38.26 451544 1108296 28 10:35:08 10:29:01 166712 1714844 91.14 2620 1135140 1081632 36.91 449544 1105980 8 10:35:08 10:30:01 166672 1714884 91.14 2620 1135144 1081704 36.92 449876 1105980 8 10:35:08 10:31:01 164476 1717080 91.26 2620 1135148 1081780 36.92 455672 1102252 8 10:35:08 10:32:01 165384 1716172 91.21 2620 1135152 1081696 36.92 456824 1100736 16 10:35:08 10:33:01 156364 1725192 91.69 2620 1068948 1296520 44.25 455268 1073116 12136 10:35:08 10:34:01 151964 1729592 91.92 2596 1035392 1289368 44.00 574080 941560 64464 10:35:08 10:35:01 134124 1747432 92.87 1492 975660 1314584 44.86 605492 841752 40232 10:35:08 Average: 158375 1723182 91.58 2476 1094465 1168536 39.88 487288 1047459 14613 10:35:08 10:35:08 10:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 10:35:08 10:28:01 eth0 328.84 223.55 756.96 125.33 0.00 0.00 0.00 10:35:08 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:28:01 docker0 26.43 21.30 2.45 58.58 0.00 0.00 0.00 10:35:08 10:29:01 eth0 3.85 1.65 2.95 0.11 0.00 0.00 0.00 10:35:08 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:30:01 eth0 0.73 0.28 0.32 0.19 0.00 0.00 0.00 10:35:08 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:31:01 eth0 0.55 0.43 0.27 0.21 0.00 0.00 0.00 10:35:08 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:32:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 10:35:08 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:33:01 eth0 138.06 84.75 3765.19 10.58 0.00 0.00 0.00 10:35:08 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:34:01 eth0 289.33 203.94 3562.50 82.36 0.00 0.00 0.00 10:35:08 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:34:01 docker0 37.06 45.60 3.84 101.44 0.00 0.00 0.00 10:35:08 10:35:01 eth0 194.88 148.88 2544.38 109.41 0.00 0.00 0.00 10:35:08 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 10:35:01 docker0 22.95 25.68 1.55 157.31 0.00 0.00 0.00 10:35:08 Average: eth0 119.61 82.99 1329.49 41.05 0.00 0.00 0.00 10:35:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:35:08 Average: docker0 10.81 11.58 0.98 39.69 0.00 0.00 0.00 10:35:08 10:35:08 10:35:08 ---> sar -P ALL: 10:35:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) 10:35:08 10:35:08 10:26:11 LINUX RESTART 10:35:08 10:35:08 10:27:01 CPU %user %nice %system %iowait %steal %idle 10:35:08 10:28:01 all 6.27 0.00 2.48 2.45 0.01 88.79 10:35:08 10:28:01 0 5.70 0.00 3.16 6.44 0.02 84.68 10:35:08 10:28:01 1 6.54 0.00 2.36 1.22 0.02 89.86 10:35:08 10:28:01 2 6.79 0.00 2.24 1.37 0.02 89.58 10:35:08 10:28:01 3 6.03 0.00 2.16 0.75 0.02 91.04 10:35:08 10:29:01 all 0.16 0.00 0.05 0.00 0.00 99.80 10:35:08 10:29:01 0 0.37 0.00 0.05 0.00 0.00 99.58 10:35:08 10:29:01 1 0.12 0.00 0.08 0.00 0.00 99.80 10:35:08 10:29:01 2 0.13 0.00 0.05 0.00 0.00 99.82 10:35:08 10:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:35:08 10:30:01 all 0.10 0.00 0.03 0.00 0.00 99.86 10:35:08 10:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:35:08 10:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:35:08 10:30:01 2 0.27 0.00 0.03 0.00 0.00 99.70 10:35:08 10:30:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:35:08 10:31:01 all 0.17 0.00 0.04 0.00 0.00 99.79 10:35:08 10:31:01 0 0.53 0.00 0.05 0.00 0.00 99.42 10:35:08 10:31:01 1 0.07 0.00 0.10 0.00 0.00 99.83 10:35:08 10:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:35:08 10:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:35:08 10:32:01 all 0.11 0.00 0.06 0.00 0.01 99.82 10:35:08 10:32:01 0 0.25 0.00 0.02 0.00 0.00 99.73 10:35:08 10:32:01 1 0.07 0.00 0.13 0.00 0.00 99.80 10:35:08 10:32:01 2 0.08 0.00 0.02 0.00 0.03 99.87 10:35:08 10:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:35:08 10:33:01 all 5.92 0.00 3.66 0.54 0.21 89.68 10:35:08 10:33:01 0 6.30 0.00 3.73 0.34 0.18 89.45 10:35:08 10:33:01 1 5.78 0.00 3.19 0.45 0.29 90.29 10:35:08 10:33:01 2 5.91 0.00 3.85 1.02 0.18 89.03 10:35:08 10:33:01 3 5.71 0.00 3.89 0.34 0.18 89.88 10:35:08 10:34:01 all 8.97 0.00 6.18 2.69 0.15 82.02 10:35:08 10:34:01 0 8.42 0.00 6.04 1.37 0.12 84.06 10:35:08 10:34:01 1 8.38 0.00 6.45 5.05 0.15 79.97 10:35:08 10:34:01 2 10.93 0.00 6.01 2.59 0.14 80.34 10:35:08 10:34:01 3 8.13 0.00 6.22 1.74 0.17 83.75 10:35:08 10:35:01 all 12.15 0.00 8.43 3.95 0.18 75.28 10:35:08 10:35:01 0 11.33 0.00 7.37 4.95 0.20 76.15 10:35:08 10:35:01 1 10.42 0.00 9.59 4.90 0.19 74.90 10:35:08 10:35:01 2 12.35 0.00 8.43 4.26 0.15 74.81 10:35:08 10:35:01 3 14.52 0.00 8.34 1.69 0.19 75.26 10:35:08 Average: all 4.21 0.00 2.60 1.20 0.07 91.93 10:35:08 Average: 0 4.09 0.00 2.53 1.63 0.06 91.68 10:35:08 Average: 1 3.91 0.00 2.73 1.44 0.08 91.84 10:35:08 Average: 2 4.54 0.00 2.56 1.15 0.06 91.69 10:35:08 Average: 3 4.29 0.00 2.57 0.56 0.07 92.51 10:35:08 10:35:08 10:35:08