Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d68305261b009470d1fda9feae14a96618a86fbb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-31885 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 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 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d68305261b009470d1fda9feae14a96618a86fbb (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/*:refs/remotes/origin/* # 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 --tags --force --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 d68305261b009470d1fda9feae14a96618a86fbb # timeout=10 Commit message: "refactor: Update code for Created & Modified removed from Event DTO (#771)" > git rev-list --no-walk ad2f1fe6acc66b103c8c90fa1bbf9f81aefbb6bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:56:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:56:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:56:15 ========================================================= 22:56:15 EdgeX Global Pipelines Version Info 22:56:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:56:16 ------------------- 22:56:16 stable info: 22:56:16 ------------------- 22:56:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:56:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:56:16 Message: update stable to v1.0.186 22:56:17 ------------------- 22:56:17 experimental info: 22:56:17 ------------------- 22:56:17 Commited By: **** collab-it+edgex@linuxfoundation.org 22:56:17 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:56:17 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:56:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:56:17 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:56:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:56:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:56:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:56:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d68305261b009470d1fda9feae14a96618a86fbb [Pipeline] echo 22:56:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d683052 [Pipeline] echo 22:56:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:56:21 + git log --format=format:%s -1 d68305261b009470d1fda9feae14a96618a86fbb [Pipeline] echo 22:56:21 GIT_COMMIT: d68305261b009470d1fda9feae14a96618a86fbb, Commit Message: refactor: Update code for Created & Modified removed from Event DTO (#771) [Pipeline] echo 22:56:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:56:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:22 22:56:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:56:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:23 latest: Pulling from edgex-devops/git-semver 22:56:23 31603596830f: Pulling fs layer 22:56:23 2a8b12db71e7: Pulling fs layer 22:56:23 6ca5941a6612: Pulling fs layer 22:56:23 ecc8261a40a4: Pulling fs layer 22:56:23 2a8b12db71e7: Verifying Checksum 22:56:23 2a8b12db71e7: Download complete 22:56:23 31603596830f: Verifying Checksum 22:56:23 31603596830f: Download complete 22:56:23 6ca5941a6612: Verifying Checksum 22:56:23 6ca5941a6612: Download complete 22:56:23 ecc8261a40a4: Verifying Checksum 22:56:23 ecc8261a40a4: Download complete 22:56:23 31603596830f: Pull complete 22:56:23 2a8b12db71e7: Pull complete 22:56:24 6ca5941a6612: Pull complete 22:56:24 ecc8261a40a4: Pull complete 22:56:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:56:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:56:25 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 22:56:25 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:56:27 $ docker top 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:27 [ssh-agent] Looking for ssh-agent implementation... 22:56:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:27 $ docker exec 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a ssh-agent 22:56:27 SSH_AUTH_SOCK=/tmp/ssh-FXMfM57arq8D/agent.12 22:56:27 SSH_AGENT_PID=18 22:56:27 Running ssh-add (command line suppressed) 22:56:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3571373257728191573.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3571373257728191573.key) 22:56:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:28 + git tag --points-at HEAD [Pipeline] } 22:56:28 $ docker exec --env ******** --env ******** 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a ssh-agent -k 22:56:28 unset SSH_AUTH_SOCK; 22:56:28 unset SSH_AGENT_PID; 22:56:28 echo Agent pid 18 killed; 22:56:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:56:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:28 [ssh-agent] Looking for ssh-agent implementation... 22:56:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:28 $ docker exec 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a ssh-agent 22:56:29 SSH_AUTH_SOCK=/tmp/ssh-tiwbMcGgFKwU/agent.48 22:56:29 SSH_AGENT_PID=53 22:56:29 Running ssh-add (command line suppressed) 22:56:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2824285250494848355.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2824285250494848355.key) 22:56:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:29 + git semver init 22:56:29 # -> Open(): unable to determine branch for HEAD 22:56:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:56:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:56:29 # $SEMVER_REMOTE_NAME = origin 22:56:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:29 # $SEMVER_USER_NAME = edgex-jenkins 22:56:29 # $SEMVER_BRANCH = master 22:56:29 # $SEMVER_TEMP = /tmp/semver-226934359 22:56:29 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:56:32 # '/tmp/semver-226934359' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:56:32 # -> Force: false 22:56:32 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:56:32 $ docker exec --env ******** --env ******** 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a ssh-agent -k 22:56:32 unset SSH_AUTH_SOCK; 22:56:32 unset SSH_AGENT_PID; 22:56:32 echo Agent pid 53 killed; 22:56:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:33 + git semver [Pipeline] } 22:56:33 $ docker stop --time=1 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a 22:56:34 $ docker rm -f 481b9f4b84e5eec475422dc1385bff9ce9929a369c53c45e154a61caac34fa0a [Pipeline] // withDockerContainer [Pipeline] sh 22:56:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:56:35 Stashed 1 file(s) [Pipeline] echo 22:56:35 [edgeXSemver]: initialized semver on version 2.0.0-dev.36 [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 22:56:51 Still waiting to schedule task 22:56:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:56:51 Still waiting to schedule task 22:56:51 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:01:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31892 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:01:41 Running in /w/workspace/app-functions-sdk-go/205 [Pipeline] { [Pipeline] checkout 23:01:46 using credential edgex-jenkins-ssh 23:01:46 Cloning the remote Git repository 23:01:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:01:46 > git init /w/workspace/app-functions-sdk-go/205 # timeout=10 23:01:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:01:46 > git --version # timeout=10 23:01:46 > git --version # 'git version 2.17.1' 23:01:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:01:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:01:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:01:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:01:50 Checking out Revision d68305261b009470d1fda9feae14a96618a86fbb (master) 23:01:50 > git config core.sparsecheckout # timeout=10 23:01:50 > git checkout -f d68305261b009470d1fda9feae14a96618a86fbb # timeout=10 23:01:55 Commit message: "refactor: Update code for Created & Modified removed from Event DTO (#771)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:01:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:01:57 + true 23:01:57 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:02:00 ========================================================= 23:02:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:02:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:02:02 Sending build context to Docker daemon 19.41MB 23:02:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:02:02 Step 2/8 : FROM ${BASE} 23:02:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:02:02 5f621e34cdf4: Pulling fs layer 23:02:02 a4357932f1b6: Pulling fs layer 23:02:02 18c013af1878: Pulling fs layer 23:02:02 00ac8860ef70: Pulling fs layer 23:02:02 63d7cb157983: Pulling fs layer 23:02:02 b116817d02f9: Pulling fs layer 23:02:02 745a02a5169b: Pulling fs layer 23:02:02 00ac8860ef70: Waiting 23:02:02 63d7cb157983: Waiting 23:02:02 745a02a5169b: Waiting 23:02:02 b116817d02f9: Waiting 23:02:02 18c013af1878: Download complete 23:02:02 a4357932f1b6: Verifying Checksum 23:02:02 a4357932f1b6: Download complete 23:02:02 63d7cb157983: Verifying Checksum 23:02:02 63d7cb157983: Download complete 23:02:02 b116817d02f9: Verifying Checksum 23:02:02 b116817d02f9: Download complete 23:02:02 5f621e34cdf4: Verifying Checksum 23:02:02 5f621e34cdf4: Download complete 23:02:03 5f621e34cdf4: Pull complete 23:02:03 a4357932f1b6: Pull complete 23:02:04 18c013af1878: Pull complete 23:02:04 745a02a5169b: Verifying Checksum 23:02:04 745a02a5169b: Download complete 23:02:06 00ac8860ef70: Verifying Checksum 23:02:06 00ac8860ef70: Download complete 23:02:16 00ac8860ef70: Pull complete 23:02:16 63d7cb157983: Pull complete 23:02:16 b116817d02f9: Pull complete 23:02:21 745a02a5169b: Pull complete 23:02:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:02:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:02:21 ---> b7e6874047d6 23:02:21 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:02:21 20.10.0: Pulling from library/docker 23:02:21 a3cc7d3b244e: Pulling fs layer 23:02:21 02a3295e0d61: Pulling fs layer 23:02:21 0f4f2e6d8100: Pulling fs layer 23:02:21 330b718f631f: Pulling fs layer 23:02:21 a93816041522: Pulling fs layer 23:02:21 bdb6da89ff94: Pulling fs layer 23:02:21 2a70c0c122f4: Pulling fs layer 23:02:21 a93816041522: Waiting 23:02:21 330b718f631f: Waiting 23:02:21 bdb6da89ff94: Waiting 23:02:21 2a70c0c122f4: Waiting 23:02:21 0f4f2e6d8100: Download complete 23:02:21 02a3295e0d61: Download complete 23:02:21 a93816041522: Verifying Checksum 23:02:21 a93816041522: Download complete 23:02:21 a3cc7d3b244e: Verifying Checksum 23:02:21 a3cc7d3b244e: Download complete 23:02:21 bdb6da89ff94: Verifying Checksum 23:02:21 bdb6da89ff94: Download complete 23:02:21 2a70c0c122f4: Download complete 23:02:21 a3cc7d3b244e: Pull complete 23:02:21 02a3295e0d61: Pull complete 23:02:22 0f4f2e6d8100: Pull complete 23:02:22 330b718f631f: Verifying Checksum 23:02:22 330b718f631f: Download complete 23:02:26 330b718f631f: Pull complete 23:02:26 a93816041522: Pull complete 23:02:26 bdb6da89ff94: Pull complete 23:02:27 2a70c0c122f4: Pull complete 23:02:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:02:27 Status: Downloaded newer image for docker:20.10.0 23:02:34 ---> 3d766f297bbb 23:02:34 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:02:34 ---> Running in 3ce34e05ecef 23:02:34 Removing intermediate container 3ce34e05ecef 23:02:34 ---> 21f4255d4c6e 23:02:34 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:02:34 ---> Running in 2733bf30c8b8 23:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:37 (1/5) Installing libsodium (1.0.18-r0) 23:02:37 (2/5) Installing libzmq (4.3.3-r0) 23:02:37 (3/5) Installing pkgconf (1.7.2-r0) 23:02:37 (4/5) Installing libsodium-dev (1.0.18-r0) 23:02:37 (5/5) Installing zeromq-dev (4.3.3-r0) 23:02:37 Running on prd-centos7-docker-4c-2g-31893 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:02:37 Running in /w/workspace/app-functions-sdk-go/205 [Pipeline] { 23:02:37 Executing busybox-1.31.1-r19.trigger 23:02:37 OK: 144 MiB in 44 packages [Pipeline] checkout 23:02:39 Removing intermediate container 2733bf30c8b8 23:02:39 ---> 4a1b0adba08a 23:02:39 Step 6/8 : WORKDIR /build 23:02:39 ---> Running in dad6611177d0 23:02:39 Removing intermediate container dad6611177d0 23:02:39 ---> 446a01c28833 23:02:39 Step 7/8 : COPY go.mod . 23:02:39 using credential edgex-jenkins-ssh 23:02:39 Cloning the remote Git repository 23:02:40 ---> 9eac12446b69 23:02:40 Step 8/8 : RUN go mod download 23:02:40 ---> Running in f822fbaf00f4 23:02:39 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:02:40 > git init /w/workspace/app-functions-sdk-go/205 # timeout=10 23:02:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:02:40 > git --version # timeout=10 23:02:40 > git --version # 'git version 2.24.3' 23:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:02:42 Checking out Revision d68305261b009470d1fda9feae14a96618a86fbb (master) 23:02:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:02:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:02:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:02:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:02:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:42 > git config core.sparsecheckout # timeout=10 23:02:42 > git checkout -f d68305261b009470d1fda9feae14a96618a86fbb # timeout=10 23:02:45 Commit message: "refactor: Update code for Created & Modified removed from Event DTO (#771)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:02:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:02:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:02:47 + sudo service docker restart 23:02:47 + true 23:02:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:02:49 ========================================================= 23:02:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:02:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:02:50 Sending build context to Docker daemon 19.41MB 23:02:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:02:50 Step 2/8 : FROM ${BASE} 23:02:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:02:50 188c0c94c7c5: Pulling fs layer 23:02:50 0ef7d3d256c8: Pulling fs layer 23:02:50 de9db76c5a1d: Pulling fs layer 23:02:50 bca2f99d35d6: Pulling fs layer 23:02:50 93359f2a8cfa: Pulling fs layer 23:02:50 7c6f9722023f: Pulling fs layer 23:02:50 a35cf1a2eb13: Pulling fs layer 23:02:50 93359f2a8cfa: Waiting 23:02:50 7c6f9722023f: Waiting 23:02:50 a35cf1a2eb13: Waiting 23:02:50 bca2f99d35d6: Waiting 23:02:50 de9db76c5a1d: Verifying Checksum 23:02:50 de9db76c5a1d: Download complete 23:02:50 0ef7d3d256c8: Verifying Checksum 23:02:50 0ef7d3d256c8: Download complete 23:02:50 93359f2a8cfa: Download complete 23:02:50 7c6f9722023f: Download complete 23:02:50 188c0c94c7c5: Verifying Checksum 23:02:50 188c0c94c7c5: Download complete 23:02:50 188c0c94c7c5: Pull complete 23:02:51 0ef7d3d256c8: Pull complete 23:02:51 de9db76c5a1d: Pull complete 23:02:51 a35cf1a2eb13: Verifying Checksum 23:02:51 a35cf1a2eb13: Download complete 23:02:52 bca2f99d35d6: Verifying Checksum 23:02:52 bca2f99d35d6: Download complete 23:02:58 bca2f99d35d6: Pull complete 23:02:58 93359f2a8cfa: Pull complete 23:02:58 7c6f9722023f: Pull complete 23:03:06 a35cf1a2eb13: Pull complete 23:03:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:03:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:06 ---> a62c8e92a672 23:03:06 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:03:06 20.10.0: Pulling from library/docker 23:03:06 05e7bc50f07f: Pulling fs layer 23:03:06 6db28d0fdbf6: Pulling fs layer 23:03:06 292df0bc6bf3: Pulling fs layer 23:03:06 2e060f4bd70b: Pulling fs layer 23:03:06 80e8d568a223: Pulling fs layer 23:03:06 8dc6ef1a942a: Pulling fs layer 23:03:06 2312dd95470a: Pulling fs layer 23:03:06 2e060f4bd70b: Waiting 23:03:06 80e8d568a223: Waiting 23:03:06 8dc6ef1a942a: Waiting 23:03:06 2312dd95470a: Waiting 23:03:06 292df0bc6bf3: Verifying Checksum 23:03:06 292df0bc6bf3: Download complete 23:03:06 6db28d0fdbf6: Verifying Checksum 23:03:06 6db28d0fdbf6: Download complete 23:03:06 80e8d568a223: Verifying Checksum 23:03:06 80e8d568a223: Download complete 23:03:06 05e7bc50f07f: Verifying Checksum 23:03:06 05e7bc50f07f: Download complete 23:03:06 8dc6ef1a942a: Verifying Checksum 23:03:06 8dc6ef1a942a: Download complete 23:03:06 2312dd95470a: Verifying Checksum 23:03:06 2312dd95470a: Download complete 23:03:06 05e7bc50f07f: Pull complete 23:03:06 6db28d0fdbf6: Pull complete 23:03:06 292df0bc6bf3: Pull complete 23:03:06 2e060f4bd70b: Verifying Checksum 23:03:06 2e060f4bd70b: Download complete 23:03:07 Removing intermediate container f822fbaf00f4 23:03:07 ---> 66ee5edbabc3 23:03:07 Successfully built 66ee5edbabc3 23:03:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:03:07 + docker inspect -f . ci-base-image-arm64 23:03:07 . [Pipeline] withDockerContainer 23:03:08 prd-ubuntu18.04-docker-arm64-4c-16g-31892 does not seem to be running inside a container 23:03:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/205 -v /w/workspace/app-functions-sdk-go/205:/w/workspace/app-functions-sdk-go/205:rw,z -v /w/workspace/app-functions-sdk-go/205@tmp:/w/workspace/app-functions-sdk-go/205@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:09 2e060f4bd70b: Pull complete 23:03:09 80e8d568a223: Pull complete 23:03:09 8dc6ef1a942a: Pull complete 23:03:09 2312dd95470a: Pull complete 23:03:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:03:09 Status: Downloaded newer image for docker:20.10.0 23:03:09 $ docker top e99486eb8d37817fd31944434762c1f30c3808df839f0f19b2e409e2648ea77a -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:10 + go version 23:03:10 go version go1.15.5 linux/arm64 [Pipeline] } 23:03:10 $ docker stop --time=1 e99486eb8d37817fd31944434762c1f30c3808df839f0f19b2e409e2648ea77a 23:03:10 ---> e6aa22a6d723 23:03:10 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:03:10 ---> Running in e371f9c8b7db 23:03:11 Removing intermediate container e371f9c8b7db 23:03:11 ---> e3573faff8c2 23:03:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:03:11 ---> Running in ce4638a557ad 23:03:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:12 $ docker rm -f e99486eb8d37817fd31944434762c1f30c3808df839f0f19b2e409e2648ea77a 23:03:13 (1/5) Installing libsodium (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 23:03:13 (2/5) Installing libzmq (4.3.3-r0) 23:03:13 (3/5) Installing pkgconf (1.7.2-r0) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:13 (4/5) Installing libsodium-dev (1.0.18-r0) 23:03:13 (5/5) Installing zeromq-dev (4.3.3-r0) 23:03:13 Executing busybox-1.31.1-r19.trigger 23:03:13 OK: 167 MiB in 44 packages 23:03:13 + docker inspect -f . ci-base-image-arm64 23:03:13 . [Pipeline] withDockerContainer 23:03:14 prd-ubuntu18.04-docker-arm64-4c-16g-31892 does not seem to be running inside a container 23:03:14 Removing intermediate container ce4638a557ad 23:03:14 ---> cc6f282886ea 23:03:14 Step 6/8 : WORKDIR /build 23:03:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/205 -v /w/workspace/app-functions-sdk-go/205:/w/workspace/app-functions-sdk-go/205:rw,z -v /w/workspace/app-functions-sdk-go/205@tmp:/w/workspace/app-functions-sdk-go/205@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:14 ---> Running in 29bba52e8951 23:03:14 Removing intermediate container 29bba52e8951 23:03:14 ---> 74dfcdbd0f84 23:03:14 Step 7/8 : COPY go.mod . 23:03:14 ---> 721cc5021da4 23:03:14 Step 8/8 : RUN go mod download 23:03:14 ---> Running in b3fba7e99a7f 23:03:15 $ docker top 45fda8cfe878dea26ec30193d90d1d3391e4e9d06e2bdb5db1c30262f0b3f588 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:16 + make test 23:03:16 make -C ./app-service-template build 23:03:16 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:16 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:03:36 Removing intermediate container b3fba7e99a7f 23:03:36 ---> 926163f834ae 23:03:36 Successfully built 926163f834ae 23:03:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:03:37 + docker inspect -f . ci-base-image-x86_64 23:03:37 . [Pipeline] withDockerContainer 23:03:37 prd-centos7-docker-4c-2g-31893 does not seem to be running inside a container 23:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/205 -v /w/workspace/app-functions-sdk-go/205:/w/workspace/app-functions-sdk-go/205:rw,z -v /w/workspace/app-functions-sdk-go/205@tmp:/w/workspace/app-functions-sdk-go/205@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:38 $ docker top b060338e0bf226b32547a76c7bb68e5600c824370e400a56bf96e0000b9a6261 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:38 + go version 23:03:38 go version go1.15.5 linux/amd64 [Pipeline] } 23:03:38 $ docker stop --time=1 b060338e0bf226b32547a76c7bb68e5600c824370e400a56bf96e0000b9a6261 23:03:40 $ docker rm -f b060338e0bf226b32547a76c7bb68e5600c824370e400a56bf96e0000b9a6261 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:41 + docker inspect -f . ci-base-image-x86_64 23:03:41 . [Pipeline] withDockerContainer 23:03:41 prd-centos7-docker-4c-2g-31893 does not seem to be running inside a container 23:03:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/205 -v /w/workspace/app-functions-sdk-go/205:/w/workspace/app-functions-sdk-go/205:rw,z -v /w/workspace/app-functions-sdk-go/205@tmp:/w/workspace/app-functions-sdk-go/205@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:42 $ docker top 441db80844a6443f45633f87c25d7dec40f5233765825b9490bd309ae3ed2be4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:42 + make test 23:03:42 make -C ./app-service-template build 23:03:42 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:42 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:03:49 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:49 make -C ./app-service-template test 23:03:49 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:49 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:03:57 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:57 make -C ./app-service-template test 23:03:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:03:57 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:04:03 ok new-app-service 0.016s coverage: 47.8% of statements 23:04:03 ? new-app-service/config [no test files] 23:04:03 ok new-app-service/functions 0.010s 23:04:03 CGO_ENABLED=1 go vet ./... 23:04:06 gofmt -l . 23:04:06 [ "`gofmt -l .`" = "" ] 23:04:06 ./bin/test-go-mod-tidy.sh 23:04:07 ./bin/test-attribution-txt.sh 23:04:07 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:04:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:04:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.017s coverage: 55.8% of statements 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.016s coverage: 92.5% of statements 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.059s coverage: 61.5% of statements 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.023s 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.035s coverage: 75.4% of statements 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.004s coverage: 97.0% of statements 23:04:10 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:04:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.026s coverage: 10.5% of statements 23:04:16 ok new-app-service 0.034s coverage: 47.8% of statements 23:04:16 ? new-app-service/config [no test files] 23:04:16 ok new-app-service/functions 0.027s 23:04:16 CGO_ENABLED=1 go vet ./... 23:04:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.737s coverage: 78.4% of statements 23:04:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:04:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 20.0% of statements 23:04:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.012s coverage: 27.3% of statements 23:04:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:04:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:04:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.009s coverage: 71.7% of statements 23:04:22 gofmt -l . 23:04:22 [ "`gofmt -l .`" = "" ] 23:04:22 ./bin/test-go-mod-tidy.sh 23:04:23 ./bin/test-attribution-txt.sh 23:04:24 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/205/app-service-template' 23:04:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:04:26 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.076s coverage: 55.8% of statements 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.035s coverage: 92.5% of statements 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.054s coverage: 61.5% of statements 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.032s 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.089s coverage: 75.4% of statements 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.021s coverage: 97.0% of statements 23:04:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:04:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.031s coverage: 10.5% of statements 23:04:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.826s coverage: 78.4% of statements 23:04:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:04:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.037s coverage: 20.0% of statements 23:04:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.031s coverage: 27.3% of statements 23:04:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:04:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:04:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.080s coverage: 71.7% of statements 23:04:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 81.9% of statements 23:04:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 23:04:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:04:43 gofmt -l . 23:04:43 [ "`gofmt -l .`" = "" ] 23:04:43 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:04:43 $ docker stop --time=1 441db80844a6443f45633f87c25d7dec40f5233765825b9490bd309ae3ed2be4 23:04:45 $ docker rm -f 441db80844a6443f45633f87c25d7dec40f5233765825b9490bd309ae3ed2be4 [Pipeline] // withDockerContainer [Pipeline] sh 23:04:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:04:46 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 23:04:47 ---> job-cost.sh 23:04:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ucqS 23:05:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 81.9% of statements 23:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 23:05:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:05:10 gofmt -l . 23:05:10 [ "`gofmt -l .`" = "" ] 23:05:11 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:05:11 $ docker stop --time=1 45fda8cfe878dea26ec30193d90d1d3391e4e9d06e2bdb5db1c30262f0b3f588 23:05:13 $ docker rm -f 45fda8cfe878dea26ec30193d90d1d3391e4e9d06e2bdb5db1c30262f0b3f588 [Pipeline] // withDockerContainer [Pipeline] sh 23:05:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:05:14 Warning: overwriting stash ‘coverage-report’ 23:05:15 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 23:05:16 ---> job-cost.sh 23:05:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VxUm 23:05:28 lf-activate-venv(): INFO: Adding /tmp/venv-ucqS/bin to PATH 23:05:28 INFO: No Stack... 23:05:28 INFO: Retrieving Pricing Info for: v1-standard-2 23:05:28 INFO: Archiving Costs [Pipeline] sh 23:05:29 + cat /w/workspace/app-functions-sdk-go/205/archives/cost.csv 23:05:29 + cut -d, -f6 [Pipeline] lock 23:05:29 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] 23:05:29 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] did not exist. Created. 23:05:29 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:05:29 + echo total: 0.029999999329447746 [Pipeline] stash 23:05:29 Stashed 1 file(s) [Pipeline] } 23:05:29 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:05:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:07:17 lf-activate-venv(): INFO: Adding /tmp/venv-VxUm/bin to PATH 23:07:17 INFO: No Stack... 23:07:17 INFO: Retrieving Pricing Info for: lf-standard-4 23:07:18 INFO: Archiving Costs [Pipeline] sh 23:07:18 + cut -d, -f6+ cat /w/workspace/app-functions-sdk-go/205/archives/cost.csv 23:07:18 [Pipeline] lock 23:07:19 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] 23:07:19 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] did not exist. Created. 23:07:19 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:07:19 /w/workspace/app-functions-sdk-go/205@tmp/durable-7e6d8f79/script.sh: 1: /w/workspace/app-functions-sdk-go/205@tmp/durable-7e6d8f79/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:07:19 + echo total: 0.20999999344348907 [Pipeline] stash 23:07:19 Warning: overwriting stash ‘stack-cost’ 23:07:19 Stashed 1 file(s) [Pipeline] } 23:07:20 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-205-stack-cost] [Pipeline] // lock [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 23:07:21 provisioning config files... 23:07:21 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1853597301948681580tmp [Pipeline] { [Pipeline] sh 23:07:21 + set +x 23:07:21 + curl -s https://codecov.io/bash 23:07:21 + bash -s -- 23:07:21 23:07:21 _____ _ 23:07:21 / ____| | | 23:07:21 | | ___ __| | ___ ___ _____ __ 23:07:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:07:21 | |___| (_) | (_| | __/ (_| (_) \ V / 23:07:21 \_____\___/ \__,_|\___|\___\___/ \_/ 23:07:21 Bash-20210309-2b87ace 23:07:21 23:07:21 23:07:21 ==> git version 2.24.3 found 23:07:21 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:07:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:07:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:07:21 ==> Jenkins CI detected. 23:07:21 project root: . 23:07:21 --> token set from env 23:07:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:07:21 ==> Running gcov in . (disable via -X gcov) 23:07:21 ==> Python coveragepy not found 23:07:21 ==> Searching for coverage reports in: 23:07:21 + . 23:07:21 -> Found 2 reports 23:07:21 ==> Detecting git/mercurial file structure 23:07:21 ==> Reading reports 23:07:21 + ./app-service-template/coverage.out bytes=1055 23:07:21 + ./coverage.out bytes=86636 23:07:21 ==> Appending adjustments 23:07:21 https://docs.codecov.io/docs/fixing-reports 23:07:22 + Found adjustments 23:07:22 ==> Gzipping contents 23:07:22 16K /tmp/codecov.RCK3Ph.gz 23:07:22 ==> Uploading reports 23:07:22 url: https://codecov.io 23:07:22 query: branch=master&commit=d68305261b009470d1fda9feae14a96618a86fbb&build=205&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F205%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:07:22 -> Pinging Codecov 23:07:22 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d68305261b009470d1fda9feae14a96618a86fbb&build=205&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F205%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:07:22 -> Uploading to 23:07:22 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/3D8B5DFFC46A037C893635FACE044666/d68305261b009470d1fda9feae14a96618a86fbb/90584938-ed95-453e-9919-d2e5db99844d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T230722Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a5fcc7356857ea9ae3b4339a37389b9eb05efa30f1723b91d18963bd9da5e45 23:07:22 % Total % Received % Xferd Average Speed Time Time Time Current 23:07:22 Dload Upload Total Spent Left Speed 23:07:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15298 0 0 100 15298 0 38061 --:--:-- --:--:-- --:--:-- 38149 23:07:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d68305261b009470d1fda9feae14a96618a86fbb [Pipeline] } 23:07:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:07:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:07:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:07:23 23:07:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:07:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:07:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:07:24 188c0c94c7c5: Pulling fs layer 23:07:24 0ef7d3d256c8: Pulling fs layer 23:07:24 de9db76c5a1d: Pulling fs layer 23:07:24 0eba1c9be4d2: Pulling fs layer 23:07:24 0d57e429df01: Pulling fs layer 23:07:24 4e4be7b47b0d: Pulling fs layer 23:07:24 e1f770b5df2f: Pulling fs layer 23:07:24 85a0685a4137: Pulling fs layer 23:07:24 0eba1c9be4d2: Waiting 23:07:24 0d57e429df01: Waiting 23:07:24 4e4be7b47b0d: Waiting 23:07:24 e1f770b5df2f: Waiting 23:07:24 85a0685a4137: Waiting 23:07:24 de9db76c5a1d: Verifying Checksum 23:07:24 de9db76c5a1d: Download complete 23:07:24 0ef7d3d256c8: Download complete 23:07:24 0d57e429df01: Download complete 23:07:24 4e4be7b47b0d: Verifying Checksum 23:07:24 4e4be7b47b0d: Download complete 23:07:24 188c0c94c7c5: Verifying Checksum 23:07:24 188c0c94c7c5: Pull complete 23:07:24 0ef7d3d256c8: Pull complete 23:07:25 de9db76c5a1d: Pull complete 23:07:25 e1f770b5df2f: Verifying Checksum 23:07:25 e1f770b5df2f: Download complete 23:07:27 0eba1c9be4d2: Verifying Checksum 23:07:27 0eba1c9be4d2: Download complete 23:07:28 85a0685a4137: Verifying Checksum 23:07:28 85a0685a4137: Download complete 23:07:33 0eba1c9be4d2: Pull complete 23:07:33 0d57e429df01: Pull complete 23:07:33 4e4be7b47b0d: Pull complete 23:07:34 e1f770b5df2f: Pull complete 23:07:43 85a0685a4137: Pull complete 23:07:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:07:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:07:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:07:43 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:07:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:07:44 $ docker top 992a63dd32c801dfd1278ecd0e4a79b0fa816578876c4878c38424ce50bd1fc3 -eo pid,comm [Pipeline] { [Pipeline] echo 23:07:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:07:45 + set -o pipefail 23:07:45 + snyk monitor '--org=edgex-jenkins' 23:07:57 23:07:57 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 23:07:57 23:07:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/41b7f642-735f-4bfc-8417-ed4a31a5ef49 23:07:57 23:07:57 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:07:57 23:07:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:07:57 23:07:58 23:07:58 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 23:07:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:07:58 $ docker stop --time=1 992a63dd32c801dfd1278ecd0e4a79b0fa816578876c4878c38424ce50bd1fc3 23:08:01 $ docker rm -f 992a63dd32c801dfd1278ecd0e4a79b0fa816578876c4878c38424ce50bd1fc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:08:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:08:02 provisioning config files... 23:08:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2252241946642791748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:03 --> edgex-publish-swagger.sh 23:08:03 === Publish openapi/v2 API === 23:08:03 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:08:03 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 23:08:03 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:03 Dload Upload Total Spent Left Speed 23:08:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10881 0:00:01 0:00:01 --:--:-- 10885 100 13052 0 0 100 13052 0 10880 0:00:01 0:00:01 --:--:-- 10885 23:08:04 23:08:04 [Pipeline] } 23:08:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:08:05 + git log --format=format:%s -1 d68305261b009470d1fda9feae14a96618a86fbb [Pipeline] isUnix [Pipeline] sh 23:08:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:05 . [Pipeline] withDockerContainer 23:08:05 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:08:05 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:06 $ docker top e078ebc3121f9a940ce0bd6fb559f37c5e25355519966980b6c407c09405dbf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:07 [ssh-agent] Looking for ssh-agent implementation... 23:08:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:07 $ docker exec e078ebc3121f9a940ce0bd6fb559f37c5e25355519966980b6c407c09405dbf5 ssh-agent 23:08:07 SSH_AUTH_SOCK=/tmp/ssh-GCNr8e3yKMnY/agent.11 23:08:07 SSH_AGENT_PID=17 23:08:07 Running ssh-add (command line suppressed) 23:08:07 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2948969045370515297.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2948969045370515297.key) 23:08:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:08 + git semver tag 23:08:08 # -> Open(): unable to determine branch for HEAD 23:08:08 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:08:08 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:08:08 # $SEMVER_REMOTE_NAME = origin 23:08:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:08 # $SEMVER_USER_NAME = edgex-jenkins 23:08:08 # $SEMVER_BRANCH = master 23:08:08 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:08:08 # d68305261b009470d1fda9feae14a96618a86fbb HEAD 23:08:08 # -> Force: false 23:08:08 # 80c8761e1aedcbcee893a98f8dcf93e1be993d81 refs/tags/v2.0.0-dev.36 [Pipeline] } 23:08:08 $ docker exec --env ******** --env ******** e078ebc3121f9a940ce0bd6fb559f37c5e25355519966980b6c407c09405dbf5 ssh-agent -k 23:08:08 unset SSH_AUTH_SOCK; 23:08:08 unset SSH_AGENT_PID; 23:08:08 echo Agent pid 17 killed; 23:08:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:08 + git semver [Pipeline] } 23:08:08 $ docker stop --time=1 e078ebc3121f9a940ce0bd6fb559f37c5e25355519966980b6c407c09405dbf5 23:08:10 $ docker rm -f e078ebc3121f9a940ce0bd6fb559f37c5e25355519966980b6c407c09405dbf5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:08:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:08:11 23:08:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:08:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:08:11 0.23.1-centos7: Pulling from edgex-lftools 23:08:11 ab5ef0e58194: Pulling fs layer 23:08:11 9712f1f96733: Pulling fs layer 23:08:11 63f879dbbcfc: Pulling fs layer 23:08:11 0d9ebad4ef96: Pulling fs layer 23:08:11 e9a5061849ea: Pulling fs layer 23:08:11 d747dcd14b5f: Pulling fs layer 23:08:11 0d9ebad4ef96: Waiting 23:08:11 e9a5061849ea: Waiting 23:08:11 2de7ff778b66: Pulling fs layer 23:08:11 2de7ff778b66: Waiting 23:08:11 9712f1f96733: Verifying Checksum 23:08:11 9712f1f96733: Download complete 23:08:12 63f879dbbcfc: Verifying Checksum 23:08:12 63f879dbbcfc: Download complete 23:08:12 e9a5061849ea: Verifying Checksum 23:08:12 e9a5061849ea: Download complete 23:08:12 d747dcd14b5f: Verifying Checksum 23:08:12 d747dcd14b5f: Download complete 23:08:13 2de7ff778b66: Verifying Checksum 23:08:13 2de7ff778b66: Download complete 23:08:13 0d9ebad4ef96: Verifying Checksum 23:08:13 0d9ebad4ef96: Download complete 23:08:14 ab5ef0e58194: Verifying Checksum 23:08:14 ab5ef0e58194: Download complete 23:08:18 ab5ef0e58194: Pull complete 23:08:18 9712f1f96733: Pull complete 23:08:20 63f879dbbcfc: Pull complete 23:08:26 0d9ebad4ef96: Pull complete 23:08:27 e9a5061849ea: Pull complete 23:08:27 d747dcd14b5f: Pull complete 23:08:30 2de7ff778b66: Pull complete 23:08:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:08:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:08:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:08:30 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:08:30 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:08:34 $ docker top 9f3bcfb4192253e9cd658599beddf079df9d6231d3f596fcc62ba4f2e0cfa4d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:08:34 provisioning config files... 23:08:34 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7618368005531512265tmp 23:08:34 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8258892942258932439tmp 23:08:34 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7359694476315010068tmp [Pipeline] { [Pipeline] echo 23:08:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:08:35 ---> sigul-configuration.sh 23:08:35 gpg: directory `/root/.gnupg' created 23:08:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:08:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:08:35 gpg: keyring `/root/.gnupg/secring.gpg' created 23:08:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:08:35 gpg: CAST5 encrypted data 23:08:35 gpg: encrypted with 1 passphrase 23:08:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:08:35 + mkdir /home/jenkins 23:08:35 + mkdir /home/jenkins/sigul [Pipeline] sh 23:08:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:08:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:08:36 ---> sigul-install.sh 23:08:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:08:43 + git tag --list 23:08:43 v0.1.0 23:08:43 v0.1.1 23:08:43 v1.0.0 23:08:43 v1.1.0 23:08:43 v1.2.0 23:08:43 v1.3.0 23:08:43 v1.3.1 23:08:43 v1.3.1-dev.1 23:08:43 v1.3.2-dev.1 23:08:43 v2.0.0-dev.1 23:08:43 v2.0.0-dev.10 23:08:43 v2.0.0-dev.11 23:08:43 v2.0.0-dev.12 23:08:43 v2.0.0-dev.13 23:08:43 v2.0.0-dev.14 23:08:43 v2.0.0-dev.15 23:08:43 v2.0.0-dev.16 23:08:43 v2.0.0-dev.17 23:08:43 v2.0.0-dev.18 23:08:43 v2.0.0-dev.19 23:08:43 v2.0.0-dev.2 23:08:43 v2.0.0-dev.20 23:08:43 v2.0.0-dev.21 23:08:43 v2.0.0-dev.22 23:08:43 v2.0.0-dev.23 23:08:43 v2.0.0-dev.24 23:08:43 v2.0.0-dev.25 23:08:43 v2.0.0-dev.26 23:08:43 v2.0.0-dev.27 23:08:43 v2.0.0-dev.28 23:08:43 v2.0.0-dev.29 23:08:43 v2.0.0-dev.3 23:08:43 v2.0.0-dev.30 23:08:43 v2.0.0-dev.31 23:08:43 v2.0.0-dev.32 23:08:43 v2.0.0-dev.33 23:08:43 v2.0.0-dev.34 23:08:43 v2.0.0-dev.35 23:08:43 v2.0.0-dev.36 23:08:43 v2.0.0-dev.4 23:08:43 v2.0.0-dev.5 23:08:43 v2.0.0-dev.6 23:08:43 v2.0.0-dev.7 23:08:43 v2.0.0-dev.8 23:08:43 v2.0.0-dev.9 [Pipeline] sh 23:08:43 + lftools sign git-tag v2.0.0-dev.36 23:08:45 Signing Git tag with Sigul... 23:08:45 Signing v2.0.0-dev.36 [Pipeline] echo 23:08:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:08:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:08:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:08:46 $ docker stop --time=1 9f3bcfb4192253e9cd658599beddf079df9d6231d3f596fcc62ba4f2e0cfa4d2 23:08:48 $ docker rm -f 9f3bcfb4192253e9cd658599beddf079df9d6231d3f596fcc62ba4f2e0cfa4d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:08:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:49 . [Pipeline] withDockerContainer 23:08:49 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:08:49 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:50 $ docker top 13a29a84b847068139c4bf417b5145d93b2491cab52029c246dbf416299f56fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:50 [ssh-agent] Looking for ssh-agent implementation... 23:08:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:50 $ docker exec 13a29a84b847068139c4bf417b5145d93b2491cab52029c246dbf416299f56fc ssh-agent 23:08:51 SSH_AUTH_SOCK=/tmp/ssh-r3eP51WgyQFv/agent.13 23:08:51 SSH_AGENT_PID=19 23:08:51 Running ssh-add (command line suppressed) 23:08:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8005092679983331788.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8005092679983331788.key) 23:08:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:51 + git semver bump pre 23:08:51 # -> Open(): unable to determine branch for HEAD 23:08:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:08:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:08:51 # $SEMVER_REMOTE_NAME = origin 23:08:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:51 # $SEMVER_USER_NAME = edgex-jenkins 23:08:51 # $SEMVER_BRANCH = master 23:08:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:08:51 2.0.0-dev.37 [Pipeline] } 23:08:51 $ docker exec --env ******** --env ******** 13a29a84b847068139c4bf417b5145d93b2491cab52029c246dbf416299f56fc ssh-agent -k 23:08:51 unset SSH_AUTH_SOCK; 23:08:51 unset SSH_AGENT_PID; 23:08:51 echo Agent pid 19 killed; 23:08:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:52 + git semver [Pipeline] } 23:08:52 $ docker stop --time=1 13a29a84b847068139c4bf417b5145d93b2491cab52029c246dbf416299f56fc 23:08:53 $ docker rm -f 13a29a84b847068139c4bf417b5145d93b2491cab52029c246dbf416299f56fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:08:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:54 . [Pipeline] withDockerContainer 23:08:54 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:08:54 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:55 $ docker top bed4600ef4487cd22f8f1f06b4d2771274cad0a83d5b658879167a51a0344cac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:55 [ssh-agent] Looking for ssh-agent implementation... 23:08:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:55 $ docker exec bed4600ef4487cd22f8f1f06b4d2771274cad0a83d5b658879167a51a0344cac ssh-agent 23:08:56 SSH_AUTH_SOCK=/tmp/ssh-L4qw64YP8jDn/agent.13 23:08:56 SSH_AGENT_PID=19 23:08:56 Running ssh-add (command line suppressed) 23:08:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5857950421113473213.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5857950421113473213.key) 23:08:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:56 + git semver push 23:08:56 # -> Open(): unable to determine branch for HEAD 23:08:56 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:08:56 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:08:56 # $SEMVER_REMOTE_NAME = origin 23:08:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:56 # $SEMVER_USER_NAME = edgex-jenkins 23:08:56 # $SEMVER_BRANCH = master 23:08:56 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:09:00 $ docker exec --env ******** --env ******** bed4600ef4487cd22f8f1f06b4d2771274cad0a83d5b658879167a51a0344cac ssh-agent -k 23:09:00 unset SSH_AUTH_SOCK; 23:09:00 unset SSH_AGENT_PID; 23:09:00 echo Agent pid 19 killed; 23:09:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:01 + git semver [Pipeline] } 23:09:01 $ docker stop --time=1 bed4600ef4487cd22f8f1f06b4d2771274cad0a83d5b658879167a51a0344cac 23:09:02 $ docker rm -f bed4600ef4487cd22f8f1f06b4d2771274cad0a83d5b658879167a51a0344cac [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 23:09:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:09:04 ---> package-listing.sh 23:09:04 ++ facter osfamily 23:09:04 ++ tr '[:upper:]' '[:lower:]' 23:09:04 + OS_FAMILY=redhat 23:09:04 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:09:04 + START_PACKAGES=/tmp/packages_start.txt 23:09:04 + END_PACKAGES=/tmp/packages_end.txt 23:09:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:09:04 + PACKAGES=/tmp/packages_start.txt 23:09:04 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:09:04 + PACKAGES=/tmp/packages_end.txt 23:09:04 + case "${OS_FAMILY}" in 23:09:04 + rpm -qa 23:09:04 + sort 23:09:10 + '[' -f /tmp/packages_start.txt ']' 23:09:10 + '[' -f /tmp/packages_end.txt ']' 23:09:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:09:10 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:09:10 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:09:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 23:09:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:09:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:09:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:10 23:09:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:09:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:11 alpine: Pulling from edgex-lftools-log-publisher 23:09:11 df20fa9351a1: Pulling fs layer 23:09:11 36b3adc4ff6f: Pulling fs layer 23:09:11 8ad3a11d3b57: Pulling fs layer 23:09:11 46f8f816bc3b: Pulling fs layer 23:09:11 93b61091891f: Pulling fs layer 23:09:11 93b9cdb0e59b: Pulling fs layer 23:09:11 5e14af77c1be: Pulling fs layer 23:09:11 01666e4c0597: Pulling fs layer 23:09:11 aa168da1d23b: Pulling fs layer 23:09:11 93b9cdb0e59b: Waiting 23:09:11 5e14af77c1be: Waiting 23:09:11 46f8f816bc3b: Waiting 23:09:11 aa168da1d23b: Waiting 23:09:11 01666e4c0597: Waiting 23:09:11 93b61091891f: Waiting 23:09:11 36b3adc4ff6f: Download complete 23:09:11 46f8f816bc3b: Verifying Checksum 23:09:11 46f8f816bc3b: Download complete 23:09:11 df20fa9351a1: Verifying Checksum 23:09:11 df20fa9351a1: Download complete 23:09:11 93b9cdb0e59b: Verifying Checksum 23:09:11 93b9cdb0e59b: Download complete 23:09:11 5e14af77c1be: Verifying Checksum 23:09:11 5e14af77c1be: Download complete 23:09:11 93b61091891f: Verifying Checksum 23:09:11 93b61091891f: Download complete 23:09:11 01666e4c0597: Verifying Checksum 23:09:11 01666e4c0597: Download complete 23:09:11 8ad3a11d3b57: Verifying Checksum 23:09:11 8ad3a11d3b57: Download complete 23:09:12 df20fa9351a1: Pull complete 23:09:12 36b3adc4ff6f: Pull complete 23:09:13 aa168da1d23b: Verifying Checksum 23:09:13 aa168da1d23b: Download complete 23:09:13 8ad3a11d3b57: Pull complete 23:09:13 46f8f816bc3b: Pull complete 23:09:14 93b61091891f: Pull complete 23:09:14 93b9cdb0e59b: Pull complete 23:09:14 5e14af77c1be: Pull complete 23:09:14 01666e4c0597: Pull complete 23:09:22 aa168da1d23b: Pull complete 23:09:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:09:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:09:23 prd-centos7-docker-4c-2g-31885 does not seem to be running inside a container 23:09:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:09:26 $ docker top ef097f5a4f899ee0ecf8c77938ce5b833ca764f33a0b1b0c0d1a2b025c94eb12 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:26 + touch /tmp/pre-build-complete [Pipeline] sh 23:09:27 + mkdir -p /var/log/sa [Pipeline] sh 23:09:27 + ls /var/log/sa-host 23:09:27 + sadf -c /var/log/sa-host/sa23 23:09:27 file_magic: OK 23:09:27 HZ: Using current value: 100 23:09:27 file_header: OK 23:09:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:09:27 Statistics: 23:09:27 Hnuu...uuuununununu... 23:09:27 File successfully converted to sysstat format version 12.2.1 23:09:27 + sadf -c /var/log/sa-host/sa29 23:09:27 file_magic: OK 23:09:27 HZ: Using current value: 100 23:09:27 file_header: OK 23:09:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:09:27 Statistics: 23:09:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:09:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:27 provisioning config files... 23:09:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config111055501437496929tmp [Pipeline] { [Pipeline] echo 23:09:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:09:28 ---> create-netrc.sh [Pipeline] } 23:09:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:09:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:09:28 ---> python-tools-install.sh [Pipeline] echo 23:09:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:09:28 ---> sudo-logs.sh 23:09:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:09:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:09:29 ---> job-cost.sh 23:09:29 lf-activate-venv: SKIPPING 23:09:29 DEBUG: total: 0.20999999344348907 23:09:29 INFO: Retrieving Stack Cost... 23:09:30 INFO: Retrieving Pricing Info for: v1-standard-2 23:09:31 INFO: Archiving Costs [Pipeline] echo 23:09:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:09:31 ---> logs-deploy.sh 23:09:31 lf-activate-venv: SKIPPING 23:09:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/205 23:09:31 INFO: archiving workspace using pattern(s): 23:09:33 Archives upload complete. 23:09:33 INFO: archiving logs to Nexus 23:09:34 ---> uname -a: 23:09:34 Linux prd-centos7-docker-4c-2g-31885.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:09:34 23:09:34 23:09:34 ---> lscpu: 23:09:34 Architecture: x86_64 23:09:34 CPU op-mode(s): 32-bit, 64-bit 23:09:34 Byte Order: Little Endian 23:09:34 Address sizes: 40 bits physical, 48 bits virtual 23:09:34 CPU(s): 4 23:09:34 On-line CPU(s) list: 0-3 23:09:34 Thread(s) per core: 1 23:09:34 Core(s) per socket: 1 23:09:34 Socket(s): 4 23:09:34 NUMA node(s): 1 23:09:34 Vendor ID: GenuineIntel 23:09:34 CPU family: 6 23:09:34 Model: 44 23:09:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:09:34 Stepping: 1 23:09:34 CPU MHz: 2933.438 23:09:34 BogoMIPS: 5866.87 23:09:34 Virtualization: VT-x 23:09:34 Hypervisor vendor: KVM 23:09:34 Virtualization type: full 23:09:34 L1d cache: 128 KiB 23:09:34 L1i cache: 128 KiB 23:09:34 L2 cache: 16 MiB 23:09:34 L3 cache: 64 MiB 23:09:34 NUMA node0 CPU(s): 0-3 23:09:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:09:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:09:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:09:34 Vulnerability Meltdown: Mitigation; PTI 23:09:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:09:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:09:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:09:34 Vulnerability Srbds: Not affected 23:09:34 Vulnerability Tsx async abort: Not affected 23:09:34 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 23:09:34 23:09:34 23:09:34 ---> nproc: 23:09:34 4 23:09:34 23:09:34 23:09:34 ---> df -h: 23:09:34 Filesystem Size Used Available Use% Mounted on 23:09:34 overlay 50.0G 8.2G 41.8G 16% / 23:09:34 tmpfs 64.0M 0 64.0M 0% /dev 23:09:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:09:34 shm 64.0M 0 64.0M 0% /dev/shm 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 23:09:34 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 23:09:34 23:09:34 23:09:34 ---> free -m: 23:09:34 total used free shared buff/cache available 23:09:34 Mem: 1837 836 138 0 863 935 23:09:34 Swap: 1023 2 1021 23:09:34 23:09:34 23:09:34 ---> ip addr: 23:09:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:09:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:09:34 inet 127.0.0.1/8 scope host lo 23:09:34 valid_lft forever preferred_lft forever 23:09:34 inet6 ::1/128 scope host 23:09:34 valid_lft forever preferred_lft forever 23:09:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:09:34 link/ether fa:16:3e:59:b8:b0 brd ff:ff:ff:ff:ff:ff 23:09:34 inet 10.30.122.96/23 brd 10.30.123.255 scope global dynamic eth0 23:09:34 valid_lft 84899sec preferred_lft 84899sec 23:09:34 inet6 fe80::f816:3eff:fe59:b8b0/64 scope link 23:09:34 valid_lft forever preferred_lft forever 23:09:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:09:34 link/ether 02:42:0b:ca:ff:bc brd ff:ff:ff:ff:ff:ff 23:09:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:09:34 valid_lft forever preferred_lft forever 23:09:34 inet6 fe80::42:bff:feca:ffbc/64 scope link 23:09:34 valid_lft forever preferred_lft forever 23:09:34 23:09:34 23:09:34 ---> sar -b -r -n DEV: 23:09:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:09:34 23:09:34 22:44:20 LINUX RESTART (4 CPU) 23:09:34 23:09:34 22:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:09:34 22:46:01 2.33 0.00 2.33 0.00 0.00 441.67 0.00 23:09:34 22:47:01 1.15 0.00 1.15 0.00 0.00 18.80 0.00 23:09:34 22:48:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 23:09:34 22:49:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 23:09:34 22:50:01 0.22 0.00 0.22 0.00 0.00 3.28 0.00 23:09:34 22:51:01 0.68 0.00 0.68 0.00 0.00 7.79 0.00 23:09:34 22:52:02 0.32 0.00 0.32 0.00 0.00 4.60 0.00 23:09:34 22:53:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 23:09:34 22:54:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 23:09:34 22:55:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 23:09:34 22:56:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 23:09:34 22:57:01 56.92 17.40 39.52 0.00 4796.80 4389.16 0.00 23:09:34 22:58:01 0.95 0.00 0.95 0.00 0.00 18.15 0.00 23:09:34 22:59:01 0.23 0.00 0.23 0.00 0.00 3.45 0.00 23:09:34 23:00:01 0.38 0.17 0.22 0.00 5.33 2.45 0.00 23:09:34 23:01:01 0.78 0.00 0.78 0.00 0.00 15.53 0.00 23:09:34 23:02:01 0.47 0.10 0.37 0.00 1.73 5.16 0.00 23:09:34 23:03:01 0.58 0.00 0.58 0.00 0.00 7.23 0.00 23:09:34 23:04:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 23:09:34 23:05:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 23:09:34 23:06:01 0.18 0.00 0.18 0.00 0.00 2.85 0.00 23:09:34 23:07:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 23:09:34 23:08:01 297.69 173.46 124.22 0.00 8206.16 36937.86 0.00 23:09:34 23:09:01 215.81 76.88 138.92 0.00 5007.42 33384.67 0.00 23:09:34 Average: 24.23 11.18 13.05 0.00 751.57 3139.83 0.00 23:09:34 23:09:34 22:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:09:34 22:46:01 66960 0 487576 25.91 2620 1324388 927868 31.67 309564 1308364 16 23:09:34 22:47:01 70328 0 484200 25.73 2620 1324396 912948 31.16 305616 1310004 20 23:09:34 22:48:01 71404 0 483120 25.68 2620 1324400 912792 31.15 304760 1310004 16 23:09:34 22:49:01 69788 0 484732 25.76 2620 1324404 912888 31.16 305844 1310004 8 23:09:34 22:50:01 69188 0 485328 25.79 2620 1324408 912936 31.16 307132 1310004 8 23:09:34 22:51:01 69508 0 485004 25.78 2620 1324412 912792 31.15 306340 1310004 16 23:09:34 22:52:02 69604 0 484904 25.77 2620 1324416 912792 31.15 306412 1310004 8 23:09:34 22:53:01 69688 0 484816 25.77 2620 1324420 920988 31.43 306324 1310004 12 23:09:34 22:54:01 69588 0 484904 25.77 2620 1324432 920988 31.43 306356 1310004 16 23:09:34 22:55:01 69056 0 485432 25.80 2620 1324436 921072 31.43 307000 1310004 20 23:09:34 22:56:01 67924 0 486560 25.86 2620 1324440 921108 31.44 307912 1310004 20 23:09:34 22:57:01 233276 0 595040 31.63 2620 1050608 1088196 37.14 413388 1036800 16 23:09:34 22:58:01 234888 0 593392 31.54 2620 1050644 1074388 36.67 420144 1029228 20 23:09:34 22:59:01 235800 0 592472 31.49 2620 1050652 1069248 36.49 416692 1032164 8 23:09:34 23:00:01 232156 0 596112 31.68 2620 1050656 1069320 36.49 423512 1028440 24 23:09:34 23:01:01 231760 0 596500 31.70 2620 1050664 1071620 36.57 420536 1031892 12 23:09:34 23:02:01 231424 0 596712 31.71 2620 1050788 1069960 36.52 421268 1031952 16 23:09:34 23:03:01 230964 0 597168 31.74 2620 1050792 1069984 36.52 421448 1031948 8 23:09:34 23:04:01 232920 0 595208 31.63 2620 1050796 1069756 36.51 419068 1031948 12 23:09:34 23:05:01 232356 0 595768 31.66 2620 1050800 1069912 36.51 420156 1031948 20 23:09:34 23:06:01 232940 0 595180 31.63 2620 1050804 1069816 36.51 419536 1031948 16 23:09:34 23:07:01 233012 0 595100 31.63 2620 1050812 1069756 36.51 419216 1031948 12 23:09:34 23:08:01 250252 0 673708 35.81 2596 954988 1074624 36.68 477504 883824 20 23:09:34 23:09:01 209464 0 804920 42.78 1516 865644 1397040 47.68 599340 734104 56 23:09:34 Average: 157677 0 556827 29.59 2573 1164467 1014700 34.63 377711 1140690 17 23:09:34 23:09:34 22:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:09:34 22:46:01 eth0 4.20 2.25 3.55 0.74 0.00 0.00 0.00 0.00 23:09:34 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:47:01 eth0 0.63 0.25 0.29 0.16 0.00 0.00 0.00 0.00 23:09:34 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:48:01 eth0 0.82 0.08 0.07 0.04 0.00 0.00 0.00 0.00 23:09:34 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:49:01 eth0 1.12 0.33 0.31 0.20 0.00 0.00 0.00 0.00 23:09:34 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:50:01 eth0 0.92 0.43 0.43 0.27 0.00 0.00 0.00 0.00 23:09:34 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:34 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:52:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:34 22:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:34 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:34 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:55:01 eth0 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 23:09:34 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:56:01 eth0 1.10 0.40 0.38 0.21 0.00 0.00 0.00 0.00 23:09:34 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:57:01 eth0 484.19 375.06 1295.05 83.76 0.00 0.00 0.00 0.00 23:09:34 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:57:01 docker0 100.52 102.55 8.54 310.41 0.00 0.00 0.00 0.00 23:09:34 22:58:01 eth0 0.22 0.15 0.09 0.01 0.00 0.00 0.00 0.00 23:09:34 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:09:34 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:00:01 eth0 0.38 0.23 0.20 0.13 0.00 0.00 0.00 0.00 23:09:34 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:01:01 eth0 2.61 0.12 0.22 0.01 0.00 0.00 0.00 0.00 23:09:34 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:02:01 eth0 1.13 0.32 0.33 0.20 0.00 0.00 0.00 0.00 23:09:34 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:03:01 eth0 2.12 0.48 0.63 0.36 0.00 0.00 0.00 0.00 23:09:34 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:04:01 eth0 0.78 0.07 0.08 0.04 0.00 0.00 0.00 0.00 23:09:34 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:05:01 eth0 1.13 0.77 0.70 0.47 0.00 0.00 0.00 0.00 23:09:34 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:06:01 eth0 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 23:09:34 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:07:01 eth0 0.48 0.07 0.05 0.01 0.00 0.00 0.00 0.00 23:09:34 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:08:01 eth0 474.38 428.47 4351.94 40.28 0.00 0.00 0.00 0.00 23:09:34 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:08:01 docker0 53.95 54.84 4.70 265.39 0.00 0.00 0.00 0.00 23:09:34 23:09:01 eth0 449.04 363.64 3496.63 100.19 0.00 0.00 0.00 0.00 23:09:34 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 23:09:01 veth4f893dd 1.88 1.55 0.36 0.36 0.00 0.00 0.00 0.00 23:09:34 23:09:01 docker0 23.61 33.95 1.56 233.10 0.00 0.00 0.00 0.00 23:09:34 Average: eth0 59.49 48.96 381.74 9.48 0.00 0.00 0.00 0.00 23:09:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:34 Average: veth4f893dd 0.08 0.06 0.01 0.02 0.00 0.00 0.00 0.00 23:09:34 Average: docker0 7.43 7.98 0.62 33.74 0.00 0.00 0.00 0.00 23:09:34 23:09:34 23:09:34 ---> sar -P ALL: 23:09:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:09:34 23:09:34 22:44:20 LINUX RESTART (4 CPU) 23:09:34 23:09:34 22:45:01 CPU %user %nice %system %iowait %steal %idle 23:09:34 22:46:01 all 0.32 0.00 0.07 0.00 0.00 99.61 23:09:34 22:46:01 0 0.57 0.00 0.12 0.00 0.00 99.32 23:09:34 22:46:01 1 0.33 0.00 0.03 0.00 0.00 99.63 23:09:34 22:46:01 2 0.20 0.00 0.07 0.00 0.00 99.73 23:09:34 22:46:01 3 0.20 0.00 0.05 0.00 0.00 99.75 23:09:34 22:47:01 all 0.20 0.00 0.06 0.00 0.00 99.74 23:09:34 22:47:01 0 0.63 0.00 0.05 0.00 0.00 99.32 23:09:34 22:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:47:01 2 0.08 0.00 0.10 0.00 0.02 99.80 23:09:34 22:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:09:34 22:48:01 all 0.15 0.00 0.03 0.00 0.01 99.82 23:09:34 22:48:01 0 0.48 0.00 0.02 0.00 0.00 99.50 23:09:34 22:48:01 1 0.00 0.00 0.03 0.00 0.02 99.95 23:09:34 22:48:01 2 0.08 0.00 0.03 0.00 0.00 99.88 23:09:34 22:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 23:09:34 22:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:09:34 22:49:01 0 0.45 0.00 0.03 0.00 0.00 99.52 23:09:34 22:49:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:09:34 22:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:09:34 22:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:09:34 22:50:01 all 0.17 0.00 0.04 0.00 0.00 99.79 23:09:34 22:50:01 0 0.55 0.00 0.03 0.00 0.02 99.40 23:09:34 22:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:09:34 22:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:09:34 22:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 22:51:01 2 0.05 0.00 0.05 0.00 0.02 99.88 23:09:34 22:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:09:34 22:52:02 all 0.15 0.00 0.03 0.00 0.00 99.82 23:09:34 22:52:02 0 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 22:52:02 1 0.03 0.00 0.02 0.00 0.00 99.95 23:09:34 22:52:02 2 0.03 0.00 0.05 0.00 0.00 99.92 23:09:34 22:52:02 3 0.52 0.00 0.03 0.00 0.00 99.45 23:09:34 22:53:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:09:34 22:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 22:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:09:34 22:53:01 3 0.51 0.00 0.03 0.00 0.00 99.46 23:09:34 22:54:01 all 0.16 0.00 0.03 0.00 0.01 99.80 23:09:34 22:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 22:54:01 1 0.07 0.00 0.07 0.00 0.02 99.85 23:09:34 22:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 23:09:34 22:54:01 3 0.55 0.00 0.03 0.00 0.03 99.38 23:09:34 22:55:01 all 0.16 0.00 0.03 0.00 0.02 99.79 23:09:34 22:55:01 0 0.07 0.00 0.00 0.00 0.02 99.92 23:09:34 22:55:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:09:34 22:55:01 2 0.05 0.00 0.03 0.00 0.02 99.90 23:09:34 22:55:01 3 0.48 0.00 0.03 0.00 0.03 99.45 23:09:34 22:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:09:34 22:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 22:56:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:09:34 22:56:01 2 0.32 0.00 0.03 0.00 0.00 99.65 23:09:34 22:56:01 3 0.23 0.00 0.03 0.00 0.00 99.73 23:09:34 23:09:34 22:56:01 CPU %user %nice %system %iowait %steal %idle 23:09:34 22:57:01 all 7.30 0.00 3.18 1.11 0.01 88.40 23:09:34 22:57:01 0 6.71 0.00 3.40 0.34 0.00 89.55 23:09:34 22:57:01 1 5.80 0.00 2.81 1.65 0.02 89.73 23:09:34 22:57:01 2 6.69 0.00 3.28 1.43 0.03 88.56 23:09:34 22:57:01 3 9.98 0.00 3.23 1.03 0.00 85.76 23:09:34 22:58:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:09:34 22:58:01 0 0.02 0.00 0.03 0.00 0.02 99.93 23:09:34 22:58:01 1 0.53 0.00 0.02 0.00 0.00 99.45 23:09:34 22:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:09:34 22:58:01 3 0.03 0.00 0.10 0.00 0.00 99.87 23:09:34 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:09:34 22:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:09:34 22:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 22:59:01 3 0.55 0.00 0.03 0.00 0.00 99.42 23:09:34 23:00:01 all 0.16 0.00 0.06 0.00 0.00 99.77 23:09:34 23:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 23:09:34 23:00:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:09:34 23:00:01 2 0.05 0.00 0.10 0.00 0.02 99.83 23:09:34 23:00:01 3 0.52 0.00 0.07 0.00 0.00 99.42 23:09:34 23:01:01 all 0.17 0.00 0.04 0.00 0.00 99.79 23:09:34 23:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:09:34 23:01:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:09:34 23:01:01 2 0.08 0.00 0.05 0.02 0.00 99.85 23:09:34 23:01:01 3 0.50 0.00 0.05 0.00 0.00 99.45 23:09:34 23:02:01 all 0.17 0.00 0.04 0.01 0.00 99.78 23:09:34 23:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:09:34 23:02:01 1 0.03 0.00 0.03 0.02 0.00 99.92 23:09:34 23:02:01 2 0.57 0.00 0.07 0.02 0.00 99.35 23:09:34 23:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 23:03:01 all 0.11 0.00 0.04 0.00 0.00 99.85 23:09:34 23:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:09:34 23:03:01 1 0.15 0.00 0.05 0.00 0.00 99.80 23:09:34 23:03:01 2 0.23 0.00 0.07 0.00 0.00 99.70 23:09:34 23:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 23:04:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:09:34 23:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:09:34 23:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:09:34 23:04:01 2 0.07 0.00 0.08 0.00 0.00 99.85 23:09:34 23:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:09:34 23:05:01 all 0.18 0.00 0.03 0.00 0.00 99.80 23:09:34 23:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 23:05:01 1 0.53 0.00 0.00 0.00 0.00 99.47 23:09:34 23:05:01 2 0.07 0.00 0.03 0.00 0.00 99.90 23:09:34 23:05:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:09:34 23:06:01 all 0.15 0.00 0.03 0.00 0.00 99.83 23:09:34 23:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:09:34 23:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:09:34 23:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 23:06:01 3 0.02 0.00 0.03 0.00 0.02 99.93 23:09:34 23:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:09:34 23:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:34 23:07:01 1 0.52 0.00 0.02 0.00 0.02 99.45 23:09:34 23:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:09:34 23:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:09:34 23:09:34 23:07:01 CPU %user %nice %system %iowait %steal %idle 23:09:34 23:08:01 all 9.59 0.00 6.89 3.64 0.04 79.84 23:09:34 23:08:01 0 8.88 0.00 6.90 3.31 0.03 80.87 23:09:34 23:08:01 1 9.22 0.00 6.46 3.15 0.05 81.12 23:09:34 23:08:01 2 9.48 0.00 7.31 3.89 0.03 79.29 23:09:34 23:08:01 3 10.79 0.00 6.88 4.20 0.03 78.09 23:09:34 23:09:01 all 12.09 0.00 9.21 2.94 0.05 75.72 23:09:34 23:09:01 0 10.87 0.00 9.12 3.24 0.05 76.73 23:09:34 23:09:01 1 15.31 0.00 9.35 2.37 0.05 72.92 23:09:34 23:09:01 2 11.34 0.00 8.85 1.84 0.03 77.93 23:09:34 23:09:01 3 10.83 0.00 9.51 4.29 0.05 75.31 23:09:34 Average: all 1.33 0.00 0.82 0.32 0.01 97.52 23:09:34 Average: 0 1.21 0.00 0.82 0.28 0.01 97.68 23:09:34 Average: 1 1.40 0.00 0.79 0.30 0.01 97.51 23:09:34 Average: 2 1.22 0.00 0.84 0.30 0.01 97.64 23:09:34 Average: 3 1.50 0.00 0.84 0.39 0.01 97.26 23:09:34 23:09:34 23:09:34