Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc6b590da5db28411c1d4ed520be24f88b5c953f 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-2550 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching 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 Fetching without tags Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 Commit message: "[feat] Add override environment support" > git rev-list --no-walk 06ea564be64d0c4d37e15143b1f80c1cbda10af1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:10:03 ========================================================= 06:10:03 EdgeX Global Pipelines Version Info 06:10:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:10:06 ------------------- 06:10:06 stable info: 06:10:06 ------------------- 06:10:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:06 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:10:06 Message: update stable to v1.0.89 06:10:07 ------------------- 06:10:07 experimental info: 06:10:07 ------------------- 06:10:07 Commited By: **** collab-it+edgex@linuxfoundation.org 06:10:07 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:10:07 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 06:10:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:09 06:10:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:10:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:09 latest: Pulling from edgex-devops/git-semver 06:10:09 9123ac7c32f7: Pulling fs layer 06:10:09 b8cc5d1170e3: Pulling fs layer 06:10:09 2924cbbf6a41: Pulling fs layer 06:10:09 93b08a4f1073: Pulling fs layer 06:10:09 93b08a4f1073: Waiting 06:10:09 b8cc5d1170e3: Verifying Checksum 06:10:09 b8cc5d1170e3: Download complete 06:10:09 9123ac7c32f7: Verifying Checksum 06:10:09 9123ac7c32f7: Download complete 06:10:10 93b08a4f1073: Verifying Checksum 06:10:10 93b08a4f1073: Download complete 06:10:10 2924cbbf6a41: Verifying Checksum 06:10:10 2924cbbf6a41: Download complete 06:10:10 9123ac7c32f7: Pull complete 06:10:10 b8cc5d1170e3: Pull complete 06:10:12 2924cbbf6a41: Pull complete 06:10:12 93b08a4f1073: Pull complete 06:10:12 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 06:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:10:13 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:10:13 $ 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 06:10:15 $ docker top 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:16 [ssh-agent] Looking for ssh-agent implementation... 06:10:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:16 $ docker exec 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent 06:10:16 SSH_AUTH_SOCK=/tmp/ssh-rz7fAbucnlrz/agent.12 06:10:16 SSH_AGENT_PID=18 06:10:16 Running ssh-add (command line suppressed) 06:10:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7574593038608010075.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7574593038608010075.key) 06:10:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:17 + git describe --exact-match --tags HEAD 06:10:17 fatal: No names found, cannot describe anything. [Pipeline] } 06:10:17 $ docker exec --env ******** --env ******** 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent -k 06:10:17 unset SSH_AUTH_SOCK; 06:10:17 unset SSH_AGENT_PID; 06:10:17 echo Agent pid 18 killed; 06:10:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:10:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:10:18 This usually means this commit has not been tagged. [Pipeline] sshagent 06:10:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:18 [ssh-agent] Looking for ssh-agent implementation... 06:10:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:18 $ docker exec 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent 06:10:18 SSH_AUTH_SOCK=/tmp/ssh-sI3eY8UVcYbB/agent.49 06:10:18 SSH_AGENT_PID=54 06:10:18 Running ssh-add (command line suppressed) 06:10:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7433973646343057523.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7433973646343057523.key) 06:10:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:19 + git semver init 06:10:19 # -> Open(): unable to determine branch for HEAD 06:10:19 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:10:19 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:10:19 # $SEMVER_REMOTE_NAME = origin 06:10:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:10:19 # $SEMVER_USER_NAME = edgex-jenkins 06:10:19 # $SEMVER_BRANCH = master 06:10:19 # $SEMVER_TEMP = /tmp/semver-687361292 06:10:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:10:20 # '/tmp/semver-687361292' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 06:10:20 # -> Force: false 06:10:20 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:10:20 $ docker exec --env ******** --env ******** 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd ssh-agent -k 06:10:21 unset SSH_AUTH_SOCK; 06:10:21 unset SSH_AGENT_PID; 06:10:21 echo Agent pid 54 killed; 06:10:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:21 + git semver [Pipeline] } 06:10:21 $ docker stop --time=1 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd 06:10:23 $ docker rm -f 231b46182820fc8366ed5b487d0eb15c4802a62d4cc7737d6e8c719b0de385bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:10:25 Stashed 52 file(s) [Pipeline] echo 06:10:25 [edgeXSemver] initialized semver on version 1.2.1-dev.7 [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 06:10:40 Still waiting to schedule task 06:10:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:10:40 Still waiting to schedule task 06:10:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:11:43 Running on prd-centos7-docker-4c-2g-2553 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:11:43 Running in /w/workspace/edgex-ui-go/42 [Pipeline] { [Pipeline] checkout 06:11:46 using credential edgex-jenkins-ssh 06:11:46 Cloning the remote Git repository 06:11:46 Cloning with configured refspecs honoured and without tags 06:11:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:11:46 > git init /w/workspace/edgex-ui-go/42 # timeout=10 06:11:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:11:46 > git --version # timeout=10 06:11:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:47 Fetching without tags 06:11:47 Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) 06:11:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:11:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:11:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:11:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:11:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:11:47 > git config core.sparsecheckout # timeout=10 06:11:47 > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 06:11:51 Commit message: "[feat] Add override environment support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:11:52 ========================================================= 06:11:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:11:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:11:53 + 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 . 06:11:53 Sending build context to Docker daemon 12.9MB 06:11:53 Step 1/8 : ARG BASE=golang:1.11-alpine 06:11:53 Step 2/8 : FROM ${BASE} 06:11:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:11:54 e6b0cf9c0882: Pulling fs layer 06:11:54 2848faf0eed1: Pulling fs layer 06:11:54 0f37312ad70f: Pulling fs layer 06:11:54 5788d62ee057: Pulling fs layer 06:11:54 0e6b1d234666: Pulling fs layer 06:11:54 bf5d7aec512f: Pulling fs layer 06:11:54 34c802a77dc8: Pulling fs layer 06:11:54 9eb99e56ec68: Pulling fs layer 06:11:54 27c7a5d97fbd: Pulling fs layer 06:11:54 5c102a31e300: Pulling fs layer 06:11:54 dcfb455df0a1: Pulling fs layer 06:11:54 34c802a77dc8: Waiting 06:11:54 9eb99e56ec68: Waiting 06:11:54 27c7a5d97fbd: Waiting 06:11:54 5c102a31e300: Waiting 06:11:54 dcfb455df0a1: Waiting 06:11:54 5788d62ee057: Waiting 06:11:54 0e6b1d234666: Waiting 06:11:54 bf5d7aec512f: Waiting 06:11:54 0f37312ad70f: Verifying Checksum 06:11:54 0f37312ad70f: Download complete 06:11:54 2848faf0eed1: Verifying Checksum 06:11:54 2848faf0eed1: Download complete 06:11:54 0e6b1d234666: Verifying Checksum 06:11:54 0e6b1d234666: Download complete 06:11:54 bf5d7aec512f: Verifying Checksum 06:11:54 bf5d7aec512f: Download complete 06:11:54 e6b0cf9c0882: Download complete 06:11:54 e6b0cf9c0882: Pull complete 06:11:54 34c802a77dc8: Verifying Checksum 06:11:54 34c802a77dc8: Download complete 06:11:54 27c7a5d97fbd: Download complete 06:11:55 9eb99e56ec68: Download complete 06:11:55 5c102a31e300: Verifying Checksum 06:11:55 5c102a31e300: Download complete 06:11:55 dcfb455df0a1: Verifying Checksum 06:11:55 dcfb455df0a1: Download complete 06:11:55 5788d62ee057: Download complete 06:11:56 2848faf0eed1: Pull complete 06:11:56 0f37312ad70f: Pull complete 06:12:04 5788d62ee057: Pull complete 06:12:04 0e6b1d234666: Pull complete 06:12:04 bf5d7aec512f: Pull complete 06:12:07 34c802a77dc8: Pull complete 06:12:12 9eb99e56ec68: Pull complete 06:12:12 27c7a5d97fbd: Pull complete 06:12:13 5c102a31e300: Pull complete 06:12:13 dcfb455df0a1: Pull complete 06:12:13 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 06:12:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:12:13 ---> 7c70fe431013 06:12:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:12:14 ---> Running in 3b0ac919e62e 06:12:14 Removing intermediate container 3b0ac919e62e 06:12:14 ---> bacd20f053cf 06:12:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:14 ---> Running in 45f8ef956cfa 06:12:16 Removing intermediate container 45f8ef956cfa 06:12:16 ---> b043c89c729c 06:12:16 Step 5/8 : RUN apk add --no-cache make git 06:12:16 ---> Running in fd84f4ff3bb0 06:12:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:12:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:12:18 OK: 143 MiB in 39 packages 06:12:18 Removing intermediate container fd84f4ff3bb0 06:12:18 ---> d5ecfeb5e1e8 06:12:18 Step 6/8 : WORKDIR /edgex-ui-go 06:12:18 ---> Running in 0ac71de8e75d 06:12:19 Removing intermediate container 0ac71de8e75d 06:12:19 ---> 776375c18cd9 06:12:19 Step 7/8 : COPY . . 06:12:20 ---> b410ed31008c 06:12:20 Step 8/8 : RUN go mod download 06:12:20 ---> Running in 57c702630990 06:12:24 go: finding github.com/BurntSushi/toml v0.3.1 06:12:24 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:12:24 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:12:24 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:12:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:12:24 go: finding github.com/armon/go-metrics v0.3.3 06:12:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:12:25 go: finding github.com/beorn7/perks v1.0.1 06:12:25 go: finding github.com/bgentry/speakeasy v0.1.0 06:12:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:12:25 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:12:25 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:12:25 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:12:25 go: finding github.com/davecgh/go-spew v1.1.1 06:12:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:12:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:12:25 go: finding github.com/fatih/color v1.9.0 06:12:25 go: finding github.com/go-kit/kit v0.9.0 06:12:25 go: finding github.com/go-logfmt/logfmt v0.4.0 06:12:25 go: finding github.com/go-stack/stack v1.8.0 06:12:25 go: finding github.com/gogo/protobuf v1.1.1 06:12:25 go: finding github.com/golang/protobuf v1.3.2 06:12:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:12:25 go: finding github.com/google/go-cmp v0.4.0 06:12:25 go: finding github.com/google/gofuzz v1.0.0 06:12:25 go: finding github.com/gorilla/mux v1.7.1 06:12:25 go: finding github.com/gorilla/websocket v1.4.0 06:12:25 go: finding github.com/hashicorp/consul/api v1.4.0 06:12:25 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:12:25 go: finding github.com/hashicorp/errwrap v1.0.0 06:12:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:12:25 go: finding github.com/hashicorp/go-hclog v0.12.2 06:12:25 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:12:25 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:12:25 go: finding github.com/hashicorp/go-multierror v1.0.0 06:12:25 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 06:12:25 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:12:25 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:12:25 go: finding github.com/hashicorp/go-syslog v1.0.0 06:12:25 go: finding github.com/hashicorp/go-uuid v1.0.1 06:12:25 go: finding github.com/hashicorp/go.net v0.0.1 06:12:25 go: finding github.com/hashicorp/golang-lru v0.5.4 06:12:25 go: finding github.com/hashicorp/logutils v1.0.0 06:12:25 go: finding github.com/hashicorp/mdns v1.0.1 06:12:25 go: finding github.com/hashicorp/memberlist v0.2.0 06:12:25 go: finding github.com/hashicorp/serf v0.9.0 06:12:25 go: finding github.com/json-iterator/go v1.1.9 06:12:25 go: finding github.com/julienschmidt/httprouter v1.2.0 06:12:25 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 06:12:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:12:25 go: finding github.com/kr/pretty v0.2.0 06:12:25 go: finding github.com/kr/pty v1.1.1 06:12:25 go: finding github.com/kr/text v0.1.0 06:12:25 go: finding github.com/mattn/go-colorable v0.1.6 06:12:25 go: finding github.com/mattn/go-isatty v0.0.12 06:12:25 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:12:25 go: finding github.com/miekg/dns v1.1.26 06:12:25 go: finding github.com/mitchellh/cli v1.0.0 06:12:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:12:25 go: finding github.com/mitchellh/copystructure v1.0.0 06:12:25 go: finding github.com/mitchellh/go-homedir v1.1.0 06:12:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:12:25 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:12:25 go: finding github.com/mitchellh/gox v0.4.0 06:12:25 go: finding github.com/mitchellh/iochan v1.0.0 06:12:25 go: finding github.com/mitchellh/mapstructure v1.2.2 06:12:26 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:12:26 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:12:26 go: finding github.com/modern-go/reflect2 v1.0.1 06:12:26 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:12:26 go: finding github.com/pascaldekloe/goe v0.1.0 06:12:26 go: finding github.com/pelletier/go-toml v1.7.0 06:12:26 go: finding github.com/pkg/errors v0.8.1 06:12:26 go: finding github.com/pmezard/go-difflib v1.0.0 06:12:26 go: finding github.com/posener/complete v1.1.1 06:12:26 go: finding github.com/prometheus/client_golang v1.4.0 06:12:26 go: finding github.com/prometheus/client_model v0.2.0 06:12:26 go: finding github.com/prometheus/common v0.9.1 06:12:26 go: finding github.com/prometheus/procfs v0.0.8 06:12:26 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:12:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:12:26 go: finding github.com/sirupsen/logrus v1.4.2 06:12:26 go: finding github.com/stretchr/objx v0.1.1 06:12:26 go: finding github.com/stretchr/testify v1.4.0 06:12:26 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:12:26 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:12:26 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:12:26 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:12:26 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:12:26 go: finding golang.org/x/text v0.3.2 06:12:26 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:12:26 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:12:26 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:12:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:12:26 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:12:26 go: finding gopkg.in/yaml.v2 v2.2.8 06:12:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2554 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:12:43 Running in /w/workspace/edgex-ui-go/42 [Pipeline] { [Pipeline] checkout 06:12:44 Removing intermediate container 57c702630990 06:12:44 ---> e7d1cf5a3317 06:12:44 Successfully built e7d1cf5a3317 06:12:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:12:45 + docker inspect -f . ci-base-image-x86_64 06:12:45 . [Pipeline] withDockerContainer 06:12:45 prd-centos7-docker-4c-2g-2553 does not seem to be running inside a container 06:12:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/42 -v /w/workspace/edgex-ui-go/42:/w/workspace/edgex-ui-go/42:rw,z -v /w/workspace/edgex-ui-go/42@tmp:/w/workspace/edgex-ui-go/42@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 06:12:46 $ docker top 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:46 + go version 06:12:46 go version go1.13.5 linux/amd64 [Pipeline] sh 06:12:46 + make test 06:12:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:12:48 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:12:49 using credential edgex-jenkins-ssh 06:12:49 Cloning the remote Git repository 06:12:49 Cloning with configured refspecs honoured and without tags 06:12:49 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:12:49 > git init /w/workspace/edgex-ui-go/42 # timeout=10 06:12:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:12:49 > git --version # timeout=10 06:12:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:50 Fetching without tags 06:12:51 Checking out Revision fc6b590da5db28411c1d4ed520be24f88b5c953f (master) 06:12:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:12:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:12:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:12:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:51 > git config core.sparsecheckout # timeout=10 06:12:51 > git checkout -f fc6b590da5db28411c1d4ed520be24f88b5c953f # timeout=10 06:12:55 Commit message: "[feat] Add override environment support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:12:57 ========================================================= 06:12:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:12:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:12:58 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:12:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:12:59 GO111MODULE=on go vet ./... 06:12:59 Sending build context to Docker daemon 12.9MB 06:12:59 Step 1/8 : ARG BASE=golang:1.11-alpine 06:12:59 Step 2/8 : FROM ${BASE} 06:12:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:12:59 cde5963f3b93: Pulling fs layer 06:12:59 2a23fa8c16f7: Pulling fs layer 06:12:59 777b28850792: Pulling fs layer 06:12:59 8a11ddd9e578: Pulling fs layer 06:12:59 4cf88f913ddb: Pulling fs layer 06:12:59 1df406cf5192: Pulling fs layer 06:12:59 cd6300453558: Pulling fs layer 06:12:59 b9c365052c96: Pulling fs layer 06:12:59 a2d8cc88f415: Pulling fs layer 06:12:59 ea1d1ca13537: Pulling fs layer 06:12:59 3750a50a1c5e: Pulling fs layer 06:12:59 8a11ddd9e578: Waiting 06:12:59 4cf88f913ddb: Waiting 06:12:59 1df406cf5192: Waiting 06:12:59 cd6300453558: Waiting 06:12:59 b9c365052c96: Waiting 06:12:59 a2d8cc88f415: Waiting 06:12:59 ea1d1ca13537: Waiting 06:12:59 3750a50a1c5e: Waiting 06:12:59 777b28850792: Verifying Checksum 06:12:59 777b28850792: Download complete 06:12:59 2a23fa8c16f7: Verifying Checksum 06:12:59 2a23fa8c16f7: Download complete 06:12:59 4cf88f913ddb: Download complete [Pipeline] stash 06:12:59 1df406cf5192: Verifying Checksum 06:12:59 1df406cf5192: Download complete 06:12:59 cde5963f3b93: Verifying Checksum 06:12:59 cde5963f3b93: Download complete 06:12:59 Stashed 1 file(s) [Pipeline] } 06:12:59 $ docker stop --time=1 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 06:13:00 cde5963f3b93: Pull complete 06:13:00 2a23fa8c16f7: Pull complete 06:13:01 777b28850792: Pull complete 06:13:02 $ docker rm -f 557676dcd97bde661a8708768a0499dcbde461bba99aa5b297ad049b0b2b9284 06:13:02 cd6300453558: Verifying Checksum 06:13:02 cd6300453558: Download complete 06:13:02 a2d8cc88f415: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:04 + sudo chown -R jenkins:jenkins . 06:13:04 b9c365052c96: Verifying Checksum 06:13:04 b9c365052c96: Download complete 06:13:04 3750a50a1c5e: Verifying Checksum 06:13:04 3750a50a1c5e: Download complete [Pipeline] sh 06:13:04 ea1d1ca13537: Verifying Checksum 06:13:04 ea1d1ca13537: Download complete 06:13:04 + ls -al . 06:13:04 total 84 06:13:04 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 06:12 . 06:13:04 drwxrwxr-x. 4 jenkins jenkins 30 Jun 11 06:11 .. 06:13:04 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 06:11 assets 06:13:04 drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 06:11 bin 06:13:04 drwxrwxr-x. 3 jenkins jenkins 29 Jun 11 06:11 cmd 06:13:04 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 11 06:11 CONTRIBUTING.md 06:13:04 -rw-r--r--. 1 jenkins jenkins 10 Jun 11 06:12 coverage.out 06:13:04 -rw-rw-r--. 1 jenkins jenkins 913 Jun 11 06:11 Dockerfile 06:13:04 -rw-rw-r--. 1 jenkins jenkins 898 Jun 11 06:11 Dockerfile.build 06:13:04 drwxrwxr-x. 4 jenkins jenkins 72 Jun 11 06:11 docs 06:13:04 drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 06:11 .git 06:13:04 -rw-rw-r--. 1 jenkins jenkins 136 Jun 11 06:11 .gitignore 06:13:04 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 11 06:11 go.mod 06:13:04 -rw-r--r--. 1 jenkins jenkins 20718 Jun 11 06:12 go.sum 06:13:04 drwxrwxr-x. 10 jenkins jenkins 139 Jun 11 06:11 internal 06:13:04 -rw-rw-r--. 1 jenkins jenkins 675 Jun 11 06:11 Jenkinsfile 06:13:04 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 11 06:11 LICENSE 06:13:04 -rw-rw-r--. 1 jenkins jenkins 951 Jun 11 06:11 Makefile 06:13:04 -rw-rw-r--. 1 jenkins jenkins 2409 Jun 11 06:11 README.md 06:13:04 drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 06:11 .semver 06:13:04 -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 06:10 VERSION 06:13:04 -rw-rw-r--. 1 jenkins jenkins 155 Jun 11 06:11 version.go [Pipeline] isUnix [Pipeline] sh 06:13:04 8a11ddd9e578: Verifying Checksum 06:13:04 8a11ddd9e578: Download complete 06:13:04 + 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=fc6b590da5db28411c1d4ed520be24f88b5c953f --label arch=amd64 --label version=1.2.1-dev.7 . 06:13:05 Sending build context to Docker daemon 12.93MB 06:13:05 Step 1/24 : ARG BASE=golang:1.13-alpine 06:13:05 Step 2/24 : FROM ${BASE} AS builder 06:13:05 ---> e7d1cf5a3317 06:13:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:13:05 ---> Running in 042da71017b0 06:13:05 Removing intermediate container 042da71017b0 06:13:05 ---> fd76f12841d1 06:13:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:13:05 ---> Running in 99d592912253 06:13:05 Removing intermediate container 99d592912253 06:13:05 ---> d04774e7a709 06:13:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:13:05 ---> Running in bb1666db4c52 06:13:05 Removing intermediate container bb1666db4c52 06:13:05 ---> 2782e2c5a0dc 06:13:05 Step 6/24 : LABEL Name=edgex-ui-go 06:13:06 ---> Running in 982f5e0b1128 06:13:06 Removing intermediate container 982f5e0b1128 06:13:06 ---> b90bbbab2df8 06:13:06 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:13:06 ---> Running in d85d57c554b1 06:13:06 Removing intermediate container d85d57c554b1 06:13:06 ---> bee901c80cb4 06:13:06 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:06 ---> Running in 5c4875f207d9 06:13:07 Removing intermediate container 5c4875f207d9 06:13:07 ---> b5c2cca188c7 06:13:07 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:07 ---> Running in d24263cfd772 06:13:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:13:08 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:13:09 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:13:09 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:13:09 OK: 11290 distinct packages available 06:13:09 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 06:13:09 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 06:13:09 OK: 143 MiB in 39 packages 06:13:10 Removing intermediate container d24263cfd772 06:13:10 ---> 95dc27821112 06:13:10 Step 10/24 : ENV GO111MODULE=on 06:13:10 ---> Running in 8f3e312ff0ff 06:13:10 Removing intermediate container 8f3e312ff0ff 06:13:10 ---> 9577be66e225 06:13:10 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:13:10 ---> Running in 5aa533642bce 06:13:10 Removing intermediate container 5aa533642bce 06:13:10 ---> df8dc673fb78 06:13:10 Step 12/24 : COPY go.mod . 06:13:11 ---> a363b41928fc 06:13:11 Step 13/24 : COPY Makefile . 06:13:11 ---> 2aa351ac1c5b 06:13:11 Step 14/24 : RUN make update 06:13:11 ---> Running in 33cbe700510b 06:13:12 CGO_ENABLED=0 GO111MODULE=on go mod download 06:13:12 Removing intermediate container 33cbe700510b 06:13:12 ---> 8dff7a388863 06:13:12 Step 15/24 : COPY . . 06:13:14 ---> 5afa35c36795 06:13:14 Step 16/24 : RUN ${MAKE} 06:13:14 ---> Running in ef21fe545b84 06:13:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:13:17 8a11ddd9e578: Pull complete 06:13:17 4cf88f913ddb: Pull complete 06:13:17 1df406cf5192: Pull complete 06:13:21 cd6300453558: Pull complete 06:13:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:13:26 b9c365052c96: Pull complete 06:13:26 a2d8cc88f415: Pull complete 06:13:26 Removing intermediate container ef21fe545b84 06:13:26 ---> d3001702e02c 06:13:26 Step 17/24 : FROM alpine 06:13:26 latest: Pulling from library/alpine 06:13:27 df20fa9351a1: Pulling fs layer 06:13:27 df20fa9351a1: Verifying Checksum 06:13:27 df20fa9351a1: Download complete 06:13:27 df20fa9351a1: Pull complete 06:13:27 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:13:27 Status: Downloaded newer image for alpine:latest 06:13:27 ---> a24bb4013296 06:13:27 Step 18/24 : EXPOSE 4000 06:13:27 ---> Running in 52c73bd0ae6d 06:13:28 Removing intermediate container 52c73bd0ae6d 06:13:28 ---> 8e44396e1233 06:13: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 06:13:28 ea1d1ca13537: Pull complete 06:13:28 3750a50a1c5e: Pull complete 06:13:28 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 06:13:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:13:28 ---> 78745c68409d 06:13:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:28 ---> 00528a783501 06:13:28 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:13:28 ---> Running in 36e2d56b6c91 06:13:29 Removing intermediate container 36e2d56b6c91 06:13:29 ---> 1cfbb457c021 06:13:29 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:13:29 ---> Running in 870e7ccd1494 06:13:29 Removing intermediate container 870e7ccd1494 06:13:29 ---> e91c3cac6141 06:13:29 Step 22/24 : LABEL arch=amd64 06:13:29 ---> Running in c20c9f55afaa 06:13:29 Removing intermediate container c20c9f55afaa 06:13:29 ---> b7b836fd6d41 06:13:29 Step 23/24 : LABEL git_sha=fc6b590da5db28411c1d4ed520be24f88b5c953f 06:13:29 ---> Running in a1528e8424b6 06:13:29 Removing intermediate container a1528e8424b6 06:13:29 ---> 31880aa937ce 06:13:29 Step 24/24 : LABEL version=1.2.1-dev.7 06:13:30 ---> Running in 2c7a0f537f57 06:13:30 Removing intermediate container 2c7a0f537f57 06:13:30 ---> 6e775532fdd9 06:13:30 [Warning] One or more build-args [ARCH] were not consumed 06:13:30 Successfully built 6e775532fdd9 06:13:30 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:13:30 provisioning config files... 06:13:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/42@tmp/config8529300449319841349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:13:30 nexus3.edgexfoundry.org:10001 06:13:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:30 Configure a credential helper to remove this warning. See 06:13:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:30 06:13:30 Login Succeeded 06:13:30 nexus3.edgexfoundry.org:10002 06:13:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:30 Configure a credential helper to remove this warning. See 06:13:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:30 06:13:30 Login Succeeded 06:13:30 nexus3.edgexfoundry.org:10003 06:13:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:31 Configure a credential helper to remove this warning. See 06:13:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:31 06:13:31 Login Succeeded 06:13:31 nexus3.edgexfoundry.org:10004 06:13:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:31 Configure a credential helper to remove this warning. See 06:13:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:31 06:13:31 Login Succeeded 06:13:31 docker.io 06:13:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:31 Configure a credential helper to remove this warning. See 06:13:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:31 06:13:31 Login Succeeded [Pipeline] } 06:13:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:32 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 06:13:32 fc6b590da5db28411c1d4ed520be24f88b5c953f 06:13:32 latest 06:13:32 1.2.1-dev.7 06:13:32 fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 06:13:32 master 06:13:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:13:32 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] isUnix [Pipeline] sh 06:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f 06:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:13:32 f7e7d7e9559e: Preparing 06:13:32 50644c29ef5a: Preparing 06:13:32 50644c29ef5a: Layer already exists 06:13:33 ---> Running in 126597ddab32 06:13:33 Removing intermediate container 126597ddab32 06:13:33 ---> 38b0a13b90a5 06:13:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:33 ---> Running in c462b07b1c2a 06:13:34 f7e7d7e9559e: Pushed 06:13:34 fc6b590da5db28411c1d4ed520be24f88b5c953f: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh 06:13:35 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 06:13:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:13:35 f7e7d7e9559e: Preparing 06:13:35 50644c29ef5a: Preparing 06:13:35 50644c29ef5a: Layer already exists 06:13:35 f7e7d7e9559e: Layer already exists 06:13:35 latest: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh 06:13:35 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 06:13:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.1-dev.7 06:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:13:35 f7e7d7e9559e: Preparing 06:13:35 50644c29ef5a: Preparing 06:13:35 50644c29ef5a: Layer already exists 06:13:35 f7e7d7e9559e: Layer already exists 06:13:35 1.2.1-dev.7: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh 06:13:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 06:13:36 Removing intermediate container c462b07b1c2a 06:13:36 ---> 49e36cff9a9c 06:13:36 Step 5/8 : RUN apk add --no-cache make git 06:13:36 ---> Running in e94cf6d0131f 06:13:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 06:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:13:36 f7e7d7e9559e: Preparing 06:13:36 50644c29ef5a: Preparing 06:13:36 f7e7d7e9559e: Layer already exists 06:13:36 50644c29ef5a: Layer already exists 06:13:36 fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] isUnix [Pipeline] sh 06:13:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 06:13:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 06:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:13:37 f7e7d7e9559e: Preparing 06:13:37 50644c29ef5a: Preparing 06:13:37 50644c29ef5a: Layer already exists 06:13:37 f7e7d7e9559e: Layer already exists 06:13:37 master: digest: sha256:099c25d6b2b169eaf4731785243be33a0b489c11cdfdf35490bb3d2687d209c6 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:13:37 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:13:38 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:13:39 OK: 125 MiB in 39 packages 06:13:40 Removing intermediate container e94cf6d0131f 06:13:40 ---> c1a3159ce052 06:13:40 Step 6/8 : WORKDIR /edgex-ui-go 06:13:40 ---> Running in b65148463e94 06:13:40 Removing intermediate container b65148463e94 06:13:40 ---> 71edd1525e77 06:13:40 Step 7/8 : COPY . . 06:13:42 ---> 540db9f562e1 06:13:42 Step 8/8 : RUN go mod download 06:13:42 ---> Running in 8bcd75bd339c 06:13:45 go: finding github.com/BurntSushi/toml v0.3.1 06:13:45 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 06:13:45 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 06:13:45 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 06:13:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:13:45 go: finding github.com/armon/go-metrics v0.3.3 06:13:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:13:45 go: finding github.com/beorn7/perks v1.0.1 06:13:45 go: finding github.com/bgentry/speakeasy v0.1.0 06:13:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:13:45 go: finding github.com/cespare/xxhash/v2 v2.1.1 06:13:45 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 06:13:45 go: finding github.com/circonus-labs/circonusllhist v0.1.3 06:13:45 go: finding github.com/davecgh/go-spew v1.1.1 06:13:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:13:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 06:13:45 go: finding github.com/fatih/color v1.9.0 06:13:45 go: finding github.com/go-kit/kit v0.9.0 06:13:45 go: finding github.com/go-logfmt/logfmt v0.4.0 06:13:45 go: finding github.com/go-stack/stack v1.8.0 06:13:45 go: finding github.com/gogo/protobuf v1.1.1 06:13:45 go: finding github.com/golang/protobuf v1.3.2 06:13:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:13:45 go: finding github.com/google/go-cmp v0.4.0 06:13:45 go: finding github.com/google/gofuzz v1.0.0 06:13:45 go: finding github.com/gorilla/mux v1.7.1 06:13:45 go: finding github.com/gorilla/websocket v1.4.0 06:13:45 go: finding github.com/hashicorp/consul/api v1.4.0 06:13:45 go: finding github.com/hashicorp/consul/sdk v0.4.0 06:13:45 go: finding github.com/hashicorp/errwrap v1.0.0 06:13:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:13:45 go: finding github.com/hashicorp/go-hclog v0.12.2 06:13:45 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 06:13:45 go: finding github.com/hashicorp/go-msgpack v0.5.5 06:13:45 go: finding github.com/hashicorp/go-multierror v1.0.0 06:13:45 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 06:13:46 go: finding github.com/hashicorp/go-rootcerts v1.0.2 06:13:46 go: finding github.com/hashicorp/go-sockaddr v1.0.2 06:13:46 go: finding github.com/hashicorp/go-syslog v1.0.0 06:13:46 go: finding github.com/hashicorp/go-uuid v1.0.1 06:13:46 go: finding github.com/hashicorp/go.net v0.0.1 06:13:46 go: finding github.com/hashicorp/golang-lru v0.5.4 06:13:46 go: finding github.com/hashicorp/logutils v1.0.0 06:13:46 go: finding github.com/hashicorp/mdns v1.0.1 06:13:46 go: finding github.com/hashicorp/memberlist v0.2.0 06:13:46 go: finding github.com/hashicorp/serf v0.9.0 06:13:46 go: finding github.com/json-iterator/go v1.1.9 06:13:46 go: finding github.com/julienschmidt/httprouter v1.2.0 06:13:46 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 06:13:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:13:46 go: finding github.com/kr/pretty v0.2.0 06:13:46 go: finding github.com/kr/pty v1.1.1 06:13:46 go: finding github.com/kr/text v0.1.0 06:13:46 go: finding github.com/mattn/go-colorable v0.1.6 06:13:46 go: finding github.com/mattn/go-isatty v0.0.12 06:13:46 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 06:13:46 go: finding github.com/miekg/dns v1.1.26 06:13:46 go: finding github.com/mitchellh/cli v1.0.0 06:13:46 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:13:46 go: finding github.com/mitchellh/copystructure v1.0.0 06:13:46 go: finding github.com/mitchellh/go-homedir v1.1.0 06:13:46 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:13:46 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:13:46 go: finding github.com/mitchellh/gox v0.4.0 06:13:46 go: finding github.com/mitchellh/iochan v1.0.0 06:13:46 go: finding github.com/mitchellh/mapstructure v1.2.2 06:13:46 go: finding github.com/mitchellh/reflectwalk v1.0.1 06:13:46 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 06:13:46 go: finding github.com/modern-go/reflect2 v1.0.1 06:13:46 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 06:13:46 go: finding github.com/pascaldekloe/goe v0.1.0 06:13:46 go: finding github.com/pelletier/go-toml v1.7.0 06:13:46 go: finding github.com/pkg/errors v0.8.1 06:13:46 go: finding github.com/pmezard/go-difflib v1.0.0 06:13:46 go: finding github.com/posener/complete v1.1.1 06:13:46 go: finding github.com/prometheus/client_golang v1.4.0 06:13:46 go: finding github.com/prometheus/client_model v0.2.0 06:13:46 go: finding github.com/prometheus/common v0.9.1 06:13:46 go: finding github.com/prometheus/procfs v0.0.8 06:13:46 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:13:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:13:46 go: finding github.com/sirupsen/logrus v1.4.2 06:13:46 go: finding github.com/stretchr/objx v0.1.1 06:13:46 go: finding github.com/stretchr/testify v1.4.0 06:13:46 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 06:13:46 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 06:13:46 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 06:13:46 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 06:13:46 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 06:13:46 go: finding golang.org/x/text v0.3.2 06:13:46 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 06:13:46 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:13:46 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 06:13:46 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:13:46 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 06:13:46 go: finding gopkg.in/yaml.v2 v2.2.8 06:14:04 Removing intermediate container 8bcd75bd339c 06:14:04 ---> e85eaafbf119 06:14:04 Successfully built e85eaafbf119 06:14:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:05 + docker inspect -f . ci-base-image-arm64 06:14:05 . [Pipeline] withDockerContainer 06:14:05 prd-ubuntu18.04-docker-arm64-4c-16g-2554 does not seem to be running inside a container 06:14:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/42 -v /w/workspace/edgex-ui-go/42:/w/workspace/edgex-ui-go/42:rw,z -v /w/workspace/edgex-ui-go/42@tmp:/w/workspace/edgex-ui-go/42@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 06:14:07 $ docker top c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:08 + go version 06:14:08 go version go1.13.5 linux/arm64 [Pipeline] sh 06:14:10 + make test 06:14:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:14:11 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:14:33 GO111MODULE=on go vet ./... [Pipeline] stash 06:14:37 Warning: overwriting stash ‘coverage-report’ 06:14:37 Stashed 1 file(s) [Pipeline] } 06:14:37 $ docker stop --time=1 c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd 06:14:39 $ docker rm -f c1901c9d1a7e24e1cdc225fabcb970cfe62e72fcb0e9886b58c188ad54a473cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:14:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:14:41 + ls -al . 06:14:41 total 116 06:14:41 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 06:14 . 06:14:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:12 .. 06:14:41 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 06:12 .git 06:14:41 -rw-rw-r-- 1 jenkins jenkins 136 Jun 11 06:12 .gitignore 06:14:41 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 .semver 06:14:41 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 11 06:12 CONTRIBUTING.md 06:14:41 -rw-rw-r-- 1 jenkins jenkins 913 Jun 11 06:12 Dockerfile 06:14:41 -rw-rw-r-- 1 jenkins jenkins 898 Jun 11 06:12 Dockerfile.build 06:14:41 -rw-rw-r-- 1 jenkins jenkins 675 Jun 11 06:12 Jenkinsfile 06:14:41 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 11 06:12 LICENSE 06:14:41 -rw-rw-r-- 1 jenkins jenkins 951 Jun 11 06:12 Makefile 06:14:41 -rw-rw-r-- 1 jenkins jenkins 2409 Jun 11 06:12 README.md 06:14:41 -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 06:10 VERSION 06:14:41 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 assets 06:14:41 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 06:12 bin 06:14:41 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 06:12 cmd 06:14:41 -rw-r--r-- 1 jenkins jenkins 10 Jun 11 06:14 coverage.out 06:14:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 06:12 docs 06:14:41 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 11 06:12 go.mod 06:14:41 -rw-r--r-- 1 jenkins jenkins 20718 Jun 11 06:14 go.sum 06:14:41 drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 06:12 internal 06:14:41 -rw-rw-r-- 1 jenkins jenkins 155 Jun 11 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:14:41 + 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=fc6b590da5db28411c1d4ed520be24f88b5c953f --label arch=arm64 --label version=1.2.1-dev.7 . 06:14:42 Sending build context to Docker daemon 12.93MB 06:14:42 Step 1/24 : ARG BASE=golang:1.13-alpine 06:14:42 Step 2/24 : FROM ${BASE} AS builder 06:14:42 ---> e85eaafbf119 06:14:42 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:14:42 ---> Running in 1847c0260db8 06:14:42 Removing intermediate container 1847c0260db8 06:14:42 ---> 6db989e4c3ba 06:14:42 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:14:42 ---> Running in 3a5bf18653ec 06:14:43 Removing intermediate container 3a5bf18653ec 06:14:43 ---> f6ed9c12a31a 06:14:43 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:14:43 ---> Running in 716a8856870f 06:14:43 Removing intermediate container 716a8856870f 06:14:43 ---> 5c1839e6f293 06:14:43 Step 6/24 : LABEL Name=edgex-ui-go 06:14:43 ---> Running in ced0df27fad7 06:14:44 Removing intermediate container ced0df27fad7 06:14:44 ---> 036112169a0c 06:14:44 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:14:44 ---> Running in c644e600ad32 06:14:44 Removing intermediate container c644e600ad32 06:14:44 ---> 0358f4a0e350 06:14:44 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:44 ---> Running in 5a848cf93c8b 06:14:47 Removing intermediate container 5a848cf93c8b 06:14:47 ---> 2527eeb814bd 06:14:47 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:14:47 ---> Running in ca2a77e93510 06:14:48 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:14:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:14:50 v3.11.6-80-g10452f8271 [http://nl.alpinelinux.org/alpine/v3.11/main] 06:14:50 v3.11.6-79-g5f62e437a1 [http://nl.alpinelinux.org/alpine/v3.11/community] 06:14:50 OK: 11179 distinct packages available 06:14:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 06:14:51 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 06:14:51 OK: 125 MiB in 39 packages 06:14:52 Removing intermediate container ca2a77e93510 06:14:52 ---> d8e8da4ad3b6 06:14:52 Step 10/24 : ENV GO111MODULE=on 06:14:52 ---> Running in 6aa6b3f44340 06:14:53 Removing intermediate container 6aa6b3f44340 06:14:53 ---> db6eb82624f0 06:14:53 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:14:53 ---> Running in ff4c5ba656c8 06:14:54 Removing intermediate container ff4c5ba656c8 06:14:54 ---> 30c09a3efc34 06:14:54 Step 12/24 : COPY go.mod . 06:14:54 ---> 673f941ae42d 06:14:54 Step 13/24 : COPY Makefile . 06:14:55 ---> 9a89aa89e437 06:14:55 Step 14/24 : RUN make update 06:14:55 ---> Running in bf16c05f4fc5 06:14:56 CGO_ENABLED=0 GO111MODULE=on go mod download 06:14:58 Removing intermediate container bf16c05f4fc5 06:14:58 ---> 61c8a46accb4 06:14:58 Step 15/24 : COPY . . 06:14:59 ---> 770368e7e389 06:14:59 Step 16/24 : RUN ${MAKE} 06:14:59 ---> Running in e14469918b61 06:15:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.1-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:15:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:15:30 Removing intermediate container e14469918b61 06:15:30 ---> acd1e29796f5 06:15:30 Step 17/24 : FROM alpine 06:15:31 latest: Pulling from library/alpine 06:15:31 b538f80385f9: Pulling fs layer 06:15:31 b538f80385f9: Verifying Checksum 06:15:31 b538f80385f9: Download complete 06:15:32 b538f80385f9: Pull complete 06:15:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:15:32 Status: Downloaded newer image for alpine:latest 06:15:32 ---> 62ee0e9f8440 06:15:32 Step 18/24 : EXPOSE 4000 06:15:32 ---> Running in 75aae989d4de 06:15:32 Removing intermediate container 75aae989d4de 06:15:32 ---> a206585dec3f 06:15:32 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:15:34 ---> 178510537bc8 06:15:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:15:34 ---> Running in 63864f478e5e 06:15:35 Removing intermediate container 63864f478e5e 06:15:35 ---> bf25eae476f8 06:15:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:15:35 ---> Running in 0dc2d9c1b0c8 06:15:36 Removing intermediate container 0dc2d9c1b0c8 06:15:36 ---> cb299eef4939 06:15:36 Step 22/24 : LABEL arch=arm64 06:15:36 ---> Running in 5b44e126d795 06:15:36 Removing intermediate container 5b44e126d795 06:15:36 ---> 77fb641698dd 06:15:36 Step 23/24 : LABEL git_sha=fc6b590da5db28411c1d4ed520be24f88b5c953f 06:15:36 ---> Running in 2129ba2e3888 06:15:36 Removing intermediate container 2129ba2e3888 06:15:36 ---> 740528773f69 06:15:36 Step 24/24 : LABEL version=1.2.1-dev.7 06:15:37 ---> Running in e9a1c8bbaf39 06:15:37 Removing intermediate container e9a1c8bbaf39 06:15:37 ---> 6d81a5597855 06:15:37 [Warning] One or more build-args [ARCH] were not consumed 06:15:37 Successfully built 6d81a5597855 06:15:37 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:15:37 provisioning config files... 06:15:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/42@tmp/config1149060367716428398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:38 nexus3.edgexfoundry.org:10001 06:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:38 Configure a credential helper to remove this warning. See 06:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:38 06:15:38 Login Succeeded 06:15:38 nexus3.edgexfoundry.org:10002 06:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:39 Configure a credential helper to remove this warning. See 06:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:39 06:15:39 Login Succeeded 06:15:39 nexus3.edgexfoundry.org:10003 06:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:40 Configure a credential helper to remove this warning. See 06:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:40 06:15:40 Login Succeeded 06:15:40 nexus3.edgexfoundry.org:10004 06:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:40 Configure a credential helper to remove this warning. See 06:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:40 06:15:40 Login Succeeded 06:15:40 docker.io 06:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:41 Configure a credential helper to remove this warning. See 06:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:41 06:15:41 Login Succeeded [Pipeline] } 06:15:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:41 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 06:15:41 fc6b590da5db28411c1d4ed520be24f88b5c953f 06:15:41 latest 06:15:41 1.2.1-dev.7 06:15:41 fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 06:15:41 master 06:15:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:41 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] isUnix [Pipeline] sh 06:15:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f 06:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:15:42 5b15e9b8697a: Preparing 06:15:42 e2f13739ad41: Preparing 06:15:42 e2f13739ad41: Layer already exists 06:15:46 5b15e9b8697a: Pushed 06:15:46 fc6b590da5db28411c1d4ed520be24f88b5c953f: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh 06:15:46 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:15:47 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:15:47 5b15e9b8697a: Preparing 06:15:47 e2f13739ad41: Preparing 06:15:47 e2f13739ad41: Layer already exists 06:15:47 5b15e9b8697a: Layer already exists 06:15:47 latest: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh 06:15:47 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 06:15:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.1-dev.7 06:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:15:48 5b15e9b8697a: Preparing 06:15:48 e2f13739ad41: Preparing 06:15:48 e2f13739ad41: Layer already exists 06:15:48 5b15e9b8697a: Layer already exists 06:15:48 1.2.1-dev.7: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh 06:15:48 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh 06:15:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7 06:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:15:49 5b15e9b8697a: Preparing 06:15:49 e2f13739ad41: Preparing 06:15:49 5b15e9b8697a: Layer already exists 06:15:49 e2f13739ad41: Layer already exists 06:15:49 fc6b590da5db28411c1d4ed520be24f88b5c953f-1.2.1-dev.7: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] isUnix [Pipeline] sh 06:15:49 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:15:50 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 06:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:15:50 5b15e9b8697a: Preparing 06:15:50 e2f13739ad41: Preparing 06:15:50 5b15e9b8697a: Layer already exists 06:15:50 e2f13739ad41: Layer already exists 06:15:50 master: digest: sha256:c445ce795aad1483cee1c6ae5db0b075c7641cfcd8353bd6e7747b4693bb5663 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:15:51 provisioning config files... 06:15:51 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2486910841582127174tmp [Pipeline] { [Pipeline] sh 06:15:51 + curl -s https://codecov.io/bash 06:15:51 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2486910841582127174tmp 06:15:51 06:15:51 _____ _ 06:15:51 / ____| | | 06:15:51 | | ___ __| | ___ ___ _____ __ 06:15:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:15:51 | |___| (_) | (_| | __/ (_| (_) \ V / 06:15:51 \_____\___/ \__,_|\___|\___\___/ \_/ 06:15:51 Bash-20200602-f809a24 06:15:51 06:15:51 06:15:51 ==> Jenkins CI detected. 06:15:51 project root: . 06:15:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:15:51 ==> Running gcov in . (disable via -X gcov) 06:15:51 ==> Python coveragepy not found 06:15:51 ==> Searching for coverage reports in: 06:15:51 + . 06:15:51 -> Found 1 reports 06:15:51 ==> Detecting git/mercurial file structure 06:15:52 ==> Reading reports 06:15:52 + ./coverage.out bytes=10 06:15:52 ==> Appending adjustments 06:15:52 https://docs.codecov.io/docs/fixing-reports 06:15:52 + Found adjustments 06:15:52 ==> Gzipping contents 06:15:52 ==> Uploading reports 06:15:52 url: https://codecov.io 06:15:52 query: branch=master&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 06:15:52 -> Pinging Codecov 06:15:52 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=fc6b590da5db28411c1d4ed520be24f88b5c953f&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 06:15:52 -> Uploading 06:15:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] } 06:15:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:15:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:15:53 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:15:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:15:54 06:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:15:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:15:54 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:15:54 cbdbe7a5bc2a: Pulling fs layer 06:15:54 408f87550127: Pulling fs layer 06:15:54 fe522b08c979: Pulling fs layer 06:15:54 221eaa008020: Pulling fs layer 06:15:54 2a4607e5d6b9: Pulling fs layer 06:15:54 8f79b27c4fd2: Pulling fs layer 06:15:54 e5c8dbe1645b: Pulling fs layer 06:15:54 23e8b3b47431: Pulling fs layer 06:15:54 5c568d65a230: Pulling fs layer 06:15:54 221eaa008020: Waiting 06:15:54 2a4607e5d6b9: Waiting 06:15:54 8f79b27c4fd2: Waiting 06:15:54 e5c8dbe1645b: Waiting 06:15:54 23e8b3b47431: Waiting 06:15:54 5c568d65a230: Waiting 06:15:54 fe522b08c979: Download complete 06:15:54 408f87550127: Verifying Checksum 06:15:54 408f87550127: Download complete 06:15:55 2a4607e5d6b9: Verifying Checksum 06:15:55 2a4607e5d6b9: Download complete 06:15:55 8f79b27c4fd2: Verifying Checksum 06:15:55 8f79b27c4fd2: Download complete 06:15:55 cbdbe7a5bc2a: Verifying Checksum 06:15:55 cbdbe7a5bc2a: Download complete 06:15:55 e5c8dbe1645b: Verifying Checksum 06:15:55 e5c8dbe1645b: Download complete 06:15:55 cbdbe7a5bc2a: Pull complete 06:15:56 408f87550127: Pull complete 06:15:56 fe522b08c979: Pull complete 06:15:56 23e8b3b47431: Verifying Checksum 06:15:56 23e8b3b47431: Download complete 06:15:57 5c568d65a230: Verifying Checksum 06:15:57 5c568d65a230: Download complete 06:15:58 221eaa008020: Verifying Checksum 06:15:58 221eaa008020: Download complete 06:16:11 221eaa008020: Pull complete 06:16:11 2a4607e5d6b9: Pull complete 06:16:11 8f79b27c4fd2: Pull complete 06:16:12 e5c8dbe1645b: Pull complete 06:16:16 23e8b3b47431: Pull complete 06:16:17 5c568d65a230: Pull complete 06:16:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:16:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:16:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:16:18 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:16:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:16:19 $ docker top 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb -eo pid,comm [Pipeline] { [Pipeline] sh 06:16:20 + snyk monitor '--org=edgex-jenkins' 06:16:42 06:16:42 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 06:16:42 06:16:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/74cdeed6-ba35-4af1-be42-cf86edb34298 06:16:42 06:16:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:16:42 06:16:42 [Pipeline] } 06:16:42 $ docker stop --time=1 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb 06:16:45 $ docker rm -f 8a231739655b1e96cb8e7f55fa4aca426e0a0813a385e3938a8a718a67789afb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:16:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:16:46 06:16:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 06:16:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:16:47 latest: Pulling from edgex-devops/edgex-klar 06:16:47 e7c96db7181b: Pulling fs layer 06:16:47 1868ca2cb446: Pulling fs layer 06:16:47 136be5d0fe8e: Pulling fs layer 06:16:47 894bfe63afcb: Pulling fs layer 06:16:47 894bfe63afcb: Waiting 06:16:47 1868ca2cb446: Verifying Checksum 06:16:47 1868ca2cb446: Download complete 06:16:47 136be5d0fe8e: Download complete 06:16:47 e7c96db7181b: Verifying Checksum 06:16:47 e7c96db7181b: Download complete 06:16:47 894bfe63afcb: Verifying Checksum 06:16:47 894bfe63afcb: Download complete 06:16:47 e7c96db7181b: Pull complete 06:16:47 1868ca2cb446: Pull complete 06:16:48 136be5d0fe8e: Pull complete 06:16:48 894bfe63afcb: Pull complete 06:16:48 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 06:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:16:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 06:16:48 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:16:48 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:16:50 $ docker top 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:50 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f 06:16:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:16:54 $ docker stop --time=1 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 06:16:55 $ docker rm -f 2c6cb32e5a17481332001c7dff53e9e6389b80d6a7a52805cbb3a13b5e9a99f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:16:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:16:56 . [Pipeline] withDockerContainer 06:16:56 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:16:56 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:16:58 $ docker top b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:58 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:fc6b590da5db28411c1d4ed520be24f88b5c953f 06:16:58 + tee 06:16:58 clair timeout 1m0s 06:16:58 docker timeout: 1m0s 06:16:58 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:16:59 $ docker stop --time=1 b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 06:17:00 $ docker rm -f b8198821991fbb6f1a78cd343a2477211a57f5c6741d104d037b835972c9a0b6 [Pipeline] // withDockerContainer [Pipeline] sh 06:17:01 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:17:01 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_fc6b590da5db28411c1d4ed520be24f88b5c953f.html [Pipeline] writeFile [Pipeline] step 06:17:01 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:17:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:17:01 . [Pipeline] withDockerContainer 06:17:02 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:17:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:17:03 $ docker top 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:03 + tee 06:17:03 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:17:06 $ docker stop --time=1 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 06:17:08 $ docker rm -f 6883952e25fc697bea70368ad43ad7e3cd4c222b7a4fe8e3853c31f2aef844b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:17:08 . [Pipeline] withDockerContainer 06:17:09 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:17:09 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:17:10 $ docker top d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:10 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:fc6b590da5db28411c1d4ed520be24f88b5c953f+ 06:17:10 tee 06:17:10 clair timeout 1m0s 06:17:10 docker timeout: 1m0s 06:17:10 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:17:11 $ docker stop --time=1 d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 06:17:12 $ docker rm -f d6adff3239943d89de1a1af195e055e8fe6cfd85f3138db1f596a6e7067742b9 [Pipeline] // withDockerContainer [Pipeline] sh 06:17:13 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:17:13 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_fc6b590da5db28411c1d4ed520be24f88b5c953f.html [Pipeline] writeFile [Pipeline] step 06:17:13 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 06:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:14 . [Pipeline] withDockerContainer 06:17:14 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:17:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:17:16 $ docker top ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:16 [ssh-agent] Looking for ssh-agent implementation... 06:17:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:16 $ docker exec ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 ssh-agent 06:17:16 SSH_AUTH_SOCK=/tmp/ssh-w81ISwKc7yVm/agent.11 06:17:16 SSH_AGENT_PID=16 06:17:16 Running ssh-add (command line suppressed) 06:17:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3950674699219461307.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3950674699219461307.key) 06:17:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:17 + git semver tag 06:17:17 # -> Open(): unable to determine branch for HEAD 06:17:17 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:17:17 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:17:17 # $SEMVER_REMOTE_NAME = origin 06:17:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:17 # $SEMVER_USER_NAME = edgex-jenkins 06:17:17 # $SEMVER_BRANCH = master 06:17:17 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:17:17 # fc6b590da5db28411c1d4ed520be24f88b5c953f HEAD 06:17:17 # -> Force: false 06:17:17 # 1e22c7bec7e3d8a2640d62c0306e95ed79558a00 refs/tags/v1.2.1-dev.7 [Pipeline] } 06:17:17 $ docker exec --env ******** --env ******** ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 ssh-agent -k 06:17:17 unset SSH_AUTH_SOCK; 06:17:17 unset SSH_AGENT_PID; 06:17:17 echo Agent pid 16 killed; 06:17:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:18 + git semver [Pipeline] } 06:17:18 $ docker stop --time=1 ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 06:17:19 $ docker rm -f ff6e73646953748e5adc87cb0bcc3cdfa77166bea29d743dded92f6731dcceb2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:20 06:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:20 0.23.1-centos7: Pulling from edgex-lftools 06:17:20 ab5ef0e58194: Pulling fs layer 06:17:20 9712f1f96733: Pulling fs layer 06:17:20 63f879dbbcfc: Pulling fs layer 06:17:20 0d9ebad4ef96: Pulling fs layer 06:17:20 e9a5061849ea: Pulling fs layer 06:17:20 d747dcd14b5f: Pulling fs layer 06:17:20 2de7ff778b66: Pulling fs layer 06:17:20 e9a5061849ea: Waiting 06:17:20 d747dcd14b5f: Waiting 06:17:20 2de7ff778b66: Waiting 06:17:20 0d9ebad4ef96: Waiting 06:17:20 9712f1f96733: Verifying Checksum 06:17:20 9712f1f96733: Download complete 06:17:22 63f879dbbcfc: Verifying Checksum 06:17:22 63f879dbbcfc: Download complete 06:17:23 0d9ebad4ef96: Verifying Checksum 06:17:23 0d9ebad4ef96: Download complete 06:17:23 d747dcd14b5f: Verifying Checksum 06:17:23 d747dcd14b5f: Download complete 06:17:23 e9a5061849ea: Verifying Checksum 06:17:23 e9a5061849ea: Download complete 06:17:23 ab5ef0e58194: Verifying Checksum 06:17:23 ab5ef0e58194: Download complete 06:17:23 2de7ff778b66: Verifying Checksum 06:17:23 2de7ff778b66: Download complete 06:17:30 ab5ef0e58194: Pull complete 06:17:30 9712f1f96733: Pull complete 06:17:32 63f879dbbcfc: Pull complete 06:17:42 0d9ebad4ef96: Pull complete 06:17:42 e9a5061849ea: Pull complete 06:17:42 d747dcd14b5f: Pull complete 06:17:46 2de7ff778b66: Pull complete 06:17:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:17:46 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:17:46 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:17:49 $ docker top 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:17:49 provisioning config files... 06:17:49 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5838246149986067593tmp 06:17:49 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5219610592078626380tmp 06:17:49 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8711233966755158806tmp [Pipeline] { [Pipeline] echo 06:17:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:17:50 ---> sigul-configuration.sh 06:17:50 gpg: directory `/root/.gnupg' created 06:17:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:17:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:17:50 gpg: keyring `/root/.gnupg/secring.gpg' created 06:17:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:17:50 gpg: CAST5 encrypted data 06:17:50 gpg: encrypted with 1 passphrase 06:17:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:17:50 + mkdir /home/jenkins 06:17:50 + mkdir /home/jenkins/sigul [Pipeline] sh 06:17:51 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 06:17:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:17:51 ---> sigul-install.sh 06:17:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:17:58 + git tag --list 06:17:58 v1.2.1-dev.7 [Pipeline] sh 06:17:59 + lftools sign git-tag v1.2.1-dev.7 06:18:01 Signing Git tag with Sigul... 06:18:01 Signing v1.2.1-dev.7 [Pipeline] echo 06:18:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:18:02 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:18:02 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:18:02 $ docker stop --time=1 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 06:18:04 $ docker rm -f 339bed60d9bdeb16e475b3c450797d0449144e4f076a4f8b018b7b347b9f4664 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:18:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:05 . [Pipeline] withDockerContainer 06:18:05 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:18:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:06 $ docker top 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:06 [ssh-agent] Looking for ssh-agent implementation... 06:18:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:06 $ docker exec 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 ssh-agent 06:18:07 SSH_AUTH_SOCK=/tmp/ssh-4QLCOMcE0jMO/agent.12 06:18:07 SSH_AGENT_PID=18 06:18:07 Running ssh-add (command line suppressed) 06:18:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2515689759654153867.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2515689759654153867.key) 06:18:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:07 + git semver bump pre 06:18:07 # -> Open(): unable to determine branch for HEAD 06:18:07 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:18:07 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:18:07 # $SEMVER_REMOTE_NAME = origin 06:18:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:07 # $SEMVER_USER_NAME = edgex-jenkins 06:18:07 # $SEMVER_BRANCH = master 06:18:07 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:18:08 1.2.1-dev.8 [Pipeline] } 06:18:08 $ docker exec --env ******** --env ******** 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 ssh-agent -k 06:18:08 unset SSH_AUTH_SOCK; 06:18:08 unset SSH_AGENT_PID; 06:18:08 echo Agent pid 18 killed; 06:18:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:08 + git semver [Pipeline] } 06:18:08 $ docker stop --time=1 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 06:18:10 $ docker rm -f 277924a3050a3bfc7fda6a9ed270a4ce52de8165ed2849b5a89929f218b97024 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:18:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:10 . [Pipeline] withDockerContainer 06:18:10 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:18:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:11 $ docker top 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:12 [ssh-agent] Looking for ssh-agent implementation... 06:18:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:12 $ docker exec 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 ssh-agent 06:18:12 SSH_AUTH_SOCK=/tmp/ssh-uYHfPiWZCgtd/agent.11 06:18:12 SSH_AGENT_PID=16 06:18:12 Running ssh-add (command line suppressed) 06:18:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3919268874555365460.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3919268874555365460.key) 06:18:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:13 + git semver push 06:18:13 # -> Open(): unable to determine branch for HEAD 06:18:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:18:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:18:13 # $SEMVER_REMOTE_NAME = origin 06:18:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:13 # $SEMVER_USER_NAME = edgex-jenkins 06:18:13 # $SEMVER_BRANCH = master 06:18:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:18:20 $ docker exec --env ******** --env ******** 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 ssh-agent -k 06:18:20 unset SSH_AUTH_SOCK; 06:18:20 unset SSH_AGENT_PID; 06:18:20 echo Agent pid 16 killed; 06:18:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:21 + git semver [Pipeline] } 06:18:21 $ docker stop --time=1 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 06:18:23 $ docker rm -f 5dd480fe671c0f955bf3244c7bfb8595fb95268279d65bd42bcbbc22119853a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:18:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:18:24 ---> package-listing.sh 06:18:24 ++ tr '[:upper:]' '[:lower:]' 06:18:24 ++ facter osfamily 06:18:24 + OS_FAMILY=redhat 06:18:24 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 06:18:24 + START_PACKAGES=/tmp/packages_start.txt 06:18:24 + END_PACKAGES=/tmp/packages_end.txt 06:18:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:18:24 + PACKAGES=/tmp/packages_start.txt 06:18:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:18:24 + PACKAGES=/tmp/packages_end.txt 06:18:24 + case "${OS_FAMILY}" in 06:18:24 + sort 06:18:24 + rpm -qa 06:18:28 + '[' -f /tmp/packages_start.txt ']' 06:18:28 + '[' -f /tmp/packages_end.txt ']' 06:18:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:18:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:18:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 06:18:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 06:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:18:29 06:18:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:18:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:18:30 alpine: Pulling from edgex-lftools-log-publisher 06:18:30 c9b1b535fdd9: Pulling fs layer 06:18:30 2cc5ad85d9ab: Pulling fs layer 06:18:30 756a868c4378: Pulling fs layer 06:18:30 444b2fc9a129: Pulling fs layer 06:18:30 ea15f1150254: Pulling fs layer 06:18:30 41b27a9f41bf: Pulling fs layer 06:18:30 28c525ee5125: Pulling fs layer 06:18:30 094b1ea09ed8: Pulling fs layer 06:18:30 138eaada9080: Pulling fs layer 06:18:30 0622d0fa9048: Pulling fs layer 06:18:30 ea15f1150254: Waiting 06:18:30 094b1ea09ed8: Waiting 06:18:30 138eaada9080: Waiting 06:18:30 0622d0fa9048: Waiting 06:18:30 41b27a9f41bf: Waiting 06:18:30 28c525ee5125: Waiting 06:18:30 444b2fc9a129: Waiting 06:18:30 2cc5ad85d9ab: Verifying Checksum 06:18:30 2cc5ad85d9ab: Download complete 06:18:30 444b2fc9a129: Verifying Checksum 06:18:30 444b2fc9a129: Download complete 06:18:30 c9b1b535fdd9: Verifying Checksum 06:18:30 c9b1b535fdd9: Download complete 06:18:30 ea15f1150254: Verifying Checksum 06:18:30 ea15f1150254: Download complete 06:18:30 28c525ee5125: Download complete 06:18:30 756a868c4378: Verifying Checksum 06:18:30 756a868c4378: Download complete 06:18:31 138eaada9080: Verifying Checksum 06:18:31 138eaada9080: Download complete 06:18:31 0622d0fa9048: Verifying Checksum 06:18:31 0622d0fa9048: Download complete 06:18:31 094b1ea09ed8: Verifying Checksum 06:18:31 094b1ea09ed8: Download complete 06:18:31 c9b1b535fdd9: Pull complete 06:18:32 41b27a9f41bf: Verifying Checksum 06:18:32 41b27a9f41bf: Download complete 06:18:32 2cc5ad85d9ab: Pull complete 06:18:35 756a868c4378: Pull complete 06:18:35 444b2fc9a129: Pull complete 06:18:35 ea15f1150254: Pull complete 06:18:41 41b27a9f41bf: Pull complete 06:18:41 28c525ee5125: Pull complete 06:18:44 094b1ea09ed8: Pull complete 06:18:45 138eaada9080: Pull complete 06:18:45 0622d0fa9048: Pull complete 06:18:45 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:18:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:18:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:18:45 prd-centos7-docker-4c-2g-2550 does not seem to be running inside a container 06:18:45 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:18:49 $ docker top 364156b754287c1868b76eddf49e7274df8098c7038f7da9360afec009ecdc95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:18:49 provisioning config files... 06:18:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2731726106160145622tmp [Pipeline] { [Pipeline] echo 06:18:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:18:49 ---> create-netrc.sh [Pipeline] echo 06:18:50 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:18:50 ---> logs-deploy.sh 06:18:50 + ARCHIVE_ARTIFACTS= 06:18:50 + LOGS_SERVER=https://logs.edgexfoundry.org 06:18:50 + '[' https://logs.edgexfoundry.org == None ']' 06:18:50 + NEXUS_URL=https://nexus.edgexfoundry.org 06:18:50 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 06:18:50 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/42/ 06:18:50 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 /w/workspace/edgexfoundry_edgex-ui-go_master 06:18:51 Archives upload complete. 06:18:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/42 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/42/ 06:18:52 ---> uname -a: 06:18:52 Linux 364156b75428 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:18:52 06:18:52 06:18:52 ---> lscpu: 06:18:52 Architecture: x86_64 06:18:52 CPU op-mode(s): 32-bit, 64-bit 06:18:52 Byte Order: Little Endian 06:18:52 Address sizes: 40 bits physical, 48 bits virtual 06:18:52 CPU(s): 4 06:18:52 On-line CPU(s) list: 0-3 06:18:52 Thread(s) per core: 1 06:18:52 Core(s) per socket: 1 06:18:52 Socket(s): 4 06:18:52 NUMA node(s): 1 06:18:52 Vendor ID: GenuineIntel 06:18:52 CPU family: 6 06:18:52 Model: 44 06:18:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:18:52 Stepping: 1 06:18:52 CPU MHz: 2933.438 06:18:52 BogoMIPS: 5866.87 06:18:52 Virtualization: VT-x 06:18:52 Hypervisor vendor: KVM 06:18:52 Virtualization type: full 06:18:52 L1d cache: 128 KiB 06:18:52 L1i cache: 128 KiB 06:18:52 L2 cache: 16 MiB 06:18:52 L3 cache: 64 MiB 06:18:52 NUMA node0 CPU(s): 0-3 06:18:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:18:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:18:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:18:52 Vulnerability Meltdown: Mitigation; PTI 06:18:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:18:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:18:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:18:52 Vulnerability Tsx async abort: Not affected 06:18:52 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 06:18:52 06:18:52 06:18:52 ---> nproc: 06:18:52 4 06:18:52 06:18:52 06:18:52 ---> df -h: 06:18:52 Filesystem Size Used Available Use% Mounted on 06:18:52 overlay 50.0G 8.5G 41.5G 17% / 06:18:52 tmpfs 64.0M 0 64.0M 0% /dev 06:18:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:18:52 shm 64.0M 0 64.0M 0% /dev/shm 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 06:18:52 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 06:18:52 06:18:52 06:18:52 ---> free -m: 06:18:52 total used free shared buff/cache available 06:18:52 Mem: 1837 770 112 0 954 999 06:18:52 Swap: 1023 4 1019 06:18:52 06:18:52 06:18:52 ---> ip addr: 06:18:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:18:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:18:52 inet 127.0.0.1/8 scope host lo 06:18:52 valid_lft forever preferred_lft forever 06:18:52 24: eth0@if25: mtu 1458 qdisc noqueue state UP 06:18:52 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:18:52 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:18:52 valid_lft forever preferred_lft forever 06:18:52 06:18:52 06:18:52 ---> sar -b -r -n DEV: 06:18:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 06:18:52 06:18:52 06:09:02 LINUX RESTART 06:18:52 06:18:52 06:10:01 tps rtps wtps bread/s bwrtn/s 06:18:52 06:11:01 27.79 10.50 17.29 4420.42 2452.69 06:18:52 06:12:01 1.51 0.00 1.51 0.00 28.10 06:18:52 06:13:01 0.23 0.00 0.23 0.00 3.75 06:18:52 06:14:01 0.33 0.00 0.33 0.00 5.19 06:18:52 06:15:01 0.27 0.00 0.27 0.00 4.65 06:18:52 06:16:01 16.61 1.78 14.83 254.30 10174.33 06:18:52 06:17:01 247.31 151.16 96.14 6499.27 22307.04 06:18:52 06:18:01 211.48 79.57 131.90 4310.05 30532.02 06:18:52 Average: 63.29 30.43 32.86 1931.27 8203.65 06:18:52 06:18:52 06:10:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:18:52 06:11:01 167308 1714248 91.11 2620 1156924 1147192 39.15 422208 1130980 20 06:18:52 06:12:01 173216 1708340 90.79 2620 1156928 1102200 37.62 419704 1128612 8 06:18:52 06:13:01 171368 1710188 90.89 2620 1156992 1102236 37.62 422168 1128620 24 06:18:52 06:14:01 173216 1708340 90.79 2620 1156936 1076452 36.74 421700 1127128 8 06:18:52 06:15:01 172328 1709228 90.84 2620 1156944 1076644 36.74 425852 1124088 8 06:18:52 06:16:01 69684 1811872 96.30 2620 1171704 1510344 51.55 536828 1102424 50468 06:18:52 06:17:01 197108 1684448 89.52 2620 1056452 1129744 38.56 553080 930868 32 06:18:52 06:18:01 78816 1802740 95.81 1608 999268 1337432 45.64 704344 799192 51932 06:18:52 Average: 150381 1731176 92.01 2494 1126519 1185281 40.45 488236 1058989 12813 06:18:52 06:18:52 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:18:52 06:11:01 eth0 91.60 80.43 510.66 95.28 0.00 0.00 0.00 06:18:52 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:11:01 docker0 22.09 19.71 2.19 59.15 0.00 0.00 0.00 06:18:52 06:12:01 eth0 1.65 0.32 0.39 0.23 0.00 0.00 0.00 06:18:52 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:13:01 eth0 1.58 0.50 0.59 0.39 0.00 0.00 0.00 06:18:52 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:14:01 eth0 0.28 0.07 0.03 0.01 0.00 0.00 0.00 06:18:52 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:15:01 eth0 0.68 0.35 0.45 0.26 0.00 0.00 0.00 06:18:52 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:16:01 eth0 119.77 68.88 3758.47 8.81 0.00 0.00 0.00 06:18:52 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:17:01 eth0 98.02 83.35 298.59 48.21 0.00 0.00 0.00 06:18:52 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:18:52 06:17:01 docker0 39.44 45.74 3.99 102.47 0.00 0.00 0.00 06:18:52 06:18:01 vethba58fc3 17.71 30.97 1.27 149.26 0.00 0.00 0.00 06:18:52 06:18:01 eth0 691.35 488.72 8682.19 271.33 0.00 0.00 0.00 06:18:52 06:18:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 06:18:52 06:18:01 docker0 79.67 96.61 7.28 310.21 0.00 0.00 0.00 06:18:52 Average: vethba58fc3 2.22 3.88 0.16 18.70 0.00 0.00 0.00 06:18:52 Average: eth0 86.62 61.24 1087.85 34.00 0.00 0.00 0.00 06:18:52 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 06:18:52 Average: docker0 9.98 12.10 0.91 38.87 0.00 0.00 0.00 06:18:52 06:18:52 06:18:52 ---> sar -P ALL: 06:18:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 06:18:52 06:18:52 06:09:02 LINUX RESTART 06:18:52 06:18:52 06:10:01 CPU %user %nice %system %iowait %steal %idle 06:18:52 06:11:01 all 3.41 0.00 1.73 0.74 6.12 87.99 06:18:52 06:11:01 0 2.29 0.00 2.05 0.20 7.54 87.92 06:18:52 06:11:01 1 4.83 0.00 1.59 1.00 5.27 87.32 06:18:52 06:11:01 2 3.52 0.00 1.56 1.42 6.15 87.35 06:18:52 06:11:01 3 3.03 0.00 1.69 0.35 5.51 89.41 06:18:52 06:12:01 all 0.13 0.00 0.05 0.00 0.15 99.67 06:18:52 06:12:01 0 0.03 0.00 0.05 0.00 0.08 99.83 06:18:52 06:12:01 1 0.23 0.00 0.08 0.00 0.08 99.60 06:18:52 06:12:01 2 0.20 0.00 0.03 0.00 0.12 99.65 06:18:52 06:12:01 3 0.07 0.00 0.05 0.00 0.30 99.58 06:18:52 06:13:01 all 0.15 0.00 0.03 0.00 0.14 99.69 06:18:52 06:13:01 0 0.02 0.00 0.02 0.00 0.05 99.92 06:18:52 06:13:01 1 0.43 0.00 0.00 0.00 0.13 99.43 06:18:52 06:13:01 2 0.05 0.00 0.05 0.00 0.08 99.82 06:18:52 06:13:01 3 0.07 0.00 0.03 0.00 0.28 99.62 06:18:52 06:14:01 all 0.07 0.00 0.06 0.00 0.29 99.59 06:18:52 06:14:01 0 0.02 0.00 0.05 0.00 0.08 99.85 06:18:52 06:14:01 1 0.20 0.00 0.08 0.00 0.42 99.30 06:18:52 06:14:01 2 0.02 0.00 0.05 0.00 0.22 99.72 06:18:52 06:14:01 3 0.05 0.00 0.05 0.00 0.43 99.47 06:18:52 06:15:01 all 0.10 0.00 0.03 0.00 0.15 99.72 06:18:52 06:15:01 0 0.02 0.00 0.02 0.00 0.05 99.92 06:18:52 06:15:01 1 0.32 0.00 0.07 0.00 0.25 99.37 06:18:52 06:15:01 2 0.03 0.00 0.03 0.00 0.15 99.78 06:18:52 06:15:01 3 0.03 0.00 0.02 0.00 0.15 99.80 06:18:52 06:16:01 all 1.73 0.00 1.19 0.10 3.62 93.36 06:18:52 06:16:01 0 1.68 0.00 1.33 0.02 3.78 93.20 06:18:52 06:16:01 1 1.84 0.00 1.13 0.02 3.68 93.33 06:18:52 06:16:01 2 1.59 0.00 0.86 0.02 3.76 93.78 06:18:52 06:16:01 3 1.78 0.00 1.48 0.35 3.27 93.12 06:18:52 06:17:01 all 5.13 0.00 4.27 2.50 11.31 76.80 06:18:52 06:17:01 0 5.87 0.00 4.22 2.43 11.75 75.73 06:18:52 06:17:01 1 4.77 0.00 4.86 3.86 11.35 75.16 06:18:52 06:17:01 2 5.01 0.00 3.81 0.97 10.92 79.29 06:18:52 06:17:01 3 4.84 0.00 4.21 2.75 11.20 76.99 06:18:52 06:18:01 all 8.39 0.00 6.26 2.33 12.28 70.74 06:18:52 06:18:01 0 9.66 0.00 5.43 2.87 13.16 68.88 06:18:52 06:18:01 1 7.98 0.00 6.19 1.60 12.20 72.04 06:18:52 06:18:01 2 6.64 0.00 6.75 2.14 11.68 72.80 06:18:52 06:18:01 3 9.31 0.00 6.63 2.70 12.08 69.27 06:18:52 Average: all 2.36 0.00 1.69 0.70 4.22 91.02 06:18:52 Average: 0 2.43 0.00 1.64 0.68 4.54 90.71 06:18:52 Average: 1 2.55 0.00 1.73 0.80 4.14 90.77 06:18:52 Average: 2 2.12 0.00 1.62 0.56 4.11 91.59 06:18:52 Average: 3 2.36 0.00 1.75 0.76 4.11 91.02 06:18:52 06:18:52 06:18:52