Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c0d0adb7103374904f8518c035744b78f61b9238 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-4105 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 c0d0adb7103374904f8518c035744b78f61b9238 (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 c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 Commit message: "Add doc for mqtt device registration" > git rev-list --no-walk c6e90bcad506a53a21afbb07ae058210c81821b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:14:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:14:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:14:12 ========================================================= 10:14:12 EdgeX Global Pipelines Version Info 10:14:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:14:14 ------------------- 10:14:14 stable info: 10:14:14 ------------------- 10:14:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:14:14 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:14:14 Message: update stable to v1.0.89 10:14:15 ------------------- 10:14:15 experimental info: 10:14:15 ------------------- 10:14:15 Commited By: **** collab-it+edgex@linuxfoundation.org 10:14:15 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 10:14:15 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:14:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:14:17 10:14:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:14:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:14:17 latest: Pulling from edgex-devops/git-semver 10:14:17 9123ac7c32f7: Pulling fs layer 10:14:17 b8cc5d1170e3: Pulling fs layer 10:14:17 2924cbbf6a41: Pulling fs layer 10:14:17 93b08a4f1073: Pulling fs layer 10:14:17 93b08a4f1073: Waiting 10:14:17 b8cc5d1170e3: Verifying Checksum 10:14:17 b8cc5d1170e3: Download complete 10:14:17 9123ac7c32f7: Verifying Checksum 10:14:17 9123ac7c32f7: Download complete 10:14:17 2924cbbf6a41: Verifying Checksum 10:14:17 2924cbbf6a41: Download complete 10:14:17 93b08a4f1073: Verifying Checksum 10:14:17 93b08a4f1073: Download complete 10:14:17 9123ac7c32f7: Pull complete 10:14:17 b8cc5d1170e3: Pull complete 10:14:18 2924cbbf6a41: Pull complete 10:14:18 93b08a4f1073: Pull complete 10:14:18 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 10:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:14:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:14:18 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:14:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:14:21 $ docker top c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:14:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:14:21 [ssh-agent] Looking for ssh-agent implementation... 10:14:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:14:21 $ docker exec c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent 10:14:21 SSH_AUTH_SOCK=/tmp/ssh-rQdqL7xjAE4A/agent.11 10:14:21 SSH_AGENT_PID=16 10:14:21 Running ssh-add (command line suppressed) 10:14:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7905032257711660011.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7905032257711660011.key) 10:14:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:14:22 + git describe --exact-match --tags HEAD 10:14:22 fatal: No names found, cannot describe anything. [Pipeline] } 10:14:22 $ docker exec --env ******** --env ******** c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent -k 10:14:22 unset SSH_AUTH_SOCK; 10:14:22 unset SSH_AGENT_PID; 10:14:22 echo Agent pid 16 killed; 10:14:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:14:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:14:22 This usually means this commit has not been tagged. [Pipeline] sshagent 10:14:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:14:22 [ssh-agent] Looking for ssh-agent implementation... 10:14:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:14:22 $ docker exec c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent 10:14:22 SSH_AUTH_SOCK=/tmp/ssh-tmXzEehcP4Pi/agent.46 10:14:22 SSH_AGENT_PID=52 10:14:22 Running ssh-add (command line suppressed) 10:14:22 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4462011278529334470.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4462011278529334470.key) 10:14:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:14:23 + git semver init 10:14:23 # -> Open(): unable to determine branch for HEAD 10:14:23 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:14:23 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:14:23 # $SEMVER_REMOTE_NAME = origin 10:14:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:14:23 # $SEMVER_USER_NAME = edgex-jenkins 10:14:23 # $SEMVER_BRANCH = master 10:14:23 # $SEMVER_TEMP = /tmp/semver-204943627 10:14:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:14:24 # '/tmp/semver-204943627' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 10:14:24 # -> Force: false 10:14:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:14:24 $ docker exec --env ******** --env ******** c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 ssh-agent -k 10:14:24 unset SSH_AUTH_SOCK; 10:14:24 unset SSH_AGENT_PID; 10:14:24 echo Agent pid 52 killed; 10:14:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:14:24 + git semver [Pipeline] } 10:14:24 $ docker stop --time=1 c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 10:14:26 $ docker rm -f c3cc936f8ec938977c9fc6bafccf407e960b84fbf942cd4f78bb4611066c0f77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:14:26 Stashed 57 file(s) [Pipeline] echo 10:14:26 [edgeXSemver] initialized semver on version 1.2.2-dev.3 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:14:41 Still waiting to schedule task 10:14:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4105’ 10:14:41 Still waiting to schedule task 10:14:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:16:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4106 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:16:20 Running in /w/workspace/edgex-ui-go/46 [Pipeline] { [Pipeline] checkout 10:16:25 using credential edgex-jenkins-ssh 10:16:25 Cloning the remote Git repository 10:16:25 Cloning with configured refspecs honoured and without tags 10:16:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:16:25 > git init /w/workspace/edgex-ui-go/46 # timeout=10 10:16:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:16:25 > git --version # timeout=10 10:16:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:27 Fetching without tags 10:16:27 Checking out Revision c0d0adb7103374904f8518c035744b78f61b9238 (master) 10:16:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:16:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:16:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:16:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:16:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:16:27 > git config core.sparsecheckout # timeout=10 10:16:27 > git checkout -f c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 10:16:32 Commit message: "Add doc for mqtt device registration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:16:33 ========================================================= 10:16:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:16:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:16:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 10:16:36 Sending build context to Docker daemon 19.06MB 10:16:36 Step 1/8 : ARG BASE=golang:1.11-alpine 10:16:36 Step 2/8 : FROM ${BASE} 10:16:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:16:36 cde5963f3b93: Pulling fs layer 10:16:36 2a23fa8c16f7: Pulling fs layer 10:16:36 777b28850792: Pulling fs layer 10:16:36 8a11ddd9e578: Pulling fs layer 10:16:36 4cf88f913ddb: Pulling fs layer 10:16:36 1df406cf5192: Pulling fs layer 10:16:36 cd6300453558: Pulling fs layer 10:16:36 b9c365052c96: Pulling fs layer 10:16:36 a2d8cc88f415: Pulling fs layer 10:16:36 ea1d1ca13537: Pulling fs layer 10:16:36 3750a50a1c5e: Pulling fs layer 10:16:36 cd6300453558: Waiting 10:16:36 b9c365052c96: Waiting 10:16:36 a2d8cc88f415: Waiting 10:16:36 8a11ddd9e578: Waiting 10:16:36 4cf88f913ddb: Waiting 10:16:36 1df406cf5192: Waiting 10:16:36 ea1d1ca13537: Waiting 10:16:36 3750a50a1c5e: Waiting 10:16:36 777b28850792: Download complete 10:16:36 2a23fa8c16f7: Verifying Checksum 10:16:36 2a23fa8c16f7: Download complete 10:16:36 4cf88f913ddb: Verifying Checksum 10:16:36 4cf88f913ddb: Download complete 10:16:36 1df406cf5192: Download complete 10:16:36 cde5963f3b93: Verifying Checksum 10:16:36 cde5963f3b93: Download complete 10:16:37 cde5963f3b93: Pull complete 10:16:37 2a23fa8c16f7: Pull complete 10:16:38 777b28850792: Pull complete 10:16:38 cd6300453558: Verifying Checksum 10:16:38 cd6300453558: Download complete 10:16:38 a2d8cc88f415: Verifying Checksum 10:16:38 a2d8cc88f415: Download complete 10:16:40 ea1d1ca13537: Verifying Checksum 10:16:40 ea1d1ca13537: Download complete 10:16:40 3750a50a1c5e: Download complete 10:16:41 b9c365052c96: Verifying Checksum 10:16:41 b9c365052c96: Download complete 10:16:41 8a11ddd9e578: Verifying Checksum 10:16:41 8a11ddd9e578: Download complete 10:16:54 8a11ddd9e578: Pull complete 10:16:54 4cf88f913ddb: Pull complete 10:16:54 1df406cf5192: Pull complete 10:16:58 cd6300453558: Pull complete 10:17:03 b9c365052c96: Pull complete 10:17:03 a2d8cc88f415: Pull complete 10:17:05 ea1d1ca13537: Pull complete 10:17:05 3750a50a1c5e: Pull complete 10:17:05 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 10:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:17:05 ---> 78745c68409d 10:17:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:17:10 ---> Running in 4f46aaacaa3e 10:17:10 Removing intermediate container 4f46aaacaa3e 10:17:10 ---> 2e9ca9bf833c 10:17:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:10 ---> Running in d659c5f581f4 10:17:13 Removing intermediate container d659c5f581f4 10:17:13 ---> 6df1e3c847d9 10:17:13 Step 5/8 : RUN apk add --no-cache make git 10:17:13 ---> Running in da2f04ba7608 10:17:15 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:17:16 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:17:17 OK: 125 MiB in 39 packages 10:17:17 Running on prd-centos7-docker-4c-2g-4107 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:17:17 Running in /w/workspace/edgex-ui-go/46 [Pipeline] { [Pipeline] checkout 10:17:18 Removing intermediate container da2f04ba7608 10:17:18 ---> 683680bbfcef 10:17:18 Step 6/8 : WORKDIR /edgex-ui-go 10:17:18 ---> Running in c4cd2eec542f 10:17:19 Removing intermediate container c4cd2eec542f 10:17:19 ---> 94aeff094084 10:17:19 Step 7/8 : COPY . . 10:17:19 using credential edgex-jenkins-ssh 10:17:19 Cloning the remote Git repository 10:17:19 Cloning with configured refspecs honoured and without tags 10:17:19 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:17:20 Fetching without tags 10:17:19 > git init /w/workspace/edgex-ui-go/46 # timeout=10 10:17:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:17:19 > git --version # timeout=10 10:17:19 using GIT_SSH to set credentials SSH Credentials for GitHub 10:17:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:17:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:17:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:17:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:17:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:17:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:17:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:17:20 Checking out Revision c0d0adb7103374904f8518c035744b78f61b9238 (master) 10:17:21 ---> c58b128e998b 10:17:21 Step 8/8 : RUN go mod download 10:17:21 ---> Running in 65a430d9309c 10:17:20 > git config core.sparsecheckout # timeout=10 10:17:20 > git checkout -f c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 10:17:24 Commit message: "Add doc for mqtt device registration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:17:25 ========================================================= 10:17:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:17:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:17:25 go: finding github.com/BurntSushi/toml v0.3.1 10:17:25 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:17:25 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:17:25 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:17:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:17:25 go: finding github.com/armon/go-metrics v0.3.3 10:17:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:17:25 go: finding github.com/beorn7/perks v1.0.1 10:17:25 go: finding github.com/bgentry/speakeasy v0.1.0 10:17:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:17:25 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:17:25 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:17:25 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:17:25 go: finding github.com/davecgh/go-spew v1.1.1 10:17:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:17:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:17:25 go: finding github.com/fatih/color v1.9.0 10:17:25 go: finding github.com/go-kit/kit v0.9.0 10:17:25 go: finding github.com/go-logfmt/logfmt v0.4.0 10:17:25 go: finding github.com/go-stack/stack v1.8.0 10:17:25 go: finding github.com/gogo/protobuf v1.1.1 10:17:25 go: finding github.com/golang/protobuf v1.3.2 10:17:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:17:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 10:17:25 go: finding github.com/google/go-cmp v0.4.0 10:17:25 go: finding github.com/google/gofuzz v1.0.0 10:17:25 go: finding github.com/gorilla/mux v1.7.1 10:17:25 go: finding github.com/gorilla/websocket v1.4.0 10:17:25 go: finding github.com/hashicorp/consul/api v1.4.0 10:17:25 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:17:25 go: finding github.com/hashicorp/errwrap v1.0.0 10:17:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:17:25 go: finding github.com/hashicorp/go-hclog v0.12.2 10:17:26 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:17:26 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:17:26 go: finding github.com/hashicorp/go-multierror v1.0.0 10:17:26 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:17:26 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:17:26 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:17:26 go: finding github.com/hashicorp/go-syslog v1.0.0 10:17:26 go: finding github.com/hashicorp/go-uuid v1.0.1 10:17:26 go: finding github.com/hashicorp/go.net v0.0.1 10:17:26 go: finding github.com/hashicorp/golang-lru v0.5.4 10:17:26 go: finding github.com/hashicorp/logutils v1.0.0 10:17:26 go: finding github.com/hashicorp/mdns v1.0.1 10:17:26 go: finding github.com/hashicorp/memberlist v0.2.0 10:17:26 Sending build context to Docker daemon 19.06MB 10:17:26 Step 1/8 : ARG BASE=golang:1.11-alpine 10:17:26 Step 2/8 : FROM ${BASE} 10:17:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:17:26 e6b0cf9c0882: Pulling fs layer 10:17:26 2848faf0eed1: Pulling fs layer 10:17:26 0f37312ad70f: Pulling fs layer 10:17:26 5788d62ee057: Pulling fs layer 10:17:26 0e6b1d234666: Pulling fs layer 10:17:26 bf5d7aec512f: Pulling fs layer 10:17:26 34c802a77dc8: Pulling fs layer 10:17:26 9eb99e56ec68: Pulling fs layer 10:17:26 27c7a5d97fbd: Pulling fs layer 10:17:26 5c102a31e300: Pulling fs layer 10:17:26 dcfb455df0a1: Pulling fs layer 10:17:26 34c802a77dc8: Waiting 10:17:26 9eb99e56ec68: Waiting 10:17:26 27c7a5d97fbd: Waiting 10:17:26 5c102a31e300: Waiting 10:17:26 dcfb455df0a1: Waiting 10:17:26 go: finding github.com/hashicorp/serf v0.9.0 10:17:26 go: finding github.com/json-iterator/go v1.1.9 10:17:26 go: finding github.com/julienschmidt/httprouter v1.2.0 10:17:26 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:17:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:17:26 go: finding github.com/kr/pretty v0.2.0 10:17:26 go: finding github.com/kr/pty v1.1.1 10:17:26 go: finding github.com/kr/text v0.1.0 10:17:26 go: finding github.com/mattn/go-colorable v0.1.6 10:17:26 5788d62ee057: Waiting 10:17:26 0e6b1d234666: Waiting 10:17:26 bf5d7aec512f: Waiting 10:17:26 0f37312ad70f: Verifying Checksum 10:17:26 0f37312ad70f: Download complete 10:17:26 2848faf0eed1: Verifying Checksum 10:17:26 2848faf0eed1: Download complete 10:17:26 0e6b1d234666: Verifying Checksum 10:17:26 0e6b1d234666: Download complete 10:17:26 bf5d7aec512f: Verifying Checksum 10:17:26 bf5d7aec512f: Download complete 10:17:26 e6b0cf9c0882: Verifying Checksum 10:17:26 e6b0cf9c0882: Download complete 10:17:26 go: finding github.com/mattn/go-isatty v0.0.12 10:17:26 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:17:26 go: finding github.com/miekg/dns v1.1.26 10:17:26 go: finding github.com/mitchellh/cli v1.0.0 10:17:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:17:26 go: finding github.com/mitchellh/copystructure v1.0.0 10:17:26 go: finding github.com/mitchellh/go-homedir v1.1.0 10:17:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:17:26 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:17:26 go: finding github.com/mitchellh/gox v0.4.0 10:17:26 go: finding github.com/mitchellh/iochan v1.0.0 10:17:26 go: finding github.com/mitchellh/mapstructure v1.2.2 10:17:26 e6b0cf9c0882: Pull complete 10:17:27 go: finding github.com/mitchellh/reflectwalk v1.0.1 10:17:27 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:17:27 go: finding github.com/modern-go/reflect2 v1.0.1 10:17:27 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:17:27 go: finding github.com/pascaldekloe/goe v0.1.0 10:17:27 go: finding github.com/pelletier/go-toml v1.7.0 10:17:27 go: finding github.com/pkg/errors v0.8.1 10:17:27 go: finding github.com/pmezard/go-difflib v1.0.0 10:17:27 go: finding github.com/posener/complete v1.1.1 10:17:27 go: finding github.com/prometheus/client_golang v1.4.0 10:17:27 go: finding github.com/prometheus/client_model v0.2.0 10:17:27 go: finding github.com/prometheus/common v0.9.1 10:17:27 go: finding github.com/prometheus/procfs v0.0.8 10:17:27 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:17:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:17:27 34c802a77dc8: Verifying Checksum 10:17:27 34c802a77dc8: Download complete 10:17:27 27c7a5d97fbd: Verifying Checksum 10:17:27 27c7a5d97fbd: Download complete 10:17:27 go: finding github.com/sirupsen/logrus v1.4.2 10:17:27 go: finding github.com/stretchr/objx v0.1.1 10:17:27 go: finding github.com/stretchr/testify v1.4.0 10:17:27 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:17:27 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:17:27 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:17:27 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:17:27 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:17:27 go: finding golang.org/x/text v0.3.2 10:17:27 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 10:17:27 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:17:27 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:17:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:17:27 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:17:27 go: finding gopkg.in/yaml.v2 v2.2.8 10:17:27 5c102a31e300: Verifying Checksum 10:17:27 5c102a31e300: Download complete 10:17:27 dcfb455df0a1: Verifying Checksum 10:17:27 dcfb455df0a1: Download complete 10:17:27 9eb99e56ec68: Verifying Checksum 10:17:27 9eb99e56ec68: Download complete 10:17:27 5788d62ee057: Verifying Checksum 10:17:27 5788d62ee057: Download complete 10:17:28 2848faf0eed1: Pull complete 10:17:29 0f37312ad70f: Pull complete 10:17:35 5788d62ee057: Pull complete 10:17:35 0e6b1d234666: Pull complete 10:17:35 bf5d7aec512f: Pull complete 10:17:39 34c802a77dc8: Pull complete 10:17:43 9eb99e56ec68: Pull complete 10:17:43 27c7a5d97fbd: Pull complete 10:17:43 5c102a31e300: Pull complete 10:17:43 dcfb455df0a1: Pull complete 10:17:43 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 10:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:17:43 ---> 7c70fe431013 10:17:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:17:45 ---> Running in 856b6128d208 10:17:45 Removing intermediate container 856b6128d208 10:17:45 ---> f81c41d51dc4 10:17:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:45 ---> Running in f4fb42bbcf4e 10:17:45 Removing intermediate container 65a430d9309c 10:17:45 ---> 831678073132 10:17:45 Successfully built 831678073132 10:17:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:46 + docker inspect -f . ci-base-image-arm64 10:17:46 . [Pipeline] withDockerContainer 10:17:46 Removing intermediate container f4fb42bbcf4e 10:17:46 ---> 86ddfe83f9b4 10:17:46 Step 5/8 : RUN apk add --no-cache make git 10:17:46 ---> Running in 62f781be0e67 10:17:46 prd-ubuntu18.04-docker-arm64-4c-16g-4106 does not seem to be running inside a container 10:17:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/46 -v /w/workspace/edgex-ui-go/46:/w/workspace/edgex-ui-go/46:rw,z -v /w/workspace/edgex-ui-go/46@tmp:/w/workspace/edgex-ui-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:17:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:17:48 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:17:48 $ docker top 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf -eo pid,comm 10:17:48 OK: 143 MiB in 39 packages 10:17:49 Removing intermediate container 62f781be0e67 10:17:49 ---> bcc4679f1e8a 10:17:49 Step 6/8 : WORKDIR /edgex-ui-go 10:17:49 ---> Running in b6372bc66db2 [Pipeline] { [Pipeline] sh 10:17:49 Removing intermediate container b6372bc66db2 10:17:49 ---> 59ef171dfc74 10:17:49 Step 7/8 : COPY . . 10:17:50 + go version 10:17:50 go version go1.13.5 linux/arm64 [Pipeline] sh 10:17:51 + make test 10:17:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:17:51 ---> b616256f454a 10:17:51 Step 8/8 : RUN go mod download 10:17:51 ---> Running in b10a173ca6bc 10:17:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:17:53 go: finding github.com/BurntSushi/toml v0.3.1 10:17:53 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 10:17:54 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 10:17:54 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 10:17:54 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:17:54 go: finding github.com/armon/go-metrics v0.3.3 10:17:54 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:17:54 go: finding github.com/beorn7/perks v1.0.1 10:17:54 go: finding github.com/bgentry/speakeasy v0.1.0 10:17:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:17:54 go: finding github.com/cespare/xxhash/v2 v2.1.1 10:17:54 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 10:17:54 go: finding github.com/circonus-labs/circonusllhist v0.1.3 10:17:54 go: finding github.com/davecgh/go-spew v1.1.1 10:17:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 10:17:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 10:17:54 go: finding github.com/fatih/color v1.9.0 10:17:54 go: finding github.com/go-kit/kit v0.9.0 10:17:54 go: finding github.com/go-logfmt/logfmt v0.4.0 10:17:54 go: finding github.com/go-stack/stack v1.8.0 10:17:54 go: finding github.com/gogo/protobuf v1.1.1 10:17:54 go: finding github.com/golang/protobuf v1.3.2 10:17:54 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:17:54 go: finding github.com/google/go-cmp v0.4.0 10:17:54 go: finding github.com/google/gofuzz v1.0.0 10:17:54 go: finding github.com/gorilla/mux v1.7.1 10:17:54 go: finding github.com/gorilla/websocket v1.4.0 10:17:54 go: finding github.com/hashicorp/consul/api v1.4.0 10:17:54 go: finding github.com/hashicorp/consul/sdk v0.4.0 10:17:54 go: finding github.com/hashicorp/errwrap v1.0.0 10:17:54 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:17:54 go: finding github.com/hashicorp/go-hclog v0.12.2 10:17:54 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 10:17:54 go: finding github.com/hashicorp/go-msgpack v0.5.5 10:17:54 go: finding github.com/hashicorp/go-multierror v1.0.0 10:17:54 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 10:17:54 go: finding github.com/hashicorp/go-rootcerts v1.0.2 10:17:54 go: finding github.com/hashicorp/go-sockaddr v1.0.2 10:17:54 go: finding github.com/hashicorp/go-syslog v1.0.0 10:17:54 go: finding github.com/hashicorp/go-uuid v1.0.1 10:17:54 go: finding github.com/hashicorp/go.net v0.0.1 10:17:54 go: finding github.com/hashicorp/golang-lru v0.5.4 10:17:54 go: finding github.com/hashicorp/logutils v1.0.0 10:17:54 go: finding github.com/hashicorp/mdns v1.0.1 10:17:54 go: finding github.com/hashicorp/memberlist v0.2.0 10:17:54 go: finding github.com/hashicorp/serf v0.9.0 10:17:54 go: finding github.com/json-iterator/go v1.1.9 10:17:54 go: finding github.com/julienschmidt/httprouter v1.2.0 10:17:54 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 10:17:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:17:54 go: finding github.com/kr/pretty v0.2.0 10:17:54 go: finding github.com/kr/pty v1.1.1 10:17:54 go: finding github.com/kr/text v0.1.0 10:17:54 go: finding github.com/mattn/go-colorable v0.1.6 10:17:54 go: finding github.com/mattn/go-isatty v0.0.12 10:17:54 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 10:17:54 go: finding github.com/miekg/dns v1.1.26 10:17:54 go: finding github.com/mitchellh/cli v1.0.0 10:17:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:17:54 go: finding github.com/mitchellh/copystructure v1.0.0 10:17:54 go: finding github.com/mitchellh/go-homedir v1.1.0 10:17:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:17:54 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:17:54 go: finding github.com/mitchellh/gox v0.4.0 10:17:54 go: finding github.com/mitchellh/iochan v1.0.0 10:17:54 go: finding github.com/mitchellh/mapstructure v1.2.2 10:17:54 go: finding github.com/mitchellh/reflectwalk v1.0.1 10:17:54 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:17:54 go: finding github.com/modern-go/reflect2 v1.0.1 10:17:54 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 10:17:54 go: finding github.com/pascaldekloe/goe v0.1.0 10:17:54 go: finding github.com/pelletier/go-toml v1.7.0 10:17:54 go: finding github.com/pkg/errors v0.8.1 10:17:54 go: finding github.com/pmezard/go-difflib v1.0.0 10:17:54 go: finding github.com/posener/complete v1.1.1 10:17:54 go: finding github.com/prometheus/client_golang v1.4.0 10:17:54 go: finding github.com/prometheus/client_model v0.2.0 10:17:54 go: finding github.com/prometheus/common v0.9.1 10:17:54 go: finding github.com/prometheus/procfs v0.0.8 10:17:54 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:17:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:17:54 go: finding github.com/sirupsen/logrus v1.4.2 10:17:54 go: finding github.com/stretchr/objx v0.1.1 10:17:54 go: finding github.com/stretchr/testify v1.4.0 10:17:54 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 10:17:54 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 10:17:54 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 10:17:54 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 10:17:54 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 10:17:54 go: finding golang.org/x/text v0.3.2 10:17:54 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 10:17:54 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 10:17:54 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 10:17:54 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 10:17:54 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 10:17:54 go: finding gopkg.in/yaml.v2 v2.2.8 10:18:09 Removing intermediate container b10a173ca6bc 10:18:09 ---> b9669bf8d3e6 10:18:09 Successfully built b9669bf8d3e6 10:18:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:18:09 + docker inspect -f . ci-base-image-x86_64 10:18:09 . [Pipeline] withDockerContainer 10:18:10 prd-centos7-docker-4c-2g-4107 does not seem to be running inside a container 10:18:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/46 -v /w/workspace/edgex-ui-go/46:/w/workspace/edgex-ui-go/46:rw,z -v /w/workspace/edgex-ui-go/46@tmp:/w/workspace/edgex-ui-go/46@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 ******** ci-base-image-x86_64 cat 10:18:10 $ docker top 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:18:11 + go version 10:18:11 go version go1.13.5 linux/amd64 [Pipeline] sh 10:18:11 + make test 10:18:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:18:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:18:14 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:18:14 GO111MODULE=on go vet ./... [Pipeline] stash 10:18:18 Stashed 1 file(s) [Pipeline] } 10:18:18 $ docker stop --time=1 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:18:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:18:18 GO111MODULE=on go vet ./... 10:18:20 $ docker rm -f 2f9256575a74b414223de3cc79adff9174cbb96719d95b924b1c44cd209e25cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 10:18:21 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 10:18:21 Stashed 1 file(s) [Pipeline] } 10:18:21 $ docker stop --time=1 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 10:18:23 $ docker rm -f 3d777f02369a30d53d48d5d5d96954b4c7d35eee81f57ff610e384048ebeb6a7 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:18:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:18:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:18:24 + ls -al . 10:18:24 total 120 10:18:24 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 10:17 . 10:18:24 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 10:16 .. 10:18:24 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 10:16 .git 10:18:24 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 10:16 .github 10:18:24 -rw-rw-r-- 1 jenkins jenkins 136 Jun 23 10:16 .gitignore 10:18:24 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 .semver 10:18:24 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 23 10:16 CONTRIBUTING.md 10:18:24 -rw-rw-r-- 1 jenkins jenkins 913 Jun 23 10:16 Dockerfile 10:18:24 -rw-rw-r-- 1 jenkins jenkins 898 Jun 23 10:16 Dockerfile.build 10:18:24 -rw-rw-r-- 1 jenkins jenkins 675 Jun 23 10:16 Jenkinsfile 10:18:24 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 23 10:16 LICENSE 10:18:24 -rw-rw-r-- 1 jenkins jenkins 951 Jun 23 10:16 Makefile 10:18:24 -rw-rw-r-- 1 jenkins jenkins 2773 Jun 23 10:16 README.md 10:18:24 -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 10:14 VERSION 10:18:24 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 assets 10:18:24 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 10:16 bin 10:18:24 drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 10:16 cmd 10:18:24 -rw-r--r-- 1 jenkins jenkins 10 Jun 23 10:17 coverage.out 10:18:24 drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 10:16 docs 10:18:24 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 23 10:16 go.mod 10:18:24 -rw-r--r-- 1 jenkins jenkins 20718 Jun 23 10:17 go.sum 10:18:24 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 10:16 internal 10:18:24 -rw-rw-r-- 1 jenkins jenkins 155 Jun 23 10:16 version.go [Pipeline] isUnix [Pipeline] sh 10:18:24 + ls -al . 10:18:24 total 84 10:18:24 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 10:18 . 10:18:24 drwxrwxr-x. 4 jenkins jenkins 30 Jun 23 10:17 .. 10:18:24 drwxrwxr-x. 3 jenkins jenkins 20 Jun 23 10:17 assets 10:18:24 drwxrwxr-x. 2 jenkins jenkins 35 Jun 23 10:17 bin 10:18:24 drwxrwxr-x. 3 jenkins jenkins 29 Jun 23 10:17 cmd 10:18:24 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 23 10:17 CONTRIBUTING.md 10:18:24 -rw-r--r--. 1 jenkins jenkins 10 Jun 23 10:18 coverage.out 10:18:24 -rw-rw-r--. 1 jenkins jenkins 913 Jun 23 10:17 Dockerfile 10:18:24 -rw-rw-r--. 1 jenkins jenkins 898 Jun 23 10:17 Dockerfile.build 10:18:24 drwxrwxr-x. 5 jenkins jenkins 104 Jun 23 10:17 docs 10:18:24 drwxrwxr-x. 8 jenkins jenkins 162 Jun 23 10:17 .git 10:18:24 drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 10:17 .github 10:18:24 -rw-rw-r--. 1 jenkins jenkins 136 Jun 23 10:17 .gitignore 10:18:24 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 23 10:17 go.mod 10:18:24 -rw-r--r--. 1 jenkins jenkins 20718 Jun 23 10:18 go.sum 10:18:24 drwxrwxr-x. 10 jenkins jenkins 139 Jun 23 10:17 internal 10:18:24 -rw-rw-r--. 1 jenkins jenkins 675 Jun 23 10:17 Jenkinsfile 10:18:24 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 23 10:17 LICENSE 10:18:24 -rw-rw-r--. 1 jenkins jenkins 951 Jun 23 10:17 Makefile 10:18:24 -rw-rw-r--. 1 jenkins jenkins 2773 Jun 23 10:17 README.md 10:18:24 drwxrwxr-x. 3 jenkins jenkins 44 Jun 23 10:17 .semver 10:18:24 -rw-rw-r--. 1 jenkins jenkins 11 Jun 23 10:14 VERSION 10:18:24 -rw-rw-r--. 1 jenkins jenkins 155 Jun 23 10:17 version.go [Pipeline] isUnix [Pipeline] sh 10:18:24 + 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=c0d0adb7103374904f8518c035744b78f61b9238 --label arch=arm64 --label version=1.2.2-dev.3 . 10:18:24 + 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=c0d0adb7103374904f8518c035744b78f61b9238 --label arch=amd64 --label version=1.2.2-dev.3 . 10:18:25 Sending build context to Docker daemon 19.08MB 10:18:25 Step 1/24 : ARG BASE=golang:1.13-alpine 10:18:25 Step 2/24 : FROM ${BASE} AS builder 10:18:25 ---> b9669bf8d3e6 10:18:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:18:25 Sending build context to Docker daemon 19.08MB 10:18:25 Step 1/24 : ARG BASE=golang:1.13-alpine 10:18:25 Step 2/24 : FROM ${BASE} AS builder 10:18:25 ---> 831678073132 10:18:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:18:25 ---> Running in 44e7d773480e 10:18:25 Removing intermediate container 44e7d773480e 10:18:25 ---> b728db1d0b15 10:18:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:18:25 ---> Running in afed1d8d5f46 10:18:26 ---> Running in 8650f65e7c95 10:18:26 Removing intermediate container 8650f65e7c95 10:18:26 ---> ac863dfeb780 10:18:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:18:26 ---> Running in acda7f43c5b2 10:18:26 Removing intermediate container afed1d8d5f46 10:18:26 ---> dc68d04f5e3d 10:18:26 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:18:26 ---> Running in b44e2fc2d2cb 10:18:26 Removing intermediate container acda7f43c5b2 10:18:26 ---> 095d2025b19d 10:18:26 Step 6/24 : LABEL Name=edgex-ui-go 10:18:26 ---> Running in d7b9180e722b 10:18:26 Removing intermediate container d7b9180e722b 10:18:26 ---> 0a6f880d1b45 10:18:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:18:26 ---> Running in e8d03070472c 10:18:26 Removing intermediate container e8d03070472c 10:18:26 ---> 379c01901a87 10:18:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:26 ---> Running in c9f21a0c573d 10:18:26 Removing intermediate container b44e2fc2d2cb 10:18:26 ---> 66d8eceaf130 10:18:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:18:26 ---> Running in e3efab4ee720 10:18:27 Removing intermediate container e3efab4ee720 10:18:27 ---> 0321823ec347 10:18:27 Step 6/24 : LABEL Name=edgex-ui-go 10:18:27 ---> Running in de28dd1bd025 10:18:27 Removing intermediate container de28dd1bd025 10:18:27 ---> 6c46e1b5760c 10:18:27 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:18:27 ---> Running in 7639fff145ae 10:18:28 Removing intermediate container c9f21a0c573d 10:18:28 ---> f25dc3894bd3 10:18:28 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:18:28 ---> Running in e13d16500c28 10:18:28 Removing intermediate container 7639fff145ae 10:18:28 ---> 3da981f8950d 10:18:28 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:28 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:18:28 ---> Running in b4d2b7c18728 10:18:29 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:18:29 v3.11.6-88-gb2f81f5a10 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:18:29 v3.11.6-86-gf4e478f351 [http://nl.alpinelinux.org/alpine/v3.11/community] 10:18:29 OK: 11290 distinct packages available 10:18:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:18:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:18:31 OK: 143 MiB in 39 packages 10:18:31 Removing intermediate container e13d16500c28 10:18:31 ---> 81ef99bcfb7f 10:18:31 Step 10/24 : ENV GO111MODULE=on 10:18:31 ---> Running in ad78037eab22 10:18:31 Removing intermediate container ad78037eab22 10:18:31 ---> a72ffe551d11 10:18:31 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:18:31 Removing intermediate container b4d2b7c18728 10:18:31 ---> b33fd77091a3 10:18:31 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:18:31 ---> Running in cfec9a721bda 10:18:31 ---> Running in d53f93ed78ce 10:18:31 Removing intermediate container d53f93ed78ce 10:18:31 ---> cd9831bddb05 10:18:31 Step 12/24 : COPY go.mod . 10:18:32 ---> b0371c3165e6 10:18:32 Step 13/24 : COPY Makefile . 10:18:32 ---> de4a343def28 10:18:32 Step 14/24 : RUN make update 10:18:32 ---> Running in 2a213f144b79 10:18:32 CGO_ENABLED=0 GO111MODULE=on go mod download 10:18:33 Removing intermediate container 2a213f144b79 10:18:33 ---> f56816a3d991 10:18:33 Step 15/24 : COPY . . 10:18:33 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:18:34 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:18:34 ---> e61a56d98d3e 10:18:34 Step 16/24 : RUN ${MAKE} 10:18:34 ---> Running in 8568c85b2d1d 10:18:34 v3.11.6-87-gde9ffe4975 [http://nl.alpinelinux.org/alpine/v3.11/main] 10:18:34 v3.11.6-84-gd805aec21b [http://nl.alpinelinux.org/alpine/v3.11/community] 10:18:34 OK: 11179 distinct packages available 10:18:34 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:18:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.3" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:18:35 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:18:36 OK: 125 MiB in 39 packages 10:18:37 Removing intermediate container cfec9a721bda 10:18:37 ---> 6115ec950a74 10:18:37 Step 10/24 : ENV GO111MODULE=on 10:18:37 ---> Running in 6a94e3d4f806 10:18:38 Removing intermediate container 6a94e3d4f806 10:18:38 ---> 804328eae7be 10:18:38 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:18:38 ---> Running in 9b92de4cd19f 10:18:39 Removing intermediate container 9b92de4cd19f 10:18:39 ---> 1437e13619da 10:18:39 Step 12/24 : COPY go.mod . 10:18:39 ---> 9a919fa23a10 10:18:39 Step 13/24 : COPY Makefile . 10:18:40 ---> 8c20e1c8569f 10:18:40 Step 14/24 : RUN make update 10:18:40 ---> Running in bbe565b8b3f8 10:18:42 CGO_ENABLED=0 GO111MODULE=on go mod download 10:18:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:18:44 Removing intermediate container bbe565b8b3f8 10:18:44 ---> f271e755e5fd 10:18:44 Step 15/24 : COPY . . 10:18:46 ---> 75325003de39 10:18:46 Step 16/24 : RUN ${MAKE} 10:18:46 ---> Running in c4170a315d2f 10:18:46 Removing intermediate container 8568c85b2d1d 10:18:46 ---> 21679b04e940 10:18:46 Step 17/24 : FROM alpine 10:18:46 latest: Pulling from library/alpine 10:18:46 df20fa9351a1: Pulling fs layer 10:18:47 df20fa9351a1: Verifying Checksum 10:18:47 df20fa9351a1: Download complete 10:18:47 df20fa9351a1: Pull complete 10:18:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:18:47 Status: Downloaded newer image for alpine:latest 10:18:47 ---> a24bb4013296 10:18:47 Step 18/24 : EXPOSE 4000 10:18:47 ---> Running in a869f933aa45 10:18:47 Removing intermediate container a869f933aa45 10:18:47 ---> 46b7ffbe5b1c 10:18:47 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:18:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.3" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:18:48 ---> effe712998a3 10:18:48 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:18:48 ---> Running in bf6b99273b9d 10:18:48 Removing intermediate container bf6b99273b9d 10:18:48 ---> 1eb9cf06f69f 10:18:48 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:18:48 ---> Running in 34d82669e03a 10:18:48 Removing intermediate container 34d82669e03a 10:18:48 ---> f34aae6af643 10:18:48 Step 22/24 : LABEL arch=amd64 10:18:48 ---> Running in 8f9534fe50fc 10:18:49 Removing intermediate container 8f9534fe50fc 10:18:49 ---> d71280e4577c 10:18:49 Step 23/24 : LABEL git_sha=c0d0adb7103374904f8518c035744b78f61b9238 10:18:49 ---> Running in 71f0eecec643 10:18:49 Removing intermediate container 71f0eecec643 10:18:49 ---> 0ca1091a8010 10:18:49 Step 24/24 : LABEL version=1.2.2-dev.3 10:18:49 ---> Running in 131d233c6bdf 10:18:49 Removing intermediate container 131d233c6bdf 10:18:49 ---> ea8120c5bab4 10:18:49 [Warning] One or more build-args [ARCH] were not consumed 10:18:49 Successfully built ea8120c5bab4 10:18:49 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:18:49 provisioning config files... 10:18:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/46@tmp/config2008509531521539747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:50 nexus3.edgexfoundry.org:10001 10:18:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:50 Configure a credential helper to remove this warning. See 10:18:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:50 10:18:50 Login Succeeded 10:18:50 nexus3.edgexfoundry.org:10002 10:18:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:50 Configure a credential helper to remove this warning. See 10:18:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:50 10:18:50 Login Succeeded 10:18:50 nexus3.edgexfoundry.org:10003 10:18:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:50 Configure a credential helper to remove this warning. See 10:18:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:50 10:18:50 Login Succeeded 10:18:50 nexus3.edgexfoundry.org:10004 10:18:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:50 Configure a credential helper to remove this warning. See 10:18:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:50 10:18:50 Login Succeeded 10:18:50 docker.io 10:18:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:51 Configure a credential helper to remove this warning. See 10:18:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:51 10:18:51 Login Succeeded [Pipeline] } 10:18:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:51 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 10:18:51 c0d0adb7103374904f8518c035744b78f61b9238 10:18:51 latest 10:18:51 1.2.2-dev.3 10:18:51 c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 10:18:51 master 10:18:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:18:51 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] isUnix [Pipeline] sh 10:18:51 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 10:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:18:51 742097aea9a0: Preparing 10:18:51 50644c29ef5a: Preparing 10:18:51 50644c29ef5a: Layer already exists 10:18:53 742097aea9a0: Pushed 10:18:53 c0d0adb7103374904f8518c035744b78f61b9238: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh 10:18:53 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 10:18:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:18:53 742097aea9a0: Preparing 10:18:53 50644c29ef5a: Preparing 10:18:53 50644c29ef5a: Layer already exists 10:18:53 742097aea9a0: Layer already exists 10:18:53 latest: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh 10:18:54 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:18:54 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.3 10:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:18:54 742097aea9a0: Preparing 10:18:54 50644c29ef5a: Preparing 10:18:54 742097aea9a0: Layer already exists 10:18:54 50644c29ef5a: Layer already exists 10:18:54 1.2.2-dev.3: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh 10:18:54 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:18:55 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 10:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:18:55 742097aea9a0: Preparing 10:18:55 50644c29ef5a: Preparing 10:18:55 742097aea9a0: Layer already exists 10:18:55 50644c29ef5a: Layer already exists 10:18:55 c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] isUnix [Pipeline] sh 10:18:55 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 10:18:55 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 10:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:18:55 742097aea9a0: Preparing 10:18:55 50644c29ef5a: Preparing 10:18:55 742097aea9a0: Layer already exists 10:18:55 50644c29ef5a: Layer already exists 10:18:55 master: digest: sha256:2117f5d5ff80f122b301c3339aa18404fff8adae3921f422c7f7e69a93062b97 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:19:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:19:16 Removing intermediate container c4170a315d2f 10:19:16 ---> a474e83349d0 10:19:16 Step 17/24 : FROM alpine 10:19:16 latest: Pulling from library/alpine 10:19:16 b538f80385f9: Pulling fs layer 10:19:17 b538f80385f9: Verifying Checksum 10:19:17 b538f80385f9: Download complete 10:19:17 b538f80385f9: Pull complete 10:19:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 10:19:17 Status: Downloaded newer image for alpine:latest 10:19:17 ---> 62ee0e9f8440 10:19:17 Step 18/24 : EXPOSE 4000 10:19:18 ---> Running in 6bbaea668f96 10:19:18 Removing intermediate container 6bbaea668f96 10:19:18 ---> a3e13a1c338c 10:19:18 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:19:20 ---> 1636ab0b8241 10:19:20 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:19:20 ---> Running in c81a41ccd454 10:19:20 Removing intermediate container c81a41ccd454 10:19:20 ---> 5346efd64392 10:19:20 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:19:20 ---> Running in cdfd93ca2688 10:19:21 Removing intermediate container cdfd93ca2688 10:19:21 ---> 014760db3a58 10:19:21 Step 22/24 : LABEL arch=arm64 10:19:21 ---> Running in 486e4f49bf19 10:19:21 Removing intermediate container 486e4f49bf19 10:19:21 ---> 4834a3421672 10:19:21 Step 23/24 : LABEL git_sha=c0d0adb7103374904f8518c035744b78f61b9238 10:19:21 ---> Running in 71a2634d533c 10:19:22 Removing intermediate container 71a2634d533c 10:19:22 ---> 565ef4b732df 10:19:22 Step 24/24 : LABEL version=1.2.2-dev.3 10:19:22 ---> Running in 7c498204c94e 10:19:22 Removing intermediate container 7c498204c94e 10:19:22 ---> a3929a9300e1 10:19:22 [Warning] One or more build-args [ARCH] were not consumed 10:19:22 Successfully built a3929a9300e1 10:19:22 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:19:23 provisioning config files... 10:19:23 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/46@tmp/config5629909583071478233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:19:23 nexus3.edgexfoundry.org:10001 10:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:24 Configure a credential helper to remove this warning. See 10:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:24 10:19:24 Login Succeeded 10:19:24 nexus3.edgexfoundry.org:10002 10:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:24 Configure a credential helper to remove this warning. See 10:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:24 10:19:24 Login Succeeded 10:19:24 nexus3.edgexfoundry.org:10003 10:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:25 Configure a credential helper to remove this warning. See 10:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:25 10:19:25 Login Succeeded 10:19:25 nexus3.edgexfoundry.org:10004 10:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:25 Configure a credential helper to remove this warning. See 10:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:25 10:19:25 Login Succeeded 10:19:25 docker.io 10:19:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:26 Configure a credential helper to remove this warning. See 10:19:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:26 10:19:26 Login Succeeded [Pipeline] } 10:19:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:26 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:19:26 c0d0adb7103374904f8518c035744b78f61b9238 10:19:26 latest 10:19:26 1.2.2-dev.3 10:19:26 c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 10:19:26 master 10:19:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:19:27 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] isUnix [Pipeline] sh 10:19:27 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 10:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:19:27 f517ef80c579: Preparing 10:19:27 e2f13739ad41: Preparing 10:19:27 e2f13739ad41: Layer already exists 10:19:31 f517ef80c579: Pushed 10:19:31 c0d0adb7103374904f8518c035744b78f61b9238: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh 10:19:31 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:19:31 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:19:31 f517ef80c579: Preparing 10:19:31 e2f13739ad41: Preparing 10:19:31 f517ef80c579: Layer already exists 10:19:31 e2f13739ad41: Layer already exists 10:19:32 latest: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh 10:19:32 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:19:32 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.3 10:19:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:19:32 f517ef80c579: Preparing 10:19:32 e2f13739ad41: Preparing 10:19:32 f517ef80c579: Layer already exists 10:19:32 e2f13739ad41: Layer already exists 10:19:33 1.2.2-dev.3: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh 10:19:33 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:19:33 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3 10:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:19:33 f517ef80c579: Preparing 10:19:33 e2f13739ad41: Preparing 10:19:33 e2f13739ad41: Layer already exists 10:19:33 f517ef80c579: Layer already exists 10:19:33 c0d0adb7103374904f8518c035744b78f61b9238-1.2.2-dev.3: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] isUnix [Pipeline] sh 10:19:34 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:19:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:19:34 f517ef80c579: Preparing 10:19:34 e2f13739ad41: Preparing 10:19:34 f517ef80c579: Layer already exists 10:19:34 e2f13739ad41: Layer already exists 10:19:35 master: digest: sha256:3a2646970e28526ba93b4d5981f919fbd37cceb201681ec478e3cbf065561c40 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:19:35 provisioning config files... 10:19:35 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5304325801540788780tmp [Pipeline] { [Pipeline] sh 10:19:36 + curl -s https://codecov.io/bash 10:19:36 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5304325801540788780tmp 10:19:36 10:19:36 _____ _ 10:19:36 / ____| | | 10:19:36 | | ___ __| | ___ ___ _____ __ 10:19:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:19:36 | |___| (_) | (_| | __/ (_| (_) \ V / 10:19:36 \_____\___/ \__,_|\___|\___\___/ \_/ 10:19:36 Bash-20200602-f809a24 10:19:36 10:19:36 10:19:36 ==> Jenkins CI detected. 10:19:36 project root: . 10:19:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:19:36 ==> Running gcov in . (disable via -X gcov) 10:19:36 ==> Python coveragepy not found 10:19:36 ==> Searching for coverage reports in: 10:19:36 + . 10:19:36 -> Found 1 reports 10:19:36 ==> Detecting git/mercurial file structure 10:19:36 ==> Reading reports 10:19:36 + ./coverage.out bytes=10 10:19:36 ==> Appending adjustments 10:19:36 https://docs.codecov.io/docs/fixing-reports 10:19:36 + Found adjustments 10:19:36 ==> Gzipping contents 10:19:36 ==> Uploading reports 10:19:36 url: https://codecov.io 10:19:36 query: branch=master&commit=c0d0adb7103374904f8518c035744b78f61b9238&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 10:19:36 -> Pinging Codecov 10:19:36 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=c0d0adb7103374904f8518c035744b78f61b9238&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job= 10:19:37 -> Uploading 10:19:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c0d0adb7103374904f8518c035744b78f61b9238 [Pipeline] } 10:19:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:19:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 10:19:38 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 10:19:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:19:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:19:38 10:19:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 10:19:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:19:38 1.317.0: Pulling from edgex-devops/edgex-snyk-go 10:19:38 cbdbe7a5bc2a: Pulling fs layer 10:19:38 408f87550127: Pulling fs layer 10:19:38 fe522b08c979: Pulling fs layer 10:19:38 221eaa008020: Pulling fs layer 10:19:38 2a4607e5d6b9: Pulling fs layer 10:19:38 8f79b27c4fd2: Pulling fs layer 10:19:38 e5c8dbe1645b: Pulling fs layer 10:19:38 23e8b3b47431: Pulling fs layer 10:19:38 5c568d65a230: Pulling fs layer 10:19:38 8f79b27c4fd2: Waiting 10:19:38 e5c8dbe1645b: Waiting 10:19:38 23e8b3b47431: Waiting 10:19:38 5c568d65a230: Waiting 10:19:38 2a4607e5d6b9: Waiting 10:19:38 fe522b08c979: Verifying Checksum 10:19:38 fe522b08c979: Download complete 10:19:38 408f87550127: Verifying Checksum 10:19:38 408f87550127: Download complete 10:19:38 2a4607e5d6b9: Verifying Checksum 10:19:38 2a4607e5d6b9: Download complete 10:19:38 8f79b27c4fd2: Verifying Checksum 10:19:38 8f79b27c4fd2: Download complete 10:19:38 cbdbe7a5bc2a: Download complete 10:19:38 e5c8dbe1645b: Verifying Checksum 10:19:38 e5c8dbe1645b: Download complete 10:19:39 cbdbe7a5bc2a: Pull complete 10:19:39 23e8b3b47431: Verifying Checksum 10:19:39 23e8b3b47431: Download complete 10:19:39 408f87550127: Pull complete 10:19:39 5c568d65a230: Verifying Checksum 10:19:39 5c568d65a230: Download complete 10:19:39 fe522b08c979: Pull complete 10:19:40 221eaa008020: Download complete 10:19:45 221eaa008020: Pull complete 10:19:45 2a4607e5d6b9: Pull complete 10:19:45 8f79b27c4fd2: Pull complete 10:19:48 e5c8dbe1645b: Pull complete 10:19:50 23e8b3b47431: Pull complete 10:19:51 5c568d65a230: Pull complete 10:19:51 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 10:19:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:19:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 10:19:51 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:19:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 10:19:52 $ docker top bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 -eo pid,comm [Pipeline] { [Pipeline] sh 10:19:53 + snyk monitor '--org=edgex-jenkins' 10:20:03 10:20:03 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:20:03 10:20:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3bddee75-f297-4de9-a655-3702619a1b92 10:20:03 10:20:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:20:03 10:20:03 10:20:03 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 10:20:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:20:03 $ docker stop --time=1 bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 10:20:05 $ docker rm -f bc6b4a4f43fd5e72583c0684f7ed824e2a81df0a1afc9e3a87a4cb6df69b2d39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:06 10:20:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 10:20:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:06 latest: Pulling from edgex-devops/edgex-klar 10:20:06 e7c96db7181b: Pulling fs layer 10:20:06 1868ca2cb446: Pulling fs layer 10:20:06 136be5d0fe8e: Pulling fs layer 10:20:06 894bfe63afcb: Pulling fs layer 10:20:06 894bfe63afcb: Waiting 10:20:06 1868ca2cb446: Verifying Checksum 10:20:06 1868ca2cb446: Download complete 10:20:06 136be5d0fe8e: Verifying Checksum 10:20:06 136be5d0fe8e: Download complete 10:20:06 e7c96db7181b: Verifying Checksum 10:20:06 e7c96db7181b: Download complete 10:20:06 894bfe63afcb: Verifying Checksum 10:20:06 894bfe63afcb: Download complete 10:20:07 e7c96db7181b: Pull complete 10:20:07 1868ca2cb446: Pull complete 10:20:07 136be5d0fe8e: Pull complete 10:20:07 894bfe63afcb: Pull complete 10:20:07 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 10:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 10:20:07 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:20:09 $ docker top 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:09 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 10:20:09 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:20:12 $ docker stop --time=1 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 10:20:13 $ docker rm -f 36100ac60289fb65c05efbb6ef89b258ef169feac04aeccd8c9a1a8c111aede9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:20:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:13 . [Pipeline] withDockerContainer 10:20:14 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:20:14 $ docker top 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:15 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c0d0adb7103374904f8518c035744b78f61b9238 10:20:15 + tee 10:20:15 clair timeout 1m0s 10:20:15 docker timeout: 1m0s 10:20:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:20:15 $ docker stop --time=1 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 10:20:17 $ docker rm -f 6e6ef27c5f1bc51e723491134972cd768333e7481665491b926f12bde8e121d3 [Pipeline] // withDockerContainer [Pipeline] sh 10:20:17 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 10:20:17 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_c0d0adb7103374904f8518c035744b78f61b9238.html [Pipeline] writeFile [Pipeline] step 10:20:17 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 10:20:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:17 . [Pipeline] withDockerContainer 10:20:18 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:20:18 $ docker top 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:19 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 10:20:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:20:21 $ docker stop --time=1 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 10:20:23 $ docker rm -f 2159b3d2c0634252c0947e6f6f77b4a29dc33a27fd44c03d476488558b5787c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 10:20:23 . [Pipeline] withDockerContainer 10:20:23 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 10:20:24 $ docker top 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:24 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c0d0adb7103374904f8518c035744b78f61b9238 10:20:24 + tee 10:20:24 clair timeout 1m0s 10:20:24 docker timeout: 1m0s 10:20:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:20:25 $ docker stop --time=1 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d 10:20:26 $ docker rm -f 6685b59a1638aaf1cac43368f99d7d85a75a7dbe2d47cb1b1f20021c4ad5d96d [Pipeline] // withDockerContainer [Pipeline] sh 10:20:27 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 10:20:27 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_c0d0adb7103374904f8518c035744b78f61b9238.html [Pipeline] writeFile [Pipeline] step 10:20:27 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:20:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:20:27 . [Pipeline] withDockerContainer 10:20:27 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:20:28 $ docker top e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:20:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:20:28 [ssh-agent] Looking for ssh-agent implementation... 10:20:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:20:29 $ docker exec e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 ssh-agent 10:20:29 SSH_AUTH_SOCK=/tmp/ssh-74DLJPmewkk0/agent.13 10:20:29 SSH_AGENT_PID=18 10:20:29 Running ssh-add (command line suppressed) 10:20:29 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7575973864712668907.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7575973864712668907.key) 10:20:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:20:29 + git semver tag 10:20:29 # -> Open(): unable to determine branch for HEAD 10:20:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:20:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:20:29 # $SEMVER_REMOTE_NAME = origin 10:20:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:20:29 # $SEMVER_USER_NAME = edgex-jenkins 10:20:29 # $SEMVER_BRANCH = master 10:20:29 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:20:29 # c0d0adb7103374904f8518c035744b78f61b9238 HEAD 10:20:29 # -> Force: false 10:20:29 # ea344c2ffa38f6b9df1f87bf325021f6ac1443ad refs/tags/v1.2.2-dev.3 [Pipeline] } 10:20:29 $ docker exec --env ******** --env ******** e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 ssh-agent -k 10:20:29 unset SSH_AUTH_SOCK; 10:20:29 unset SSH_AGENT_PID; 10:20:29 echo Agent pid 18 killed; 10:20:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:20:30 + git semver [Pipeline] } 10:20:30 $ docker stop --time=1 e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 10:20:31 $ docker rm -f e5f0d0a1374873c167fc4b6bd7f9aad851478545f5f53ab64efaaed7155f1b46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:20:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:20:32 10:20:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:20:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:20:32 0.23.1-centos7: Pulling from edgex-lftools 10:20:32 ab5ef0e58194: Pulling fs layer 10:20:32 9712f1f96733: Pulling fs layer 10:20:32 63f879dbbcfc: Pulling fs layer 10:20:32 0d9ebad4ef96: Pulling fs layer 10:20:32 e9a5061849ea: Pulling fs layer 10:20:32 d747dcd14b5f: Pulling fs layer 10:20:32 2de7ff778b66: Pulling fs layer 10:20:32 0d9ebad4ef96: Waiting 10:20:32 e9a5061849ea: Waiting 10:20:32 d747dcd14b5f: Waiting 10:20:32 2de7ff778b66: Waiting 10:20:32 9712f1f96733: Verifying Checksum 10:20:32 9712f1f96733: Download complete 10:20:32 63f879dbbcfc: Verifying Checksum 10:20:32 63f879dbbcfc: Download complete 10:20:33 e9a5061849ea: Verifying Checksum 10:20:33 e9a5061849ea: Download complete 10:20:33 d747dcd14b5f: Download complete 10:20:33 ab5ef0e58194: Verifying Checksum 10:20:33 ab5ef0e58194: Download complete 10:20:33 0d9ebad4ef96: Verifying Checksum 10:20:33 0d9ebad4ef96: Download complete 10:20:33 2de7ff778b66: Verifying Checksum 10:20:33 2de7ff778b66: Download complete 10:20:37 ab5ef0e58194: Pull complete 10:20:37 9712f1f96733: Pull complete 10:20:41 63f879dbbcfc: Pull complete 10:20:46 0d9ebad4ef96: Pull complete 10:20:48 e9a5061849ea: Pull complete 10:20:48 d747dcd14b5f: Pull complete 10:20:51 2de7ff778b66: Pull complete 10:20:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:20:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:20:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:20:51 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:20:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:20:55 $ docker top 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:20:55 provisioning config files... 10:20:55 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5874127286843198968tmp 10:20:55 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8556443028523084828tmp 10:20:55 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7574276549405112460tmp [Pipeline] { [Pipeline] echo 10:20:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:20:55 ---> sigul-configuration.sh 10:20:55 gpg: directory `/root/.gnupg' created 10:20:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:20:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:20:55 gpg: keyring `/root/.gnupg/secring.gpg' created 10:20:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:20:55 gpg: CAST5 encrypted data 10:20:55 gpg: encrypted with 1 passphrase 10:20:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:20:56 + mkdir /home/jenkins 10:20:56 + mkdir /home/jenkins/sigul [Pipeline] sh 10:20:56 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 10:20:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:20:56 ---> sigul-install.sh 10:21:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:21:01 + git tag --list 10:21:01 v1.2.2-dev.3 [Pipeline] sh 10:21:01 + lftools sign git-tag v1.2.2-dev.3 10:21:02 Signing Git tag with Sigul... 10:21:02 Signing v1.2.2-dev.3 [Pipeline] echo 10:21:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:21:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:21:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:21:04 $ docker stop --time=1 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc 10:21:06 $ docker rm -f 348f9a5e1de6262c9c013f4eb489e18ceeb1c4d35ad89d4102c8d91498b4e6dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:21:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:07 . [Pipeline] withDockerContainer 10:21:07 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:21:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:21:07 $ docker top 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:08 [ssh-agent] Looking for ssh-agent implementation... 10:21:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:08 $ docker exec 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 ssh-agent 10:21:08 SSH_AUTH_SOCK=/tmp/ssh-r4k2zPitya0M/agent.12 10:21:08 SSH_AGENT_PID=18 10:21:08 Running ssh-add (command line suppressed) 10:21:08 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7695113356890641140.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7695113356890641140.key) 10:21:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:09 + git semver bump pre 10:21:09 # -> Open(): unable to determine branch for HEAD 10:21:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:21:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:21:09 # $SEMVER_REMOTE_NAME = origin 10:21:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:21:09 # $SEMVER_USER_NAME = edgex-jenkins 10:21:09 # $SEMVER_BRANCH = master 10:21:09 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:21:09 1.2.2-dev.4 [Pipeline] } 10:21:09 $ docker exec --env ******** --env ******** 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 ssh-agent -k 10:21:09 unset SSH_AUTH_SOCK; 10:21:09 unset SSH_AGENT_PID; 10:21:09 echo Agent pid 18 killed; 10:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:09 + git semver [Pipeline] } 10:21:09 $ docker stop --time=1 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 10:21:10 $ docker rm -f 99d64f2374748dcd29b54247e2c734f2180af58c6603321eacaab8e76b8f0a72 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:21:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:11 . [Pipeline] withDockerContainer 10:21:11 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:21: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:21:12 $ docker top 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:12 [ssh-agent] Looking for ssh-agent implementation... 10:21:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:12 $ docker exec 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 ssh-agent 10:21:12 SSH_AUTH_SOCK=/tmp/ssh-OLCCB9gFHIF6/agent.13 10:21:12 SSH_AGENT_PID=18 10:21:12 Running ssh-add (command line suppressed) 10:21:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_370561186540561126.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_370561186540561126.key) 10:21:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:13 + git semver push 10:21:13 # -> Open(): unable to determine branch for HEAD 10:21:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:21:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:21:13 # $SEMVER_REMOTE_NAME = origin 10:21:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:21:13 # $SEMVER_USER_NAME = edgex-jenkins 10:21:13 # $SEMVER_BRANCH = master 10:21:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:21:19 $ docker exec --env ******** --env ******** 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 ssh-agent -k 10:21:20 unset SSH_AUTH_SOCK; 10:21:20 unset SSH_AGENT_PID; 10:21:20 echo Agent pid 18 killed; 10:21:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:20 + git semver [Pipeline] } 10:21:20 $ docker stop --time=1 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 10:21:21 $ docker rm -f 2fc10f75615fe314994b2e7314ffce5900469552b304ebf8090e428a645499e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:21:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:21:22 ---> package-listing.sh 10:21:22 ++ facter osfamily 10:21:22 ++ tr '[:upper:]' '[:lower:]' 10:21:22 + OS_FAMILY=redhat 10:21:22 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:21:22 + START_PACKAGES=/tmp/packages_start.txt 10:21:22 + END_PACKAGES=/tmp/packages_end.txt 10:21:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:21:22 + PACKAGES=/tmp/packages_start.txt 10:21:22 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:21:22 + PACKAGES=/tmp/packages_end.txt 10:21:22 + case "${OS_FAMILY}" in 10:21:22 + rpm -qa 10:21:22 + sort 10:21:27 + '[' -f /tmp/packages_start.txt ']' 10:21:27 + '[' -f /tmp/packages_end.txt ']' 10:21:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:21:27 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:21:27 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:21:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 10:21:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:27 10:21:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:21:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:28 alpine: Pulling from edgex-lftools-log-publisher 10:21:28 c9b1b535fdd9: Pulling fs layer 10:21:28 2cc5ad85d9ab: Pulling fs layer 10:21:28 756a868c4378: Pulling fs layer 10:21:28 444b2fc9a129: Pulling fs layer 10:21:28 ea15f1150254: Pulling fs layer 10:21:28 41b27a9f41bf: Pulling fs layer 10:21:28 28c525ee5125: Pulling fs layer 10:21:28 094b1ea09ed8: Pulling fs layer 10:21:28 138eaada9080: Pulling fs layer 10:21:28 0622d0fa9048: Pulling fs layer 10:21:28 444b2fc9a129: Waiting 10:21:28 ea15f1150254: Waiting 10:21:28 41b27a9f41bf: Waiting 10:21:28 28c525ee5125: Waiting 10:21:28 094b1ea09ed8: Waiting 10:21:28 138eaada9080: Waiting 10:21:28 0622d0fa9048: Waiting 10:21:28 2cc5ad85d9ab: Download complete 10:21:28 444b2fc9a129: Verifying Checksum 10:21:28 444b2fc9a129: Download complete 10:21:28 c9b1b535fdd9: Verifying Checksum 10:21:28 c9b1b535fdd9: Download complete 10:21:28 ea15f1150254: Verifying Checksum 10:21:28 ea15f1150254: Download complete 10:21:28 28c525ee5125: Verifying Checksum 10:21:28 28c525ee5125: Download complete 10:21:28 756a868c4378: Verifying Checksum 10:21:28 756a868c4378: Download complete 10:21:28 094b1ea09ed8: Verifying Checksum 10:21:28 094b1ea09ed8: Download complete 10:21:28 0622d0fa9048: Verifying Checksum 10:21:28 0622d0fa9048: Download complete 10:21:28 138eaada9080: Verifying Checksum 10:21:28 138eaada9080: Download complete 10:21:29 41b27a9f41bf: Verifying Checksum 10:21:29 41b27a9f41bf: Download complete 10:21:29 c9b1b535fdd9: Pull complete 10:21:29 2cc5ad85d9ab: Pull complete 10:21:31 756a868c4378: Pull complete 10:21:31 444b2fc9a129: Pull complete 10:21:31 ea15f1150254: Pull complete 10:21:34 41b27a9f41bf: Pull complete 10:21:34 28c525ee5125: Pull complete 10:21:38 094b1ea09ed8: Pull complete 10:21:38 138eaada9080: Pull complete 10:21:38 0622d0fa9048: Pull complete 10:21:38 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:21:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:21:38 prd-centos7-docker-4c-2g-4105 does not seem to be running inside a container 10:21:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:21:41 $ docker top 5384fe41aabb4e7dd22a70117b7b0561d314338c5b2788b413cb4b0b0369a549 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:21:41 provisioning config files... 10:21:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6203613062267545168tmp [Pipeline] { [Pipeline] echo 10:21:41 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:21:41 ---> create-netrc.sh [Pipeline] echo 10:21:41 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:21:42 ---> logs-deploy.sh 10:21:42 + ARCHIVE_ARTIFACTS= 10:21:42 + LOGS_SERVER=https://logs.edgexfoundry.org 10:21:42 + '[' https://logs.edgexfoundry.org == None ']' 10:21:42 + NEXUS_URL=https://nexus.edgexfoundry.org 10:21:42 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 10:21:42 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/46/ 10:21:42 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 /w/workspace/edgexfoundry_edgex-ui-go_master 10:21:43 Archives upload complete. 10:21:43 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/46 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/46/ 10:21:44 ---> uname -a: 10:21:44 Linux 5384fe41aabb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:21:44 10:21:44 10:21:44 ---> lscpu: 10:21:44 Architecture: x86_64 10:21:44 CPU op-mode(s): 32-bit, 64-bit 10:21:44 Byte Order: Little Endian 10:21:44 Address sizes: 40 bits physical, 48 bits virtual 10:21:44 CPU(s): 4 10:21:44 On-line CPU(s) list: 0-3 10:21:44 Thread(s) per core: 1 10:21:44 Core(s) per socket: 1 10:21:44 Socket(s): 4 10:21:44 NUMA node(s): 1 10:21:44 Vendor ID: GenuineIntel 10:21:44 CPU family: 6 10:21:44 Model: 44 10:21:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:21:44 Stepping: 1 10:21:44 CPU MHz: 2933.396 10:21:44 BogoMIPS: 5866.79 10:21:44 Virtualization: VT-x 10:21:44 Hypervisor vendor: KVM 10:21:44 Virtualization type: full 10:21:44 L1d cache: 128 KiB 10:21:44 L1i cache: 128 KiB 10:21:44 L2 cache: 16 MiB 10:21:44 L3 cache: 64 MiB 10:21:44 NUMA node0 CPU(s): 0-3 10:21:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:21:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:21:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:21:44 Vulnerability Meltdown: Mitigation; PTI 10:21:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:21:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:21:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:21:44 Vulnerability Tsx async abort: Not affected 10:21:44 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:21:44 10:21:44 10:21:44 ---> nproc: 10:21:44 4 10:21:44 10:21:44 10:21:44 ---> df -h: 10:21:44 Filesystem Size Used Available Use% Mounted on 10:21:44 overlay 50.0G 8.5G 41.5G 17% / 10:21:44 tmpfs 64.0M 0 64.0M 0% /dev 10:21:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:21:44 shm 64.0M 0 64.0M 0% /dev/shm 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 10:21:44 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:21:44 10:21:44 10:21:44 ---> free -m: 10:21:44 total used free shared buff/cache available 10:21:44 Mem: 1837 777 114 0 945 992 10:21:44 Swap: 1023 3 1020 10:21:44 10:21:44 10:21:44 ---> ip addr: 10:21:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:21:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:21:44 inet 127.0.0.1/8 scope host lo 10:21:44 valid_lft forever preferred_lft forever 10:21:44 24: eth0@if25: mtu 1458 qdisc noqueue state UP 10:21:44 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:21:44 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:21:44 valid_lft forever preferred_lft forever 10:21:44 10:21:44 10:21:44 ---> sar -b -r -n DEV: 10:21:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 10:21:44 10:21:44 10:13:28 LINUX RESTART 10:21:44 10:21:44 10:14:01 tps rtps wtps bread/s bwrtn/s 10:21:44 10:15:01 60.39 14.95 45.44 4993.08 5499.25 10:21:44 10:16:01 0.33 0.00 0.33 0.00 5.08 10:21:44 10:17:01 0.40 0.00 0.40 0.00 6.39 10:21:44 10:18:01 0.20 0.00 0.20 0.00 2.43 10:21:44 10:19:01 0.25 0.00 0.25 0.00 3.15 10:21:44 10:20:01 235.21 150.05 85.16 6613.65 30950.05 10:21:44 10:21:01 218.44 74.96 143.48 4131.91 32040.88 10:21:44 Average: 73.62 34.29 39.34 2248.95 9789.82 10:21:44 10:21:44 10:14:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:21:44 10:15:01 165268 1716288 91.22 2620 1163436 1101672 37.60 413060 1141784 120 10:21:44 10:16:01 172788 1708768 90.82 2620 1163440 1063244 36.29 410328 1138156 8 10:21:44 10:17:01 169908 1711648 90.97 2620 1163448 1063448 36.29 413624 1137808 0 10:21:44 10:18:01 167648 1713908 91.09 2620 1163448 1063556 36.30 416184 1137308 12 10:21:44 10:19:01 166420 1715136 91.16 2620 1163452 1063292 36.29 423504 1131164 8 10:21:44 10:20:01 102516 1779040 94.55 2620 1093524 1308792 44.67 566980 1000528 22792 10:21:44 10:21:01 118936 1762620 93.68 1496 1011028 1194012 40.75 667792 803836 54904 10:21:44 Average: 151926 1729630 91.93 2459 1131682 1122574 38.31 473067 1070083 11121 10:21:44 10:21:44 10:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 10:21:44 10:15:01 eth0 493.64 280.86 995.14 139.39 0.00 0.00 0.00 10:21:44 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:15:01 docker0 29.24 23.90 2.66 60.13 0.00 0.00 0.00 10:21:44 10:16:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 10:21:44 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:17:01 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 10:21:44 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:18:01 eth0 0.52 0.30 0.27 0.20 0.00 0.00 0.00 10:21:44 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:19:01 eth0 0.15 0.12 0.05 0.04 0.00 0.00 0.00 10:21:44 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:20:01 eth0 187.23 131.15 3876.74 18.88 0.00 0.00 0.00 10:21:44 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:20:01 vethe92d8d2 38.49 43.77 4.46 102.80 0.00 0.00 0.00 10:21:44 10:20:01 docker0 67.75 67.57 6.59 162.94 0.00 0.00 0.00 10:21:44 10:21:01 eth0 307.25 215.61 3632.87 101.68 0.00 0.00 0.00 10:21:44 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 10:21:01 veth8f40b65 39.07 42.63 2.97 158.06 0.00 0.00 0.00 10:21:44 10:21:01 docker0 40.87 44.03 2.70 158.69 0.00 0.00 0.00 10:21:44 Average: eth0 141.54 89.81 1215.43 37.21 0.00 0.00 0.00 10:21:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:44 Average: veth8f40b65 5.58 6.09 0.42 22.59 0.00 0.00 0.00 10:21:44 Average: docker0 15.52 15.95 1.33 45.96 0.00 0.00 0.00 10:21:44 10:21:44 10:21:44 ---> sar -P ALL: 10:21:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 10:21:44 10:21:44 10:13:28 LINUX RESTART 10:21:44 10:21:44 10:14:01 CPU %user %nice %system %iowait %steal %idle 10:21:44 10:15:01 all 10.95 0.00 3.35 2.33 0.01 83.36 10:21:44 10:15:01 0 10.15 0.00 4.64 1.29 0.02 83.90 10:21:44 10:15:01 1 10.92 0.00 3.21 4.76 0.00 81.11 10:21:44 10:15:01 2 11.32 0.00 2.90 1.37 0.00 84.41 10:21:44 10:15:01 3 11.40 0.00 2.66 1.93 0.00 84.01 10:21:44 10:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:21:44 10:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:21:44 10:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:21:44 10:16:01 2 0.47 0.00 0.02 0.00 0.00 99.52 10:21:44 10:16:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:21:44 10:17:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:21:44 10:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:21:44 10:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:21:44 10:17:01 2 0.48 0.00 0.02 0.00 0.00 99.50 10:21:44 10:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:21:44 10:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 10:21:44 10:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:21:44 10:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:21:44 10:18:01 2 0.35 0.00 0.05 0.00 0.00 99.60 10:21:44 10:18:01 3 0.18 0.00 0.03 0.00 0.00 99.78 10:21:44 10:19:01 all 0.15 0.00 0.04 0.00 0.00 99.81 10:21:44 10:19:01 0 0.07 0.00 0.02 0.00 0.00 99.92 10:21:44 10:19:01 1 0.03 0.00 0.08 0.00 0.00 99.88 10:21:44 10:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:21:44 10:19:01 3 0.45 0.00 0.02 0.00 0.00 99.53 10:21:44 10:20:01 all 7.51 0.00 4.50 2.23 0.04 85.73 10:21:44 10:20:01 0 7.33 0.00 4.96 2.07 0.02 85.62 10:21:44 10:20:01 1 6.80 0.00 4.22 1.67 0.03 87.28 10:21:44 10:20:01 2 8.31 0.00 4.40 2.90 0.05 84.35 10:21:44 10:20:01 3 7.59 0.00 4.46 2.29 0.05 85.61 10:21:44 10:21:01 all 11.47 0.00 7.97 2.98 0.04 77.54 10:21:44 10:21:01 0 10.29 0.00 8.26 2.35 0.03 79.07 10:21:44 10:21:01 1 14.24 0.00 7.89 2.74 0.05 75.08 10:21:44 10:21:01 2 10.34 0.00 7.72 2.77 0.05 79.11 10:21:44 10:21:01 3 10.99 0.00 8.01 4.07 0.03 76.89 10:21:44 Average: all 4.34 0.00 2.26 1.07 0.01 92.32 10:21:44 Average: 0 3.97 0.00 2.55 0.81 0.01 92.66 10:21:44 Average: 1 4.56 0.00 2.20 1.31 0.01 91.92 10:21:44 Average: 2 4.45 0.00 2.15 1.00 0.01 92.39 10:21:44 Average: 3 4.36 0.00 2.16 1.17 0.01 92.30 10:21:44 10:21:44 10:21:44