Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 --version # 'git version 2.16.6' > 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1252 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 > git --version # 'git version 2.16.5' 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 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (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 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 Commit message: "clean up notifications" > git rev-list --no-walk 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:20:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:20:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:20:02 ========================================================= 07:20:02 EdgeX Global Pipelines Version Info 07:20:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:20:03 ------------------- 07:20:03 stable info: 07:20:03 ------------------- 07:20:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:20:03 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 07:20:03 Message: update stable to v1.0.117 07:20:04 ------------------- 07:20:04 experimental info: 07:20:04 ------------------- 07:20:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:20:04 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 07:20:04 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:20:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:20:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:20:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:20:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] echo 07:20:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6ba8f6 [Pipeline] echo 07:20:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:07 + git log --format=format:%s -1 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] echo 07:20:07 GIT_COMMIT: c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd, Commit Message: clean up notifications [Pipeline] echo 07:20:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:20:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:09 07:20:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:20:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:09 latest: Pulling from edgex-devops/git-semver 07:20:09 31603596830f: Pulling fs layer 07:20:09 2a8b12db71e7: Pulling fs layer 07:20:09 6ca5941a6612: Pulling fs layer 07:20:09 ecc8261a40a4: Pulling fs layer 07:20:09 ecc8261a40a4: Waiting 07:20:09 2a8b12db71e7: Download complete 07:20:10 31603596830f: Verifying Checksum 07:20:10 31603596830f: Download complete 07:20:10 6ca5941a6612: Verifying Checksum 07:20:10 6ca5941a6612: Download complete 07:20:10 ecc8261a40a4: Download complete 07:20:10 31603596830f: Pull complete 07:20:10 2a8b12db71e7: Pull complete 07:20:11 6ca5941a6612: Pull complete 07:20:11 ecc8261a40a4: Pull complete 07:20:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:20:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:20:11 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:20:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:20:14 $ docker top 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:20:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:14 [ssh-agent] Looking for ssh-agent implementation... 07:20:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:14 $ docker exec 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent 07:20:15 SSH_AUTH_SOCK=/tmp/ssh-a5QbojheoHzo/agent.11 07:20:15 SSH_AGENT_PID=16 07:20:15 Running ssh-add (command line suppressed) 07:20:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5466729747443717069.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5466729747443717069.key) 07:20:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:15 + git describe --exact-match --tags HEAD 07:20:15 fatal: No names found, cannot describe anything. [Pipeline] } 07:20:15 $ docker exec --env ******** --env ******** 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent -k 07:20:15 unset SSH_AUTH_SOCK; 07:20:15 unset SSH_AGENT_PID; 07:20:15 echo Agent pid 16 killed; 07:20:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:20:15 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:20:15 This usually means this commit has not been tagged. [Pipeline] sshagent 07:20:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:15 [ssh-agent] Looking for ssh-agent implementation... 07:20:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:16 $ docker exec 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent 07:20:16 SSH_AUTH_SOCK=/tmp/ssh-ze3qrVMENBds/agent.46 07:20:16 SSH_AGENT_PID=52 07:20:16 Running ssh-add (command line suppressed) 07:20:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5982397871414069744.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5982397871414069744.key) 07:20:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:16 + git semver init 07:20:16 # -> Open(): unable to determine branch for HEAD 07:20:16 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:20:16 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:20:16 # $SEMVER_REMOTE_NAME = origin 07:20:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:20:16 # $SEMVER_USER_NAME = edgex-jenkins 07:20:16 # $SEMVER_BRANCH = master 07:20:16 # $SEMVER_TEMP = /tmp/semver-804796624 07:20:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:20:18 # '/tmp/semver-804796624' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 07:20:18 # -> Force: false 07:20:18 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 07:20:18 $ docker exec --env ******** --env ******** 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent -k 07:20:18 unset SSH_AUTH_SOCK; 07:20:18 unset SSH_AGENT_PID; 07:20:18 echo Agent pid 52 killed; 07:20:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:20:18 + git semver [Pipeline] } 07:20:18 $ docker stop --time=1 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da 07:20:20 $ docker rm -f 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:20:21 Stashed 20 file(s) [Pipeline] echo 07:20:21 [edgeXSemver]: initialized semver on version 1.2.2-dev.7 [Pipeline] echo 07:20:21 Archived original version: [1.2.2-dev.7] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:20:36 Still waiting to schedule task 07:20:36 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:20:36 Still waiting to schedule task 07:20:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:22:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1253 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 07:22:35 Running in /w/workspace/edgex-ui-go/50 [Pipeline] { [Pipeline] checkout 07:22:39 using credential edgex-jenkins-ssh 07:22:39 Cloning the remote Git repository 07:22:39 Cloning with configured refspecs honoured and without tags 07:22:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:22:39 > git init /w/workspace/edgex-ui-go/50 # timeout=10 07:22:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:22:39 > git --version # timeout=10 07:22:40 > git --version # 'git version 2.17.1' 07:22:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:22:42 Fetching without tags 07:22:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:22:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:22:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:22:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:22:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:22:42 Checking out Revision c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (master) 07:22:42 > git config core.sparsecheckout # timeout=10 07:22:42 > git checkout -f c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 07:22:47 Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:22:49 ========================================================= 07:22:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:22:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:22:50 + 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 . 07:22:51 Sending build context to Docker daemon 21.96MB 07:22:51 Step 1/8 : ARG BASE=golang:1.11-alpine 07:22:51 Step 2/8 : FROM ${BASE} 07:22:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:22:51 b538f80385f9: Pulling fs layer 07:22:51 74f711af9a0d: Pulling fs layer 07:22:51 99f96fe45779: Pulling fs layer 07:22:51 fd7a069fd194: Pulling fs layer 07:22:51 66aa3694b03b: Pulling fs layer 07:22:51 170f70906a0f: Pulling fs layer 07:22:51 ad7c5574e4b9: Pulling fs layer 07:22:51 e772456be8f7: Pulling fs layer 07:22:51 c890913d741a: Pulling fs layer 07:22:51 2480fcc9aa5a: Pulling fs layer 07:22:51 09adf4765672: Pulling fs layer 07:22:51 66aa3694b03b: Waiting 07:22:51 170f70906a0f: Waiting 07:22:51 ad7c5574e4b9: Waiting 07:22:51 e772456be8f7: Waiting 07:22:51 c890913d741a: Waiting 07:22:51 2480fcc9aa5a: Waiting 07:22:51 09adf4765672: Waiting 07:22:51 fd7a069fd194: Waiting 07:22:51 99f96fe45779: Verifying Checksum 07:22:51 99f96fe45779: Download complete 07:22:51 74f711af9a0d: Verifying Checksum 07:22:51 74f711af9a0d: Download complete 07:22:51 66aa3694b03b: Download complete 07:22:51 170f70906a0f: Verifying Checksum 07:22:51 170f70906a0f: Download complete 07:22:51 b538f80385f9: Verifying Checksum 07:22:51 b538f80385f9: Download complete 07:22:52 b538f80385f9: Pull complete 07:22:52 74f711af9a0d: Pull complete 07:22:53 99f96fe45779: Pull complete 07:22:55 ad7c5574e4b9: Verifying Checksum 07:22:55 ad7c5574e4b9: Download complete 07:22:55 c890913d741a: Verifying Checksum 07:22:55 c890913d741a: Download complete 07:22:56 e772456be8f7: Verifying Checksum 07:22:56 e772456be8f7: Download complete 07:22:56 09adf4765672: Download complete 07:22:56 2480fcc9aa5a: Verifying Checksum 07:22:56 2480fcc9aa5a: Download complete 07:22:57 fd7a069fd194: Verifying Checksum 07:22:57 fd7a069fd194: Download complete 07:23:09 fd7a069fd194: Pull complete 07:23:09 66aa3694b03b: Pull complete 07:23:09 170f70906a0f: Pull complete 07:23:12 ad7c5574e4b9: Pull complete 07:23:18 e772456be8f7: Pull complete 07:23:18 c890913d741a: Pull complete 07:23:20 2480fcc9aa5a: Pull complete 07:23:20 09adf4765672: Pull complete 07:23:20 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:23:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:23:20 ---> 2248a725d1cf 07:23:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:23:24 Running on prd-centos7-docker-4c-2g-1254 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 07:23:24 Running in /w/workspace/edgex-ui-go/50 [Pipeline] { [Pipeline] checkout 07:23:24 ---> Running in b1ac77e7b5b3 07:23:25 Removing intermediate container b1ac77e7b5b3 07:23:25 ---> 456bd7a702f5 07:23:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:23:25 ---> Running in 0567613bd577 07:23:28 Removing intermediate container 0567613bd577 07:23:28 ---> 3b6adf69623c 07:23:28 Step 5/8 : RUN apk add --no-cache make git 07:23:28 ---> Running in 2b1ec0674ea5 07:23:28 using credential edgex-jenkins-ssh 07:23:28 Cloning the remote Git repository 07:23:28 Cloning with configured refspecs honoured and without tags 07:23:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:23:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:23:28 > git init /w/workspace/edgex-ui-go/50 # timeout=10 07:23:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:23:28 > git --version # timeout=10 07:23:28 > git --version # 'git version 2.16.5' 07:23:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:23:30 Fetching without tags 07:23:30 Checking out Revision c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (master) 07:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:23:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:23:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:23:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:23:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:23:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:23:30 > git config core.sparsecheckout # timeout=10 07:23:30 > git checkout -f c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 07:23:31 OK: 142 MiB in 39 packages 07:23:32 Removing intermediate container 2b1ec0674ea5 07:23:32 ---> 78e7af6c6a79 07:23:32 Step 6/8 : WORKDIR /edgex-ui-go 07:23:32 ---> Running in 33fbfb09a0fd 07:23:33 Removing intermediate container 33fbfb09a0fd 07:23:33 ---> 5f32cf806e1c 07:23:33 Step 7/8 : COPY . . 07:23:34 Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:23:35 ---> 2010a37295cb 07:23:35 Step 8/8 : RUN go mod download 07:23:35 ---> Running in 2e858892617f [Pipeline] echo 07:23:36 ========================================================= 07:23:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:23:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23:37 + 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 . 07:23:38 Sending build context to Docker daemon 21.96MB 07:23:38 Step 1/8 : ARG BASE=golang:1.11-alpine 07:23:38 Step 2/8 : FROM ${BASE} 07:23:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:38 df20fa9351a1: Pulling fs layer 07:23:38 ed8968b2872e: Pulling fs layer 07:23:38 a92cc7c5fd73: Pulling fs layer 07:23:38 2dd03ba5bac4: Pulling fs layer 07:23:38 1e091d79d1de: Pulling fs layer 07:23:38 481702a1767f: Pulling fs layer 07:23:38 f64a6f60c768: Pulling fs layer 07:23:38 e78d2573fc39: Pulling fs layer 07:23:38 e876d2f968b6: Pulling fs layer 07:23:38 ce8a83651883: Pulling fs layer 07:23:38 07967f4d0e4b: Pulling fs layer 07:23:38 f64a6f60c768: Waiting 07:23:38 e78d2573fc39: Waiting 07:23:38 e876d2f968b6: Waiting 07:23:38 ce8a83651883: Waiting 07:23:38 07967f4d0e4b: Waiting 07:23:38 1e091d79d1de: Waiting 07:23:38 2dd03ba5bac4: Waiting 07:23:38 481702a1767f: Waiting 07:23:39 go: finding github.com/BurntSushi/toml v0.3.1 07:23:39 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 07:23:39 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 07:23:39 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 07:23:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:23:39 go: finding github.com/armon/go-metrics v0.3.3 07:23:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:23:39 go: finding github.com/beorn7/perks v1.0.1 07:23:39 go: finding github.com/bgentry/speakeasy v0.1.0 07:23:39 a92cc7c5fd73: Verifying Checksum 07:23:39 a92cc7c5fd73: Download complete 07:23:39 ed8968b2872e: Verifying Checksum 07:23:39 ed8968b2872e: Download complete 07:23:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:23:39 go: finding github.com/cespare/xxhash/v2 v2.1.1 07:23:39 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 07:23:39 go: finding github.com/circonus-labs/circonusllhist v0.1.3 07:23:39 go: finding github.com/davecgh/go-spew v1.1.1 07:23:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:23:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:23:39 go: finding github.com/fatih/color v1.9.0 07:23:39 go: finding github.com/go-kit/kit v0.9.0 07:23:39 go: finding github.com/go-logfmt/logfmt v0.4.0 07:23:39 go: finding github.com/go-stack/stack v1.8.0 07:23:39 1e091d79d1de: Verifying Checksum 07:23:39 1e091d79d1de: Download complete 07:23:39 df20fa9351a1: Verifying Checksum 07:23:39 df20fa9351a1: Download complete 07:23:39 481702a1767f: Download complete 07:23:39 go: finding github.com/gogo/protobuf v1.1.1 07:23:39 go: finding github.com/golang/protobuf v1.3.2 07:23:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:23:39 go: finding github.com/google/go-cmp v0.4.0 07:23:39 go: finding github.com/google/gofuzz v1.0.0 07:23:39 go: finding github.com/gorilla/mux v1.7.1 07:23:39 go: finding github.com/gorilla/websocket v1.4.0 07:23:39 go: finding github.com/hashicorp/consul/api v1.4.0 07:23:39 go: finding github.com/hashicorp/consul/sdk v0.4.0 07:23:40 go: finding github.com/hashicorp/errwrap v1.0.0 07:23:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:23:40 go: finding github.com/hashicorp/go-hclog v0.12.2 07:23:40 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 07:23:40 go: finding github.com/hashicorp/go-msgpack v0.5.5 07:23:40 go: finding github.com/hashicorp/go-multierror v1.0.0 07:23:40 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 07:23:40 go: finding github.com/hashicorp/go-rootcerts v1.0.2 07:23:40 go: finding github.com/hashicorp/go-sockaddr v1.0.2 07:23:40 go: finding github.com/hashicorp/go-syslog v1.0.0 07:23:40 go: finding github.com/hashicorp/go-uuid v1.0.1 07:23:40 go: finding github.com/hashicorp/go.net v0.0.1 07:23:40 go: finding github.com/hashicorp/golang-lru v0.5.4 07:23:40 go: finding github.com/hashicorp/logutils v1.0.0 07:23:40 go: finding github.com/hashicorp/mdns v1.0.1 07:23:40 go: finding github.com/hashicorp/memberlist v0.2.0 07:23:40 go: finding github.com/hashicorp/serf v0.9.0 07:23:40 go: finding github.com/json-iterator/go v1.1.9 07:23:40 go: finding github.com/julienschmidt/httprouter v1.2.0 07:23:40 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 07:23:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:23:40 df20fa9351a1: Pull complete 07:23:40 go: finding github.com/kr/pretty v0.2.0 07:23:40 go: finding github.com/kr/pty v1.1.1 07:23:40 go: finding github.com/kr/text v0.1.0 07:23:40 go: finding github.com/mattn/go-colorable v0.1.6 07:23:40 go: finding github.com/mattn/go-isatty v0.0.12 07:23:40 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 07:23:40 go: finding github.com/miekg/dns v1.1.26 07:23:40 go: finding github.com/mitchellh/cli v1.0.0 07:23:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:23:40 go: finding github.com/mitchellh/copystructure v1.0.0 07:23:40 go: finding github.com/mitchellh/go-homedir v1.1.0 07:23:40 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:23:40 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:23:40 go: finding github.com/mitchellh/gox v0.4.0 07:23:40 go: finding github.com/mitchellh/iochan v1.0.0 07:23:40 go: finding github.com/mitchellh/mapstructure v1.2.2 07:23:40 go: finding github.com/mitchellh/reflectwalk v1.0.1 07:23:40 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 07:23:40 go: finding github.com/modern-go/reflect2 v1.0.1 07:23:40 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 07:23:40 go: finding github.com/pascaldekloe/goe v0.1.0 07:23:40 go: finding github.com/pelletier/go-toml v1.7.0 07:23:41 ed8968b2872e: Pull complete 07:23:41 a92cc7c5fd73: Pull complete 07:23:41 go: finding github.com/pkg/errors v0.8.1 07:23:41 go: finding github.com/pmezard/go-difflib v1.0.0 07:23:41 go: finding github.com/posener/complete v1.1.1 07:23:41 go: finding github.com/prometheus/client_golang v1.4.0 07:23:41 go: finding github.com/prometheus/client_model v0.2.0 07:23:41 go: finding github.com/prometheus/common v0.9.1 07:23:41 go: finding github.com/prometheus/procfs v0.0.8 07:23:41 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:23:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:23:41 go: finding github.com/sirupsen/logrus v1.4.2 07:23:41 go: finding github.com/stretchr/objx v0.1.1 07:23:41 go: finding github.com/stretchr/testify v1.4.0 07:23:41 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 07:23:41 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 07:23:41 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 07:23:41 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 07:23:41 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 07:23:41 go: finding golang.org/x/text v0.3.2 07:23:41 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 07:23:41 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 07:23:41 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 07:23:41 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:23:41 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:23:41 go: finding gopkg.in/yaml.v2 v2.2.8 07:23:42 f64a6f60c768: Verifying Checksum 07:23:42 f64a6f60c768: Download complete 07:23:42 e876d2f968b6: Verifying Checksum 07:23:42 e876d2f968b6: Download complete 07:23:44 e78d2573fc39: Verifying Checksum 07:23:44 e78d2573fc39: Download complete 07:23:44 ce8a83651883: Verifying Checksum 07:23:44 ce8a83651883: Download complete 07:23:44 07967f4d0e4b: Verifying Checksum 07:23:44 07967f4d0e4b: Download complete 07:23:45 2dd03ba5bac4: Verifying Checksum 07:23:45 2dd03ba5bac4: Download complete 07:23:55 2dd03ba5bac4: Pull complete 07:23:55 1e091d79d1de: Pull complete 07:23:55 481702a1767f: Pull complete 07:24:00 Removing intermediate container 2e858892617f 07:24:00 ---> 51999d8d28fb 07:24:00 Successfully built 51999d8d28fb 07:24:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:24:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:24:03 + ls -al . 07:24:03 total 92 07:24:03 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:22 . 07:24:03 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 07:22 .. 07:24:03 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 07:22 .git 07:24:03 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:22 .github 07:24:03 -rw-rw-r-- 1 jenkins jenkins 136 Sep 3 07:22 .gitignore 07:24:03 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 .semver 07:24:03 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 3 07:22 CONTRIBUTING.md 07:24:03 -rw-rw-r-- 1 jenkins jenkins 913 Sep 3 07:22 Dockerfile 07:24:03 -rw-rw-r-- 1 jenkins jenkins 898 Sep 3 07:22 Dockerfile.build 07:24:03 -rw-rw-r-- 1 jenkins jenkins 675 Sep 3 07:22 Jenkinsfile 07:24:03 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 3 07:22 LICENSE 07:24:03 -rw-rw-r-- 1 jenkins jenkins 951 Sep 3 07:22 Makefile 07:24:03 -rw-rw-r-- 1 jenkins jenkins 3545 Sep 3 07:22 README.md 07:24:03 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 07:20 VERSION 07:24:03 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 assets 07:24:03 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:22 bin 07:24:03 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 cmd 07:24:03 drwxrwxr-x 5 jenkins jenkins 4096 Sep 3 07:22 docs 07:24:03 -rw-rw-r-- 1 jenkins jenkins 1019 Sep 3 07:22 go.mod 07:24:03 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:22 internal 07:24:03 -rw-rw-r-- 1 jenkins jenkins 155 Sep 3 07:22 version.go [Pipeline] isUnix [Pipeline] sh 07:24:03 + 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=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd --label arch=arm64 --label version=1.2.2-dev.7 . 07:24:04 f64a6f60c768: Pull complete 07:24:04 Sending build context to Docker daemon 21.96MB 07:24:04 Step 1/24 : ARG BASE=golang:1.13-alpine 07:24:04 Step 2/24 : FROM ${BASE} AS builder 07:24:04 ---> 51999d8d28fb 07:24:04 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:24:05 ---> Running in 38e263393818 07:24:05 Removing intermediate container 38e263393818 07:24:05 ---> 7e96bb5c13ef 07:24:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:24:05 ---> Running in 4d33bae0d309 07:24:06 Removing intermediate container 4d33bae0d309 07:24:06 ---> 61056cfebbcd 07:24:06 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:24:06 ---> Running in 8dcc14c7b6e8 07:24:06 Removing intermediate container 8dcc14c7b6e8 07:24:06 ---> f8140823daf8 07:24:06 Step 6/24 : LABEL Name=edgex-ui-go 07:24:06 ---> Running in da2483fccc3a 07:24:07 Removing intermediate container da2483fccc3a 07:24:07 ---> e3ed1b4b8cd1 07:24:07 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:24:07 ---> Running in afc3bbb388b0 07:24:07 Removing intermediate container afc3bbb388b0 07:24:07 ---> 3aede460a333 07:24:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:24:07 ---> Running in 1b0c0eafda11 07:24:09 e78d2573fc39: Pull complete 07:24:09 e876d2f968b6: Pull complete 07:24:10 Removing intermediate container 1b0c0eafda11 07:24:10 ---> f7c3890b21da 07:24:10 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:24:10 ---> Running in 4f5014111749 07:24:10 ce8a83651883: Pull complete 07:24:10 07967f4d0e4b: Pull complete 07:24:10 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:24:10 ---> 5d7c900382c6 07:24:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:24:11 ---> Running in 6c26847f9f6e 07:24:11 Removing intermediate container 6c26847f9f6e 07:24:11 ---> 1affdbb8eb6a 07:24:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:24:12 ---> Running in 894d9c3c531c 07:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:24:13 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:24:13 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 07:24:13 OK: 12617 distinct packages available 07:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:24:14 Removing intermediate container 894d9c3c531c 07:24:14 ---> 14d43dca5e8a 07:24:14 Step 5/8 : RUN apk add --no-cache make git 07:24:14 ---> Running in 97d2e4378c1c 07:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:24:15 OK: 142 MiB in 39 packages 07:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:16 Removing intermediate container 4f5014111749 07:24:16 ---> bf7e97d98498 07:24:16 Step 10/24 : ENV GO111MODULE=on 07:24:16 ---> Running in 6aa8fe791dde 07:24:16 OK: 166 MiB in 39 packages 07:24:17 Removing intermediate container 6aa8fe791dde 07:24:17 ---> 71d6852446e6 07:24:17 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:24:17 ---> Running in 0ba15c8c0287 07:24:17 Removing intermediate container 0ba15c8c0287 07:24:17 ---> 79c4802d8039 07:24:17 Step 12/24 : COPY go.mod . 07:24:17 Removing intermediate container 97d2e4378c1c 07:24:17 ---> 9e4f904df58f 07:24:17 Step 6/8 : WORKDIR /edgex-ui-go 07:24:17 ---> Running in 96dfcf1bf12f 07:24:17 Removing intermediate container 96dfcf1bf12f 07:24:17 ---> cec67f391cb8 07:24:17 Step 7/8 : COPY . . 07:24:18 ---> 9fc0647d4a43 07:24:18 Step 13/24 : COPY Makefile . 07:24:19 ---> e99fc02d73e0 07:24:19 Step 14/24 : RUN make update 07:24:19 ---> Running in 162b6ec4ff50 07:24:19 ---> d8187d2109c3 07:24:19 Step 8/8 : RUN go mod download 07:24:19 ---> Running in 742bc221ca04 07:24:20 CGO_ENABLED=0 GO111MODULE=on go mod download 07:24:22 Removing intermediate container 162b6ec4ff50 07:24:22 ---> 7a373e478889 07:24:22 Step 15/24 : COPY . . 07:24:23 go: finding github.com/BurntSushi/toml v0.3.1 07:24:23 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 07:24:23 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 07:24:23 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 07:24:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:24:23 go: finding github.com/armon/go-metrics v0.3.3 07:24:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:24:23 go: finding github.com/beorn7/perks v1.0.1 07:24:23 go: finding github.com/bgentry/speakeasy v0.1.0 07:24:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:24:23 go: finding github.com/cespare/xxhash/v2 v2.1.1 07:24:23 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 07:24:23 go: finding github.com/circonus-labs/circonusllhist v0.1.3 07:24:23 go: finding github.com/davecgh/go-spew v1.1.1 07:24:23 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:24:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:24:23 go: finding github.com/fatih/color v1.9.0 07:24:23 go: finding github.com/go-kit/kit v0.9.0 07:24:23 go: finding github.com/go-logfmt/logfmt v0.4.0 07:24:23 go: finding github.com/go-stack/stack v1.8.0 07:24:23 go: finding github.com/gogo/protobuf v1.1.1 07:24:23 go: finding github.com/golang/protobuf v1.3.2 07:24:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:24:23 go: finding github.com/google/go-cmp v0.4.0 07:24:23 go: finding github.com/google/gofuzz v1.0.0 07:24:23 go: finding github.com/gorilla/mux v1.7.1 07:24:23 go: finding github.com/gorilla/websocket v1.4.0 07:24:23 go: finding github.com/hashicorp/consul/api v1.4.0 07:24:24 go: finding github.com/hashicorp/consul/sdk v0.4.0 07:24:24 go: finding github.com/hashicorp/errwrap v1.0.0 07:24:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:24:24 go: finding github.com/hashicorp/go-hclog v0.12.2 07:24:24 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 07:24:24 go: finding github.com/hashicorp/go-msgpack v0.5.5 07:24:24 go: finding github.com/hashicorp/go-multierror v1.0.0 07:24:24 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 07:24:24 go: finding github.com/hashicorp/go-rootcerts v1.0.2 07:24:24 ---> db3b1e811fa5 07:24:24 Step 16/24 : RUN ${MAKE} 07:24:24 ---> Running in 48dbc7858a8b 07:24:24 go: finding github.com/hashicorp/go-sockaddr v1.0.2 07:24:24 go: finding github.com/hashicorp/go-syslog v1.0.0 07:24:24 go: finding github.com/hashicorp/go-uuid v1.0.1 07:24:24 go: finding github.com/hashicorp/go.net v0.0.1 07:24:24 go: finding github.com/hashicorp/golang-lru v0.5.4 07:24:24 go: finding github.com/hashicorp/logutils v1.0.0 07:24:24 go: finding github.com/hashicorp/mdns v1.0.1 07:24:24 go: finding github.com/hashicorp/memberlist v0.2.0 07:24:24 go: finding github.com/hashicorp/serf v0.9.0 07:24:24 go: finding github.com/json-iterator/go v1.1.9 07:24:24 go: finding github.com/julienschmidt/httprouter v1.2.0 07:24:24 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 07:24:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:24:24 go: finding github.com/kr/pretty v0.2.0 07:24:24 go: finding github.com/kr/pty v1.1.1 07:24:24 go: finding github.com/kr/text v0.1.0 07:24:24 go: finding github.com/mattn/go-colorable v0.1.6 07:24:25 go: finding github.com/mattn/go-isatty v0.0.12 07:24:25 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 07:24:25 go: finding github.com/miekg/dns v1.1.26 07:24:25 go: finding github.com/mitchellh/cli v1.0.0 07:24:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:24:25 go: finding github.com/mitchellh/copystructure v1.0.0 07:24:25 go: finding github.com/mitchellh/go-homedir v1.1.0 07:24:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:24:25 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:24:25 go: finding github.com/mitchellh/gox v0.4.0 07:24:25 go: finding github.com/mitchellh/iochan v1.0.0 07:24:25 go: finding github.com/mitchellh/mapstructure v1.2.2 07:24:25 go: finding github.com/mitchellh/reflectwalk v1.0.1 07:24:25 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 07:24:25 go: finding github.com/modern-go/reflect2 v1.0.1 07:24:25 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 07:24:25 go: finding github.com/pascaldekloe/goe v0.1.0 07:24:25 go: finding github.com/pelletier/go-toml v1.7.0 07:24:25 go: finding github.com/pkg/errors v0.8.1 07:24:25 go: finding github.com/pmezard/go-difflib v1.0.0 07:24:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:24:25 go: finding github.com/posener/complete v1.1.1 07:24:25 go: finding github.com/prometheus/client_golang v1.4.0 07:24:25 go: finding github.com/prometheus/client_model v0.2.0 07:24:25 go: finding github.com/prometheus/common v0.9.1 07:24:25 go: finding github.com/prometheus/procfs v0.0.8 07:24:25 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:24:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:24:25 go: finding github.com/sirupsen/logrus v1.4.2 07:24:25 go: finding github.com/stretchr/objx v0.1.1 07:24:25 go: finding github.com/stretchr/testify v1.4.0 07:24:25 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 07:24:25 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 07:24:25 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 07:24:25 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 07:24:25 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 07:24:25 go: finding golang.org/x/text v0.3.2 07:24:25 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 07:24:25 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 07:24:25 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 07:24:25 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:24:25 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:24:26 go: finding gopkg.in/yaml.v2 v2.2.8 07:24:44 Removing intermediate container 742bc221ca04 07:24:44 ---> 6068e0baf18e 07:24:44 Successfully built 6068e0baf18e 07:24:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:24:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:24:46 + ls -al . 07:24:46 total 56 07:24:46 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 3 07:23 . 07:24:46 drwxrwxr-x. 4 jenkins jenkins 30 Sep 3 07:23 .. 07:24:46 drwxrwxr-x. 3 jenkins jenkins 20 Sep 3 07:23 assets 07:24:46 drwxrwxr-x. 2 jenkins jenkins 35 Sep 3 07:23 bin 07:24:46 drwxrwxr-x. 3 jenkins jenkins 29 Sep 3 07:23 cmd 07:24:46 -rw-rw-r--. 1 jenkins jenkins 3959 Sep 3 07:23 CONTRIBUTING.md 07:24:46 -rw-rw-r--. 1 jenkins jenkins 913 Sep 3 07:23 Dockerfile 07:24:46 -rw-rw-r--. 1 jenkins jenkins 898 Sep 3 07:23 Dockerfile.build 07:24:46 drwxrwxr-x. 5 jenkins jenkins 104 Sep 3 07:23 docs 07:24:46 drwxrwxr-x. 8 jenkins jenkins 162 Sep 3 07:23 .git 07:24:46 drwxrwxr-x. 2 jenkins jenkins 38 Sep 3 07:23 .github 07:24:46 -rw-rw-r--. 1 jenkins jenkins 136 Sep 3 07:23 .gitignore 07:24:46 -rw-rw-r--. 1 jenkins jenkins 1019 Sep 3 07:23 go.mod 07:24:46 drwxrwxr-x. 10 jenkins jenkins 139 Sep 3 07:23 internal 07:24:46 -rw-rw-r--. 1 jenkins jenkins 675 Sep 3 07:23 Jenkinsfile 07:24:46 -rw-rw-r--. 1 jenkins jenkins 11357 Sep 3 07:23 LICENSE 07:24:46 -rw-rw-r--. 1 jenkins jenkins 951 Sep 3 07:23 Makefile 07:24:46 -rw-rw-r--. 1 jenkins jenkins 3545 Sep 3 07:23 README.md 07:24:46 drwxrwxr-x. 3 jenkins jenkins 44 Sep 3 07:23 .semver 07:24:46 -rw-rw-r--. 1 jenkins jenkins 11 Sep 3 07:20 VERSION 07:24:46 -rw-rw-r--. 1 jenkins jenkins 155 Sep 3 07:23 version.go [Pipeline] isUnix [Pipeline] sh 07:24:47 + 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=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd --label arch=amd64 --label version=1.2.2-dev.7 . 07:24:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:24:48 Sending build context to Docker daemon 21.96MB 07:24:48 Step 1/24 : ARG BASE=golang:1.13-alpine 07:24:48 Step 2/24 : FROM ${BASE} AS builder 07:24:48 ---> 6068e0baf18e 07:24:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:24:48 ---> Running in 40c584d045fa 07:24:48 Removing intermediate container 40c584d045fa 07:24:48 ---> 39cda94c4d1d 07:24:48 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:24:48 ---> Running in 0c0c0c31eb1a 07:24:49 Removing intermediate container 0c0c0c31eb1a 07:24:49 ---> 9592312d4786 07:24:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:24:49 ---> Running in b9b8e7f26e77 07:24:49 Removing intermediate container b9b8e7f26e77 07:24:49 ---> 4aac9f6321d0 07:24:49 Step 6/24 : LABEL Name=edgex-ui-go 07:24:49 ---> Running in d1317fddbcc7 07:24:49 Removing intermediate container d1317fddbcc7 07:24:49 ---> 5d0dac833320 07:24:49 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:24:49 ---> Running in 752a95db4e46 07:24:49 Removing intermediate container 752a95db4e46 07:24:49 ---> 70ca95014737 07:24:49 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:24:50 ---> Running in 869314b40772 07:24:51 Removing intermediate container 869314b40772 07:24:51 ---> 4ea92690e9d6 07:24:51 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:24:51 ---> Running in eb5b31665095 07:24:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:54 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:24:54 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 07:24:54 OK: 12746 distinct packages available 07:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:55 OK: 166 MiB in 39 packages 07:24:56 Removing intermediate container 48dbc7858a8b 07:24:56 ---> 0c1c9e9c84fc 07:24:56 Step 17/24 : FROM alpine 07:24:56 latest: Pulling from library/alpine 07:24:56 b538f80385f9: Already exists 07:24:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:24:56 Status: Downloaded newer image for alpine:latest 07:24:56 ---> 62ee0e9f8440 07:24:56 Step 18/24 : EXPOSE 4000 07:24:56 Removing intermediate container eb5b31665095 07:24:56 ---> 5a71562edb6a 07:24:56 Step 10/24 : ENV GO111MODULE=on 07:24:56 ---> Running in eeeb85c265a2 07:24:56 ---> Running in ef68ad5c6114 07:24:56 Removing intermediate container eeeb85c265a2 07:24:56 ---> 1003103d4737 07:24:56 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:24:56 ---> Running in 50a07a54d19d 07:24:56 Removing intermediate container 50a07a54d19d 07:24:56 ---> 3295439c67e2 07:24:56 Step 12/24 : COPY go.mod . 07:24:57 Removing intermediate container ef68ad5c6114 07:24:57 ---> fa1e8c36ebfb 07:24:57 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 07:24:57 ---> 5b4ff391a833 07:24:57 Step 13/24 : COPY Makefile . 07:24:57 ---> 6b935898dfcd 07:24:57 Step 14/24 : RUN make update 07:24:57 ---> Running in 851e192c7666 07:24:58 CGO_ENABLED=0 GO111MODULE=on go mod download 07:24:59 Removing intermediate container 851e192c7666 07:24:59 ---> 7adcaee74187 07:24:59 Step 15/24 : COPY . . 07:24:59 ---> 20e62a54e794 07:24:59 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:24:59 ---> Running in 70d155088abe 07:24:59 Removing intermediate container 70d155088abe 07:24:59 ---> 9043b14cfe58 07:24:59 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:24:59 ---> Running in 53bec7a82048 07:24:59 Removing intermediate container 53bec7a82048 07:24:59 ---> bdae4817b2fb 07:24:59 Step 22/24 : LABEL arch=arm64 07:25:00 ---> Running in 95604ae577ac 07:25:00 ---> 15129f573624 07:25:00 Step 16/24 : RUN ${MAKE} 07:25:00 ---> Running in a5761ac4fb50 07:25:00 Removing intermediate container 95604ae577ac 07:25:00 ---> 080a5a0a6519 07:25:00 Step 23/24 : LABEL git_sha=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:00 ---> Running in b87ebaf75f33 07:25:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:25:01 Removing intermediate container b87ebaf75f33 07:25:01 ---> 055a219bf685 07:25:01 Step 24/24 : LABEL version=1.2.2-dev.7 07:25:01 ---> Running in 11c2027bb8e3 07:25:01 Removing intermediate container 11c2027bb8e3 07:25:01 ---> f04feeed7297 07:25:01 [Warning] One or more build-args [ARCH] were not consumed 07:25:01 Successfully built f04feeed7297 07:25:01 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 07:25:02 provisioning config files... 07:25:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/50@tmp/config7428544647207489565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:02 ---> docker-login.sh 07:25:02 nexus3.edgexfoundry.org:10001 07:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:03 Configure a credential helper to remove this warning. See 07:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:03 07:25:03 Login Succeeded 07:25:03 nexus3.edgexfoundry.org:10002 07:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:03 Configure a credential helper to remove this warning. See 07:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:03 07:25:03 Login Succeeded 07:25:03 nexus3.edgexfoundry.org:10003 07:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:04 Configure a credential helper to remove this warning. See 07:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:04 07:25:04 Login Succeeded 07:25:04 nexus3.edgexfoundry.org:10004 07:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:05 Configure a credential helper to remove this warning. See 07:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:05 07:25:05 Login Succeeded 07:25:05 docker.io 07:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:05 Configure a credential helper to remove this warning. See 07:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:05 07:25:05 Login Succeeded 07:25:05 ---> docker-login.sh ends [Pipeline] } 07:25:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:06 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 07:25:06 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:06 latest 07:25:06 1.2.2-dev.7 07:25:06 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:06 master 07:25:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:06 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] isUnix [Pipeline] sh 07:25:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:25:06 6980483b91f2: Preparing 07:25:06 e2f13739ad41: Preparing 07:25:06 e2f13739ad41: Layer already exists 07:25:11 6980483b91f2: Pushed 07:25:11 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:11 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:25:11 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 07:25:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:25:11 6980483b91f2: Preparing 07:25:11 e2f13739ad41: Preparing 07:25:11 e2f13739ad41: Layer already exists 07:25:11 6980483b91f2: Layer already exists 07:25:12 latest: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 07:25:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 07:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:25:12 6980483b91f2: Preparing 07:25:12 e2f13739ad41: Preparing 07:25:12 e2f13739ad41: Layer already exists 07:25:12 6980483b91f2: Layer already exists 07:25:13 1.2.2-dev.7: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:13 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 07:25:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:25:13 6980483b91f2: Preparing 07:25:13 e2f13739ad41: Preparing 07:25:13 6980483b91f2: Layer already exists 07:25:13 e2f13739ad41: Layer already exists 07:25:13 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:14 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:25:14 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 07:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:25:14 6980483b91f2: Preparing 07:25:14 e2f13739ad41: Preparing 07:25:14 e2f13739ad41: Layer already exists 07:25:14 6980483b91f2: Layer already exists 07:25:15 master: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:15 ===================================================== [Pipeline] echo 07:25:15 taggedImages: 07:25:15 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:15 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 07:25:15 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 07:25:15 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:15 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [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] } 07:25:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:25:22 Removing intermediate container a5761ac4fb50 07:25:22 ---> 3d44a3ecf0de 07:25:22 Step 17/24 : FROM alpine 07:25:23 latest: Pulling from library/alpine 07:25:23 df20fa9351a1: Already exists 07:25:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:25:23 Status: Downloaded newer image for alpine:latest 07:25:23 ---> a24bb4013296 07:25:23 Step 18/24 : EXPOSE 4000 07:25:23 ---> Running in c0a17d27d551 07:25:23 Removing intermediate container c0a17d27d551 07:25:23 ---> 5b72dc4724b1 07:25:23 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 07:25:24 ---> 16719f835786 07:25:24 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:25:24 ---> Running in 8c040e1b3755 07:25:25 Removing intermediate container 8c040e1b3755 07:25:25 ---> be8d089fe7cf 07:25:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:25:25 ---> Running in 582585e54eff 07:25:25 Removing intermediate container 582585e54eff 07:25:25 ---> 740b4b25fa73 07:25:25 Step 22/24 : LABEL arch=amd64 07:25:25 ---> Running in 89400b31f93d 07:25:25 Removing intermediate container 89400b31f93d 07:25:25 ---> 3c77ba18652e 07:25:25 Step 23/24 : LABEL git_sha=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:25 ---> Running in a4cdb4808223 07:25:25 Removing intermediate container a4cdb4808223 07:25:25 ---> cf9cc8c819bc 07:25:25 Step 24/24 : LABEL version=1.2.2-dev.7 07:25:25 ---> Running in d865756d9300 07:25:26 Removing intermediate container d865756d9300 07:25:26 ---> 37720ed2f895 07:25:26 [Warning] One or more build-args [ARCH] were not consumed 07:25:26 Successfully built 37720ed2f895 07:25:26 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 07:25:26 provisioning config files... 07:25:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/50@tmp/config5526991947808635692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:27 ---> docker-login.sh 07:25:27 nexus3.edgexfoundry.org:10001 07:25:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:27 Configure a credential helper to remove this warning. See 07:25:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:27 07:25:27 Login Succeeded 07:25:27 nexus3.edgexfoundry.org:10002 07:25:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:28 Configure a credential helper to remove this warning. See 07:25:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:28 07:25:28 Login Succeeded 07:25:28 nexus3.edgexfoundry.org:10003 07:25:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:28 Configure a credential helper to remove this warning. See 07:25:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:28 07:25:28 Login Succeeded 07:25:28 nexus3.edgexfoundry.org:10004 07:25:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:29 Configure a credential helper to remove this warning. See 07:25:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:29 07:25:29 Login Succeeded 07:25:29 docker.io 07:25:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:30 Configure a credential helper to remove this warning. See 07:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:30 07:25:30 Login Succeeded 07:25:30 ---> docker-login.sh ends [Pipeline] } 07:25:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:30 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 07:25:30 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:30 latest 07:25:30 1.2.2-dev.7 07:25:30 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:30 master 07:25:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:30 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] isUnix [Pipeline] sh 07:25:31 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:25:31 f42eac5d5269: Preparing 07:25:31 50644c29ef5a: Preparing 07:25:31 50644c29ef5a: Layer already exists 07:25:34 f42eac5d5269: Pushed 07:25:34 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:34 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 07:25:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 07:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:25:34 f42eac5d5269: Preparing 07:25:34 50644c29ef5a: Preparing 07:25:34 50644c29ef5a: Layer already exists 07:25:34 f42eac5d5269: Layer already exists 07:25:34 latest: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:35 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 07:25:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 07:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:25:35 f42eac5d5269: Preparing 07:25:35 50644c29ef5a: Preparing 07:25:35 f42eac5d5269: Layer already exists 07:25:35 50644c29ef5a: Layer already exists 07:25:35 1.2.2-dev.7: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 07:25:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:25:36 f42eac5d5269: Preparing 07:25:36 50644c29ef5a: Preparing 07:25:36 f42eac5d5269: Layer already exists 07:25:36 50644c29ef5a: Layer already exists 07:25:36 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh 07:25:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 07:25:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 07:25:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:25:37 f42eac5d5269: Preparing 07:25:37 50644c29ef5a: Preparing 07:25:37 50644c29ef5a: Layer already exists 07:25:37 f42eac5d5269: Layer already exists 07:25:37 master: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:37 ===================================================== [Pipeline] echo 07:25:37 taggedImages: 07:25:37 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:25:37 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 07:25:37 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 07:25:37 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 07:25:37 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:25:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:25:39 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:25:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:39 07:25:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:25:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:40 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:25:40 cbdbe7a5bc2a: Pulling fs layer 07:25:40 408f87550127: Pulling fs layer 07:25:40 fe522b08c979: Pulling fs layer 07:25:40 221eaa008020: Pulling fs layer 07:25:40 2a4607e5d6b9: Pulling fs layer 07:25:40 8f79b27c4fd2: Pulling fs layer 07:25:40 e5c8dbe1645b: Pulling fs layer 07:25:40 23e8b3b47431: Pulling fs layer 07:25:40 5c568d65a230: Pulling fs layer 07:25:40 8f79b27c4fd2: Waiting 07:25:40 23e8b3b47431: Waiting 07:25:40 e5c8dbe1645b: Waiting 07:25:40 5c568d65a230: Waiting 07:25:40 221eaa008020: Waiting 07:25:40 2a4607e5d6b9: Waiting 07:25:40 fe522b08c979: Verifying Checksum 07:25:40 fe522b08c979: Download complete 07:25:40 408f87550127: Verifying Checksum 07:25:40 408f87550127: Download complete 07:25:40 2a4607e5d6b9: Verifying Checksum 07:25:40 2a4607e5d6b9: Download complete 07:25:40 8f79b27c4fd2: Download complete 07:25:40 cbdbe7a5bc2a: Verifying Checksum 07:25:40 cbdbe7a5bc2a: Download complete 07:25:40 e5c8dbe1645b: Download complete 07:25:40 cbdbe7a5bc2a: Pull complete 07:25:40 23e8b3b47431: Verifying Checksum 07:25:40 23e8b3b47431: Download complete 07:25:41 408f87550127: Pull complete 07:25:41 5c568d65a230: Verifying Checksum 07:25:41 5c568d65a230: Download complete 07:25:41 fe522b08c979: Pull complete 07:25:42 221eaa008020: Verifying Checksum 07:25:42 221eaa008020: Download complete 07:25:47 221eaa008020: Pull complete 07:25:47 2a4607e5d6b9: Pull complete 07:25:47 8f79b27c4fd2: Pull complete 07:25:49 e5c8dbe1645b: Pull complete 07:25:52 23e8b3b47431: Pull complete 07:25:53 5c568d65a230: Pull complete 07:25:53 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:25:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:25:54 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:25:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:25:55 $ docker top 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:55 + snyk monitor '--org=edgex-jenkins' 07:26:10 07:26:10 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 07:26:10 07:26:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/61b1feb2-bfb1-4590-86f7-eac97f9ccdf8 07:26:10 07:26:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:26:10 07:26:10 07:26:10 Snyk CLI supports Node.js 8 and higher. 07:26:10 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:26:10 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:26:10 07:26:10 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:26:10 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 07:26:10 $ docker stop --time=1 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c 07:26:13 $ docker rm -f 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:14 07:26:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 07:26:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:15 latest: Pulling from edgex-devops/edgex-klar 07:26:15 e7c96db7181b: Pulling fs layer 07:26:15 1868ca2cb446: Pulling fs layer 07:26:15 136be5d0fe8e: Pulling fs layer 07:26:15 894bfe63afcb: Pulling fs layer 07:26:15 1868ca2cb446: Verifying Checksum 07:26:15 1868ca2cb446: Download complete 07:26:15 136be5d0fe8e: Verifying Checksum 07:26:15 136be5d0fe8e: Download complete 07:26:15 e7c96db7181b: Verifying Checksum 07:26:15 e7c96db7181b: Download complete 07:26:15 894bfe63afcb: Verifying Checksum 07:26:15 894bfe63afcb: Download complete 07:26:15 e7c96db7181b: Pull complete 07:26:15 1868ca2cb446: Pull complete 07:26:15 136be5d0fe8e: Pull complete 07:26:16 894bfe63afcb: Pull complete 07:26:16 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 07:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 07:26:16 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:26:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:26:17 $ docker top 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:17 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:26:17 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:26:20 $ docker stop --time=1 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 07:26:21 $ docker rm -f 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:26:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:22 . [Pipeline] withDockerContainer 07:26:22 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:26:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:26:23 $ docker top 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:23 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:26:23 + tee 07:26:23 clair timeout 1m0s 07:26:23 docker timeout: 1m0s 07:26:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:26:24 $ docker stop --time=1 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd 07:26:25 $ docker rm -f 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd [Pipeline] // withDockerContainer [Pipeline] sh 07:26:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 07:26:26 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd.html [Pipeline] writeFile [Pipeline] step 07:26:26 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:26 . [Pipeline] withDockerContainer 07:26:26 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:26:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:26:27 $ docker top 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:28 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:26:28 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:26:31 $ docker stop --time=1 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 07:26:32 $ docker rm -f 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:26:33 . [Pipeline] withDockerContainer 07:26:33 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:26:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:26:34 $ docker top c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:34 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 07:26:34 + tee 07:26:34 clair timeout 1m0s 07:26:34 docker timeout: 1m0s 07:26:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:26:35 $ docker stop --time=1 c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 07:26:36 $ docker rm -f c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 [Pipeline] // withDockerContainer [Pipeline] sh 07:26:37 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 07:26:37 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd.html [Pipeline] writeFile [Pipeline] step 07:26:37 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:26:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:38 . [Pipeline] withDockerContainer 07:26:38 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:26:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:26:39 $ docker top 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:39 [ssh-agent] Looking for ssh-agent implementation... 07:26:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:40 $ docker exec 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 ssh-agent 07:26:40 SSH_AUTH_SOCK=/tmp/ssh-7GibOe5qx81u/agent.12 07:26:40 SSH_AGENT_PID=17 07:26:40 Running ssh-add (command line suppressed) 07:26:40 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_808025727464229292.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_808025727464229292.key) 07:26:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:40 + git semver tag 07:26:40 # -> Open(): unable to determine branch for HEAD 07:26:40 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:26:40 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:26:40 # $SEMVER_REMOTE_NAME = origin 07:26:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:26:40 # $SEMVER_USER_NAME = edgex-jenkins 07:26:40 # $SEMVER_BRANCH = master 07:26:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:26:40 # c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd HEAD 07:26:40 # -> Force: false 07:26:40 # 9cd766f67df9ac5c6610aecb1b534d0ffde31b06 refs/tags/v1.2.2-dev.7 [Pipeline] } 07:26:40 $ docker exec --env ******** --env ******** 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 ssh-agent -k 07:26:40 unset SSH_AUTH_SOCK; 07:26:40 unset SSH_AGENT_PID; 07:26:40 echo Agent pid 17 killed; 07:26:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:41 + git semver [Pipeline] } 07:26:41 $ docker stop --time=1 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 07:26:42 $ docker rm -f 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:43 07:26:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:26:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:43 0.23.1-centos7: Pulling from edgex-lftools 07:26:43 ab5ef0e58194: Pulling fs layer 07:26:43 9712f1f96733: Pulling fs layer 07:26:43 63f879dbbcfc: Pulling fs layer 07:26:43 0d9ebad4ef96: Pulling fs layer 07:26:43 e9a5061849ea: Pulling fs layer 07:26:43 d747dcd14b5f: Pulling fs layer 07:26:43 2de7ff778b66: Pulling fs layer 07:26:43 e9a5061849ea: Waiting 07:26:43 d747dcd14b5f: Waiting 07:26:43 2de7ff778b66: Waiting 07:26:43 0d9ebad4ef96: Waiting 07:26:43 9712f1f96733: Verifying Checksum 07:26:43 9712f1f96733: Download complete 07:26:44 63f879dbbcfc: Download complete 07:26:44 e9a5061849ea: Verifying Checksum 07:26:44 e9a5061849ea: Download complete 07:26:44 d747dcd14b5f: Verifying Checksum 07:26:44 d747dcd14b5f: Download complete 07:26:44 2de7ff778b66: Verifying Checksum 07:26:44 2de7ff778b66: Download complete 07:26:44 0d9ebad4ef96: Verifying Checksum 07:26:44 0d9ebad4ef96: Download complete 07:26:44 ab5ef0e58194: Verifying Checksum 07:26:44 ab5ef0e58194: Download complete 07:26:50 ab5ef0e58194: Pull complete 07:26:50 9712f1f96733: Pull complete 07:26:52 63f879dbbcfc: Pull complete 07:26:59 0d9ebad4ef96: Pull complete 07:26:59 e9a5061849ea: Pull complete 07:26:59 d747dcd14b5f: Pull complete 07:27:03 2de7ff778b66: Pull complete 07:27:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:27:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:27:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:27:03 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:27:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:27:07 $ docker top f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:27:07 provisioning config files... 07:27:07 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2432275223839068409tmp 07:27:07 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9067724512890763936tmp 07:27:07 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config821076343528528655tmp [Pipeline] { [Pipeline] echo 07:27:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:27:07 ---> sigul-configuration.sh 07:27:07 gpg: directory `/root/.gnupg' created 07:27:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:27:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:27:07 gpg: keyring `/root/.gnupg/secring.gpg' created 07:27:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:27:07 gpg: CAST5 encrypted data 07:27:08 gpg: encrypted with 1 passphrase 07:27:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:27:08 + mkdir /home/jenkins 07:27:08 + mkdir /home/jenkins/sigul [Pipeline] sh 07:27:08 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:27:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:27:09 ---> sigul-install.sh 07:27:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:27:17 + git tag --list 07:27:17 v1.2.2-dev.7 [Pipeline] sh 07:27:17 + lftools sign git-tag v1.2.2-dev.7 07:27:19 Signing Git tag with Sigul... 07:27:19 Signing v1.2.2-dev.7 07:27:19 2020-09-03 07:27:19,416 WARNING: (child) Exception in child 07:27:19 Traceback (most recent call last): 07:27:19 File "/usr/share/sigul/double_tls.py", line 772, in __child 07:27:19 socket_fd.force_handshake() 07:27:19 NSPRError: (SEC_ERROR_UNTRUSTED_ISSUER) Peer's certificate issuer has been marked as not trusted by the user. 07:27:19 ERROR: I/O error: NSPR connection reset [Pipeline] echo 07:27:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:27:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:27:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:27:19 $ docker stop --time=1 f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 07:27:21 $ docker rm -f f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:22 . [Pipeline] withDockerContainer 07:27:22 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:27:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:27:23 $ docker top 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:23 [ssh-agent] Looking for ssh-agent implementation... 07:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:24 $ docker exec 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 ssh-agent 07:27:24 SSH_AUTH_SOCK=/tmp/ssh-1n2aCSazXJzn/agent.12 07:27:24 SSH_AGENT_PID=17 07:27:24 Running ssh-add (command line suppressed) 07:27:24 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3833047702346362787.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3833047702346362787.key) 07:27:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:24 + git semver bump pre 07:27:24 # -> Open(): unable to determine branch for HEAD 07:27:24 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:27:24 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:27:24 # $SEMVER_REMOTE_NAME = origin 07:27:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:27:24 # $SEMVER_USER_NAME = edgex-jenkins 07:27:24 # $SEMVER_BRANCH = master 07:27:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:27:24 1.2.2-dev.8 [Pipeline] } 07:27:24 $ docker exec --env ******** --env ******** 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 ssh-agent -k 07:27:25 unset SSH_AUTH_SOCK; 07:27:25 unset SSH_AGENT_PID; 07:27:25 echo Agent pid 17 killed; 07:27:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:25 + git semver [Pipeline] } 07:27:25 $ docker stop --time=1 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 07:27:26 $ docker rm -f 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:27:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:27 . [Pipeline] withDockerContainer 07:27:27 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:27: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:27:28 $ docker top 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:28 [ssh-agent] Looking for ssh-agent implementation... 07:27:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:28 $ docker exec 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b ssh-agent 07:27:28 SSH_AUTH_SOCK=/tmp/ssh-WRDXltgqIKyI/agent.12 07:27:28 SSH_AGENT_PID=17 07:27:28 Running ssh-add (command line suppressed) 07:27:29 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1693935039661398344.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1693935039661398344.key) 07:27:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:29 + git semver push 07:27:29 # -> Open(): unable to determine branch for HEAD 07:27:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:27:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:27:29 # $SEMVER_REMOTE_NAME = origin 07:27:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:27:29 # $SEMVER_USER_NAME = edgex-jenkins 07:27:29 # $SEMVER_BRANCH = master 07:27:29 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 07:27:36 $ docker exec --env ******** --env ******** 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b ssh-agent -k 07:27:36 unset SSH_AUTH_SOCK; 07:27:36 unset SSH_AGENT_PID; 07:27:36 echo Agent pid 17 killed; 07:27:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:36 + git semver [Pipeline] } 07:27:36 $ docker stop --time=1 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b 07:27:38 $ docker rm -f 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:27:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:27:39 ---> package-listing.sh 07:27:39 ++ facter osfamily 07:27:39 ++ tr '[:upper:]' '[:lower:]' 07:27:39 + OS_FAMILY=redhat 07:27:39 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 07:27:39 + START_PACKAGES=/tmp/packages_start.txt 07:27:39 + END_PACKAGES=/tmp/packages_end.txt 07:27:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:27:39 + PACKAGES=/tmp/packages_start.txt 07:27:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:27:39 + PACKAGES=/tmp/packages_end.txt 07:27:39 + case "${OS_FAMILY}" in 07:27:39 + rpm -qa 07:27:39 + sort 07:27:44 + '[' -f /tmp/packages_start.txt ']' 07:27:44 + '[' -f /tmp/packages_end.txt ']' 07:27:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:27:44 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:27:44 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 07:27:44 + 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 07:27:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:27:45 07:27:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:27:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:27:45 alpine: Pulling from edgex-lftools-log-publisher 07:27:45 df20fa9351a1: Pulling fs layer 07:27:45 36b3adc4ff6f: Pulling fs layer 07:27:45 8ad3a11d3b57: Pulling fs layer 07:27:45 46f8f816bc3b: Pulling fs layer 07:27:45 0dadc02b9964: Pulling fs layer 07:27:45 ce6a7cf60c04: Pulling fs layer 07:27:45 7a184a31f384: Pulling fs layer 07:27:45 0879bd2ef858: Pulling fs layer 07:27:45 46f8f816bc3b: Waiting 07:27:45 0dadc02b9964: Waiting 07:27:45 ce6a7cf60c04: Waiting 07:27:45 0879bd2ef858: Waiting 07:27:45 7a184a31f384: Waiting 07:27:45 36b3adc4ff6f: Verifying Checksum 07:27:45 36b3adc4ff6f: Download complete 07:27:45 46f8f816bc3b: Verifying Checksum 07:27:45 46f8f816bc3b: Download complete 07:27:45 df20fa9351a1: Download complete 07:27:45 ce6a7cf60c04: Verifying Checksum 07:27:45 ce6a7cf60c04: Download complete 07:27:45 7a184a31f384: Verifying Checksum 07:27:45 7a184a31f384: Download complete 07:27:45 0dadc02b9964: Verifying Checksum 07:27:45 0dadc02b9964: Download complete 07:27:45 8ad3a11d3b57: Verifying Checksum 07:27:45 8ad3a11d3b57: Download complete 07:27:45 df20fa9351a1: Pull complete 07:27:45 0879bd2ef858: Verifying Checksum 07:27:45 0879bd2ef858: Download complete 07:27:46 36b3adc4ff6f: Pull complete 07:27:46 8ad3a11d3b57: Pull complete 07:27:46 46f8f816bc3b: Pull complete 07:27:47 0dadc02b9964: Pull complete 07:27:47 ce6a7cf60c04: Pull complete 07:27:47 7a184a31f384: Pull complete 07:27:50 0879bd2ef858: Pull complete 07:27:50 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 07:27:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:27:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:27:50 prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container 07:27:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:27:53 $ docker top 989090ae8cd05796ad2b5573637fb34e60fa3795a685ebdfd5b7ee4c909d4740 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:53 + mkdir -p /var/log/sa [Pipeline] sh 07:27:54 + ls /var/log/sa-host 07:27:54 + sadf -c /var/log/sa-host/sa03 07:27:54 file_magic: OK 07:27:54 HZ: Using current value: 100 07:27:54 file_header: OK 07:27:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:27:54 Statistics: 07:27:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:27:54 File successfully converted to sysstat format version 12.2.1 07:27:54 + sadf -c /var/log/sa-host/sa05 07:27:54 file_magic: OK 07:27:54 HZ: Using current value: 100 07:27:54 file_header: OK 07:27:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:27:54 Statistics: 07:27:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:27:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:54 provisioning config files... 07:27:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config969429149795273074tmp [Pipeline] { [Pipeline] echo 07:27:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:27:54 ---> create-netrc.sh [Pipeline] echo 07:27:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:27:54 ---> logs-deploy.sh 07:27:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/50 07:27:54 INFO: archiving workspace using pattern(s): 07:27:56 Archives upload complete. 07:27:56 INFO: archiving logs to Nexus 07:27:57 ---> uname -a: 07:27:57 Linux 989090ae8cd0 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:27:57 07:27:57 07:27:57 ---> lscpu: 07:27:57 Architecture: x86_64 07:27:57 CPU op-mode(s): 32-bit, 64-bit 07:27:57 Byte Order: Little Endian 07:27:57 Address sizes: 40 bits physical, 48 bits virtual 07:27:57 CPU(s): 4 07:27:57 On-line CPU(s) list: 0-3 07:27:57 Thread(s) per core: 1 07:27:57 Core(s) per socket: 1 07:27:57 Socket(s): 4 07:27:57 NUMA node(s): 1 07:27:57 Vendor ID: GenuineIntel 07:27:57 CPU family: 6 07:27:57 Model: 44 07:27:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:27:57 Stepping: 1 07:27:57 CPU MHz: 2933.438 07:27:57 BogoMIPS: 5866.87 07:27:57 Virtualization: VT-x 07:27:57 Hypervisor vendor: KVM 07:27:57 Virtualization type: full 07:27:57 L1d cache: 128 KiB 07:27:57 L1i cache: 128 KiB 07:27:57 L2 cache: 16 MiB 07:27:57 L3 cache: 64 MiB 07:27:57 NUMA node0 CPU(s): 0-3 07:27:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:27:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:27:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:27:57 Vulnerability Meltdown: Mitigation; PTI 07:27:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:27:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:27:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:27:57 Vulnerability Tsx async abort: Not affected 07:27:57 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 07:27:57 07:27:57 07:27:57 ---> nproc: 07:27:57 4 07:27:57 07:27:57 07:27:57 ---> df -h: 07:27:57 Filesystem Size Used Available Use% Mounted on 07:27:57 overlay 50.0G 8.2G 41.8G 16% / 07:27:57 tmpfs 64.0M 0 64.0M 0% /dev 07:27:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:27:57 shm 64.0M 0 64.0M 0% /dev/shm 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 07:27:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgexfoundry_edgex-ui-go_master 07:27:57 07:27:57 07:27:57 ---> free -m: 07:27:57 total used free shared buff/cache available 07:27:57 Mem: 1837 775 114 0 946 995 07:27:57 Swap: 1023 2 1021 07:27:57 07:27:57 07:27:57 ---> ip addr: 07:27:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:27:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:27:57 inet 127.0.0.1/8 scope host lo 07:27:57 valid_lft forever preferred_lft forever 07:27:57 24: eth0@if25: mtu 1458 qdisc noqueue state UP 07:27:57 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:27:57 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:27:57 valid_lft forever preferred_lft forever 07:27:57 07:27:57 07:27:57 ---> sar -b -r -n DEV: 07:27:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 07:27:57 07:27:57 07:19:12 LINUX RESTART (4 CPU) 07:27:57 07:27:57 07:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:27:57 07:21:01 31.50 11.04 20.46 0.00 4467.84 2817.77 0.00 07:27:57 07:22:01 1.55 0.00 1.55 0.00 0.00 28.27 0.00 07:27:57 07:23:01 0.32 0.00 0.32 0.00 0.00 3.65 0.00 07:27:57 07:24:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 07:27:57 07:25:01 0.17 0.00 0.17 0.00 0.00 1.72 0.00 07:27:57 07:26:01 207.52 125.80 81.72 0.00 5497.05 30580.89 0.00 07:27:57 07:27:02 187.38 66.43 120.95 0.00 2701.06 28730.38 0.00 07:27:57 Average: 61.38 29.10 32.28 0.00 1803.94 8905.28 0.00 07:27:57 07:27:57 07:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:27:57 07:21:01 164576 0 545544 28.99 2616 1168820 1106960 37.78 394212 1162424 20 07:27:57 07:22:01 168992 0 541124 28.76 2616 1168824 1071708 36.58 394160 1158772 16 07:27:57 07:23:01 169036 0 541072 28.76 2616 1168832 1071756 36.58 394592 1158776 8 07:27:57 07:24:01 166416 0 543692 28.90 2616 1168832 1071768 36.58 397408 1158620 8 07:27:57 07:25:01 167020 0 543084 28.86 2616 1168836 1071660 36.57 400944 1154592 12 07:27:57 07:26:01 96024 0 669008 35.56 2616 1113908 1421888 48.53 515276 1070272 1312 07:27:57 07:27:02 72372 0 797008 42.36 2068 1010108 1532392 52.30 618156 899724 41460 07:27:57 Average: 143491 0 597219 31.74 2538 1138309 1192590 40.70 444964 1109026 6119 07:27:57 07:27:57 07:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:27:57 07:21:01 eth0 133.02 114.35 460.40 143.21 0.00 0.00 0.00 0.00 07:27:57 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:21:01 docker0 46.97 34.99 3.71 108.05 0.00 0.00 0.00 0.00 07:27:57 07:22:01 eth0 1.23 0.38 0.35 0.20 0.00 0.00 0.00 0.00 07:27:57 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:23:01 eth0 0.97 0.23 0.32 0.19 0.00 0.00 0.00 0.00 07:27:57 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:24:01 eth0 0.62 0.47 0.32 0.21 0.00 0.00 0.00 0.00 07:27:57 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:25:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:27:57 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:26:01 eth0 165.19 114.45 3789.85 15.85 0.00 0.00 0.00 0.00 07:27:57 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:26:01 docker0 26.94 27.20 2.77 20.95 0.00 0.00 0.00 0.00 07:27:57 07:26:01 vethb3bc034 26.94 27.32 3.13 20.96 0.00 0.00 0.00 0.00 07:27:57 07:27:02 eth0 227.52 174.85 3577.84 94.24 0.00 0.00 0.00 0.00 07:27:57 07:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 07:27:02 docker0 12.92 12.95 1.26 81.32 0.00 0.00 0.00 0.00 07:27:57 Average: eth0 75.49 57.78 1121.28 36.06 0.00 0.00 0.00 0.00 07:27:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:57 Average: docker0 12.32 10.68 1.10 29.89 0.00 0.00 0.00 0.00 07:27:57 07:27:57 07:27:57 ---> sar -P ALL: 07:27:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 07:27:57 07:27:57 07:19:12 LINUX RESTART (4 CPU) 07:27:57 07:27:57 07:20:02 CPU %user %nice %system %iowait %steal %idle 07:27:57 07:21:01 all 3.39 0.00 1.88 0.92 0.01 93.81 07:27:57 07:21:01 0 3.17 0.00 1.94 0.44 0.02 94.43 07:27:57 07:21:01 1 3.05 0.00 1.53 2.23 0.02 93.18 07:27:57 07:21:01 2 3.66 0.00 1.85 0.03 0.00 94.46 07:27:57 07:21:01 3 3.68 0.00 2.18 0.97 0.02 93.16 07:27:57 07:22:01 all 0.17 0.00 0.05 0.00 0.00 99.78 07:27:57 07:22:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:27:57 07:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 07:27:57 07:22:01 2 0.53 0.00 0.07 0.00 0.00 99.40 07:27:57 07:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:57 07:23:01 all 0.13 0.00 0.02 0.00 0.00 99.85 07:27:57 07:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:57 07:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:57 07:23:01 2 0.40 0.00 0.03 0.00 0.00 99.57 07:27:57 07:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:57 07:24:01 all 0.14 0.00 0.03 0.00 0.00 99.84 07:27:57 07:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:57 07:24:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:27:57 07:24:01 2 0.47 0.00 0.03 0.00 0.00 99.50 07:27:57 07:24:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:57 07:25:01 all 0.17 0.00 0.06 0.00 0.00 99.77 07:27:57 07:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:57 07:25:01 1 0.05 0.00 0.13 0.00 0.00 99.82 07:27:57 07:25:01 2 0.05 0.00 0.07 0.00 0.00 99.88 07:27:57 07:25:01 3 0.52 0.00 0.02 0.00 0.00 99.47 07:27:57 07:26:01 all 6.82 0.00 4.35 1.49 0.02 87.31 07:27:57 07:26:01 0 6.55 0.00 4.25 0.87 0.03 88.29 07:27:57 07:26:01 1 5.91 0.00 4.11 2.11 0.02 87.85 07:27:57 07:26:01 2 7.44 0.00 3.69 1.40 0.02 87.45 07:27:57 07:26:01 3 7.39 0.00 5.37 1.57 0.02 85.66 07:27:57 07:27:02 all 10.43 0.00 7.92 2.08 0.04 79.53 07:27:57 07:27:02 0 10.98 0.00 7.85 2.87 0.05 78.25 07:27:57 07:27:02 1 10.03 0.00 7.62 2.92 0.05 79.38 07:27:57 07:27:02 2 10.02 0.00 8.49 1.72 0.03 79.73 07:27:57 07:27:02 3 10.70 0.00 7.70 0.80 0.03 80.77 07:27:57 Average: all 3.01 0.00 2.03 0.64 0.01 94.31 07:27:57 Average: 0 2.95 0.00 2.01 0.59 0.01 94.43 07:27:57 Average: 1 2.72 0.00 1.92 1.03 0.01 94.33 07:27:57 Average: 2 3.20 0.00 2.02 0.45 0.01 94.32 07:27:57 Average: 3 3.18 0.00 2.18 0.47 0.01 94.17 07:27:57 07:27:57 07:27:57