Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5714d8bd27caa90e032f309ec784bfbab40fc19a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, 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: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5658 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5714d8bd27caa90e032f309ec784bfbab40fc19a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5714d8bd27caa90e032f309ec784bfbab40fc19a # timeout=10 Commit message: "Merge pull request #62 from lenny-intel/bootstrap" > git rev-list --no-walk fb05ca8b1c4594f392a6183491989ca3273ae7c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:25:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:25:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:25:53 ========================================================= 17:25:53 EdgeX Global Pipelines Version Info 17:25:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:25:55 ------------------- 17:25:55 stable info: 17:25:55 ------------------- 17:25:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:25:55 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 17:25:55 Message: update stable to v1.0.73 17:25:55 ------------------- 17:25:55 experimental info: 17:25:55 ------------------- 17:25:55 Commited By: **** collab-it+edgex@linuxfoundation.org 17:25:55 Commit SHA: 9405cb0f8260d2ac26698faec61c136a79101d83 17:25:55 Message: update experimental to v1.0.76 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:57 17:25:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:25:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:58 latest: Pulling from edgex-devops/git-semver 17:25:58 9123ac7c32f7: Pulling fs layer 17:25:58 b8cc5d1170e3: Pulling fs layer 17:25:58 2924cbbf6a41: Pulling fs layer 17:25:58 93b08a4f1073: Pulling fs layer 17:25:58 93b08a4f1073: Waiting 17:25:58 b8cc5d1170e3: Verifying Checksum 17:25:58 b8cc5d1170e3: Download complete 17:25:58 9123ac7c32f7: Verifying Checksum 17:25:58 9123ac7c32f7: Download complete 17:25:58 93b08a4f1073: Verifying Checksum 17:25:58 93b08a4f1073: Download complete 17:25:58 2924cbbf6a41: Verifying Checksum 17:25:58 2924cbbf6a41: Download complete 17:25:58 9123ac7c32f7: Pull complete 17:25:58 b8cc5d1170e3: Pull complete 17:25:59 2924cbbf6a41: Pull complete 17:25:59 93b08a4f1073: Pull complete 17:25:59 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:25:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:25:59 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:25:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:00 $ docker top f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:00 [ssh-agent] Looking for ssh-agent implementation... 17:26:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:01 $ docker exec f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 ssh-agent 17:26:01 SSH_AUTH_SOCK=/tmp/ssh-Jyf69swTPnRQ/agent.14 17:26:01 SSH_AGENT_PID=21 17:26:01 Running ssh-add (command line suppressed) 17:26:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2771232362473795972.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2771232362473795972.key) 17:26:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:01 + git describe --exact-match --tags HEAD 17:26:01 fatal: No names found, cannot describe anything. [Pipeline] } 17:26:01 $ docker exec --env ******** --env ******** f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 ssh-agent -k 17:26:02 unset SSH_AUTH_SOCK; 17:26:02 unset SSH_AGENT_PID; 17:26:02 echo Agent pid 21 killed; 17:26:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:26:02 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:26:02 This usually means this commit has not been tagged. [Pipeline] sshagent 17:26:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:02 [ssh-agent] Looking for ssh-agent implementation... 17:26:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:02 $ docker exec f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 ssh-agent 17:26:02 SSH_AUTH_SOCK=/tmp/ssh-Rk8jUCaJzGQR/agent.57 17:26:02 SSH_AGENT_PID=64 17:26:02 Running ssh-add (command line suppressed) 17:26:03 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4512924218618057050.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4512924218618057050.key) 17:26:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:03 + git semver init 17:26:03 # -> Open(): unable to determine branch for HEAD 17:26:03 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:26:03 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:26:03 # $SEMVER_REMOTE_NAME = origin 17:26:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:03 # $SEMVER_USER_NAME = edgex-jenkins 17:26:03 # $SEMVER_BRANCH = master 17:26:03 # $SEMVER_TEMP = /tmp/semver-310020963 17:26:03 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:26:03 # '/tmp/semver-310020963' -> '/w/workspace/_app-service-configurable_master/.semver' 17:26:03 # -> Force: false 17:26:03 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:26:03 $ docker exec --env ******** --env ******** f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 ssh-agent -k 17:26:04 unset SSH_AUTH_SOCK; 17:26:04 unset SSH_AGENT_PID; 17:26:04 echo Agent pid 64 killed; 17:26:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:04 + git semver [Pipeline] } 17:26:04 $ docker stop --time=1 f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 17:26:05 $ docker rm -f f9aa232be22aa46ff2686c6cfe83fd9905a7c6a8bf448d9c7251b20ee1cfd8b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:26:06 Stashed 40 file(s) [Pipeline] echo 17:26:06 [edgeXSemver] initialized semver on version 1.0.1-dev.13 [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 17:26:21 Still waiting to schedule task 17:26:21 ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4592’ is offline; ‘prd-centos7-docker-4c-2g-5275’ is offline; ‘prd-centos7-docker-4c-2g-5278’ is offline; ‘prd-centos7-docker-4c-2g-5281’ is offline; ‘prd-centos7-docker-4c-2g-5648’ is offline; ‘prd-centos7-docker-4c-2g-5660’ is offline 17:26:21 Still waiting to schedule task 17:26:21 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5650’ 17:28:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5662 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:28:49 Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout 17:28:55 using credential edgex-jenkins-ssh 17:28:55 Cloning the remote Git repository 17:28:55 Cloning with configured refspecs honoured and without tags 17:28:55 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:28:55 > git init /w/workspace/app-service-configurable/17 # timeout=10 17:28:56 Fetching without tags 17:28:55 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:28:55 > git --version # timeout=10 17:28:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:28:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:28:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:28:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:57 Checking out Revision 5714d8bd27caa90e032f309ec784bfbab40fc19a (master) 17:28:57 > git config core.sparsecheckout # timeout=10 17:28:57 > git checkout -f 5714d8bd27caa90e032f309ec784bfbab40fc19a # timeout=10 17:29:01 Commit message: "Merge pull request #62 from lenny-intel/bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:29:03 ========================================================= 17:29:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:29:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:29:04 + 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 . 17:29:04 Running on prd-centos7-docker-4c-2g-5663 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:29:04 Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout 17:29:05 Sending build context to Docker daemon 245.2kB 17:29:05 Step 1/8 : ARG BASE=golang:1.13-alpine 17:29:05 Step 2/8 : FROM ${BASE} 17:29:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:29:05 cde5963f3b93: Pulling fs layer 17:29:05 2a23fa8c16f7: Pulling fs layer 17:29:05 777b28850792: Pulling fs layer 17:29:05 8a11ddd9e578: Pulling fs layer 17:29:05 4cf88f913ddb: Pulling fs layer 17:29:05 1df406cf5192: Pulling fs layer 17:29:05 8a11ddd9e578: Waiting 17:29:05 4cf88f913ddb: Waiting 17:29:05 1df406cf5192: Waiting 17:29:05 cd6300453558: Pulling fs layer 17:29:05 b9c365052c96: Pulling fs layer 17:29:05 a2d8cc88f415: Pulling fs layer 17:29:05 ea1d1ca13537: Pulling fs layer 17:29:05 3750a50a1c5e: Pulling fs layer 17:29:05 cd6300453558: Waiting 17:29:05 b9c365052c96: Waiting 17:29:05 a2d8cc88f415: Waiting 17:29:05 ea1d1ca13537: Waiting 17:29:05 3750a50a1c5e: Waiting 17:29:05 777b28850792: Verifying Checksum 17:29:05 777b28850792: Download complete 17:29:05 2a23fa8c16f7: Download complete 17:29:05 4cf88f913ddb: Verifying Checksum 17:29:05 4cf88f913ddb: Download complete 17:29:05 1df406cf5192: Verifying Checksum 17:29:05 1df406cf5192: Download complete 17:29:06 cde5963f3b93: Verifying Checksum 17:29:06 cde5963f3b93: Download complete 17:29:07 cde5963f3b93: Pull complete 17:29:07 2a23fa8c16f7: Pull complete 17:29:08 777b28850792: Pull complete 17:29:08 using credential edgex-jenkins-ssh 17:29:08 Cloning the remote Git repository 17:29:08 Cloning with configured refspecs honoured and without tags 17:29:08 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:29:08 > git init /w/workspace/app-service-configurable/17 # timeout=10 17:29:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:29:08 > git --version # timeout=10 17:29:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:29:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:29:09 Fetching without tags 17:29:09 Checking out Revision 5714d8bd27caa90e032f309ec784bfbab40fc19a (master) 17:29:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:29:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:29:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:29:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:29:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:29:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:29:09 > git config core.sparsecheckout # timeout=10 17:29:09 > git checkout -f 5714d8bd27caa90e032f309ec784bfbab40fc19a # timeout=10 17:29:10 cd6300453558: Verifying Checksum 17:29:10 cd6300453558: Download complete 17:29:10 a2d8cc88f415: Verifying Checksum 17:29:10 a2d8cc88f415: Download complete 17:29:13 ea1d1ca13537: Verifying Checksum 17:29:13 ea1d1ca13537: Download complete 17:29:13 3750a50a1c5e: Verifying Checksum 17:29:13 3750a50a1c5e: Download complete 17:29:13 Commit message: "Merge pull request #62 from lenny-intel/bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:29:13 ========================================================= 17:29:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:29:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:29:14 + 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 . 17:29:14 Sending build context to Docker daemon 245.2kB 17:29:14 Step 1/8 : ARG BASE=golang:1.13-alpine 17:29:14 Step 2/8 : FROM ${BASE} 17:29:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:29:15 e6b0cf9c0882: Pulling fs layer 17:29:15 2848faf0eed1: Pulling fs layer 17:29:15 0f37312ad70f: Pulling fs layer 17:29:15 5788d62ee057: Pulling fs layer 17:29:15 0e6b1d234666: Pulling fs layer 17:29:15 bf5d7aec512f: Pulling fs layer 17:29:15 34c802a77dc8: Pulling fs layer 17:29:15 9eb99e56ec68: Pulling fs layer 17:29:15 27c7a5d97fbd: Pulling fs layer 17:29:15 5c102a31e300: Pulling fs layer 17:29:15 dcfb455df0a1: Pulling fs layer 17:29:15 34c802a77dc8: Waiting 17:29:15 9eb99e56ec68: Waiting 17:29:15 27c7a5d97fbd: Waiting 17:29:15 5c102a31e300: Waiting 17:29:15 dcfb455df0a1: Waiting 17:29:15 5788d62ee057: Waiting 17:29:15 bf5d7aec512f: Waiting 17:29:15 0e6b1d234666: Waiting 17:29:15 0f37312ad70f: Verifying Checksum 17:29:15 0f37312ad70f: Download complete 17:29:15 2848faf0eed1: Download complete 17:29:15 0e6b1d234666: Verifying Checksum 17:29:15 0e6b1d234666: Download complete 17:29:15 bf5d7aec512f: Verifying Checksum 17:29:15 bf5d7aec512f: Download complete 17:29:15 e6b0cf9c0882: Verifying Checksum 17:29:15 e6b0cf9c0882: Download complete 17:29:15 e6b0cf9c0882: Pull complete 17:29:15 2848faf0eed1: Pull complete 17:29:15 b9c365052c96: Download complete 17:29:15 34c802a77dc8: Verifying Checksum 17:29:15 34c802a77dc8: Download complete 17:29:15 27c7a5d97fbd: Verifying Checksum 17:29:15 27c7a5d97fbd: Download complete 17:29:16 0f37312ad70f: Pull complete 17:29:16 5c102a31e300: Verifying Checksum 17:29:16 5c102a31e300: Download complete 17:29:16 dcfb455df0a1: Verifying Checksum 17:29:16 dcfb455df0a1: Download complete 17:29:16 9eb99e56ec68: Verifying Checksum 17:29:16 9eb99e56ec68: Download complete 17:29:17 5788d62ee057: Verifying Checksum 17:29:17 5788d62ee057: Download complete 17:29:17 8a11ddd9e578: Verifying Checksum 17:29:17 8a11ddd9e578: Download complete 17:29:23 5788d62ee057: Pull complete 17:29:23 0e6b1d234666: Pull complete 17:29:23 bf5d7aec512f: Pull complete 17:29:27 34c802a77dc8: Pull complete 17:29:30 8a11ddd9e578: Pull complete 17:29:30 4cf88f913ddb: Pull complete 17:29:30 1df406cf5192: Pull complete 17:29:30 9eb99e56ec68: Pull complete 17:29:30 27c7a5d97fbd: Pull complete 17:29:30 5c102a31e300: Pull complete 17:29:31 dcfb455df0a1: Pull complete 17:29:31 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:29:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:29:31 ---> 7c70fe431013 17:29:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:29:31 ---> Running in 73dcdf43bc76 17:29:31 Removing intermediate container 73dcdf43bc76 17:29:31 ---> f8506c91d552 17:29:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:29:31 ---> Running in 60adb7a6f73c 17:29:32 Removing intermediate container 60adb7a6f73c 17:29:32 ---> c01222dc2d82 17:29:32 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:29:32 ---> Running in a86579c64fe6 17:29:33 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:29:33 cd6300453558: Pull complete 17:29:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:29:34 (1/6) Installing libc-dev (0.7.2-r0) 17:29:34 (2/6) Installing libsodium (1.0.18-r0) 17:29:34 (3/6) Installing pkgconf (1.6.3-r0) 17:29:34 (4/6) Installing libsodium-dev (1.0.18-r0) 17:29:34 (5/6) Installing libzmq (4.3.2-r0) 17:29:34 (6/6) Installing zeromq-dev (4.3.2-r0) 17:29:34 Executing busybox-1.31.1-r8.trigger 17:29:34 OK: 145 MiB in 45 packages 17:29:35 Removing intermediate container a86579c64fe6 17:29:35 ---> aeb8a40a7f82 17:29:35 Step 6/8 : WORKDIR /app 17:29:35 ---> Running in ff843c602770 17:29:35 Removing intermediate container ff843c602770 17:29:35 ---> c0ceade6ef55 17:29:35 Step 7/8 : COPY . . 17:29:35 ---> e8f7e67cddb2 17:29:35 Step 8/8 : RUN go mod download 17:29:35 ---> Running in 1ada32096425 17:29:38 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:29:38 go: finding github.com/BurntSushi/toml v0.3.1 17:29:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:29:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:29:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:29:38 go: finding github.com/bgentry/speakeasy v0.1.0 17:29:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:29:38 go: finding github.com/davecgh/go-spew v1.1.1 17:29:38 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:29:38 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:29:38 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.0.1-dev.34 17:29:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 17:29:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:29:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 17:29:38 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.18 17:29:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:29:38 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:29:38 go: finding github.com/fatih/color v1.7.0 17:29:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:29:38 go: finding github.com/go-kit/kit v0.8.0 17:29:38 go: finding github.com/go-logfmt/logfmt v0.4.0 17:29:38 go: finding github.com/go-stack/stack v1.8.0 17:29:38 go: finding github.com/golang/snappy v0.0.1 17:29:38 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:29:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:29:38 go: finding github.com/google/go-cmp v0.4.0 17:29:38 go: finding github.com/google/uuid v1.1.1 17:29:38 go: finding github.com/gorilla/mux v1.7.4 17:29:38 go: finding github.com/hashicorp/consul/api v1.1.0 17:29:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:29:38 go: finding github.com/hashicorp/errwrap v1.0.0 17:29:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:29:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:29:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:29:38 go: finding github.com/hashicorp/go-multierror v1.0.0 17:29:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:29:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:29:38 go: finding github.com/hashicorp/go-syslog v1.0.0 17:29:38 go: finding github.com/hashicorp/go-uuid v1.0.1 17:29:38 go: finding github.com/hashicorp/go.net v0.0.1 17:29:38 go: finding github.com/hashicorp/golang-lru v0.5.0 17:29:38 go: finding github.com/hashicorp/logutils v1.0.0 17:29:38 go: finding github.com/hashicorp/mdns v1.0.0 17:29:38 go: finding github.com/hashicorp/memberlist v0.1.3 17:29:38 go: finding github.com/hashicorp/serf v0.8.2 17:29:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:29:38 go: finding github.com/mattn/go-colorable v0.0.9 17:29:38 go: finding github.com/mattn/go-isatty v0.0.3 17:29:38 go: finding github.com/miekg/dns v1.0.14 17:29:38 go: finding github.com/mitchellh/cli v1.0.0 17:29:38 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:29:38 go: finding github.com/mitchellh/copystructure v1.0.0 17:29:38 go: finding github.com/mitchellh/go-homedir v1.0.0 17:29:38 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:29:38 go: finding github.com/mitchellh/gox v0.4.0 17:29:38 go: finding github.com/mitchellh/iochan v1.0.0 17:29:38 go: finding github.com/mitchellh/mapstructure v1.1.2 17:29:38 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:29:38 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:29:38 go: finding github.com/pebbe/zmq4 v1.0.0 17:29:38 go: finding github.com/pelletier/go-toml v1.2.0 17:29:38 go: finding github.com/pkg/errors v0.8.1 17:29:38 go: finding github.com/pmezard/go-difflib v1.0.0 17:29:38 go: finding github.com/posener/complete v1.1.1 17:29:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:29:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:29:38 go: finding github.com/stretchr/objx v0.2.0 17:29:38 go: finding github.com/stretchr/testify v1.5.1 17:29:38 go: finding github.com/tidwall/pretty v1.0.1 17:29:38 go: finding github.com/ugorji/go v1.1.4 17:29:38 go: finding github.com/x448/float16 v0.8.4 17:29:38 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 17:29:38 go: finding github.com/xdg/stringprep v1.0.0 17:29:38 go: finding go.mongodb.org/mongo-driver v1.1.1 17:29:38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:29:38 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:29:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:29:38 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 17:29:38 go: finding golang.org/x/text v0.3.0 17:29:38 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:29:38 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:29:38 go: finding gopkg.in/yaml.v2 v2.2.8 17:29:38 b9c365052c96: Pull complete 17:29:38 a2d8cc88f415: Pull complete 17:29:40 ea1d1ca13537: Pull complete 17:29:40 3750a50a1c5e: Pull complete 17:29:40 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:29:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:29:40 ---> 78745c68409d 17:29:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:29:45 ---> Running in 8f446af08da9 17:29:45 Removing intermediate container 8f446af08da9 17:29:45 ---> 63eb9c2e7eaa 17:29:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:29:45 ---> Running in c5c99140ee9a 17:29:47 Removing intermediate container c5c99140ee9a 17:29:47 ---> fb7b6503fbe7 17:29:47 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:29:47 ---> Running in 2bc0100176c9 17:29:48 Removing intermediate container 1ada32096425 17:29:48 ---> b38ec06ad0bf 17:29:48 Successfully built b38ec06ad0bf 17:29:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script 17:29:48 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:29:49 + docker inspect -f . ci-base-image-x86_64 17:29:49 . [Pipeline] withDockerContainer 17:29:49 prd-centos7-docker-4c-2g-5663 does not seem to be running inside a container 17:29:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:29:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:29:50 $ docker top 7e222ab9dbdab3f535bff710e330ccde312720080e64da3e2b43decb5243f1cf -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:50 (1/6) Installing libc-dev (0.7.2-r0) 17:29:50 (2/6) Installing libsodium (1.0.18-r0) 17:29:50 (3/6) Installing pkgconf (1.6.3-r0) 17:29:50 (4/6) Installing libsodium-dev (1.0.18-r0) 17:29:50 (5/6) Installing libzmq (4.3.2-r0) 17:29:50 (6/6) Installing zeromq-dev (4.3.2-r0) 17:29:50 + go version 17:29:50 go version go1.13.5 linux/amd64 [Pipeline] sh 17:29:50 Executing busybox-1.31.1-r8.trigger 17:29:50 OK: 127 MiB in 45 packages 17:29:50 + make test 17:29:50 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:29:52 Removing intermediate container 2bc0100176c9 17:29:52 ---> 87c80dee30bc 17:29:52 Step 6/8 : WORKDIR /app 17:29:52 ---> Running in dda60bfacf4e 17:29:52 Removing intermediate container dda60bfacf4e 17:29:52 ---> 21cb4375911f 17:29:52 Step 7/8 : COPY . . 17:29:53 ---> 857c7a9913cb 17:29:53 Step 8/8 : RUN go mod download 17:29:53 ---> Running in b76dd35c0cb4 17:29:56 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:29:56 go: finding github.com/BurntSushi/toml v0.3.1 17:29:56 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:29:56 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:29:56 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:29:56 go: finding github.com/bgentry/speakeasy v0.1.0 17:29:56 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:29:56 go: finding github.com/davecgh/go-spew v1.1.1 17:29:56 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:29:56 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:29:56 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.0.1-dev.34 17:29:56 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 17:29:56 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:29:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 17:29:56 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.18 17:29:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:29:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:29:56 go: finding github.com/fatih/color v1.7.0 17:29:56 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:29:56 go: finding github.com/go-kit/kit v0.8.0 17:29:56 go: finding github.com/go-logfmt/logfmt v0.4.0 17:29:56 go: finding github.com/go-stack/stack v1.8.0 17:29:56 go: finding github.com/golang/snappy v0.0.1 17:29:56 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:29:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:29:56 go: finding github.com/google/go-cmp v0.4.0 17:29:56 go: finding github.com/google/uuid v1.1.1 17:29:56 go: finding github.com/gorilla/mux v1.7.4 17:29:56 go: finding github.com/hashicorp/consul/api v1.1.0 17:29:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:29:56 go: finding github.com/hashicorp/errwrap v1.0.0 17:29:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:29:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:29:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:29:56 go: finding github.com/hashicorp/go-multierror v1.0.0 17:29:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:29:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:29:56 go: finding github.com/hashicorp/go-syslog v1.0.0 17:29:56 go: finding github.com/hashicorp/go-uuid v1.0.1 17:29:56 go: finding github.com/hashicorp/go.net v0.0.1 17:29:56 go: finding github.com/hashicorp/golang-lru v0.5.0 17:29:56 go: finding github.com/hashicorp/logutils v1.0.0 17:29:56 go: finding github.com/hashicorp/mdns v1.0.0 17:29:56 go: finding github.com/hashicorp/memberlist v0.1.3 17:29:56 go: finding github.com/hashicorp/serf v0.8.2 17:29:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:29:56 go: finding github.com/mattn/go-colorable v0.0.9 17:29:56 go: finding github.com/mattn/go-isatty v0.0.3 17:29:56 go: finding github.com/miekg/dns v1.0.14 17:29:56 go: finding github.com/mitchellh/cli v1.0.0 17:29:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:29:56 go: finding github.com/mitchellh/copystructure v1.0.0 17:29:56 go: finding github.com/mitchellh/go-homedir v1.0.0 17:29:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:29:56 go: finding github.com/mitchellh/gox v0.4.0 17:29:56 go: finding github.com/mitchellh/iochan v1.0.0 17:29:56 go: finding github.com/mitchellh/mapstructure v1.1.2 17:29:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:29:56 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:29:56 go: finding github.com/pebbe/zmq4 v1.0.0 17:29:56 go: finding github.com/pelletier/go-toml v1.2.0 17:29:56 go: finding github.com/pkg/errors v0.8.1 17:29:56 go: finding github.com/pmezard/go-difflib v1.0.0 17:29:56 go: finding github.com/posener/complete v1.1.1 17:29:56 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:29:56 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:29:56 go: finding github.com/stretchr/objx v0.2.0 17:29:56 go: finding github.com/stretchr/testify v1.5.1 17:29:56 go: finding github.com/tidwall/pretty v1.0.1 17:29:56 go: finding github.com/ugorji/go v1.1.4 17:29:56 go: finding github.com/x448/float16 v0.8.4 17:29:56 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 17:29:56 go: finding github.com/xdg/stringprep v1.0.0 17:29:56 go: finding go.mongodb.org/mongo-driver v1.1.1 17:29:56 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:29:56 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:29:56 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:29:56 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 17:29:56 go: finding golang.org/x/text v0.3.0 17:29:56 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:29:56 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:29:56 go: finding gopkg.in/yaml.v2 v2.2.8 17:30:09 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:30:09 CGO_ENABLED=1 go vet ./... 17:30:09 gofmt -l . 17:30:09 [ "`gofmt -l .`" = "" ] 17:30:09 ./bin/test-go-mod-tidy.sh 17:30:10 ./bin/test-attribution-txt.sh [Pipeline] stash 17:30:11 Stashed 1 file(s) [Pipeline] } 17:30:11 $ docker stop --time=1 7e222ab9dbdab3f535bff710e330ccde312720080e64da3e2b43decb5243f1cf 17:30:13 $ docker rm -f 7e222ab9dbdab3f535bff710e330ccde312720080e64da3e2b43decb5243f1cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:30:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:30:14 + ls -al . 17:30:14 total 100 17:30:14 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 22 17:30 . 17:30:14 drwxrwxr-x. 4 jenkins jenkins 30 Apr 22 17:29 .. 17:30:14 -rw-rw-r--. 1 jenkins jenkins 5901 Apr 22 17:29 Attribution.txt 17:30:14 drwxrwxr-x. 2 jenkins jenkins 64 Apr 22 17:29 bin 17:30:14 -rw-r--r--. 1 jenkins jenkins 10 Apr 22 17:29 coverage.out 17:30:14 -rw-rw-r--. 1 jenkins jenkins 180 Apr 22 17:29 docker-compose.debug.yml 17:30:14 -rw-rw-r--. 1 jenkins jenkins 133 Apr 22 17:29 docker-compose.yml 17:30:14 -rw-rw-r--. 1 jenkins jenkins 1917 Apr 22 17:29 Dockerfile 17:30:14 -rw-rw-r--. 1 jenkins jenkins 966 Apr 22 17:29 Dockerfile.build 17:30:14 -rw-rw-r--. 1 jenkins jenkins 127 Apr 22 17:29 .dockerignore 17:30:14 drwxrwxr-x. 8 jenkins jenkins 162 Apr 22 17:29 .git 17:30:14 -rw-rw-r--. 1 jenkins jenkins 93 Apr 22 17:29 .gitignore 17:30:14 -rw-r--r--. 1 jenkins jenkins 133 Apr 22 17:30 go.mod 17:30:14 -rw-r--r--. 1 jenkins jenkins 15648 Apr 22 17:30 go.sum 17:30:14 -rw-rw-r--. 1 jenkins jenkins 689 Apr 22 17:29 Jenkinsfile 17:30:14 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 22 17:29 LICENSE 17:30:14 -rw-rw-r--. 1 jenkins jenkins 1616 Apr 22 17:29 main.go 17:30:14 -rw-rw-r--. 1 jenkins jenkins 1486 Apr 22 17:29 makefile 17:30:14 -rw-rw-r--. 1 jenkins jenkins 10342 Apr 22 17:29 README.md 17:30:14 drwxrwxr-x. 9 jenkins jenkins 145 Apr 22 17:29 res 17:30:14 drwxrwxr-x. 3 jenkins jenkins 32 Apr 22 17:29 .semver 17:30:14 drwxrwxr-x. 4 jenkins jenkins 71 Apr 22 17:29 snap 17:30:14 -rw-rw-r--. 1 jenkins jenkins 12 Apr 22 17:26 VERSION [Pipeline] isUnix [Pipeline] sh 17:30:15 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=5714d8bd27caa90e032f309ec784bfbab40fc19a --label arch=amd64 --label version=1.0.1-dev.13 . 17:30:15 Sending build context to Docker daemon 263.7kB 17:30:15 Removing intermediate container b76dd35c0cb4 17:30:15 ---> b77f156529dd 17:30:15 Successfully built b77f156529dd 17:30:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 17:30:15 Step 1/24 : ARG BASE=golang:1.13-alpine 17:30:15 Step 2/24 : FROM ${BASE} AS builder 17:30:15 ---> b38ec06ad0bf 17:30:15 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:30:15 ---> Running in 8c92c66c951a [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:15 Removing intermediate container 8c92c66c951a 17:30:15 ---> 6a5ffaa5b221 17:30:15 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 17:30:15 ---> Running in 4058c5ed7b16 17:30:15 Removing intermediate container 4058c5ed7b16 17:30:15 ---> cfec6ae616e2 17:30:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:30:15 + docker inspect -f . ci-base-image-arm64 17:30:15 ---> Running in 882c91f82075 17:30:15 Removing intermediate container 882c91f82075 17:30:15 ---> 90d780d0bdaf 17:30:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:16 . [Pipeline] withDockerContainer 17:30:16 ---> Running in dec06d479f59 17:30:16 prd-ubuntu18.04-docker-arm64-4c-16g-5662 does not seem to be running inside a container 17:30:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:30:16 Removing intermediate container dec06d479f59 17:30:16 ---> 108b65401960 17:30:16 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:30:17 ---> Running in aa46b5e9e6f2 17:30:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:30:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:30:18 $ docker top db32d7c4ead87d38d3989898e62e6ef91dee52c2e2e0e7417b586d7c1efa8c2b -eo pid,comm 17:30:18 OK: 145 MiB in 45 packages [Pipeline] { [Pipeline] sh 17:30:19 + go version 17:30:19 go version go1.13.5 linux/arm64 [Pipeline] sh 17:30:19 Removing intermediate container aa46b5e9e6f2 17:30:19 ---> ebfa82bcf98e 17:30:19 Step 8/24 : WORKDIR /app 17:30:19 ---> Running in 420f1c0c91c7 17:30:19 Removing intermediate container 420f1c0c91c7 17:30:19 ---> 624c5ad915f2 17:30:19 Step 9/24 : COPY go.mod . 17:30:20 ---> 10d72b5da24c 17:30:20 Step 10/24 : RUN go mod download 17:30:20 ---> Running in 25ef49cc74c6 17:30:20 + make test 17:30:20 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:30:21 Removing intermediate container 25ef49cc74c6 17:30:21 ---> 1fc1b4e047c9 17:30:21 Step 11/24 : COPY . . 17:30:21 ---> d5d294a06738 17:30:21 Step 12/24 : ARG MAKE="make build" 17:30:21 ---> Running in 51bf7715a88a 17:30:21 Removing intermediate container 51bf7715a88a 17:30:21 ---> f96d4796e4bb 17:30:21 Step 13/24 : RUN $MAKE 17:30:21 ---> Running in 054eb6c6dc7c 17:30:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.0.1-dev.34 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.0.1-dev.13" -o app-service-configurable 17:30:48 Removing intermediate container 054eb6c6dc7c 17:30:48 ---> 7e0a918761df 17:30:48 Step 14/24 : FROM alpine:latest 17:30:48 latest: Pulling from library/alpine 17:30:48 aad63a933944: Pulling fs layer 17:30:48 aad63a933944: Verifying Checksum 17:30:48 aad63a933944: Download complete 17:30:48 aad63a933944: Pull complete 17:30:48 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 17:30:48 Status: Downloaded newer image for alpine:latest 17:30:48 ---> a187dde48cd2 17:30:48 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:30:48 ---> Running in 9c7a0972769c 17:30:48 Removing intermediate container 9c7a0972769c 17:30:48 ---> 3de9e9b9d188 17:30:48 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 17:30:48 ---> Running in bc5b344adc39 17:30:48 Removing intermediate container bc5b344adc39 17:30:48 ---> bf87b1006ea8 17:30:48 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 17:30:48 ---> Running in 1eaf0c2fec46 17:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:30:48 (1/6) Installing ca-certificates (20191127-r1) 17:30:48 (2/6) Installing libgcc (9.2.0-r4) 17:30:48 (3/6) Installing libsodium (1.0.18-r0) 17:30:48 (4/6) Installing libstdc++ (9.2.0-r4) 17:30:48 (5/6) Installing libzmq (4.3.2-r0) 17:30:48 (6/6) Installing zeromq (4.3.2-r0) 17:30:48 Executing busybox-1.31.1-r9.trigger 17:30:48 Executing ca-certificates-20191127-r1.trigger 17:30:48 OK: 9 MiB in 20 packages 17:30:48 Removing intermediate container 1eaf0c2fec46 17:30:48 ---> b5c714683370 17:30:48 Step 18/24 : COPY --from=builder /app/res/ /res/ 17:30:48 ---> 07209f5c01d1 17:30:48 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:30:48 ---> afba82b270d9 17:30:48 Step 20/24 : EXPOSE 48095 17:30:48 ---> Running in f0ccf9e90758 17:30:48 Removing intermediate container f0ccf9e90758 17:30:48 ---> 35bdee062a55 17:30:48 Step 21/24 : ENTRYPOINT ["/app-service-configurable","--registry","--confdir=/res"] 17:30:48 ---> Running in cd1a7a10f11a 17:30:48 Removing intermediate container cd1a7a10f11a 17:30:48 ---> 983643dd03ce 17:30:48 Step 22/24 : LABEL arch=amd64 17:30:48 ---> Running in d239906807b6 17:30:48 Removing intermediate container d239906807b6 17:30:48 ---> bdb9cf19c3fb 17:30:48 Step 23/24 : LABEL git_sha=5714d8bd27caa90e032f309ec784bfbab40fc19a 17:30:48 ---> Running in 8db2c63dc21e 17:30:48 Removing intermediate container 8db2c63dc21e 17:30:48 ---> c4d4e871dc6b 17:30:48 Step 24/24 : LABEL version=1.0.1-dev.13 17:30:48 ---> Running in f65158f4631d 17:30:48 Removing intermediate container f65158f4631d 17:30:48 ---> 6cf1b84e95dd 17:30:48 [Warning] One or more build-args [ARCH] were not consumed 17:30:48 Successfully built 6cf1b84e95dd 17:30:49 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:30:49 provisioning config files... 17:30:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config8352634629287280943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:49 nexus3.edgexfoundry.org:10001 17:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:50 Configure a credential helper to remove this warning. See 17:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:50 17:30:50 Login Succeeded 17:30:50 nexus3.edgexfoundry.org:10002 17:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:50 Configure a credential helper to remove this warning. See 17:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:50 17:30:50 Login Succeeded 17:30:50 nexus3.edgexfoundry.org:10003 17:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:50 Configure a credential helper to remove this warning. See 17:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:50 17:30:50 Login Succeeded 17:30:50 nexus3.edgexfoundry.org:10004 17:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:50 Configure a credential helper to remove this warning. See 17:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:50 17:30:50 Login Succeeded 17:30:50 docker.io 17:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:51 Configure a credential helper to remove this warning. See 17:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:51 17:30:51 Login Succeeded [Pipeline] } 17:30:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:30:51 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:30:51 5714d8bd27caa90e032f309ec784bfbab40fc19a 17:30:51 latest 17:30:51 1.0.1-dev.13 17:30:51 5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 17:30:51 master 17:30:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a [Pipeline] isUnix [Pipeline] sh 17:30:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:30:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:30:51 493fdedf84e3: Preparing 17:30:51 75e17b20921d: Preparing 17:30:51 2c3d8681ff33: Preparing 17:30:51 beee9f30bc1f: Preparing 17:30:51 beee9f30bc1f: Layer already exists 17:30:51 75e17b20921d: Pushed 17:30:52 2c3d8681ff33: Pushed 17:30:53 493fdedf84e3: Pushed 17:30:53 5714d8bd27caa90e032f309ec784bfbab40fc19a: digest: sha256:5d65ff050f2ee82e09e2224ef0102fe5957217de8f3986047cb0cc3c15e5317e size: 1158 [Pipeline] isUnix [Pipeline] sh 17:30:53 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:30:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:30:54 493fdedf84e3: Preparing 17:30:54 75e17b20921d: Preparing 17:30:54 2c3d8681ff33: Preparing 17:30:54 beee9f30bc1f: Preparing 17:30:54 beee9f30bc1f: Layer already exists 17:30:54 2c3d8681ff33: Layer already exists 17:30:54 75e17b20921d: Layer already exists 17:30:54 493fdedf84e3: Layer already exists 17:30:54 latest: digest: sha256:5d65ff050f2ee82e09e2224ef0102fe5957217de8f3986047cb0cc3c15e5317e size: 1158 [Pipeline] isUnix [Pipeline] sh 17:30:54 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.0.1-dev.13 [Pipeline] isUnix [Pipeline] sh 17:30:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.0.1-dev.13 17:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:30:54 493fdedf84e3: Preparing 17:30:54 75e17b20921d: Preparing 17:30:54 2c3d8681ff33: Preparing 17:30:54 beee9f30bc1f: Preparing 17:30:54 493fdedf84e3: Layer already exists 17:30:54 75e17b20921d: Layer already exists 17:30:54 beee9f30bc1f: Layer already exists 17:30:54 2c3d8681ff33: Layer already exists 17:30:54 1.0.1-dev.13: digest: sha256:5d65ff050f2ee82e09e2224ef0102fe5957217de8f3986047cb0cc3c15e5317e size: 1158 [Pipeline] isUnix [Pipeline] sh 17:30:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 [Pipeline] isUnix [Pipeline] sh 17:30:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 17:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:30:55 493fdedf84e3: Preparing 17:30:55 75e17b20921d: Preparing 17:30:55 2c3d8681ff33: Preparing 17:30:55 beee9f30bc1f: Preparing 17:30:55 75e17b20921d: Layer already exists 17:30:55 beee9f30bc1f: Layer already exists 17:30:55 2c3d8681ff33: Layer already exists 17:30:55 493fdedf84e3: Layer already exists 17:30:55 5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13: digest: sha256:5d65ff050f2ee82e09e2224ef0102fe5957217de8f3986047cb0cc3c15e5317e size: 1158 [Pipeline] isUnix [Pipeline] sh 17:30:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:30:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:30:56 493fdedf84e3: Preparing 17:30:56 75e17b20921d: Preparing 17:30:56 2c3d8681ff33: Preparing 17:30:56 beee9f30bc1f: Preparing 17:30:56 493fdedf84e3: Layer already exists 17:30:56 2c3d8681ff33: Layer already exists 17:30:56 75e17b20921d: Layer already exists 17:30:56 beee9f30bc1f: Layer already exists 17:30:56 master: digest: sha256:5d65ff050f2ee82e09e2224ef0102fe5957217de8f3986047cb0cc3c15e5317e size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:31:07 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:31:07 CGO_ENABLED=1 go vet ./... 17:31:15 gofmt -l . 17:31:15 [ "`gofmt -l .`" = "" ] 17:31:15 ./bin/test-go-mod-tidy.sh 17:31:15 ./bin/test-attribution-txt.sh [Pipeline] stash 17:31:16 Warning: overwriting stash ‘coverage-report’ 17:31:16 Stashed 1 file(s) [Pipeline] } 17:31:16 $ docker stop --time=1 db32d7c4ead87d38d3989898e62e6ef91dee52c2e2e0e7417b586d7c1efa8c2b 17:31:19 $ docker rm -f db32d7c4ead87d38d3989898e62e6ef91dee52c2e2e0e7417b586d7c1efa8c2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:31:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:31:20 + ls -al . 17:31:20 total 124 17:31:20 drwxrwxr-x 7 jenkins jenkins 4096 Apr 22 17:31 . 17:31:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 17:28 .. 17:31:20 -rw-rw-r-- 1 jenkins jenkins 127 Apr 22 17:28 .dockerignore 17:31:20 drwxrwxr-x 8 jenkins jenkins 4096 Apr 22 17:29 .git 17:31:20 -rw-rw-r-- 1 jenkins jenkins 93 Apr 22 17:28 .gitignore 17:31:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 22 17:29 .semver 17:31:20 -rw-rw-r-- 1 jenkins jenkins 5901 Apr 22 17:28 Attribution.txt 17:31:20 -rw-rw-r-- 1 jenkins jenkins 1917 Apr 22 17:28 Dockerfile 17:31:20 -rw-rw-r-- 1 jenkins jenkins 966 Apr 22 17:28 Dockerfile.build 17:31:20 -rw-rw-r-- 1 jenkins jenkins 689 Apr 22 17:28 Jenkinsfile 17:31:20 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 22 17:28 LICENSE 17:31:20 -rw-rw-r-- 1 jenkins jenkins 10342 Apr 22 17:28 README.md 17:31:20 -rw-rw-r-- 1 jenkins jenkins 12 Apr 22 17:26 VERSION 17:31:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 17:28 bin 17:31:20 -rw-r--r-- 1 jenkins jenkins 10 Apr 22 17:30 coverage.out 17:31:20 -rw-rw-r-- 1 jenkins jenkins 180 Apr 22 17:28 docker-compose.debug.yml 17:31:20 -rw-rw-r-- 1 jenkins jenkins 133 Apr 22 17:28 docker-compose.yml 17:31:20 -rw-r--r-- 1 jenkins jenkins 133 Apr 22 17:31 go.mod 17:31:20 -rw-r--r-- 1 jenkins jenkins 15648 Apr 22 17:31 go.sum 17:31:20 -rw-rw-r-- 1 jenkins jenkins 1616 Apr 22 17:28 main.go 17:31:20 -rw-rw-r-- 1 jenkins jenkins 1486 Apr 22 17:28 makefile 17:31:20 drwxrwxr-x 9 jenkins jenkins 4096 Apr 22 17:28 res 17:31:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 17:28 snap [Pipeline] isUnix [Pipeline] sh 17:31:21 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5714d8bd27caa90e032f309ec784bfbab40fc19a --label arch=arm64 --label version=1.0.1-dev.13 . 17:31:21 Sending build context to Docker daemon 263.7kB 17:31:21 Step 1/24 : ARG BASE=golang:1.13-alpine 17:31:21 Step 2/24 : FROM ${BASE} AS builder 17:31:21 ---> b77f156529dd 17:31:21 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:31:21 ---> Running in 61f1f2ebcbf2 17:31:22 Removing intermediate container 61f1f2ebcbf2 17:31:22 ---> 0449f0ed6cc3 17:31:22 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 17:31:22 ---> Running in 2a4492a81748 17:31:22 Removing intermediate container 2a4492a81748 17:31:22 ---> 7848c07a1c83 17:31:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:31:23 ---> Running in 8aae368bee06 17:31:23 Removing intermediate container 8aae368bee06 17:31:23 ---> bbeffbbca300 17:31:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:31:23 ---> Running in 4820d84263e5 17:31:25 Removing intermediate container 4820d84263e5 17:31:25 ---> 2189442e109e 17:31:25 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:31:25 ---> Running in c9035372d2b5 17:31:26 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:31:26 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:31:27 OK: 127 MiB in 45 packages 17:31:28 Removing intermediate container c9035372d2b5 17:31:28 ---> 9738c798f1dc 17:31:28 Step 8/24 : WORKDIR /app 17:31:28 ---> Running in 8d1a0cfb4bd5 17:31:29 Removing intermediate container 8d1a0cfb4bd5 17:31:29 ---> 4525168cedfc 17:31:29 Step 9/24 : COPY go.mod . 17:31:29 ---> 04ae3065772f 17:31:29 Step 10/24 : RUN go mod download 17:31:30 ---> Running in 087762988b84 17:31:32 Removing intermediate container 087762988b84 17:31:32 ---> 6b72629829da 17:31:32 Step 11/24 : COPY . . 17:31:33 ---> 029de0e353a7 17:31:33 Step 12/24 : ARG MAKE="make build" 17:31:33 ---> Running in 3c5f9b4f1781 17:31:33 Removing intermediate container 3c5f9b4f1781 17:31:33 ---> 8bb190008c50 17:31:33 Step 13/24 : RUN $MAKE 17:31:33 ---> Running in 5e86ee126b40 17:31:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.0.1-dev.34 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.0.1-dev.13" -o app-service-configurable 17:32:21 Removing intermediate container 5e86ee126b40 17:32:21 ---> 9cb901491c22 17:32:21 Step 14/24 : FROM alpine:latest 17:32:21 latest: Pulling from library/alpine 17:32:21 8a0637ca1ac9: Pulling fs layer 17:32:21 8a0637ca1ac9: Verifying Checksum 17:32:21 8a0637ca1ac9: Download complete 17:32:21 8a0637ca1ac9: Pull complete 17:32:21 Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239 17:32:21 Status: Downloaded newer image for alpine:latest 17:32:21 ---> 2ee122dcc32d 17:32:21 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:32:21 ---> Running in c8a67c1f5ee2 17:32:21 Removing intermediate container c8a67c1f5ee2 17:32:21 ---> 1572f96ee69f 17:32:21 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 17:32:21 ---> Running in a8fcdcd1fa67 17:32:21 Removing intermediate container a8fcdcd1fa67 17:32:21 ---> 2eb0a34f2c8b 17:32:21 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 17:32:21 ---> Running in 4a6da9b2896b 17:32:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:32:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:32:21 (1/6) Installing ca-certificates (20191127-r1) 17:32:21 (2/6) Installing libgcc (9.2.0-r4) 17:32:21 (3/6) Installing libsodium (1.0.18-r0) 17:32:21 (4/6) Installing libstdc++ (9.2.0-r4) 17:32:21 (5/6) Installing libzmq (4.3.2-r0) 17:32:21 (6/6) Installing zeromq (4.3.2-r0) 17:32:21 Executing busybox-1.31.1-r9.trigger 17:32:21 Executing ca-certificates-20191127-r1.trigger 17:32:21 OK: 9 MiB in 20 packages 17:32:23 Removing intermediate container 4a6da9b2896b 17:32:23 ---> 2bfcf4a27c43 17:32:23 Step 18/24 : COPY --from=builder /app/res/ /res/ 17:32:23 ---> 5b4251631cd6 17:32:23 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:32:25 ---> 2e65704be23d 17:32:25 Step 20/24 : EXPOSE 48095 17:32:25 ---> Running in d0e7dcf4a0ca 17:32:25 Removing intermediate container d0e7dcf4a0ca 17:32:25 ---> 71ea7c1680dd 17:32:25 Step 21/24 : ENTRYPOINT ["/app-service-configurable","--registry","--confdir=/res"] 17:32:25 ---> Running in 0ce3d1690bba 17:32:26 Removing intermediate container 0ce3d1690bba 17:32:26 ---> f5e1889339c7 17:32:26 Step 22/24 : LABEL arch=arm64 17:32:26 ---> Running in d665909f8429 17:32:26 Removing intermediate container d665909f8429 17:32:26 ---> 71f999f6ed53 17:32:26 Step 23/24 : LABEL git_sha=5714d8bd27caa90e032f309ec784bfbab40fc19a 17:32:26 ---> Running in cd26d7ef2c51 17:32:27 Removing intermediate container cd26d7ef2c51 17:32:27 ---> 9ea9f5a93170 17:32:27 Step 24/24 : LABEL version=1.0.1-dev.13 17:32:27 ---> Running in 379e7eaca347 17:32:27 Removing intermediate container 379e7eaca347 17:32:27 ---> 8c632ed77857 17:32:27 [Warning] One or more build-args [ARCH] were not consumed 17:32:27 Successfully built 8c632ed77857 17:32:27 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:32:28 provisioning config files... 17:32:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config4477144319994442713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:32:28 nexus3.edgexfoundry.org:10001 17:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:32:29 Configure a credential helper to remove this warning. See 17:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:32:29 17:32:29 Login Succeeded 17:32:29 nexus3.edgexfoundry.org:10002 17:32:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:32:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:32:30 Configure a credential helper to remove this warning. See 17:32:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:32:30 17:32:30 Login Succeeded 17:32:30 nexus3.edgexfoundry.org:10003 17:32:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:32:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:32:31 Configure a credential helper to remove this warning. See 17:32:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:32:31 17:32:31 Login Succeeded 17:32:31 nexus3.edgexfoundry.org:10004 17:32:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:32:32 Configure a credential helper to remove this warning. See 17:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:32:32 17:32:32 Login Succeeded 17:32:32 docker.io 17:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:32:32 Configure a credential helper to remove this warning. See 17:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:32:32 17:32:32 Login Succeeded [Pipeline] } 17:32:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:32:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:32:33 5714d8bd27caa90e032f309ec784bfbab40fc19a 17:32:33 latest 17:32:33 1.0.1-dev.13 17:32:33 5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 17:32:33 master 17:32:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a [Pipeline] isUnix [Pipeline] sh 17:32:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:32:34 85d0ed0a8d6c: Preparing 17:32:34 9c03089e529e: Preparing 17:32:34 301b3dad0936: Preparing 17:32:34 294ac687b5fc: Preparing 17:32:34 294ac687b5fc: Layer already exists 17:32:34 9c03089e529e: Pushed 17:32:35 301b3dad0936: Pushed 17:32:38 85d0ed0a8d6c: Pushed 17:32:38 5714d8bd27caa90e032f309ec784bfbab40fc19a: digest: sha256:be2773b098b5823356de2b509d7cfd6810f745320099de1df31d8a80f032fde5 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:32:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:32:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:32:40 85d0ed0a8d6c: Preparing 17:32:40 9c03089e529e: Preparing 17:32:40 301b3dad0936: Preparing 17:32:40 294ac687b5fc: Preparing 17:32:40 85d0ed0a8d6c: Layer already exists 17:32:40 294ac687b5fc: Layer already exists 17:32:40 301b3dad0936: Layer already exists 17:32:40 9c03089e529e: Layer already exists 17:32:40 latest: digest: sha256:be2773b098b5823356de2b509d7cfd6810f745320099de1df31d8a80f032fde5 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:32:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.0.1-dev.13 [Pipeline] isUnix [Pipeline] sh 17:32:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.0.1-dev.13 17:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:32:41 85d0ed0a8d6c: Preparing 17:32:41 9c03089e529e: Preparing 17:32:41 301b3dad0936: Preparing 17:32:41 294ac687b5fc: Preparing 17:32:41 9c03089e529e: Layer already exists 17:32:41 301b3dad0936: Layer already exists 17:32:41 85d0ed0a8d6c: Layer already exists 17:32:41 294ac687b5fc: Layer already exists 17:32:41 1.0.1-dev.13: digest: sha256:be2773b098b5823356de2b509d7cfd6810f745320099de1df31d8a80f032fde5 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:32:41 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 [Pipeline] isUnix [Pipeline] sh 17:32:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13 17:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:32:42 85d0ed0a8d6c: Preparing 17:32:42 9c03089e529e: Preparing 17:32:42 301b3dad0936: Preparing 17:32:42 294ac687b5fc: Preparing 17:32:42 9c03089e529e: Layer already exists 17:32:42 85d0ed0a8d6c: Layer already exists 17:32:42 301b3dad0936: Layer already exists 17:32:42 294ac687b5fc: Layer already exists 17:32:42 5714d8bd27caa90e032f309ec784bfbab40fc19a-1.0.1-dev.13: digest: sha256:be2773b098b5823356de2b509d7cfd6810f745320099de1df31d8a80f032fde5 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:32:42 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:32:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:32:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:32:43 85d0ed0a8d6c: Preparing 17:32:43 9c03089e529e: Preparing 17:32:43 301b3dad0936: Preparing 17:32:43 294ac687b5fc: Preparing 17:32:43 9c03089e529e: Layer already exists 17:32:43 85d0ed0a8d6c: Layer already exists 17:32:43 301b3dad0936: Layer already exists 17:32:43 294ac687b5fc: Layer already exists 17:32:43 master: digest: sha256:be2773b098b5823356de2b509d7cfd6810f745320099de1df31d8a80f032fde5 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:32:44 provisioning config files... 17:32:44 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8079935053382153034tmp [Pipeline] { [Pipeline] sh 17:32:45 + curl -s https://codecov.io/bash 17:32:45 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config8079935053382153034tmp 17:32:45 17:32:45 _____ _ 17:32:45 / ____| | | 17:32:45 | | ___ __| | ___ ___ _____ __ 17:32:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:32:45 | |___| (_) | (_| | __/ (_| (_) \ V / 17:32:45 \_____\___/ \__,_|\___|\___\___/ \_/ 17:32:45 Bash-tbd 17:32:45 17:32:45 17:32:45 ==> Jenkins CI detected. 17:32:45 project root: . 17:32:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:32:45 ==> Running gcov in . (disable via -X gcov) 17:32:45 ==> Python coveragepy not found 17:32:45 ==> Searching for coverage reports in: 17:32:45 + . 17:32:45 -> Found 1 reports 17:32:45 ==> Detecting git/mercurial file structure 17:32:45 ==> Reading reports 17:32:45 + ./coverage.out bytes=10 17:32:45 ==> Appending adjustments 17:32:45 http://docs.codecov.io/docs/fixing-reports 17:32:45 + Found adjustments 17:32:45 ==> Gzipping contents 17:32:45 ==> Uploading reports 17:32:45 url: https://codecov.io 17:32:45 query: branch=master&commit=5714d8bd27caa90e032f309ec784bfbab40fc19a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 17:32:45 -> Pinging Codecov 17:32:45 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=5714d8bd27caa90e032f309ec784bfbab40fc19a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 17:32:46 -> Uploading 17:32:46 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/5714d8bd27caa90e032f309ec784bfbab40fc19a [Pipeline] } 17:32:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:32:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:32:46 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:32:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:32:47 17:32:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 17:32:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:32:47 1.217.3: Pulling from edgex-devops/edgex-snyk-go 17:32:47 e6b0cf9c0882: Pulling fs layer 17:32:47 2848faf0eed1: Pulling fs layer 17:32:47 0f37312ad70f: Pulling fs layer 17:32:47 7d08f2745646: Pulling fs layer 17:32:47 4c9f31393084: Pulling fs layer 17:32:47 eb21ddb83652: Pulling fs layer 17:32:47 345998794f6b: Pulling fs layer 17:32:47 97a711d68925: Pulling fs layer 17:32:47 7c8476c1cb00: Pulling fs layer 17:32:47 345998794f6b: Waiting 17:32:47 97a711d68925: Waiting 17:32:47 eb21ddb83652: Waiting 17:32:47 7c8476c1cb00: Waiting 17:32:47 7d08f2745646: Waiting 17:32:47 4c9f31393084: Waiting 17:32:47 0f37312ad70f: Download complete 17:32:47 2848faf0eed1: Verifying Checksum 17:32:47 2848faf0eed1: Download complete 17:32:47 4c9f31393084: Verifying Checksum 17:32:47 4c9f31393084: Download complete 17:32:47 eb21ddb83652: Download complete 17:32:47 e6b0cf9c0882: Verifying Checksum 17:32:47 e6b0cf9c0882: Download complete 17:32:47 345998794f6b: Verifying Checksum 17:32:47 345998794f6b: Download complete 17:32:48 e6b0cf9c0882: Pull complete 17:32:48 7c8476c1cb00: Verifying Checksum 17:32:48 7c8476c1cb00: Download complete 17:32:48 97a711d68925: Verifying Checksum 17:32:48 97a711d68925: Download complete 17:32:48 2848faf0eed1: Pull complete 17:32:48 0f37312ad70f: Pull complete 17:32:49 7d08f2745646: Verifying Checksum 17:32:49 7d08f2745646: Download complete 17:32:54 7d08f2745646: Pull complete 17:32:54 4c9f31393084: Pull complete 17:32:54 eb21ddb83652: Pull complete 17:32:56 345998794f6b: Pull complete 17:33:00 97a711d68925: Pull complete 17:33:00 7c8476c1cb00: Pull complete 17:33:00 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 17:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 17:33:01 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 17:33:01 $ docker top 2fd11c17ee26e17e0d60212686947a1900cd63b7f4ee91a7e0b70b7179d7229a -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:02 + snyk monitor '--org=edgex-jenkins' 17:33:40 17:33:40 Monitoring /w/workspace/_app-service-configurable_master... 17:33:40 17:33:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8ce50a9d-b297-4e7f-83bd-9d21ad9f81af 17:33:40 17:33:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:33:40 17:33:40 [Pipeline] } 17:33:40 $ docker stop --time=1 2fd11c17ee26e17e0d60212686947a1900cd63b7f4ee91a7e0b70b7179d7229a 17:33:42 $ docker rm -f 2fd11c17ee26e17e0d60212686947a1900cd63b7f4ee91a7e0b70b7179d7229a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:33:43 17:33:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 17:33:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:33:43 latest: Pulling from edgex-devops/edgex-klar 17:33:43 e7c96db7181b: Pulling fs layer 17:33:43 1868ca2cb446: Pulling fs layer 17:33:43 136be5d0fe8e: Pulling fs layer 17:33:43 894bfe63afcb: Pulling fs layer 17:33:43 894bfe63afcb: Waiting 17:33:43 1868ca2cb446: Verifying Checksum 17:33:43 1868ca2cb446: Download complete 17:33:43 136be5d0fe8e: Verifying Checksum 17:33:43 136be5d0fe8e: Download complete 17:33:43 e7c96db7181b: Verifying Checksum 17:33:43 e7c96db7181b: Download complete 17:33:44 894bfe63afcb: Verifying Checksum 17:33:44 894bfe63afcb: Download complete 17:33:44 e7c96db7181b: Pull complete 17:33:44 1868ca2cb446: Pull complete 17:33:44 136be5d0fe8e: Pull complete 17:33:44 894bfe63afcb: Pull complete 17:33:44 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 17:33:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 17:33:44 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:33:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 17:33:45 $ docker top bf9971a316a2011fa78d7761b2c557e18eea014bb92ec75c41f8a5308e5dee46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:45 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:33:45 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:33:50 $ docker stop --time=1 bf9971a316a2011fa78d7761b2c557e18eea014bb92ec75c41f8a5308e5dee46 17:33:51 $ docker rm -f bf9971a316a2011fa78d7761b2c557e18eea014bb92ec75c41f8a5308e5dee46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:33:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:33:51 . [Pipeline] withDockerContainer 17:33:52 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:33:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 17:33:52 $ docker top 07a5a3f97c09b47e371e586590146500a806309625a80216529a8e9dfa864a23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:53 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:33:53 + tee 17:33:53 clair timeout 1m0s 17:33:53 docker timeout: 1m0s 17:33:53 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:33:53 $ docker stop --time=1 07a5a3f97c09b47e371e586590146500a806309625a80216529a8e9dfa864a23 17:33:55 $ docker rm -f 07a5a3f97c09b47e371e586590146500a806309625a80216529a8e9dfa864a23 [Pipeline] // withDockerContainer [Pipeline] sh 17:33:55 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 17:33:55 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_5714d8bd27caa90e032f309ec784bfbab40fc19a.html [Pipeline] writeFile [Pipeline] step 17:33:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 17:33:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:33:56 . [Pipeline] withDockerContainer 17:33:56 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:33:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 17:33:56 $ docker top 3f2e3c79a64b772be21022de4faed5dbef97677f9cadfb02fab230b0997db4a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:57 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:33:57 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:34:01 $ docker stop --time=1 3f2e3c79a64b772be21022de4faed5dbef97677f9cadfb02fab230b0997db4a2 17:34:03 $ docker rm -f 3f2e3c79a64b772be21022de4faed5dbef97677f9cadfb02fab230b0997db4a2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:34:03 . [Pipeline] withDockerContainer 17:34:03 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:34:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 17:34:04 $ docker top 6d732e82834248cc746b588b769c0a182ed7b8bffbe0a20b0ca21ddff62b4023 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:04 + tee 17:34:04 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5714d8bd27caa90e032f309ec784bfbab40fc19a 17:34:04 clair timeout 1m0s 17:34:04 docker timeout: 1m0s 17:34:04 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:34:05 $ docker stop --time=1 6d732e82834248cc746b588b769c0a182ed7b8bffbe0a20b0ca21ddff62b4023 17:34:07 $ docker rm -f 6d732e82834248cc746b588b769c0a182ed7b8bffbe0a20b0ca21ddff62b4023 [Pipeline] // withDockerContainer [Pipeline] sh 17:34:07 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 17:34:07 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_5714d8bd27caa90e032f309ec784bfbab40fc19a.html [Pipeline] writeFile [Pipeline] step 17:34:07 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:34:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:08 . [Pipeline] withDockerContainer 17:34:08 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:34:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:34:09 $ docker top 6322602396cdc1029816db0517f8009c88ed111cdd7b34eba4552cb69592a129 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:09 [ssh-agent] Looking for ssh-agent implementation... 17:34:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:09 $ docker exec 6322602396cdc1029816db0517f8009c88ed111cdd7b34eba4552cb69592a129 ssh-agent 17:34:09 SSH_AUTH_SOCK=/tmp/ssh-iE13t4KkvZ9f/agent.15 17:34:09 SSH_AGENT_PID=22 17:34:09 Running ssh-add (command line suppressed) 17:34:10 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8103744383049966549.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8103744383049966549.key) 17:34:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:10 + git semver tag 17:34:10 # -> Open(): unable to determine branch for HEAD 17:34:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:34:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:34:10 # $SEMVER_REMOTE_NAME = origin 17:34:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:10 # $SEMVER_USER_NAME = edgex-jenkins 17:34:10 # $SEMVER_BRANCH = master 17:34:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:34:10 # 5714d8bd27caa90e032f309ec784bfbab40fc19a HEAD 17:34:10 # -> Force: false 17:34:10 # c19c19aba2299dd683acbbc59c70ea775ec914e2 refs/tags/v1.0.1-dev.13 [Pipeline] } 17:34:10 $ docker exec --env ******** --env ******** 6322602396cdc1029816db0517f8009c88ed111cdd7b34eba4552cb69592a129 ssh-agent -k 17:34:10 unset SSH_AUTH_SOCK; 17:34:10 unset SSH_AGENT_PID; 17:34:10 echo Agent pid 22 killed; 17:34:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:11 + git semver [Pipeline] } 17:34:11 $ docker stop --time=1 6322602396cdc1029816db0517f8009c88ed111cdd7b34eba4552cb69592a129 17:34:12 $ docker rm -f 6322602396cdc1029816db0517f8009c88ed111cdd7b34eba4552cb69592a129 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:13 17:34:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:34:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:13 0.23.1-centos7: Pulling from edgex-lftools 17:34:13 ab5ef0e58194: Pulling fs layer 17:34:13 9712f1f96733: Pulling fs layer 17:34:13 63f879dbbcfc: Pulling fs layer 17:34:13 0d9ebad4ef96: Pulling fs layer 17:34:13 e9a5061849ea: Pulling fs layer 17:34:13 d747dcd14b5f: Pulling fs layer 17:34:13 2de7ff778b66: Pulling fs layer 17:34:13 0d9ebad4ef96: Waiting 17:34:13 e9a5061849ea: Waiting 17:34:13 d747dcd14b5f: Waiting 17:34:13 2de7ff778b66: Waiting 17:34:13 9712f1f96733: Verifying Checksum 17:34:13 9712f1f96733: Download complete 17:34:14 63f879dbbcfc: Verifying Checksum 17:34:14 63f879dbbcfc: Download complete 17:34:14 e9a5061849ea: Verifying Checksum 17:34:14 e9a5061849ea: Download complete 17:34:14 d747dcd14b5f: Verifying Checksum 17:34:14 d747dcd14b5f: Download complete 17:34:14 0d9ebad4ef96: Verifying Checksum 17:34:14 0d9ebad4ef96: Download complete 17:34:14 2de7ff778b66: Verifying Checksum 17:34:14 2de7ff778b66: Download complete 17:34:14 ab5ef0e58194: Verifying Checksum 17:34:14 ab5ef0e58194: Download complete 17:34:20 ab5ef0e58194: Pull complete 17:34:20 9712f1f96733: Pull complete 17:34:22 63f879dbbcfc: Pull complete 17:34:28 0d9ebad4ef96: Pull complete 17:34:33 e9a5061849ea: Pull complete 17:34:33 d747dcd14b5f: Pull complete 17:34:33 2de7ff778b66: Pull complete 17:34:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:34:34 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:34:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:34:35 $ docker top 6526d61328109e8bcd0a3e79065be69cac0048f700246fde37a2c494c7994513 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:34:35 provisioning config files... 17:34:35 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config7344787100311328713tmp 17:34:35 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config4029512422914485488tmp 17:34:35 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4833880170880292905tmp [Pipeline] { [Pipeline] echo 17:34:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:34:36 ---> sigul-configuration.sh 17:34:36 gpg: directory `/root/.gnupg' created 17:34:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:34:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:34:36 gpg: keyring `/root/.gnupg/secring.gpg' created 17:34:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:34:36 gpg: CAST5 encrypted data 17:34:36 gpg: encrypted with 1 passphrase 17:34:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:34:36 + mkdir /home/jenkins 17:34:36 + mkdir /home/jenkins/sigul [Pipeline] sh 17:34:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:34:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:34:37 ---> sigul-install.sh 17:34:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:34:45 + git tag --list 17:34:45 v1.0.1-dev.13 [Pipeline] sh 17:34:45 + lftools sign git-tag v1.0.1-dev.13 17:34:47 Signing Git tag with Sigul... 17:34:47 Signing v1.0.1-dev.13 [Pipeline] echo 17:34:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:34:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:34:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:34:48 $ docker stop --time=1 6526d61328109e8bcd0a3e79065be69cac0048f700246fde37a2c494c7994513 17:34:50 $ docker rm -f 6526d61328109e8bcd0a3e79065be69cac0048f700246fde37a2c494c7994513 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:34:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:50 . [Pipeline] withDockerContainer 17:34:50 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:34:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:34:51 $ docker top 03536ed1648fe90a09a32242be9d5d3e257c7b4df25939d340c43362ed6f247b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:51 [ssh-agent] Looking for ssh-agent implementation... 17:34:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:52 $ docker exec 03536ed1648fe90a09a32242be9d5d3e257c7b4df25939d340c43362ed6f247b ssh-agent 17:34:52 SSH_AUTH_SOCK=/tmp/ssh-2sQ58cBi9kOs/agent.15 17:34:52 SSH_AGENT_PID=22 17:34:52 Running ssh-add (command line suppressed) 17:34:52 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5136883894588919514.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5136883894588919514.key) 17:34:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:52 + git semver bump pre 17:34:52 # -> Open(): unable to determine branch for HEAD 17:34:52 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:34:52 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:34:52 # $SEMVER_REMOTE_NAME = origin 17:34:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:52 # $SEMVER_USER_NAME = edgex-jenkins 17:34:52 # $SEMVER_BRANCH = master 17:34:52 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:34:52 1.0.1-dev.14 [Pipeline] } 17:34:52 $ docker exec --env ******** --env ******** 03536ed1648fe90a09a32242be9d5d3e257c7b4df25939d340c43362ed6f247b ssh-agent -k 17:34:52 unset SSH_AUTH_SOCK; 17:34:52 unset SSH_AGENT_PID; 17:34:52 echo Agent pid 22 killed; 17:34:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:53 + git semver [Pipeline] } 17:34:53 $ docker stop --time=1 03536ed1648fe90a09a32242be9d5d3e257c7b4df25939d340c43362ed6f247b 17:34:54 $ docker rm -f 03536ed1648fe90a09a32242be9d5d3e257c7b4df25939d340c43362ed6f247b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:55 . [Pipeline] withDockerContainer 17:34:55 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:34:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:34:55 $ docker top 04b1f56f419399e8c9ec6f05da4d87170766b25115fa9c00a041d2e0a107aa7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:56 [ssh-agent] Looking for ssh-agent implementation... 17:34:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:56 $ docker exec 04b1f56f419399e8c9ec6f05da4d87170766b25115fa9c00a041d2e0a107aa7c ssh-agent 17:34:56 SSH_AUTH_SOCK=/tmp/ssh-uyp67N1EqZJf/agent.14 17:34:56 SSH_AGENT_PID=21 17:34:56 Running ssh-add (command line suppressed) 17:34:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3863067687535478664.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3863067687535478664.key) 17:34:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:57 + git semver push 17:34:57 # -> Open(): unable to determine branch for HEAD 17:34:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:34:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:34:57 # $SEMVER_REMOTE_NAME = origin 17:34:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:57 # $SEMVER_USER_NAME = edgex-jenkins 17:34:57 # $SEMVER_BRANCH = master 17:34:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:35:03 $ docker exec --env ******** --env ******** 04b1f56f419399e8c9ec6f05da4d87170766b25115fa9c00a041d2e0a107aa7c ssh-agent -k 17:35:04 unset SSH_AUTH_SOCK; 17:35:04 unset SSH_AGENT_PID; 17:35:04 echo Agent pid 21 killed; 17:35:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:04 + git semver [Pipeline] } 17:35:04 $ docker stop --time=1 04b1f56f419399e8c9ec6f05da4d87170766b25115fa9c00a041d2e0a107aa7c 17:35:05 $ docker rm -f 04b1f56f419399e8c9ec6f05da4d87170766b25115fa9c00a041d2e0a107aa7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:35:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:35:07 ---> package-listing.sh 17:35:07 ++ facter osfamily 17:35:07 ++ tr '[:upper:]' '[:lower:]' 17:35:07 + OS_FAMILY=redhat 17:35:07 + workspace=/w/workspace/_app-service-configurable_master 17:35:07 + START_PACKAGES=/tmp/packages_start.txt 17:35:07 + END_PACKAGES=/tmp/packages_end.txt 17:35:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:35:07 + PACKAGES=/tmp/packages_start.txt 17:35:07 + '[' /w/workspace/_app-service-configurable_master ']' 17:35:07 + PACKAGES=/tmp/packages_end.txt 17:35:07 + case "${OS_FAMILY}" in 17:35:07 + rpm -qa 17:35:07 + sort 17:35:11 + '[' -f /tmp/packages_start.txt ']' 17:35:11 + '[' -f /tmp/packages_end.txt ']' 17:35:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:35:11 + '[' /w/workspace/_app-service-configurable_master ']' 17:35:11 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:35:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:35:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:11 17:35:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:35:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:12 alpine: Pulling from edgex-lftools-log-publisher 17:35:12 c9b1b535fdd9: Pulling fs layer 17:35:12 2cc5ad85d9ab: Pulling fs layer 17:35:12 756a868c4378: Pulling fs layer 17:35:12 444b2fc9a129: Pulling fs layer 17:35:12 ea15f1150254: Pulling fs layer 17:35:12 41b27a9f41bf: Pulling fs layer 17:35:12 28c525ee5125: Pulling fs layer 17:35:12 094b1ea09ed8: Pulling fs layer 17:35:12 138eaada9080: Pulling fs layer 17:35:12 0622d0fa9048: Pulling fs layer 17:35:12 444b2fc9a129: Waiting 17:35:12 ea15f1150254: Waiting 17:35:12 41b27a9f41bf: Waiting 17:35:12 28c525ee5125: Waiting 17:35:12 094b1ea09ed8: Waiting 17:35:12 138eaada9080: Waiting 17:35:12 0622d0fa9048: Waiting 17:35:12 2cc5ad85d9ab: Verifying Checksum 17:35:12 2cc5ad85d9ab: Download complete 17:35:12 444b2fc9a129: Verifying Checksum 17:35:12 444b2fc9a129: Download complete 17:35:12 c9b1b535fdd9: Verifying Checksum 17:35:12 c9b1b535fdd9: Download complete 17:35:12 ea15f1150254: Verifying Checksum 17:35:12 ea15f1150254: Download complete 17:35:12 28c525ee5125: Download complete 17:35:12 756a868c4378: Verifying Checksum 17:35:12 756a868c4378: Download complete 17:35:12 c9b1b535fdd9: Pull complete 17:35:12 138eaada9080: Verifying Checksum 17:35:12 138eaada9080: Download complete 17:35:12 094b1ea09ed8: Download complete 17:35:12 0622d0fa9048: Verifying Checksum 17:35:12 0622d0fa9048: Download complete 17:35:13 41b27a9f41bf: Verifying Checksum 17:35:13 41b27a9f41bf: Download complete 17:35:13 2cc5ad85d9ab: Pull complete 17:35:15 756a868c4378: Pull complete 17:35:15 444b2fc9a129: Pull complete 17:35:16 ea15f1150254: Pull complete 17:35:20 41b27a9f41bf: Pull complete 17:35:20 28c525ee5125: Pull complete 17:35:23 094b1ea09ed8: Pull complete 17:35:23 138eaada9080: Pull complete 17:35:23 0622d0fa9048: Pull complete 17:35:23 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:35:23 prd-centos7-docker-4c-2g-5658 does not seem to be running inside a container 17:35:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:35:24 $ docker top 79e52df1f6a410adf2466f0b045468294e602efff8ed1a79050a8b61799e046b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:35:24 provisioning config files... 17:35:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8769683765735980520tmp [Pipeline] { [Pipeline] echo 17:35:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:35:24 ---> create-netrc.sh [Pipeline] echo 17:35:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:35:25 ---> logs-deploy.sh 17:35:25 + ARCHIVE_ARTIFACTS= 17:35:25 + LOGS_SERVER=https://logs.edgexfoundry.org 17:35:25 + '[' https://logs.edgexfoundry.org == None ']' 17:35:25 + NEXUS_URL=https://nexus.edgexfoundry.org 17:35:25 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/17 17:35:25 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/17/ 17:35:25 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/17 /w/workspace/_app-service-configurable_master 17:35:26 Archives upload complete. 17:35:26 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/17/ 17:35:27 ---> uname -a: 17:35:27 Linux 79e52df1f6a4 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 17:35:27 17:35:27 17:35:27 ---> lscpu: 17:35:27 Architecture: x86_64 17:35:27 CPU op-mode(s): 32-bit, 64-bit 17:35:27 Byte Order: Little Endian 17:35:27 Address sizes: 40 bits physical, 48 bits virtual 17:35:27 CPU(s): 4 17:35:27 On-line CPU(s) list: 0-3 17:35:27 Thread(s) per core: 1 17:35:27 Core(s) per socket: 1 17:35:27 Socket(s): 4 17:35:27 NUMA node(s): 1 17:35:27 Vendor ID: GenuineIntel 17:35:27 CPU family: 6 17:35:27 Model: 44 17:35:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:35:27 Stepping: 1 17:35:27 CPU MHz: 2933.396 17:35:27 BogoMIPS: 5866.79 17:35:27 Virtualization: VT-x 17:35:27 Hypervisor vendor: KVM 17:35:27 Virtualization type: full 17:35:27 L1d cache: 128 KiB 17:35:27 L1i cache: 128 KiB 17:35:27 L2 cache: 16 MiB 17:35:27 L3 cache: 64 MiB 17:35:27 NUMA node0 CPU(s): 0-3 17:35:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 17:35:27 Vulnerability Meltdown: Mitigation; PTI 17:35:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:35:27 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 17:35:27 Vulnerability Spectre v2: Mitigation; Full retpoline 17:35:27 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 17:35:27 17:35:27 17:35:27 ---> nproc: 17:35:27 4 17:35:27 17:35:27 17:35:27 ---> df -h: 17:35:27 Filesystem Size Used Available Use% Mounted on 17:35:27 overlay 50.0G 7.5G 42.5G 15% / 17:35:27 tmpfs 64.0M 0 64.0M 0% /dev 17:35:27 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 17:35:27 shm 64.0M 0 64.0M 0% /dev/shm 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/_app-service-configurable_master 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/_app-service-configurable_master@tmp 17:35:27 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa 17:35:27 17:35:27 17:35:27 ---> free -m: 17:35:27 total used free shared buff/cache available 17:35:27 Mem: 1838 753 75 0 1009 1018 17:35:27 Swap: 1023 2 1021 17:35:27 17:35:27 17:35:27 ---> ip addr: 17:35:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:35:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:35:27 inet 127.0.0.1/8 scope host lo 17:35:27 valid_lft forever preferred_lft forever 17:35:27 24: eth0@if25: mtu 1458 qdisc noqueue state UP 17:35:27 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:35:27 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:35:27 valid_lft forever preferred_lft forever 17:35:27 17:35:27 17:35:27 ---> sar -b -r -n DEV: 17:35:27 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/22/20 _x86_64_ (4 CPU) 17:35:27 17:35:27 17:25:12 LINUX RESTART 17:35:27 17:35:27 17:26:01 tps rtps wtps bread/s bwrtn/s 17:35:27 17:27:01 11.95 1.53 10.42 83.08 1920.70 17:35:27 17:28:01 2.43 0.00 2.43 0.00 85.68 17:35:27 17:29:01 0.30 0.00 0.30 0.00 3.75 17:35:27 17:30:01 0.25 0.00 0.25 0.00 2.83 17:35:27 17:31:01 0.67 0.00 0.67 0.00 8.33 17:35:27 17:32:01 0.72 0.00 0.72 0.00 9.24 17:35:27 17:33:01 159.28 95.06 64.23 3260.20 25818.03 17:35:27 17:34:01 78.27 33.38 44.89 2303.30 5618.00 17:35:27 17:35:01 178.83 43.54 135.29 2082.56 32524.85 17:35:27 Average: 48.09 19.28 28.80 858.93 7334.16 17:35:27 17:35:27 17:26:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:35:27 17:27:01 99804 1782500 94.70 2620 1239896 954680 32.57 440124 1177864 16 17:35:27 17:28:01 103228 1779076 94.52 2620 1239900 949160 32.38 437644 1177564 8 17:35:27 17:29:01 107092 1775212 94.31 2620 1239912 907012 30.95 434808 1177564 12 17:35:27 17:30:01 107048 1775256 94.31 2620 1239912 907108 30.95 434884 1177564 16 17:35:27 17:31:01 107592 1774712 94.28 2620 1239920 907012 30.95 434168 1177564 8 17:35:27 17:32:01 108236 1774068 94.25 2620 1239924 906928 30.94 433940 1177560 12 17:35:27 17:33:01 72776 1809528 96.13 2620 1177844 1295844 44.21 468732 1152024 67652 17:35:27 17:34:01 237016 1645288 87.41 2620 1067164 917904 31.32 507480 950012 19460 17:35:27 17:35:01 253776 1628528 86.52 2544 912404 1067068 36.41 566496 779368 108 17:35:27 Average: 132952 1749352 92.94 2612 1177431 979191 33.41 462031 1105232 9699 17:35:27 17:35:27 17:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 17:35:27 17:27:01 eth0 26.69 18.54 21.93 25.01 0.00 0.00 0.00 17:35:27 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:27:01 docker0 1.30 1.13 0.31 2.21 0.00 0.00 0.00 17:35:27 17:28:01 eth0 1.93 0.25 0.39 0.19 0.00 0.00 0.00 17:35:27 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:29:01 eth0 1.70 0.52 0.60 0.39 0.00 0.00 0.00 17:35:27 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:30:01 eth0 0.52 0.28 0.27 0.17 0.00 0.00 0.00 17:35:27 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:31:01 eth0 1.12 0.25 0.20 0.11 0.00 0.00 0.00 17:35:27 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:32:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 17:35:27 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:33:01 vethad86e79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:33:01 veth38f8321 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:33:01 eth0 580.91 364.01 4543.59 101.87 0.00 0.00 0.00 17:35:27 17:33:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 17:35:27 17:34:01 veth20a2253 0.42 0.48 0.09 0.19 0.00 0.00 0.00 17:35:27 17:34:01 eth0 76.34 67.15 467.00 18.77 0.00 0.00 0.00 17:35:27 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:34:01 docker0 36.86 32.12 4.19 278.45 0.00 0.00 0.00 17:35:27 17:35:01 veth7f78ce3 1.83 1.33 0.32 0.30 0.00 0.00 0.00 17:35:27 17:35:01 eth0 252.51 203.56 3503.57 120.80 0.00 0.00 0.00 17:35:27 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:27 17:35:01 docker0 34.70 39.66 2.00 250.91 0.00 0.00 0.00 17:35:27 Average: veth7f78ce3 0.20 0.15 0.04 0.03 0.00 0.00 0.00 17:35:27 Average: eth0 101.10 70.54 946.23 26.83 0.00 0.00 0.00 17:35:27 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 17:35:27 Average: docker0 7.95 7.98 0.69 58.83 0.00 0.00 0.00 17:35:27 17:35:27 17:35:27 ---> sar -P ALL: 17:35:27 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/22/20 _x86_64_ (4 CPU) 17:35:27 17:35:27 17:25:12 LINUX RESTART 17:35:27 17:35:27 17:26:01 CPU %user %nice %system %iowait %steal %idle 17:35:27 17:27:01 all 1.65 0.00 0.73 0.02 0.04 97.56 17:35:27 17:27:01 0 1.57 0.00 0.80 0.02 0.03 97.58 17:35:27 17:27:01 1 1.84 0.00 0.67 0.02 0.02 97.46 17:35:27 17:27:01 2 1.40 0.00 0.65 0.03 0.05 97.86 17:35:27 17:27:01 3 1.80 0.00 0.82 0.02 0.05 97.31 17:35:27 17:28:01 all 0.19 0.00 0.08 0.00 0.00 99.74 17:35:27 17:28:01 0 0.07 0.00 0.03 0.00 0.00 99.90 17:35:27 17:28:01 1 0.08 0.00 0.08 0.00 0.02 99.82 17:35:27 17:28:01 2 0.53 0.00 0.07 0.00 0.00 99.40 17:35:27 17:28:01 3 0.08 0.00 0.08 0.00 0.02 99.82 17:35:27 17:29:01 all 0.11 0.00 0.05 0.00 0.00 99.84 17:35:27 17:29:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:35:27 17:29:01 1 0.08 0.00 0.08 0.00 0.00 99.83 17:35:27 17:29:01 2 0.15 0.00 0.03 0.00 0.00 99.82 17:35:27 17:29:01 3 0.12 0.00 0.05 0.00 0.00 99.83 17:35:27 17:30:01 all 0.18 0.00 0.05 0.00 0.00 99.76 17:35:27 17:30:01 0 0.07 0.00 0.05 0.00 0.00 99.88 17:35:27 17:30:01 1 0.35 0.00 0.07 0.00 0.00 99.58 17:35:27 17:30:01 2 0.28 0.00 0.07 0.00 0.00 99.65 17:35:27 17:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:35:27 17:31:01 all 0.20 0.00 0.05 0.00 0.00 99.75 17:35:27 17:31:01 0 0.08 0.00 0.07 0.00 0.00 99.85 17:35:27 17:31:01 1 0.18 0.00 0.03 0.00 0.00 99.78 17:35:27 17:31:01 2 0.10 0.00 0.05 0.00 0.00 99.85 17:35:27 17:31:01 3 0.43 0.00 0.07 0.00 0.00 99.50 17:35:27 17:32:01 all 0.19 0.00 0.05 0.00 0.00 99.77 17:35:27 17:32:01 0 0.05 0.00 0.07 0.00 0.00 99.88 17:35:27 17:32:01 1 0.08 0.00 0.03 0.00 0.00 99.88 17:35:27 17:32:01 2 0.07 0.00 0.03 0.00 0.00 99.90 17:35:27 17:32:01 3 0.55 0.00 0.03 0.00 0.00 99.42 17:35:27 17:33:01 all 5.85 0.00 3.64 1.13 0.02 89.35 17:35:27 17:33:01 0 5.51 0.00 4.22 0.89 0.02 89.36 17:35:27 17:33:01 1 6.19 0.00 3.32 1.04 0.03 89.42 17:35:27 17:33:01 2 6.02 0.00 3.39 2.15 0.03 88.41 17:35:27 17:33:01 3 5.69 0.00 3.64 0.49 0.02 90.16 17:35:27 17:34:01 all 3.84 0.00 2.34 3.10 0.03 90.69 17:35:27 17:34:01 0 4.59 0.00 2.56 2.04 0.02 90.79 17:35:27 17:34:01 1 3.10 0.00 2.25 3.78 0.05 90.82 17:35:27 17:34:01 2 3.75 0.00 2.35 3.40 0.02 90.49 17:35:27 17:34:01 3 3.94 0.00 2.20 3.17 0.03 90.66 17:35:27 17:35:01 all 12.75 0.00 8.07 2.16 0.10 76.91 17:35:27 17:35:01 0 15.34 0.00 9.26 3.90 0.08 71.41 17:35:27 17:35:01 1 12.58 0.00 8.16 0.92 0.12 78.22 17:35:27 17:35:01 2 11.32 0.00 7.38 2.44 0.08 78.78 17:35:27 17:35:01 3 11.75 0.00 7.51 1.41 0.10 79.23 17:35:27 Average: all 2.75 0.00 1.66 0.71 0.02 94.86 17:35:27 Average: 0 3.01 0.00 1.89 0.75 0.02 94.33 17:35:27 Average: 1 2.70 0.00 1.62 0.64 0.03 95.02 17:35:27 Average: 2 2.61 0.00 1.54 0.89 0.02 94.94 17:35:27 Average: 3 2.69 0.00 1.59 0.56 0.02 95.14 17:35:27 17:35:27 17:35:27