Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4847189fec9356fc1867d6a951a9c80fcf5aab87 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-867 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" > git rev-list --no-walk 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:52:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:52:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:52:28 ========================================================= 16:52:28 EdgeX Global Pipelines Version Info 16:52:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:52:29 ------------------- 16:52:29 stable info: 16:52:29 ------------------- 16:52:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:29 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 16:52:29 Message: update stable to v1.0.105 16:52:31 ------------------- 16:52:31 experimental info: 16:52:31 ------------------- 16:52:31 Commited By: **** collab-it+edgex@linuxfoundation.org 16:52:31 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 16:52:31 Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:52:33 + git log --format=format:%s -1 4847189fec9356fc1867d6a951a9c80fcf5aab87 [Pipeline] echo 16:52:33 GIT_COMMIT: 4847189fec9356fc1867d6a951a9c80fcf5aab87, Commit Message: fix(sdk): Fix version check to handle new core-data `dev` versions. (#416) [Pipeline] echo 16:52:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:34 16:52:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:52:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:34 latest: Pulling from edgex-devops/git-semver 16:52:34 31603596830f: Pulling fs layer 16:52:34 2a8b12db71e7: Pulling fs layer 16:52:34 6ca5941a6612: Pulling fs layer 16:52:34 ecc8261a40a4: Pulling fs layer 16:52:34 ecc8261a40a4: Waiting 16:52:34 2a8b12db71e7: Verifying Checksum 16:52:34 2a8b12db71e7: Download complete 16:52:34 31603596830f: Verifying Checksum 16:52:34 31603596830f: Download complete 16:52:34 ecc8261a40a4: Verifying Checksum 16:52:34 ecc8261a40a4: Download complete 16:52:34 6ca5941a6612: Verifying Checksum 16:52:34 6ca5941a6612: Download complete 16:52:35 31603596830f: Pull complete 16:52:35 2a8b12db71e7: Pull complete 16:52:36 6ca5941a6612: Pull complete 16:52:36 ecc8261a40a4: Pull complete 16:52:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:52:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:52:36 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:52:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:52:38 $ docker top 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:52:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:38 [ssh-agent] Looking for ssh-agent implementation... 16:52:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:38 $ docker exec 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent 16:52:39 SSH_AUTH_SOCK=/tmp/ssh-qxLt9Q9fJN3N/agent.11 16:52:39 SSH_AGENT_PID=17 16:52:39 Running ssh-add (command line suppressed) 16:52:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2339207587023287874.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2339207587023287874.key) 16:52:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:39 + git describe --exact-match --tags HEAD 16:52:39 fatal: No names found, cannot describe anything. [Pipeline] } 16:52:39 $ docker exec --env ******** --env ******** 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent -k 16:52:39 unset SSH_AUTH_SOCK; 16:52:39 unset SSH_AGENT_PID; 16:52:39 echo Agent pid 17 killed; 16:52:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:52:39 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:52:39 This usually means this commit has not been tagged. [Pipeline] sshagent 16:52:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:39 [ssh-agent] Looking for ssh-agent implementation... 16:52:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:40 $ docker exec 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent 16:52:40 SSH_AUTH_SOCK=/tmp/ssh-ePNUpu2GnEgI/agent.45 16:52:40 SSH_AGENT_PID=50 16:52:40 Running ssh-add (command line suppressed) 16:52:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4876783495313266868.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4876783495313266868.key) 16:52:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:40 + git semver init 16:52:40 # -> Open(): unable to determine branch for HEAD 16:52:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:52:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:52:40 # $SEMVER_REMOTE_NAME = origin 16:52:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:52:40 # $SEMVER_USER_NAME = edgex-jenkins 16:52:40 # $SEMVER_BRANCH = master 16:52:40 # $SEMVER_TEMP = /tmp/semver-213900827 16:52:40 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:52:43 # '/tmp/semver-213900827' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:52:43 # -> Force: false 16:52:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:52:43 $ docker exec --env ******** --env ******** 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent -k 16:52:43 unset SSH_AUTH_SOCK; 16:52:43 unset SSH_AGENT_PID; 16:52:43 echo Agent pid 50 killed; 16:52:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:52:44 + git semver [Pipeline] } 16:52:44 $ docker stop --time=1 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 16:52:45 $ docker rm -f 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:52:47 Stashed 25 file(s) [Pipeline] echo 16:52:47 [edgeXSemver] initialized semver on version 1.2.1-dev.12 [Pipeline] echo 16:52:47 Archived original version: [1.2.1-dev.12] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:53:03 Still waiting to schedule task 16:53:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:53:03 Still waiting to schedule task 16:53:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:54:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-868 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:54:37 Running in /w/workspace/app-functions-sdk-go/80 [Pipeline] { [Pipeline] checkout 16:54:43 using credential edgex-jenkins-ssh 16:54:43 Cloning the remote Git repository 16:54:43 Cloning with configured refspecs honoured and without tags 16:54:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:54:43 > git init /w/workspace/app-functions-sdk-go/80 # timeout=10 16:54:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:54:43 > git --version # timeout=10 16:54:43 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:46 Fetching without tags 16:54:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:54:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:54:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:54:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:46 Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) 16:54:46 > git config core.sparsecheckout # timeout=10 16:54:46 > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 16:54:51 Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:54:55 ========================================================= 16:54:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:54:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:54:56 + 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 . 16:54:57 Sending build context to Docker daemon 36.87MB 16:54:57 Step 1/8 : ARG BASE=golang:1.13-alpine 16:54:57 Step 2/8 : FROM ${BASE} 16:54:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:54:57 b538f80385f9: Pulling fs layer 16:54:57 74f711af9a0d: Pulling fs layer 16:54:57 99f96fe45779: Pulling fs layer 16:54:57 fd7a069fd194: Pulling fs layer 16:54:57 66aa3694b03b: Pulling fs layer 16:54:57 170f70906a0f: Pulling fs layer 16:54:57 ad7c5574e4b9: Pulling fs layer 16:54:57 e772456be8f7: Pulling fs layer 16:54:57 c890913d741a: Pulling fs layer 16:54:57 2480fcc9aa5a: Pulling fs layer 16:54:57 09adf4765672: Pulling fs layer 16:54:57 fd7a069fd194: Waiting 16:54:57 66aa3694b03b: Waiting 16:54:57 c890913d741a: Waiting 16:54:57 170f70906a0f: Waiting 16:54:57 2480fcc9aa5a: Waiting 16:54:57 ad7c5574e4b9: Waiting 16:54:57 e772456be8f7: Waiting 16:54:57 09adf4765672: Waiting 16:54:57 99f96fe45779: Verifying Checksum 16:54:57 99f96fe45779: Download complete 16:54:57 74f711af9a0d: Verifying Checksum 16:54:57 74f711af9a0d: Download complete 16:54:57 66aa3694b03b: Verifying Checksum 16:54:57 66aa3694b03b: Download complete 16:54:57 170f70906a0f: Verifying Checksum 16:54:57 170f70906a0f: Download complete 16:54:57 b538f80385f9: Download complete 16:54:58 b538f80385f9: Pull complete 16:54:59 74f711af9a0d: Pull complete 16:54:59 99f96fe45779: Pull complete 16:55:00 ad7c5574e4b9: Verifying Checksum 16:55:00 ad7c5574e4b9: Download complete 16:55:00 c890913d741a: Download complete 16:55:02 2480fcc9aa5a: Verifying Checksum 16:55:02 2480fcc9aa5a: Download complete 16:55:02 09adf4765672: Verifying Checksum 16:55:02 09adf4765672: Download complete 16:55:02 e772456be8f7: Verifying Checksum 16:55:02 e772456be8f7: Download complete 16:55:03 fd7a069fd194: Verifying Checksum 16:55:03 fd7a069fd194: Download complete 16:55:15 fd7a069fd194: Pull complete 16:55:15 66aa3694b03b: Pull complete 16:55:15 170f70906a0f: Pull complete 16:55:19 ad7c5574e4b9: Pull complete 16:55:23 e772456be8f7: Pull complete 16:55:23 c890913d741a: Pull complete 16:55:26 2480fcc9aa5a: Pull complete 16:55:26 09adf4765672: Pull complete 16:55:26 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:55:26 ---> 2248a725d1cf 16:55:26 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:55:26 latest: Pulling from library/docker 16:55:27 b538f80385f9: Already exists 16:55:27 259a493cd78d: Pulling fs layer 16:55:27 b8e66b5100f5: Pulling fs layer 16:55:27 39dc9c94d07c: Pulling fs layer 16:55:27 551b823b3b82: Pulling fs layer 16:55:27 3c52a74df98c: Pulling fs layer 16:55:27 6c9b121b6998: Pulling fs layer 16:55:27 551b823b3b82: Waiting 16:55:27 3c52a74df98c: Waiting 16:55:27 6c9b121b6998: Waiting 16:55:27 b8e66b5100f5: Verifying Checksum 16:55:27 b8e66b5100f5: Download complete 16:55:27 259a493cd78d: Verifying Checksum 16:55:27 259a493cd78d: Download complete 16:55:27 551b823b3b82: Download complete 16:55:27 3c52a74df98c: Verifying Checksum 16:55:27 3c52a74df98c: Download complete 16:55:27 6c9b121b6998: Verifying Checksum 16:55:27 6c9b121b6998: Download complete 16:55:27 259a493cd78d: Pull complete 16:55:28 b8e66b5100f5: Pull complete 16:55:28 39dc9c94d07c: Verifying Checksum 16:55:28 39dc9c94d07c: Download complete 16:55:31 39dc9c94d07c: Pull complete 16:55:31 551b823b3b82: Pull complete 16:55:32 3c52a74df98c: Pull complete 16:55:32 6c9b121b6998: Pull complete 16:55:32 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:55:32 Status: Downloaded newer image for docker:latest 16:55:41 ---> ae55e793da7f 16:55:41 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:55:41 ---> Running in af965b9fd728 16:55:41 Removing intermediate container af965b9fd728 16:55:41 ---> aedb8433d928 16:55:41 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:55:41 ---> Running in 732d34b999e5 16:55:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:44 (1/5) Installing libsodium (1.0.18-r0) 16:55:44 (2/5) Installing libzmq (4.3.2-r0) 16:55:44 (3/5) Installing pkgconf (1.7.2-r0) 16:55:44 (4/5) Installing libsodium-dev (1.0.18-r0) 16:55:44 (5/5) Installing zeromq-dev (4.3.2-r0) 16:55:44 Executing busybox-1.31.1-r16.trigger 16:55:44 OK: 143 MiB in 44 packages 16:55:46 Removing intermediate container 732d34b999e5 16:55:46 ---> 49661279bf70 16:55:46 Step 6/8 : WORKDIR /build 16:55:46 ---> Running in 632c395de7ab 16:55:46 Removing intermediate container 632c395de7ab 16:55:46 ---> ff7db078e950 16:55:46 Step 7/8 : COPY go.mod . 16:55:46 ---> fd82bb93ade7 16:55:46 Step 8/8 : RUN go mod download 16:55:47 ---> Running in 53df0e807297 16:55:50 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:55:50 go: finding github.com/BurntSushi/toml v0.3.1 16:55:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:55:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:55:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:55:50 go: finding github.com/bgentry/speakeasy v0.1.0 16:55:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:55:50 go: finding github.com/davecgh/go-spew v1.1.1 16:55:50 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:55:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:55:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 16:55:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:55:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:55:50 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:55:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:55:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:55:50 go: finding github.com/fatih/color v1.7.0 16:55:50 go: finding github.com/fsnotify/fsnotify v1.4.7 16:55:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:55:50 go: finding github.com/go-kit/kit v0.8.0 16:55:50 go: finding github.com/go-logfmt/logfmt v0.4.0 16:55:50 go: finding github.com/go-redis/redis/v7 v7.2.0 16:55:50 go: finding github.com/go-stack/stack v1.8.0 16:55:50 go: finding github.com/golang/protobuf v1.3.2 16:55:50 go: finding github.com/golang/snappy v0.0.1 16:55:50 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:55:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:55:50 go: finding github.com/google/go-cmp v0.4.0 16:55:50 go: finding github.com/google/uuid v1.1.1 16:55:50 go: finding github.com/gorilla/mux v1.7.4 16:55:50 go: finding github.com/hashicorp/consul/api v1.1.0 16:55:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:55:50 go: finding github.com/hashicorp/errwrap v1.0.0 16:55:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:55:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:55:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:55:50 go: finding github.com/hashicorp/go-multierror v1.0.0 16:55:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:55:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:55:50 go: finding github.com/hashicorp/go-syslog v1.0.0 16:55:50 go: finding github.com/hashicorp/go-uuid v1.0.1 16:55:51 go: finding github.com/hashicorp/go.net v0.0.1 16:55:51 go: finding github.com/hashicorp/golang-lru v0.5.0 16:55:51 go: finding github.com/hashicorp/logutils v1.0.0 16:55:51 go: finding github.com/hashicorp/mdns v1.0.0 16:55:51 go: finding github.com/hashicorp/memberlist v0.1.3 16:55:51 go: finding github.com/hashicorp/serf v0.8.2 16:55:51 go: finding github.com/hpcloud/tail v1.0.0 16:55:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:55:51 go: finding github.com/kr/pretty v0.1.0 16:55:51 go: finding github.com/kr/pty v1.1.1 16:55:51 go: finding github.com/kr/text v0.1.0 16:55:51 go: finding github.com/mattn/go-colorable v0.0.9 16:55:51 go: finding github.com/mattn/go-isatty v0.0.3 16:55:51 go: finding github.com/miekg/dns v1.0.14 16:55:51 go: finding github.com/mitchellh/cli v1.0.0 16:55:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:55:51 go: finding github.com/mitchellh/copystructure v1.0.0 16:55:51 go: finding github.com/mitchellh/go-homedir v1.0.0 16:55:51 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:55:51 go: finding github.com/mitchellh/gox v0.4.0 16:55:51 go: finding github.com/mitchellh/iochan v1.0.0 16:55:51 go: finding github.com/mitchellh/mapstructure v1.1.2 16:55:51 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:55:51 go: finding github.com/onsi/ginkgo v1.10.1 16:55:51 go: finding github.com/onsi/gomega v1.7.0 16:55:51 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:55:51 go: finding github.com/pebbe/zmq4 v1.0.0 16:55:51 go: finding github.com/pelletier/go-toml v1.2.0 16:55:51 go: finding github.com/pkg/errors v0.8.1 16:55:51 go: finding github.com/pmezard/go-difflib v1.0.0 16:55:51 go: finding github.com/posener/complete v1.1.1 16:55:51 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:55:51 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:55:51 go: finding github.com/stretchr/objx v0.2.0 16:55:51 go: finding github.com/stretchr/testify v1.6.1 16:55:51 go: finding github.com/tidwall/pretty v1.0.1 16:55:51 go: finding github.com/ugorji/go v1.1.4 16:55:51 go: finding github.com/x448/float16 v0.8.4 16:55:51 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:55:51 go: finding github.com/xdg/stringprep v1.0.0 16:55:52 go: finding go.mongodb.org/mongo-driver v1.1.1 16:55:52 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:55:52 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:55:52 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:55:52 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:55:52 go: finding golang.org/x/text v0.3.2 16:55:52 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:55:52 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:55:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:55:52 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:55:52 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:55:52 go: finding gopkg.in/yaml.v2 v2.2.8 16:55:52 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:56:10 Removing intermediate container 53df0e807297 16:56:10 ---> d993398ddfcc 16:56:10 Successfully built d993398ddfcc 16:56:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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] } 16:56:27 Running on prd-centos7-docker-4c-2g-869 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:56:27 Running in /w/workspace/app-functions-sdk-go/80 [Pipeline] { [Pipeline] checkout 16:56:33 using credential edgex-jenkins-ssh 16:56:33 Cloning the remote Git repository 16:56:33 Cloning with configured refspecs honoured and without tags 16:56:33 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:33 > git init /w/workspace/app-functions-sdk-go/80 # timeout=10 16:56:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:33 > git --version # timeout=10 16:56:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:35 Fetching without tags 16:56:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:56:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:56:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:35 Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) 16:56:35 > git config core.sparsecheckout # timeout=10 16:56:35 > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 16:56:40 Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:56:44 ========================================================= 16:56:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:56:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:45 + 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 . 16:56:46 Sending build context to Docker daemon 36.86MB 16:56:46 Step 1/8 : ARG BASE=golang:1.13-alpine 16:56:46 Step 2/8 : FROM ${BASE} 16:56:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:46 df20fa9351a1: Pulling fs layer 16:56:46 ed8968b2872e: Pulling fs layer 16:56:46 a92cc7c5fd73: Pulling fs layer 16:56:46 2dd03ba5bac4: Pulling fs layer 16:56:46 1e091d79d1de: Pulling fs layer 16:56:46 481702a1767f: Pulling fs layer 16:56:46 f64a6f60c768: Pulling fs layer 16:56:46 e78d2573fc39: Pulling fs layer 16:56:46 e876d2f968b6: Pulling fs layer 16:56:46 ce8a83651883: Pulling fs layer 16:56:46 07967f4d0e4b: Pulling fs layer 16:56:46 481702a1767f: Waiting 16:56:46 f64a6f60c768: Waiting 16:56:46 e78d2573fc39: Waiting 16:56:46 2dd03ba5bac4: Waiting 16:56:46 1e091d79d1de: Waiting 16:56:46 e876d2f968b6: Waiting 16:56:46 ce8a83651883: Waiting 16:56:46 07967f4d0e4b: Waiting 16:56:46 a92cc7c5fd73: Verifying Checksum 16:56:46 a92cc7c5fd73: Download complete 16:56:46 ed8968b2872e: Verifying Checksum 16:56:46 ed8968b2872e: Download complete 16:56:46 1e091d79d1de: Verifying Checksum 16:56:46 1e091d79d1de: Download complete 16:56:46 481702a1767f: Verifying Checksum 16:56:46 481702a1767f: Download complete 16:56:46 df20fa9351a1: Verifying Checksum 16:56:46 df20fa9351a1: Download complete 16:56:47 df20fa9351a1: Pull complete 16:56:47 ed8968b2872e: Pull complete 16:56:48 a92cc7c5fd73: Pull complete 16:56:49 f64a6f60c768: Verifying Checksum 16:56:49 f64a6f60c768: Download complete 16:56:49 e876d2f968b6: Verifying Checksum 16:56:49 e876d2f968b6: Download complete 16:56:50 e78d2573fc39: Verifying Checksum 16:56:50 e78d2573fc39: Download complete 16:56:50 07967f4d0e4b: Verifying Checksum 16:56:50 07967f4d0e4b: Download complete 16:56:50 2dd03ba5bac4: Verifying Checksum 16:56:50 2dd03ba5bac4: Download complete 16:56:51 ce8a83651883: Verifying Checksum 16:56:51 ce8a83651883: Download complete 16:57:02 2dd03ba5bac4: Pull complete 16:57:02 1e091d79d1de: Pull complete 16:57:02 481702a1767f: Pull complete 16:57:08 f64a6f60c768: Pull complete 16:57:12 e78d2573fc39: Pull complete 16:57:12 e876d2f968b6: Pull complete 16:57:14 ce8a83651883: Pull complete 16:57:14 07967f4d0e4b: Pull complete 16:57:14 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:57:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:57:14 ---> 5d7c900382c6 16:57:14 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:57:14 latest: Pulling from library/docker 16:57:15 df20fa9351a1: Already exists 16:57:15 25ad7478873d: Pulling fs layer 16:57:15 4684f6177b5d: Pulling fs layer 16:57:15 46e300cec669: Pulling fs layer 16:57:15 63038576ad94: Pulling fs layer 16:57:15 0fdb76c4706c: Pulling fs layer 16:57:15 cb7edeffdfd5: Pulling fs layer 16:57:15 63038576ad94: Waiting 16:57:15 0fdb76c4706c: Waiting 16:57:15 cb7edeffdfd5: Waiting 16:57:15 4684f6177b5d: Download complete 16:57:15 25ad7478873d: Verifying Checksum 16:57:15 25ad7478873d: Download complete 16:57:16 63038576ad94: Verifying Checksum 16:57:16 63038576ad94: Download complete 16:57:16 0fdb76c4706c: Verifying Checksum 16:57:16 0fdb76c4706c: Download complete 16:57:16 cb7edeffdfd5: Verifying Checksum 16:57:16 cb7edeffdfd5: Download complete 16:57:16 25ad7478873d: Pull complete 16:57:16 4684f6177b5d: Pull complete 16:57:17 46e300cec669: Verifying Checksum 16:57:17 46e300cec669: Download complete 16:57:24 46e300cec669: Pull complete 16:57:24 63038576ad94: Pull complete 16:57:24 0fdb76c4706c: Pull complete 16:57:24 cb7edeffdfd5: Pull complete 16:57:24 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:57:24 Status: Downloaded newer image for docker:latest 16:57:26 ---> b9b8e89b18a6 16:57:26 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:57:26 ---> Running in 26137eb6d2fa 16:57:27 Removing intermediate container 26137eb6d2fa 16:57:27 ---> 60034796cff6 16:57:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:57:27 ---> Running in 8567d1872c53 16:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:29 (1/5) Installing libsodium (1.0.18-r0) 16:57:29 (2/5) Installing libzmq (4.3.2-r0) 16:57:29 (3/5) Installing pkgconf (1.7.2-r0) 16:57:30 (4/5) Installing libsodium-dev (1.0.18-r0) 16:57:30 (5/5) Installing zeromq-dev (4.3.2-r0) 16:57:30 Executing busybox-1.31.1-r16.trigger 16:57:30 OK: 167 MiB in 44 packages 16:57:30 Removing intermediate container 8567d1872c53 16:57:30 ---> 958044e7d856 16:57:30 Step 6/8 : WORKDIR /build 16:57:30 ---> Running in b431783937bd 16:57:31 Removing intermediate container b431783937bd 16:57:31 ---> 307d4142ab51 16:57:31 Step 7/8 : COPY go.mod . 16:57:31 ---> 4980f6ae3ee7 16:57:31 Step 8/8 : RUN go mod download 16:57:31 ---> Running in 6a2c1d96dc25 16:57:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:57:35 go: finding github.com/BurntSushi/toml v0.3.1 16:57:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:57:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:57:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:57:35 go: finding github.com/bgentry/speakeasy v0.1.0 16:57:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:57:35 go: finding github.com/davecgh/go-spew v1.1.1 16:57:35 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:57:35 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:57:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 16:57:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:57:35 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:57:35 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:57:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:57:35 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:57:35 go: finding github.com/fatih/color v1.7.0 16:57:35 go: finding github.com/fsnotify/fsnotify v1.4.7 16:57:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:57:35 go: finding github.com/go-kit/kit v0.8.0 16:57:35 go: finding github.com/go-logfmt/logfmt v0.4.0 16:57:35 go: finding github.com/go-redis/redis/v7 v7.2.0 16:57:35 go: finding github.com/go-stack/stack v1.8.0 16:57:35 go: finding github.com/golang/protobuf v1.3.2 16:57:35 go: finding github.com/golang/snappy v0.0.1 16:57:35 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:57:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:57:35 go: finding github.com/google/go-cmp v0.4.0 16:57:35 go: finding github.com/google/uuid v1.1.1 16:57:35 go: finding github.com/gorilla/mux v1.7.4 16:57:35 go: finding github.com/hashicorp/consul/api v1.1.0 16:57:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:57:35 go: finding github.com/hashicorp/errwrap v1.0.0 16:57:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:57:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:57:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:57:35 go: finding github.com/hashicorp/go-multierror v1.0.0 16:57:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:57:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:57:35 go: finding github.com/hashicorp/go-syslog v1.0.0 16:57:35 go: finding github.com/hashicorp/go-uuid v1.0.1 16:57:35 go: finding github.com/hashicorp/go.net v0.0.1 16:57:35 go: finding github.com/hashicorp/golang-lru v0.5.0 16:57:36 go: finding github.com/hashicorp/logutils v1.0.0 16:57:36 go: finding github.com/hashicorp/mdns v1.0.0 16:57:36 go: finding github.com/hashicorp/memberlist v0.1.3 16:57:36 go: finding github.com/hashicorp/serf v0.8.2 16:57:36 go: finding github.com/hpcloud/tail v1.0.0 16:57:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:57:36 go: finding github.com/kr/pretty v0.1.0 16:57:36 go: finding github.com/kr/pty v1.1.1 16:57:36 go: finding github.com/kr/text v0.1.0 16:57:36 go: finding github.com/mattn/go-colorable v0.0.9 16:57:36 go: finding github.com/mattn/go-isatty v0.0.3 16:57:36 go: finding github.com/miekg/dns v1.0.14 16:57:36 go: finding github.com/mitchellh/cli v1.0.0 16:57:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:57:36 go: finding github.com/mitchellh/copystructure v1.0.0 16:57:36 go: finding github.com/mitchellh/go-homedir v1.0.0 16:57:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:57:36 go: finding github.com/mitchellh/gox v0.4.0 16:57:36 go: finding github.com/mitchellh/iochan v1.0.0 16:57:36 go: finding github.com/mitchellh/mapstructure v1.1.2 16:57:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:57:36 go: finding github.com/onsi/ginkgo v1.10.1 16:57:36 go: finding github.com/onsi/gomega v1.7.0 16:57:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:57:36 go: finding github.com/pebbe/zmq4 v1.0.0 16:57:36 go: finding github.com/pelletier/go-toml v1.2.0 16:57:36 go: finding github.com/pkg/errors v0.8.1 16:57:36 go: finding github.com/pmezard/go-difflib v1.0.0 16:57:36 go: finding github.com/posener/complete v1.1.1 16:57:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:57:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:57:37 go: finding github.com/stretchr/objx v0.2.0 16:57:37 go: finding github.com/stretchr/testify v1.6.1 16:57:37 go: finding github.com/tidwall/pretty v1.0.1 16:57:37 go: finding github.com/ugorji/go v1.1.4 16:57:37 go: finding github.com/x448/float16 v0.8.4 16:57:37 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:57:37 go: finding github.com/xdg/stringprep v1.0.0 16:57:37 go: finding go.mongodb.org/mongo-driver v1.1.1 16:57:37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:57:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:57:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:57:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:57:37 go: finding golang.org/x/text v0.3.2 16:57:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:57:37 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:57:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:57:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:57:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:57:37 go: finding gopkg.in/yaml.v2 v2.2.8 16:57:37 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:57:55 Removing intermediate container 6a2c1d96dc25 16:57:55 ---> fc56be1388e1 16:57:55 Successfully built fc56be1388e1 16:57:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:57:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:57:58 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:57:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:57:58 16:57:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:57:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:57:58 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:57:58 cbdbe7a5bc2a: Pulling fs layer 16:57:58 408f87550127: Pulling fs layer 16:57:58 fe522b08c979: Pulling fs layer 16:57:58 221eaa008020: Pulling fs layer 16:57:58 2a4607e5d6b9: Pulling fs layer 16:57:58 8f79b27c4fd2: Pulling fs layer 16:57:58 e5c8dbe1645b: Pulling fs layer 16:57:58 23e8b3b47431: Pulling fs layer 16:57:58 5c568d65a230: Pulling fs layer 16:57:58 23e8b3b47431: Waiting 16:57:58 8f79b27c4fd2: Waiting 16:57:58 e5c8dbe1645b: Waiting 16:57:58 5c568d65a230: Waiting 16:57:58 221eaa008020: Waiting 16:57:58 2a4607e5d6b9: Waiting 16:57:58 fe522b08c979: Download complete 16:57:58 408f87550127: Download complete 16:57:58 2a4607e5d6b9: Verifying Checksum 16:57:58 2a4607e5d6b9: Download complete 16:57:58 8f79b27c4fd2: Verifying Checksum 16:57:58 8f79b27c4fd2: Download complete 16:57:58 cbdbe7a5bc2a: Verifying Checksum 16:57:58 cbdbe7a5bc2a: Download complete 16:57:59 e5c8dbe1645b: Verifying Checksum 16:57:59 e5c8dbe1645b: Download complete 16:57:59 cbdbe7a5bc2a: Pull complete 16:57:59 23e8b3b47431: Verifying Checksum 16:57:59 23e8b3b47431: Download complete 16:58:00 5c568d65a230: Verifying Checksum 16:58:00 5c568d65a230: Download complete 16:58:00 408f87550127: Pull complete 16:58:00 fe522b08c979: Pull complete 16:58:00 221eaa008020: Download complete 16:58:05 221eaa008020: Pull complete 16:58:05 2a4607e5d6b9: Pull complete 16:58:05 8f79b27c4fd2: Pull complete 16:58:08 e5c8dbe1645b: Pull complete 16:58:11 23e8b3b47431: Pull complete 16:58:12 5c568d65a230: Pull complete 16:58:12 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:58:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:58:13 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:58:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:58:14 $ docker top efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:14 + snyk monitor '--org=edgex-jenkins' 16:58:29 16:58:29 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:58:29 16:58:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3f2e19fb-593f-49ea-a805-6b4007a9321e 16:58:29 16:58:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:58:29 16:58:29 16:58:29 Snyk CLI supports Node.js 8 and higher. 16:58:29 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:58:29 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:58:29 16:58:29 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:58:29 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:58:29 $ docker stop --time=1 efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a 16:58:33 $ docker rm -f efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:58:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:58:35 . [Pipeline] withDockerContainer 16:58:36 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:58:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:58:36 $ docker top 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:58:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:37 [ssh-agent] Looking for ssh-agent implementation... 16:58:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:37 $ docker exec 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f ssh-agent 16:58:37 SSH_AUTH_SOCK=/tmp/ssh-IlDBQW83o4fV/agent.11 16:58:37 SSH_AGENT_PID=17 16:58:37 Running ssh-add (command line suppressed) 16:58:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2453135537565392186.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2453135537565392186.key) 16:58:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:37 + git semver tag 16:58:37 # -> Open(): unable to determine branch for HEAD 16:58:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:58:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:58:37 # $SEMVER_REMOTE_NAME = origin 16:58:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:58:37 # $SEMVER_USER_NAME = edgex-jenkins 16:58:37 # $SEMVER_BRANCH = master 16:58:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:58:37 # 4847189fec9356fc1867d6a951a9c80fcf5aab87 HEAD 16:58:37 # -> Force: false 16:58:37 # 465d82d05aae1c48546ebc17b4a3a9bd185abe4e refs/tags/v1.2.1-dev.12 [Pipeline] } 16:58:37 $ docker exec --env ******** --env ******** 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f ssh-agent -k 16:58:38 unset SSH_AUTH_SOCK; 16:58:38 unset SSH_AGENT_PID; 16:58:38 echo Agent pid 17 killed; 16:58:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:58:38 + git semver [Pipeline] } 16:58:38 $ docker stop --time=1 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f 16:58:39 $ docker rm -f 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:58:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:58:40 16:58:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:58:40 0.23.1-centos7: Pulling from edgex-lftools 16:58:40 ab5ef0e58194: Pulling fs layer 16:58:40 9712f1f96733: Pulling fs layer 16:58:40 63f879dbbcfc: Pulling fs layer 16:58:40 0d9ebad4ef96: Pulling fs layer 16:58:40 e9a5061849ea: Pulling fs layer 16:58:40 d747dcd14b5f: Pulling fs layer 16:58:40 2de7ff778b66: Pulling fs layer 16:58:40 e9a5061849ea: Waiting 16:58:40 d747dcd14b5f: Waiting 16:58:40 2de7ff778b66: Waiting 16:58:40 0d9ebad4ef96: Waiting 16:58:40 9712f1f96733: Verifying Checksum 16:58:40 9712f1f96733: Download complete 16:58:41 63f879dbbcfc: Verifying Checksum 16:58:41 63f879dbbcfc: Download complete 16:58:41 e9a5061849ea: Verifying Checksum 16:58:41 e9a5061849ea: Download complete 16:58:41 d747dcd14b5f: Verifying Checksum 16:58:41 d747dcd14b5f: Download complete 16:58:41 0d9ebad4ef96: Verifying Checksum 16:58:41 0d9ebad4ef96: Download complete 16:58:41 2de7ff778b66: Verifying Checksum 16:58:41 2de7ff778b66: Download complete 16:58:42 ab5ef0e58194: Verifying Checksum 16:58:42 ab5ef0e58194: Download complete 16:58:46 ab5ef0e58194: Pull complete 16:58:46 9712f1f96733: Pull complete 16:58:48 63f879dbbcfc: Pull complete 16:58:55 0d9ebad4ef96: Pull complete 16:58:55 e9a5061849ea: Pull complete 16:58:55 d747dcd14b5f: Pull complete 16:59:01 2de7ff778b66: Pull complete 16:59:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:59:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:59:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:59:01 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:59:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:59:03 $ docker top 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:59:03 provisioning config files... 16:59:03 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1449490702551158045tmp 16:59:03 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7583987166988162832tmp 16:59:04 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3418759624799125504tmp [Pipeline] { [Pipeline] echo 16:59:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:59:04 ---> sigul-configuration.sh 16:59:04 gpg: directory `/root/.gnupg' created 16:59:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:59:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:59:04 gpg: keyring `/root/.gnupg/secring.gpg' created 16:59:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:59:04 gpg: CAST5 encrypted data 16:59:04 gpg: encrypted with 1 passphrase 16:59:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:59:04 + mkdir /home/jenkins 16:59:04 + mkdir /home/jenkins/sigul [Pipeline] sh 16:59:05 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:59:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:59:05 ---> sigul-install.sh 16:59:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:59:11 + git tag --list 16:59:11 v1.2.1-dev.12 [Pipeline] sh 16:59:11 + lftools sign git-tag v1.2.1-dev.12 16:59:12 Signing Git tag with Sigul... 16:59:12 Signing v1.2.1-dev.12 [Pipeline] echo 16:59:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:59:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:59:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:59:14 $ docker stop --time=1 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f 16:59:16 $ docker rm -f 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:59:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:16 . [Pipeline] withDockerContainer 16:59:16 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:59:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:59:17 $ docker top c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:17 [ssh-agent] Looking for ssh-agent implementation... 16:59:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:17 $ docker exec c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a ssh-agent 16:59:18 SSH_AUTH_SOCK=/tmp/ssh-UR67fBLsj3t0/agent.12 16:59:18 SSH_AGENT_PID=18 16:59:18 Running ssh-add (command line suppressed) 16:59:18 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6610905760808376997.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6610905760808376997.key) 16:59:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:18 + git semver bump pre 16:59:18 # -> Open(): unable to determine branch for HEAD 16:59:18 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:59:18 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:59:18 # $SEMVER_REMOTE_NAME = origin 16:59:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:18 # $SEMVER_USER_NAME = edgex-jenkins 16:59:18 # $SEMVER_BRANCH = master 16:59:18 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:59:18 1.2.1-dev.13 [Pipeline] } 16:59:18 $ docker exec --env ******** --env ******** c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a ssh-agent -k 16:59:18 unset SSH_AUTH_SOCK; 16:59:18 unset SSH_AGENT_PID; 16:59:18 echo Agent pid 18 killed; 16:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:19 + git semver [Pipeline] } 16:59:19 $ docker stop --time=1 c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a 16:59:20 $ docker rm -f c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:59:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:21 . [Pipeline] withDockerContainer 16:59:21 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:59:21 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:59:21 $ docker top 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:22 [ssh-agent] Looking for ssh-agent implementation... 16:59:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:22 $ docker exec 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 ssh-agent 16:59:22 SSH_AUTH_SOCK=/tmp/ssh-sX4ppX68rmFf/agent.11 16:59:22 SSH_AGENT_PID=16 16:59:22 Running ssh-add (command line suppressed) 16:59:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3901571758565858910.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3901571758565858910.key) 16:59:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:22 + git semver push 16:59:22 # -> Open(): unable to determine branch for HEAD 16:59:22 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:59:22 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:59:22 # $SEMVER_REMOTE_NAME = origin 16:59:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:22 # $SEMVER_USER_NAME = edgex-jenkins 16:59:22 # $SEMVER_BRANCH = master 16:59:22 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:59:29 $ docker exec --env ******** --env ******** 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 ssh-agent -k 16:59:29 unset SSH_AUTH_SOCK; 16:59:29 unset SSH_AGENT_PID; 16:59:29 echo Agent pid 16 killed; 16:59:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:30 + git semver [Pipeline] } 16:59:30 $ docker stop --time=1 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 16:59:31 $ docker rm -f 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:59:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:59:33 ---> package-listing.sh 16:59:33 ++ facter osfamily 16:59:33 ++ tr '[:upper:]' '[:lower:]' 16:59:33 + OS_FAMILY=redhat 16:59:33 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:59:33 + START_PACKAGES=/tmp/packages_start.txt 16:59:33 + END_PACKAGES=/tmp/packages_end.txt 16:59:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:59:33 + PACKAGES=/tmp/packages_start.txt 16:59:33 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:59:33 + PACKAGES=/tmp/packages_end.txt 16:59:33 + case "${OS_FAMILY}" in 16:59:33 + rpm -qa 16:59:33 + sort 16:59:37 + '[' -f /tmp/packages_start.txt ']' 16:59:37 + '[' -f /tmp/packages_end.txt ']' 16:59:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:59:37 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:59:37 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:59:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:37 16:59:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:59:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:38 alpine: Pulling from edgex-lftools-log-publisher 16:59:38 c9b1b535fdd9: Pulling fs layer 16:59:38 2cc5ad85d9ab: Pulling fs layer 16:59:38 756a868c4378: Pulling fs layer 16:59:38 444b2fc9a129: Pulling fs layer 16:59:38 ea15f1150254: Pulling fs layer 16:59:38 41b27a9f41bf: Pulling fs layer 16:59:38 28c525ee5125: Pulling fs layer 16:59:38 094b1ea09ed8: Pulling fs layer 16:59:38 138eaada9080: Pulling fs layer 16:59:38 0622d0fa9048: Pulling fs layer 16:59:38 41b27a9f41bf: Waiting 16:59:38 28c525ee5125: Waiting 16:59:38 094b1ea09ed8: Waiting 16:59:38 138eaada9080: Waiting 16:59:38 0622d0fa9048: Waiting 16:59:38 444b2fc9a129: Waiting 16:59:38 ea15f1150254: Waiting 16:59:38 2cc5ad85d9ab: Verifying Checksum 16:59:38 2cc5ad85d9ab: Download complete 16:59:38 444b2fc9a129: Verifying Checksum 16:59:38 444b2fc9a129: Download complete 16:59:38 c9b1b535fdd9: Verifying Checksum 16:59:38 ea15f1150254: Verifying Checksum 16:59:38 ea15f1150254: Download complete 16:59:38 28c525ee5125: Verifying Checksum 16:59:38 28c525ee5125: Download complete 16:59:38 756a868c4378: Verifying Checksum 16:59:38 756a868c4378: Download complete 16:59:38 c9b1b535fdd9: Pull complete 16:59:38 138eaada9080: Verifying Checksum 16:59:38 138eaada9080: Download complete 16:59:38 094b1ea09ed8: Verifying Checksum 16:59:38 094b1ea09ed8: Download complete 16:59:38 0622d0fa9048: Verifying Checksum 16:59:38 0622d0fa9048: Download complete 16:59:39 41b27a9f41bf: Verifying Checksum 16:59:39 41b27a9f41bf: Download complete 16:59:39 2cc5ad85d9ab: Pull complete 16:59:41 756a868c4378: Pull complete 16:59:41 444b2fc9a129: Pull complete 16:59:41 ea15f1150254: Pull complete 16:59:44 41b27a9f41bf: Pull complete 16:59:44 28c525ee5125: Pull complete 16:59:48 094b1ea09ed8: Pull complete 16:59:48 138eaada9080: Pull complete 16:59:48 0622d0fa9048: Pull complete 16:59:48 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:59:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:59:48 prd-centos7-docker-4c-2g-867 does not seem to be running inside a container 16:59:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:59:51 $ docker top bc9dcb2b999d389da9b3372dc538f840a09447fd106eceb91366db71714c8b7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:51 provisioning config files... 16:59:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config536277351543813142tmp [Pipeline] { [Pipeline] echo 16:59:51 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:59:51 ---> create-netrc.sh [Pipeline] echo 16:59:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:59:52 ---> logs-deploy.sh 16:59:52 + ARCHIVE_ARTIFACTS= 16:59:52 + LOGS_SERVER=https://logs.edgexfoundry.org 16:59:52 + '[' https://logs.edgexfoundry.org == None ']' 16:59:52 + NEXUS_URL=https://nexus.edgexfoundry.org 16:59:52 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 16:59:52 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/80/ 16:59:52 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 /w/workspace/ndry_app-functions-sdk-go_master 16:59:53 Archives upload complete. 16:59:53 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/80/ 16:59:53 ---> uname -a: 16:59:53 Linux bc9dcb2b999d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:59:53 16:59:53 16:59:53 ---> lscpu: 16:59:53 Architecture: x86_64 16:59:53 CPU op-mode(s): 32-bit, 64-bit 16:59:53 Byte Order: Little Endian 16:59:53 Address sizes: 40 bits physical, 48 bits virtual 16:59:53 CPU(s): 4 16:59:53 On-line CPU(s) list: 0-3 16:59:53 Thread(s) per core: 1 16:59:53 Core(s) per socket: 1 16:59:53 Socket(s): 4 16:59:53 NUMA node(s): 1 16:59:53 Vendor ID: GenuineIntel 16:59:53 CPU family: 6 16:59:53 Model: 44 16:59:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:59:53 Stepping: 1 16:59:53 CPU MHz: 2933.436 16:59:53 BogoMIPS: 5866.87 16:59:53 Virtualization: VT-x 16:59:53 Hypervisor vendor: KVM 16:59:53 Virtualization type: full 16:59:53 L1d cache: 128 KiB 16:59:53 L1i cache: 128 KiB 16:59:53 L2 cache: 16 MiB 16:59:53 L3 cache: 64 MiB 16:59:53 NUMA node0 CPU(s): 0-3 16:59:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:59:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:59:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:59:53 Vulnerability Meltdown: Mitigation; PTI 16:59:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:59:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:59:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:59:53 Vulnerability Tsx async abort: Not affected 16:59:53 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 16:59:53 16:59:53 16:59:53 ---> nproc: 16:59:53 4 16:59:53 16:59:53 16:59:53 ---> df -h: 16:59:53 Filesystem Size Used Available Use% Mounted on 16:59:53 overlay 50.0G 8.5G 41.5G 17% / 16:59:53 tmpfs 64.0M 0 64.0M 0% /dev 16:59:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:59:53 shm 64.0M 0 64.0M 0% /dev/shm 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:59:53 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 16:59:53 16:59:53 16:59:53 ---> free -m: 16:59:53 total used free shared buff/cache available 16:59:53 Mem: 1837 779 115 0 941 987 16:59:53 Swap: 1023 3 1020 16:59:53 16:59:53 16:59:53 ---> ip addr: 16:59:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:59:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:59:53 inet 127.0.0.1/8 scope host lo 16:59:53 valid_lft forever preferred_lft forever 16:59:53 16: eth0@if17: mtu 1458 qdisc noqueue state UP 16:59:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:59:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:59:53 valid_lft forever preferred_lft forever 16:59:53 16:59:53 16:59:53 ---> sar -b -r -n DEV: 16:59:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/24/20 _x86_64_ (4 CPU) 16:59:53 16:59:53 16:51:42 LINUX RESTART 16:59:53 16:59:53 16:52:01 tps rtps wtps bread/s bwrtn/s 16:59:53 16:53:01 137.77 47.30 90.46 7801.46 41983.36 16:59:53 16:54:02 2.28 0.00 2.28 0.00 47.01 16:59:53 16:55:01 0.39 0.00 0.39 0.00 6.05 16:59:53 16:56:01 0.28 0.00 0.28 0.00 3.33 16:59:53 16:57:01 0.30 0.00 0.30 0.00 4.60 16:59:53 16:58:01 11.99 3.26 8.73 331.72 6765.28 16:59:53 16:59:01 404.41 203.41 200.99 9303.50 54723.94 16:59:53 Average: 80.04 36.48 43.56 2501.82 14854.32 16:59:53 16:59:53 16:52:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:59:53 16:53:01 178248 1703308 90.53 2620 1112356 1116840 38.12 454692 1089284 120 16:59:53 16:54:02 183900 1697656 90.23 2620 1112372 1079228 36.83 454076 1085436 20 16:59:53 16:55:01 182968 1698588 90.28 2620 1112380 1079408 36.84 455312 1085424 16 16:59:53 16:56:01 184276 1697280 90.21 2620 1112380 1079240 36.83 454204 1085424 8 16:59:53 16:57:01 181988 1699568 90.33 2620 1112384 1079408 36.84 463408 1078452 8 16:59:53 16:58:01 75064 1806492 96.01 2620 1138640 1513516 51.65 565156 1075224 84856 16:59:53 16:59:01 86176 1795380 95.42 1688 1025356 1310364 44.72 587928 921496 22320 16:59:53 Average: 153231 1728325 91.86 2487 1103695 1179715 40.26 490682 1060106 15335 16:59:53 16:59:53 16:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:59:53 16:53:01 eth0 771.32 478.53 1666.18 415.63 0.00 0.00 0.00 16:59:53 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:53:01 docker0 114.23 97.97 9.53 302.31 0.00 0.00 0.00 16:59:53 16:54:02 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 16:59:53 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:55:01 eth0 0.68 0.53 0.28 0.22 0.00 0.00 0.00 16:59:53 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:56:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 16:59:53 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:57:01 eth0 0.42 0.43 0.26 0.21 0.00 0.00 0.00 16:59:53 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:58:01 eth0 113.37 77.60 3756.28 6.89 0.00 0.00 0.00 16:59:53 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:59:01 eth0 385.58 229.19 3825.50 60.31 0.00 0.00 0.00 16:59:53 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 16:59:01 docker0 39.93 41.75 3.76 304.46 0.00 0.00 0.00 16:59:53 Average: eth0 182.44 112.72 1326.08 69.22 0.00 0.00 0.00 16:59:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:59:53 Average: docker0 22.09 20.03 1.91 87.05 0.00 0.00 0.00 16:59:53 16:59:53 16:59:53 ---> sar -P ALL: 16:59:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/24/20 _x86_64_ (4 CPU) 16:59:53 16:59:53 16:51:42 LINUX RESTART 16:59:53 16:59:53 16:52:01 CPU %user %nice %system %iowait %steal %idle 16:59:53 16:53:01 all 15.77 0.00 7.29 10.79 0.10 66.05 16:59:53 16:53:01 0 17.52 0.00 6.97 10.97 0.08 64.45 16:59:53 16:53:01 1 14.15 0.00 7.84 11.63 0.07 66.31 16:59:53 16:53:01 2 16.30 0.00 6.71 8.86 0.13 68.00 16:59:53 16:53:01 3 15.14 0.00 7.64 11.69 0.10 65.43 16:59:53 16:54:02 all 0.05 0.00 0.04 0.00 0.00 99.90 16:59:53 16:54:02 0 0.05 0.00 0.03 0.00 0.00 99.92 16:59:53 16:54:02 1 0.08 0.00 0.05 0.00 0.02 99.85 16:59:53 16:54:02 2 0.03 0.00 0.03 0.00 0.00 99.93 16:59:53 16:54:02 3 0.05 0.00 0.05 0.00 0.00 99.90 16:59:53 16:55:01 all 0.11 0.00 0.03 0.00 0.00 99.86 16:59:53 16:55:01 0 0.14 0.00 0.03 0.00 0.00 99.83 16:59:53 16:55:01 1 0.20 0.00 0.03 0.00 0.00 99.76 16:59:53 16:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:59:53 16:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:59:53 16:56:01 all 0.12 0.00 0.03 0.00 0.00 99.84 16:59:53 16:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:59:53 16:56:01 1 0.42 0.00 0.07 0.00 0.02 99.50 16:59:53 16:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:59:53 16:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:59:53 16:57:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:59:53 16:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:59:53 16:57:01 1 0.28 0.00 0.05 0.00 0.00 99.67 16:59:53 16:57:01 2 0.32 0.00 0.07 0.00 0.00 99.62 16:59:53 16:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:59:53 16:58:01 all 1.65 0.00 0.96 0.03 0.02 97.35 16:59:53 16:58:01 0 1.64 0.00 1.12 0.00 0.03 97.21 16:59:53 16:58:01 1 1.55 0.00 0.92 0.08 0.00 97.45 16:59:53 16:58:01 2 1.92 0.00 0.90 0.00 0.03 97.14 16:59:53 16:58:01 3 1.52 0.00 0.87 0.03 0.03 97.55 16:59:53 16:59:01 all 14.78 0.00 9.11 2.83 0.16 73.13 16:59:53 16:59:01 0 14.17 0.00 9.53 1.64 0.22 74.43 16:59:53 16:59:01 1 14.76 0.00 9.54 3.44 0.14 72.13 16:59:53 16:59:01 2 15.75 0.00 8.50 3.84 0.08 71.82 16:59:53 16:59:01 3 14.40 0.00 8.90 2.35 0.17 74.17 16:59:53 Average: all 4.62 0.00 2.48 1.93 0.04 90.93 16:59:53 Average: 0 4.75 0.00 2.51 1.79 0.05 90.90 16:59:53 Average: 1 4.45 0.00 2.62 2.15 0.03 90.75 16:59:53 Average: 2 4.88 0.00 2.31 1.80 0.04 90.98 16:59:53 Average: 3 4.40 0.00 2.48 1.99 0.04 91.09 16:59:53 16:59:53 16:59:53