Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e69df61d12908c9f1be535e4d71be1fabedaaf4 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts 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: false SWAGGER_API_FOLDERS: openapi/v1 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4164 in /w/workspace/dry_go-mod-core-contracts_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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3e69df61d12908c9f1be535e4d71be1fabedaaf4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 Commit message: "Merge pull request #605 from weichou1229/core-cmd-client" > git rev-list --no-walk 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:14:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:14:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:14:42 ========================================================= 18:14:42 EdgeX Global Pipelines Version Info 18:14:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:14:44 ------------------- 18:14:44 stable info: 18:14:44 ------------------- 18:14:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:14:44 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 18:14:44 Message: update stable to v1.0.191 18:14:44 ------------------- 18:14:44 experimental info: 18:14:44 ------------------- 18:14:44 Commited By: **** collab-it+edgex@linuxfoundation.org 18:14:44 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 18:14:44 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e69df61d12908c9f1be535e4d71be1fabedaaf4 [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e69df6 [Pipeline] echo 18:14:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:14:46 + git log --format=format:%s -1 3e69df61d12908c9f1be535e4d71be1fabedaaf4 [Pipeline] echo 18:14:46 GIT_COMMIT: 3e69df61d12908c9f1be535e4d71be1fabedaaf4, Commit Message: Merge pull request #605 from weichou1229/core-cmd-client [Pipeline] echo 18:14:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:14:47 18:14:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:14:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:14:47 latest: Pulling from edgex-devops/git-semver 18:14:47 31603596830f: Pulling fs layer 18:14:47 54011a49482f: Pulling fs layer 18:14:47 a6820b24f6d8: Pulling fs layer 18:14:47 f581987b2513: Pulling fs layer 18:14:47 f581987b2513: Waiting 18:14:47 54011a49482f: Verifying Checksum 18:14:47 54011a49482f: Download complete 18:14:48 31603596830f: Verifying Checksum 18:14:48 31603596830f: Download complete 18:14:48 f581987b2513: Verifying Checksum 18:14:48 f581987b2513: Download complete 18:14:48 31603596830f: Pull complete 18:14:49 54011a49482f: Pull complete 18:14:49 a6820b24f6d8: Verifying Checksum 18:14:49 a6820b24f6d8: Download complete 18:14:50 a6820b24f6d8: Pull complete 18:14:50 f581987b2513: Pull complete 18:14:50 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:14:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:14:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:14:50 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:14:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:14:52 $ docker top 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:53 [ssh-agent] Looking for ssh-agent implementation... 18:14:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:53 $ docker exec 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 ssh-agent 18:14:53 SSH_AUTH_SOCK=/tmp/ssh-Z9BnvgmFP2iW/agent.12 18:14:53 SSH_AGENT_PID=17 18:14:53 Running ssh-add (command line suppressed) 18:14:53 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4793384655807846987.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4793384655807846987.key) 18:14:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:54 + git tag --points-at HEAD [Pipeline] } 18:14:54 $ docker exec --env ******** --env ******** 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 ssh-agent -k 18:14:54 unset SSH_AUTH_SOCK; 18:14:54 unset SSH_AGENT_PID; 18:14:54 echo Agent pid 17 killed; 18:14:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:14:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:54 [ssh-agent] Looking for ssh-agent implementation... 18:14:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:54 $ docker exec 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 ssh-agent 18:14:54 SSH_AUTH_SOCK=/tmp/ssh-9ETOqZgamJCF/agent.48 18:14:54 SSH_AGENT_PID=54 18:14:54 Running ssh-add (command line suppressed) 18:14:54 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990991792869248775.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990991792869248775.key) 18:14:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:55 + git semver init 18:14:55 # -> Open(): unable to determine branch for HEAD 18:14:55 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:14:55 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:14:55 # $SEMVER_REMOTE_NAME = origin 18:14:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:14:55 # $SEMVER_USER_NAME = edgex-jenkins 18:14:55 # $SEMVER_BRANCH = master 18:14:55 # $SEMVER_TEMP = /tmp/semver-096972617 18:14:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:14:56 # '/tmp/semver-096972617' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:14:56 # -> Force: false 18:14:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:14:56 $ docker exec --env ******** --env ******** 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 ssh-agent -k 18:14:56 unset SSH_AUTH_SOCK; 18:14:56 unset SSH_AGENT_PID; 18:14:56 echo Agent pid 54 killed; 18:14:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:56 + git semver [Pipeline] } 18:14:56 $ docker stop --time=1 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 18:14:59 $ docker rm -f 09a3af9714d7607d2b5b03f91b9f2168172952579338533b9ae8973f4e6a6cf3 [Pipeline] // withDockerContainer [Pipeline] sh 18:14:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:15:00 Stashed 1 file(s) [Pipeline] echo 18:15:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.84 [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 18:15:15 Still waiting to schedule task 18:15:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:15:15 Still waiting to schedule task 18:15:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:18:49 Running on prd-centos7-docker-4c-2g-4165 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:18:49 Running in /w/workspace/go-mod-core-contracts/203 [Pipeline] { [Pipeline] checkout 18:18:53 using credential edgex-jenkins-ssh 18:18:53 Cloning the remote Git repository 18:18:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:18:53 > git init /w/workspace/go-mod-core-contracts/203 # timeout=10 18:18:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:18:53 > git --version # timeout=10 18:18:53 > git --version # 'git version 2.24.3' 18:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:18:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:18:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:18:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:18:54 Checking out Revision 3e69df61d12908c9f1be535e4d71be1fabedaaf4 (master) 18:18:54 > git config core.sparsecheckout # timeout=10 18:18:54 > git checkout -f 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 18:18:58 Commit message: "Merge pull request #605 from weichou1229/core-cmd-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:18:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:19:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:19:00 + true 18:19:00 + sudo service docker restart 18:19:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:19:01 ========================================================= 18:19:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:19:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:19:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 18:19:02 Sending build context to Docker daemon 3.12MB 18:19:02 Step 1/7 : ARG BASE=golang:1.16-alpine 18:19:02 Step 2/7 : FROM ${BASE} 18:19:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:19:02 540db60ca938: Pulling fs layer 18:19:02 adcc1eea9eea: Pulling fs layer 18:19:02 4c4ab2625f07: Pulling fs layer 18:19:02 0510c868ecb4: Pulling fs layer 18:19:02 afea3b2eda06: Pulling fs layer 18:19:02 7809a108b3ef: Pulling fs layer 18:19:02 f706445af74f: Pulling fs layer 18:19:02 afea3b2eda06: Waiting 18:19:02 7809a108b3ef: Waiting 18:19:02 f706445af74f: Waiting 18:19:02 0510c868ecb4: Waiting 18:19:03 4c4ab2625f07: Verifying Checksum 18:19:03 4c4ab2625f07: Download complete 18:19:03 adcc1eea9eea: Verifying Checksum 18:19:03 adcc1eea9eea: Download complete 18:19:03 afea3b2eda06: Verifying Checksum 18:19:03 afea3b2eda06: Download complete 18:19:03 7809a108b3ef: Verifying Checksum 18:19:03 7809a108b3ef: Download complete 18:19:03 540db60ca938: Verifying Checksum 18:19:03 540db60ca938: Download complete 18:19:03 540db60ca938: Pull complete 18:19:03 adcc1eea9eea: Pull complete 18:19:03 4c4ab2625f07: Pull complete 18:19:05 f706445af74f: Verifying Checksum 18:19:05 f706445af74f: Download complete 18:19:06 0510c868ecb4: Verifying Checksum 18:19:06 0510c868ecb4: Download complete 18:19:13 0510c868ecb4: Pull complete 18:19:13 afea3b2eda06: Pull complete 18:19:13 7809a108b3ef: Pull complete 18:19:18 f706445af74f: Pull complete 18:19:18 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:19:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:19:18 ---> b068be0155e3 18:19:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:19:18 ---> Running in 327e592bae68 18:19:18 Removing intermediate container 327e592bae68 18:19:18 ---> 3dcc2b733471 18:19:18 Step 4/7 : RUN apk add bash 18:19:18 ---> Running in 901042629cd0 18:19:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:19:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:19:24 OK: 149 MiB in 40 packages 18:19:25 Removing intermediate container 901042629cd0 18:19:25 ---> 6ff11a073847 18:19:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:19:25 ---> Running in 9cf910b5b052 18:19:25 Removing intermediate container 9cf910b5b052 18:19:25 ---> 0bb9c9f43a3b 18:19:25 Step 6/7 : COPY go.mod . 18:19:25 ---> a71b7b87a1e5 18:19:25 Step 7/7 : RUN go mod download 18:19:25 ---> Running in 2e127c301fe5 18:19:40 Removing intermediate container 2e127c301fe5 18:19:40 ---> 705e95383142 18:19:40 Successfully built 705e95383142 18:19:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:19:40 + docker inspect -f . ci-base-image-x86_64 18:19:40 . [Pipeline] withDockerContainer 18:19:40 prd-centos7-docker-4c-2g-4165 does not seem to be running inside a container 18:19:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/203 -v /w/workspace/go-mod-core-contracts/203:/w/workspace/go-mod-core-contracts/203:rw,z -v /w/workspace/go-mod-core-contracts/203@tmp:/w/workspace/go-mod-core-contracts/203@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 18:19:42 $ docker top b75d4942163e9d21270ee263833b76be7086fc33be2fe1e94bd0c2ec89b2f555 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:42 + go version 18:19:42 go version go1.16.3 linux/amd64 [Pipeline] } 18:19:42 $ docker stop --time=1 b75d4942163e9d21270ee263833b76be7086fc33be2fe1e94bd0c2ec89b2f555 18:19:43 $ docker rm -f b75d4942163e9d21270ee263833b76be7086fc33be2fe1e94bd0c2ec89b2f555 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:19:44 + docker inspect -f . ci-base-image-x86_64 18:19:44 . [Pipeline] withDockerContainer 18:19:44 prd-centos7-docker-4c-2g-4165 does not seem to be running inside a container 18:19:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/203 -v /w/workspace/go-mod-core-contracts/203:/w/workspace/go-mod-core-contracts/203:rw,z -v /w/workspace/go-mod-core-contracts/203@tmp:/w/workspace/go-mod-core-contracts/203@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 18:19:45 $ docker top b7504de050a7ab280cb06753b086864276b47ea94653d3387a738160b27be15d -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:45 + go mod tidy [Pipeline] sh 18:19:46 + make test 18:19:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:19:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:19:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements 18:19:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.072s coverage: 100.0% of statements 18:19:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4166 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:19:56 Running in /w/workspace/go-mod-core-contracts/203 [Pipeline] { [Pipeline] checkout 18:19:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.041s coverage: 45.4% of statements 18:19:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.039s coverage: 77.8% of statements 18:19:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:19:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 18:19:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.028s coverage: 14.7% of statements 18:19:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements 18:19:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.038s coverage: 91.8% of statements 18:19:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:19:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:19:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.012s coverage: 100.0% of statements 18:19:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 35.5% of statements 18:20:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.061s coverage: 63.0% of statements 18:20:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 18:20:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 18:20:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 18:20:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements 18:20:02 using credential edgex-jenkins-ssh 18:20:02 Cloning the remote Git repository 18:20:02 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:20:02 > git init /w/workspace/go-mod-core-contracts/203 # timeout=10 18:20:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:20:02 > git --version # timeout=10 18:20:02 > git --version # 'git version 2.17.1' 18:20:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:20:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:20:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 18:20:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:20:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:20:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:20:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:20:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:20:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.216s coverage: 83.0% of statements 18:20:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:20:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:20:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:20:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.023s coverage: 45.4% of statements 18:20:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements 18:20:07 Checking out Revision 3e69df61d12908c9f1be535e4d71be1fabedaaf4 (master) 18:20:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.119s coverage: 86.3% of statements 18:20:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 60.5% of statements 18:20:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.012s coverage: 58.2% of statements 18:20:07 > git config core.sparsecheckout # timeout=10 18:20:07 > git checkout -f 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 18:20:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:20:11 Commit message: "Merge pull request #605 from weichou1229/core-cmd-client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:20:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:20:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:20:14 + sudo service docker restart 18:20:14 + true [Pipeline] unstash [Pipeline] echo 18:20:17 ========================================================= 18:20:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:20:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:20:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 18:20:18 Sending build context to Docker daemon 3.119MB 18:20:18 Step 1/7 : ARG BASE=golang:1.16-alpine 18:20:18 Step 2/7 : FROM ${BASE} 18:20:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:20:18 595b0fe564bb: Pulling fs layer 18:20:18 7186ed65a4f7: Pulling fs layer 18:20:18 316046926c0a: Pulling fs layer 18:20:18 4ebd0625c992: Pulling fs layer 18:20:18 207e8628e3a3: Pulling fs layer 18:20:18 c791037a9be2: Pulling fs layer 18:20:18 ffd874e62e21: Pulling fs layer 18:20:18 4ebd0625c992: Waiting 18:20:18 207e8628e3a3: Waiting 18:20:18 c791037a9be2: Waiting 18:20:18 ffd874e62e21: Waiting 18:20:18 316046926c0a: Verifying Checksum 18:20:18 316046926c0a: Download complete 18:20:18 7186ed65a4f7: Verifying Checksum 18:20:18 7186ed65a4f7: Download complete 18:20:18 207e8628e3a3: Verifying Checksum 18:20:18 207e8628e3a3: Download complete 18:20:18 c791037a9be2: Download complete 18:20:18 gofmt -l . 18:20:19 [ "`gofmt -l .`" = "" ] 18:20:19 595b0fe564bb: Verifying Checksum 18:20:19 595b0fe564bb: Download complete [Pipeline] } 18:20:19 $ docker stop --time=1 b7504de050a7ab280cb06753b086864276b47ea94653d3387a738160b27be15d 18:20:19 595b0fe564bb: Pull complete 18:20:20 7186ed65a4f7: Pull complete 18:20:21 316046926c0a: Pull complete 18:20:21 $ docker rm -f b7504de050a7ab280cb06753b086864276b47ea94653d3387a738160b27be15d 18:20:21 ffd874e62e21: Verifying Checksum 18:20:21 ffd874e62e21: Download complete [Pipeline] // withDockerContainer [Pipeline] sh 18:20:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:20:22 Stashed 1 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 18:20:22 4ebd0625c992: Verifying Checksum 18:20:22 4ebd0625c992: Download complete [Pipeline] libraryResource [Pipeline] sh 18:20:23 ---> job-cost.sh 18:20:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I3kB 18:20:32 4ebd0625c992: Pull complete 18:20:33 207e8628e3a3: Pull complete 18:20:33 c791037a9be2: Pull complete 18:20:38 ffd874e62e21: Pull complete 18:20:38 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 18:20:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:20:38 ---> cfc18b08335c 18:20:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:20:40 ---> Running in 3d7a3e41b28b 18:20:40 Removing intermediate container 3d7a3e41b28b 18:20:40 ---> 55b103097001 18:20:40 Step 4/7 : RUN apk add bash 18:20:40 ---> Running in 97d834df99f2 18:20:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:20:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:20:45 OK: 138 MiB in 40 packages 18:20:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:20:46 Removing intermediate container 97d834df99f2 18:20:46 ---> 463a62148bd4 18:20:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:20:46 ---> Running in 25fe15907e39 18:20:47 Removing intermediate container 25fe15907e39 18:20:47 ---> ee7a245a9c1c 18:20:47 Step 6/7 : COPY go.mod . 18:20:47 ---> 59be3cb30087 18:20:47 Step 7/7 : RUN go mod download 18:20:47 ---> Running in 61797886c72f 18:21:06 Removing intermediate container 61797886c72f 18:21:06 ---> fd6b27cf9de3 18:21:06 Successfully built fd6b27cf9de3 18:21:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:21:06 + docker inspect -f . ci-base-image-arm64 18:21:06 . [Pipeline] withDockerContainer 18:21:06 prd-ubuntu18.04-docker-arm64-4c-16g-4166 does not seem to be running inside a container 18:21:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/203 -v /w/workspace/go-mod-core-contracts/203:/w/workspace/go-mod-core-contracts/203:rw,z -v /w/workspace/go-mod-core-contracts/203@tmp:/w/workspace/go-mod-core-contracts/203@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-arm64 cat 18:21:08 $ docker top 87f2ec70993def9e8480f843d10e67b803ff4d9e3a4b12eff29675545f455406 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:09 + go version 18:21:09 go version go1.16.3 linux/arm64 [Pipeline] } 18:21:09 $ docker stop --time=1 87f2ec70993def9e8480f843d10e67b803ff4d9e3a4b12eff29675545f455406 18:21:11 $ docker rm -f 87f2ec70993def9e8480f843d10e67b803ff4d9e3a4b12eff29675545f455406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:11 + docker inspect -f . ci-base-image-arm64 18:21:11 . [Pipeline] withDockerContainer 18:21:11 lf-activate-venv(): INFO: Adding /tmp/venv-I3kB/bin to PATH 18:21:11 INFO: No Stack... 18:21:11 INFO: Retrieving Pricing Info for: v1-standard-2 18:21:11 prd-ubuntu18.04-docker-arm64-4c-16g-4166 does not seem to be running inside a container 18:21:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/203 -v /w/workspace/go-mod-core-contracts/203:/w/workspace/go-mod-core-contracts/203:rw,z -v /w/workspace/go-mod-core-contracts/203@tmp:/w/workspace/go-mod-core-contracts/203@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-arm64 cat 18:21:12 INFO: Archiving Costs 18:21:13 $ docker top 59e465d703e209e1d6909e0ad28ef03d73ec15c10562d596a4329365e2b615c7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:21:14 + cat /w/workspace/go-mod-core-contracts/203/archives/cost.csv 18:21:14 + cut -d, -f6 [Pipeline] lock 18:21:14 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] 18:21:14 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] did not exist. Created. 18:21:14 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:21:14 + go mod tidy 18:21:14 + echo total: 0.029999999329447746 [Pipeline] stash 18:21:14 Stashed 1 file(s) [Pipeline] } 18:21:14 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 18:21:15 + make test 18:21:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:21:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:21:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements 18:21:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.061s coverage: 100.0% of statements 18:21:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.049s coverage: 45.4% of statements 18:21:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.047s coverage: 77.8% of statements 18:21:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:21:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 18:21:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.073s coverage: 14.7% of statements 18:21:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements 18:21:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.102s coverage: 91.8% of statements 18:21:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:21:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:21:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements 18:21:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 35.5% of statements 18:21:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.175s coverage: 63.0% of statements 18:21:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.026s coverage: 26.3% of statements 18:21:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 18:21:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.032s coverage: 15.4% of statements 18:21:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements 18:21:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:21:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 18:21:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.262s coverage: 83.0% of statements 18:21:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:21:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:21:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:21:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.140s coverage: 45.4% of statements 18:21:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.071s coverage: 94.7% of statements 18:22:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.194s coverage: 86.3% of statements 18:22:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.044s coverage: 60.5% of statements 18:22:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.028s coverage: 58.2% of statements 18:22:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:22:23 gofmt -l . 18:22:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:22:24 $ docker stop --time=1 59e465d703e209e1d6909e0ad28ef03d73ec15c10562d596a4329365e2b615c7 18:22:26 $ docker rm -f 59e465d703e209e1d6909e0ad28ef03d73ec15c10562d596a4329365e2b615c7 [Pipeline] // withDockerContainer [Pipeline] sh 18:22:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:22:27 Warning: overwriting stash ‘coverage-report’ 18:22:28 Stashed 1 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 18:22:28 ---> job-cost.sh 18:22:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GZiA 18:23:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:24:29 lf-activate-venv(): INFO: Adding /tmp/venv-GZiA/bin to PATH 18:24:29 INFO: No Stack... 18:24:29 INFO: Retrieving Pricing Info for: lf-standard-4 18:24:30 INFO: Archiving Costs [Pipeline] sh 18:24:30 + cut -d, -f6 18:24:30 + cat /w/workspace/go-mod-core-contracts/203/archives/cost.csv [Pipeline] lock 18:24:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] 18:24:30 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] did not exist. Created. 18:24:30 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:24:30 /w/workspace/go-mod-core-contracts/203@tmp/durable-d1381f5e/script.sh: 1: /w/workspace/go-mod-core-contracts/203@tmp/durable-d1381f5e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:24:31 + echo total: 0.20999999344348907 [Pipeline] stash 18:24:31 Warning: overwriting stash ‘stack-cost’ 18:24:31 Stashed 1 file(s) [Pipeline] } 18:24:31 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-203-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 18:24:31 provisioning config files... 18:24:31 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3371857531450945612tmp [Pipeline] { [Pipeline] sh 18:24:32 + set +x 18:24:32 + curl -s https://codecov.io/bash 18:24:32 + bash -s -- 18:24:32 18:24:32 _____ _ 18:24:32 / ____| | | 18:24:32 | | ___ __| | ___ ___ _____ __ 18:24:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:24:32 | |___| (_) | (_| | __/ (_| (_) \ V / 18:24:32 \_____\___/ \__,_|\___|\___\___/ \_/ 18:24:32 Bash-1.0.2 18:24:32 18:24:32 18:24:32 ==> git version 2.24.3 found 18:24:32 ==> 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 18:24:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:24:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:24:32 ==> Jenkins CI detected. 18:24:32 project root: . 18:24:32 --> token set from env 18:24:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:24:32 ==> Running gcov in . (disable via -X gcov) 18:24:32 ==> Python coveragepy not found 18:24:32 ==> Searching for coverage reports in: 18:24:32 + . 18:24:32 -> Found 1 reports 18:24:32 ==> Detecting git/mercurial file structure 18:24:32 ==> Reading reports 18:24:32 + ./coverage.out bytes=176242 18:24:32 ==> Appending adjustments 18:24:32 https://docs.codecov.io/docs/fixing-reports 18:24:33 + Found adjustments 18:24:33 ==> Gzipping contents 18:24:33 28K /tmp/codecov.feEm8R.gz 18:24:33 ==> Uploading reports 18:24:33 url: https://codecov.io 18:24:33 query: branch=master&commit=3e69df61d12908c9f1be535e4d71be1fabedaaf4&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F203%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:24:33 -> Pinging Codecov 18:24:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3e69df61d12908c9f1be535e4d71be1fabedaaf4&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F203%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:24:34 -> Uploading to 18:24:34 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/71470A77251A30514AAF9C0BB2E5B6CE/3e69df61d12908c9f1be535e4d71be1fabedaaf4/9df1ea7f-8bda-4bfe-bbec-f4e6051faba2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T182434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35e46ad52847f91fbaa383d63311b1dd217f632a3131cc15b967432eaa5e20b0 18:24:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:24:34 Dload Upload Total Spent Left Speed 18:24:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25800 0 0 100 25800 0 63393 --:--:-- --:--:-- --:--:-- 63390 100 25800 0 0 100 25800 0 63358 --:--:-- --:--:-- --:--:-- 63390 18:24:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3e69df61d12908c9f1be535e4d71be1fabedaaf4 [Pipeline] } 18:24:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:24:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:24:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:36 18:24:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:24:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:24:36 188c0c94c7c5: Pulling fs layer 18:24:36 0ef7d3d256c8: Pulling fs layer 18:24:36 de9db76c5a1d: Pulling fs layer 18:24:36 0eba1c9be4d2: Pulling fs layer 18:24:36 0d57e429df01: Pulling fs layer 18:24:36 4e4be7b47b0d: Pulling fs layer 18:24:36 e1f770b5df2f: Pulling fs layer 18:24:36 85a0685a4137: Pulling fs layer 18:24:36 0d57e429df01: Waiting 18:24:36 e1f770b5df2f: Waiting 18:24:36 4e4be7b47b0d: Waiting 18:24:36 85a0685a4137: Waiting 18:24:36 0eba1c9be4d2: Waiting 18:24:36 de9db76c5a1d: Download complete 18:24:36 0ef7d3d256c8: Verifying Checksum 18:24:36 0ef7d3d256c8: Download complete 18:24:36 0d57e429df01: Verifying Checksum 18:24:36 0d57e429df01: Download complete 18:24:36 4e4be7b47b0d: Verifying Checksum 18:24:36 4e4be7b47b0d: Download complete 18:24:36 188c0c94c7c5: Verifying Checksum 18:24:36 188c0c94c7c5: Download complete 18:24:37 188c0c94c7c5: Pull complete 18:24:37 0ef7d3d256c8: Pull complete 18:24:37 de9db76c5a1d: Pull complete 18:24:38 e1f770b5df2f: Verifying Checksum 18:24:38 e1f770b5df2f: Download complete 18:24:40 0eba1c9be4d2: Verifying Checksum 18:24:40 0eba1c9be4d2: Download complete 18:24:41 85a0685a4137: Verifying Checksum 18:24:41 85a0685a4137: Download complete 18:24:46 0eba1c9be4d2: Pull complete 18:24:47 0d57e429df01: Pull complete 18:24:47 4e4be7b47b0d: Pull complete 18:24:49 e1f770b5df2f: Pull complete 18:24:57 85a0685a4137: Pull complete 18:24:57 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:24:57 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:24:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:24:58 $ docker top 61aae5adb2e512413b5395d35b1c9e4d05f66adb3fe857410b97368e69e7c6ad -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:24:59 + set -o pipefail 18:24:59 + snyk monitor '--org=edgex-jenkins' 18:25:06 18:25:06 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 18:25:06 18:25:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/93dedf28-a1bf-4e39-8aa4-61fafb37f33e 18:25:06 18:25:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:25:06 18:25:06 [Pipeline] } 18:25:06 $ docker stop --time=1 61aae5adb2e512413b5395d35b1c9e4d05f66adb3fe857410b97368e69e7c6ad 18:25:08 $ docker rm -f 61aae5adb2e512413b5395d35b1c9e4d05f66adb3fe857410b97368e69e7c6ad [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:25:09 + git log --format=format:%s -1 3e69df61d12908c9f1be535e4d71be1fabedaaf4 [Pipeline] isUnix [Pipeline] sh 18:25:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:10 . [Pipeline] withDockerContainer 18:25:10 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:25:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:25:11 $ docker top 6cd483b4c990dcba2ea0b1862cf60e682bfe33ed474cea613134d636aac0ea58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:25:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:11 [ssh-agent] Looking for ssh-agent implementation... 18:25:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:11 $ docker exec 6cd483b4c990dcba2ea0b1862cf60e682bfe33ed474cea613134d636aac0ea58 ssh-agent 18:25:12 SSH_AUTH_SOCK=/tmp/ssh-WpUAsQtKXAMO/agent.11 18:25:12 SSH_AGENT_PID=17 18:25:12 Running ssh-add (command line suppressed) 18:25:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2011437087260142785.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2011437087260142785.key) 18:25:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:12 + git semver tag 18:25:12 # -> Open(): unable to determine branch for HEAD 18:25:12 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:25:12 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:25:12 # $SEMVER_REMOTE_NAME = origin 18:25:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:25:12 # $SEMVER_USER_NAME = edgex-jenkins 18:25:12 # $SEMVER_BRANCH = master 18:25:12 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:25:12 # 3e69df61d12908c9f1be535e4d71be1fabedaaf4 HEAD 18:25:12 # -> Force: false 18:25:12 # 7d58b80c1e9accdb99fb5e7bc9e48d387f57da04 refs/tags/v2.0.0-dev.84 [Pipeline] } 18:25:12 $ docker exec --env ******** --env ******** 6cd483b4c990dcba2ea0b1862cf60e682bfe33ed474cea613134d636aac0ea58 ssh-agent -k 18:25:12 unset SSH_AUTH_SOCK; 18:25:12 unset SSH_AGENT_PID; 18:25:12 echo Agent pid 17 killed; 18:25:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:13 + git semver [Pipeline] } 18:25:13 $ docker stop --time=1 6cd483b4c990dcba2ea0b1862cf60e682bfe33ed474cea613134d636aac0ea58 18:25:14 $ docker rm -f 6cd483b4c990dcba2ea0b1862cf60e682bfe33ed474cea613134d636aac0ea58 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:25:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:15 18:25:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:25:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:15 0.23.1-centos7: Pulling from edgex-lftools 18:25:15 ab5ef0e58194: Pulling fs layer 18:25:15 9712f1f96733: Pulling fs layer 18:25:15 63f879dbbcfc: Pulling fs layer 18:25:15 0d9ebad4ef96: Pulling fs layer 18:25:15 e9a5061849ea: Pulling fs layer 18:25:15 d747dcd14b5f: Pulling fs layer 18:25:15 2de7ff778b66: Pulling fs layer 18:25:15 e9a5061849ea: Waiting 18:25:15 d747dcd14b5f: Waiting 18:25:15 0d9ebad4ef96: Waiting 18:25:15 2de7ff778b66: Waiting 18:25:15 9712f1f96733: Verifying Checksum 18:25:15 9712f1f96733: Download complete 18:25:18 63f879dbbcfc: Download complete 18:25:18 e9a5061849ea: Verifying Checksum 18:25:18 e9a5061849ea: Download complete 18:25:18 d747dcd14b5f: Verifying Checksum 18:25:18 d747dcd14b5f: Download complete 18:25:18 0d9ebad4ef96: Verifying Checksum 18:25:18 0d9ebad4ef96: Download complete 18:25:19 2de7ff778b66: Verifying Checksum 18:25:19 2de7ff778b66: Download complete 18:25:19 ab5ef0e58194: Verifying Checksum 18:25:19 ab5ef0e58194: Download complete 18:25:23 ab5ef0e58194: Pull complete 18:25:24 9712f1f96733: Pull complete 18:25:27 63f879dbbcfc: Pull complete 18:25:34 0d9ebad4ef96: Pull complete 18:25:37 e9a5061849ea: Pull complete 18:25:37 d747dcd14b5f: Pull complete 18:25:39 2de7ff778b66: Pull complete 18:25:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:25:39 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:25:43 $ docker top a7917e8d865358de48b0e2d80033689d114f84d86424ded2ad893857a7641c44 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:25:43 provisioning config files... 18:25:43 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1256758598820572231tmp 18:25:43 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5060840884803707614tmp 18:25:43 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config601763514890684955tmp [Pipeline] { [Pipeline] echo 18:25:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:25:43 ---> sigul-configuration.sh 18:25:43 gpg: directory `/root/.gnupg' created 18:25:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:25:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:25:43 gpg: keyring `/root/.gnupg/secring.gpg' created 18:25:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:25:43 gpg: CAST5 encrypted data 18:25:44 gpg: encrypted with 1 passphrase 18:25:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:25:44 + mkdir /home/jenkins 18:25:44 + mkdir /home/jenkins/sigul [Pipeline] sh 18:25:44 + 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 18:25:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:25:45 ---> sigul-install.sh 18:25:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:25:53 + git tag --list 18:25:53 v0.0.0 18:25:53 v0.0.1 18:25:53 v0.1.0 18:25:53 v0.1.1 18:25:53 v0.1.10 18:25:53 v0.1.100 18:25:53 v0.1.101 18:25:53 v0.1.102 18:25:53 v0.1.103 18:25:53 v0.1.104 18:25:53 v0.1.105 18:25:53 v0.1.106 18:25:53 v0.1.107 18:25:53 v0.1.108 18:25:53 v0.1.109 18:25:53 v0.1.11 18:25:53 v0.1.110 18:25:53 v0.1.111 18:25:53 v0.1.112 18:25:53 v0.1.113 18:25:53 v0.1.114 18:25:53 v0.1.115 18:25:53 v0.1.116 18:25:53 v0.1.117 18:25:53 v0.1.118 18:25:53 v0.1.119 18:25:53 v0.1.12 18:25:53 v0.1.120 18:25:53 v0.1.121 18:25:53 v0.1.122 18:25:53 v0.1.123 18:25:53 v0.1.124 18:25:53 v0.1.125 18:25:53 v0.1.126 18:25:53 v0.1.127 18:25:53 v0.1.128 18:25:53 v0.1.129 18:25:53 v0.1.13 18:25:53 v0.1.130 18:25:53 v0.1.131 18:25:53 v0.1.132 18:25:53 v0.1.133 18:25:53 v0.1.134 18:25:53 v0.1.135 18:25:53 v0.1.136 18:25:53 v0.1.137 18:25:53 v0.1.138 18:25:53 v0.1.139 18:25:53 v0.1.14 18:25:53 v0.1.140 18:25:53 v0.1.141 18:25:53 v0.1.142 18:25:53 v0.1.143 18:25:53 v0.1.144 18:25:53 v0.1.145 18:25:53 v0.1.146 18:25:53 v0.1.147 18:25:53 v0.1.148 18:25:53 v0.1.149 18:25:53 v0.1.15 18:25:53 v0.1.16 18:25:53 v0.1.17 18:25:53 v0.1.18 18:25:53 v0.1.19 18:25:53 v0.1.2 18:25:53 v0.1.20 18:25:53 v0.1.21 18:25:53 v0.1.22 18:25:53 v0.1.23 18:25:53 v0.1.24 18:25:53 v0.1.25 18:25:53 v0.1.26 18:25:53 v0.1.27 18:25:53 v0.1.28 18:25:53 v0.1.29 18:25:53 v0.1.3 18:25:53 v0.1.30 18:25:53 v0.1.31 18:25:53 v0.1.32 18:25:53 v0.1.33 18:25:53 v0.1.34 18:25:53 v0.1.35 18:25:53 v0.1.36 18:25:53 v0.1.37 18:25:53 v0.1.38 18:25:53 v0.1.39 18:25:53 v0.1.4 18:25:53 v0.1.40 18:25:53 v0.1.41 18:25:53 v0.1.42 18:25:53 v0.1.43 18:25:53 v0.1.44 18:25:53 v0.1.45 18:25:53 v0.1.46 18:25:53 v0.1.47 18:25:53 v0.1.48 18:25:53 v0.1.49 18:25:53 v0.1.5 18:25:53 v0.1.50 18:25:53 v0.1.51 18:25:53 v0.1.52 18:25:53 v0.1.53 18:25:53 v0.1.54 18:25:53 v0.1.55 18:25:53 v0.1.56 18:25:53 v0.1.57 18:25:53 v0.1.58 18:25:53 v0.1.59 18:25:53 v0.1.6 18:25:53 v0.1.60 18:25:53 v0.1.61 18:25:53 v0.1.62 18:25:53 v0.1.63 18:25:53 v0.1.64 18:25:53 v0.1.65 18:25:53 v0.1.66 18:25:53 v0.1.67 18:25:53 v0.1.68 18:25:53 v0.1.69 18:25:53 v0.1.7 18:25:53 v0.1.70 18:25:53 v0.1.71 18:25:53 v0.1.72 18:25:53 v0.1.73 18:25:53 v0.1.74 18:25:53 v0.1.75 18:25:53 v0.1.76 18:25:53 v0.1.77 18:25:53 v0.1.78 18:25:53 v0.1.79 18:25:53 v0.1.8 18:25:53 v0.1.80 18:25:53 v0.1.81 18:25:53 v0.1.82 18:25:53 v0.1.83 18:25:53 v0.1.84 18:25:53 v0.1.85 18:25:53 v0.1.86 18:25:53 v0.1.87 18:25:53 v0.1.88 18:25:53 v0.1.89 18:25:53 v0.1.9 18:25:53 v0.1.90 18:25:53 v0.1.91 18:25:53 v0.1.92 18:25:53 v0.1.93 18:25:53 v0.1.94 18:25:53 v0.1.95 18:25:53 v0.1.96 18:25:53 v0.1.97 18:25:53 v0.1.98 18:25:53 v0.1.99 18:25:53 v2.0.0-dev.1 18:25:53 v2.0.0-dev.10 18:25:53 v2.0.0-dev.11 18:25:53 v2.0.0-dev.12 18:25:53 v2.0.0-dev.13 18:25:53 v2.0.0-dev.14 18:25:53 v2.0.0-dev.15 18:25:53 v2.0.0-dev.16 18:25:53 v2.0.0-dev.17 18:25:53 v2.0.0-dev.18 18:25:53 v2.0.0-dev.19 18:25:53 v2.0.0-dev.2 18:25:53 v2.0.0-dev.20 18:25:53 v2.0.0-dev.21 18:25:53 v2.0.0-dev.22 18:25:53 v2.0.0-dev.23 18:25:53 v2.0.0-dev.24 18:25:53 v2.0.0-dev.25 18:25:53 v2.0.0-dev.26 18:25:53 v2.0.0-dev.27 18:25:53 v2.0.0-dev.28 18:25:53 v2.0.0-dev.29 18:25:53 v2.0.0-dev.3 18:25:53 v2.0.0-dev.30 18:25:53 v2.0.0-dev.31 18:25:53 v2.0.0-dev.32 18:25:53 v2.0.0-dev.33 18:25:53 v2.0.0-dev.34 18:25:53 v2.0.0-dev.35 18:25:53 v2.0.0-dev.36 18:25:53 v2.0.0-dev.37 18:25:53 v2.0.0-dev.38 18:25:53 v2.0.0-dev.39 18:25:53 v2.0.0-dev.4 18:25:53 v2.0.0-dev.40 18:25:53 v2.0.0-dev.41 18:25:53 v2.0.0-dev.42 18:25:53 v2.0.0-dev.43 18:25:53 v2.0.0-dev.44 18:25:53 v2.0.0-dev.45 18:25:53 v2.0.0-dev.46 18:25:53 v2.0.0-dev.47 18:25:53 v2.0.0-dev.48 18:25:53 v2.0.0-dev.49 18:25:53 v2.0.0-dev.5 18:25:53 v2.0.0-dev.50 18:25:53 v2.0.0-dev.51 18:25:53 v2.0.0-dev.52 18:25:53 v2.0.0-dev.53 18:25:53 v2.0.0-dev.54 18:25:53 v2.0.0-dev.55 18:25:53 v2.0.0-dev.56 18:25:53 v2.0.0-dev.57 18:25:53 v2.0.0-dev.58 18:25:53 v2.0.0-dev.59 18:25:53 v2.0.0-dev.6 18:25:53 v2.0.0-dev.60 18:25:53 v2.0.0-dev.61 18:25:53 v2.0.0-dev.62 18:25:53 v2.0.0-dev.63 18:25:53 v2.0.0-dev.64 18:25:53 v2.0.0-dev.65 18:25:53 v2.0.0-dev.66 18:25:53 v2.0.0-dev.67 18:25:53 v2.0.0-dev.68 18:25:53 v2.0.0-dev.69 18:25:53 v2.0.0-dev.7 18:25:53 v2.0.0-dev.70 18:25:53 v2.0.0-dev.71 18:25:53 v2.0.0-dev.72 18:25:53 v2.0.0-dev.73 18:25:53 v2.0.0-dev.74 18:25:53 v2.0.0-dev.75 18:25:53 v2.0.0-dev.76 18:25:53 v2.0.0-dev.77 18:25:53 v2.0.0-dev.78 18:25:53 v2.0.0-dev.79 18:25:53 v2.0.0-dev.8 18:25:53 v2.0.0-dev.80 18:25:53 v2.0.0-dev.81 18:25:53 v2.0.0-dev.82 18:25:53 v2.0.0-dev.83 18:25:53 v2.0.0-dev.84 18:25:53 v2.0.0-dev.9 [Pipeline] sh 18:25:53 + lftools sign git-tag v2.0.0-dev.84 18:25:55 Signing Git tag with Sigul... 18:25:55 Signing v2.0.0-dev.84 [Pipeline] echo 18:25:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:25:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:25:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:25:56 $ docker stop --time=1 a7917e8d865358de48b0e2d80033689d114f84d86424ded2ad893857a7641c44 18:25:58 $ docker rm -f a7917e8d865358de48b0e2d80033689d114f84d86424ded2ad893857a7641c44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:25:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:59 . [Pipeline] withDockerContainer 18:25:59 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:25:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:26:00 $ docker top 2a68780e81a064ff792eee71f85341c0ad7599ec6f5272535c84cc77e124af74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:26:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:26:00 [ssh-agent] Looking for ssh-agent implementation... 18:26:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:26:00 $ docker exec 2a68780e81a064ff792eee71f85341c0ad7599ec6f5272535c84cc77e124af74 ssh-agent 18:26:01 SSH_AUTH_SOCK=/tmp/ssh-7APzLGIYDKkd/agent.12 18:26:01 SSH_AGENT_PID=18 18:26:01 Running ssh-add (command line suppressed) 18:26:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2071071327851762152.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2071071327851762152.key) 18:26:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:26:01 + git semver bump pre 18:26:01 # -> Open(): unable to determine branch for HEAD 18:26:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:26:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:26:01 # $SEMVER_REMOTE_NAME = origin 18:26:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:26:01 # $SEMVER_USER_NAME = edgex-jenkins 18:26:01 # $SEMVER_BRANCH = master 18:26:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:26:01 2.0.0-dev.85 [Pipeline] } 18:26:01 $ docker exec --env ******** --env ******** 2a68780e81a064ff792eee71f85341c0ad7599ec6f5272535c84cc77e124af74 ssh-agent -k 18:26:01 unset SSH_AUTH_SOCK; 18:26:01 unset SSH_AGENT_PID; 18:26:01 echo Agent pid 18 killed; 18:26:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:26:02 + git semver [Pipeline] } 18:26:02 $ docker stop --time=1 2a68780e81a064ff792eee71f85341c0ad7599ec6f5272535c84cc77e124af74 18:26:03 $ docker rm -f 2a68780e81a064ff792eee71f85341c0ad7599ec6f5272535c84cc77e124af74 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:26:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:26:04 . [Pipeline] withDockerContainer 18:26:04 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:26:05 $ docker top 41ea83b5470335ff345f5f8ade48ff9f7288d396bc8b30953d283c2bd502051c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:26:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:26:05 [ssh-agent] Looking for ssh-agent implementation... 18:26:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:26:05 $ docker exec 41ea83b5470335ff345f5f8ade48ff9f7288d396bc8b30953d283c2bd502051c ssh-agent 18:26:05 SSH_AUTH_SOCK=/tmp/ssh-EyVleVpXETNS/agent.11 18:26:05 SSH_AGENT_PID=16 18:26:05 Running ssh-add (command line suppressed) 18:26:05 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8108275629328630988.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8108275629328630988.key) 18:26:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:26:06 + git semver push 18:26:06 # -> Open(): unable to determine branch for HEAD 18:26:06 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:26:06 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:26:06 # $SEMVER_REMOTE_NAME = origin 18:26:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:26:06 # $SEMVER_USER_NAME = edgex-jenkins 18:26:06 # $SEMVER_BRANCH = master 18:26:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:26:11 $ docker exec --env ******** --env ******** 41ea83b5470335ff345f5f8ade48ff9f7288d396bc8b30953d283c2bd502051c ssh-agent -k 18:26:11 unset SSH_AUTH_SOCK; 18:26:11 unset SSH_AGENT_PID; 18:26:11 echo Agent pid 16 killed; 18:26:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:26:12 + git semver [Pipeline] } 18:26:12 $ docker stop --time=1 41ea83b5470335ff345f5f8ade48ff9f7288d396bc8b30953d283c2bd502051c 18:26:13 $ docker rm -f 41ea83b5470335ff345f5f8ade48ff9f7288d396bc8b30953d283c2bd502051c [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 18:26:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:26:14 ---> package-listing.sh 18:26:14 ++ facter osfamily 18:26:14 ++ tr '[:upper:]' '[:lower:]' 18:26:14 + OS_FAMILY=redhat 18:26:14 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:26:14 + START_PACKAGES=/tmp/packages_start.txt 18:26:14 + END_PACKAGES=/tmp/packages_end.txt 18:26:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:26:14 + PACKAGES=/tmp/packages_start.txt 18:26:14 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:26:14 + PACKAGES=/tmp/packages_end.txt 18:26:14 + case "${OS_FAMILY}" in 18:26:14 + rpm -qa 18:26:14 + sort 18:26:20 + '[' -f /tmp/packages_start.txt ']' 18:26:20 + '[' -f /tmp/packages_end.txt ']' 18:26:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:26:20 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:26:20 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:26:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 18:26:20 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:26:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:26:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:20 18:26:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:26:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:21 alpine: Pulling from edgex-lftools-log-publisher 18:26:21 df20fa9351a1: Pulling fs layer 18:26:21 36b3adc4ff6f: Pulling fs layer 18:26:21 8ad3a11d3b57: Pulling fs layer 18:26:21 46f8f816bc3b: Pulling fs layer 18:26:21 93b61091891f: Pulling fs layer 18:26:21 93b9cdb0e59b: Pulling fs layer 18:26:21 5e14af77c1be: Pulling fs layer 18:26:21 01666e4c0597: Pulling fs layer 18:26:21 aa168da1d23b: Pulling fs layer 18:26:21 93b9cdb0e59b: Waiting 18:26:21 5e14af77c1be: Waiting 18:26:21 01666e4c0597: Waiting 18:26:21 aa168da1d23b: Waiting 18:26:21 46f8f816bc3b: Waiting 18:26:21 93b61091891f: Waiting 18:26:21 36b3adc4ff6f: Verifying Checksum 18:26:21 36b3adc4ff6f: Download complete 18:26:21 46f8f816bc3b: Verifying Checksum 18:26:21 46f8f816bc3b: Download complete 18:26:21 93b61091891f: Verifying Checksum 18:26:21 93b61091891f: Download complete 18:26:21 93b9cdb0e59b: Download complete 18:26:21 df20fa9351a1: Verifying Checksum 18:26:21 5e14af77c1be: Verifying Checksum 18:26:21 5e14af77c1be: Download complete 18:26:21 01666e4c0597: Verifying Checksum 18:26:21 01666e4c0597: Download complete 18:26:21 df20fa9351a1: Pull complete 18:26:22 36b3adc4ff6f: Pull complete 18:26:22 8ad3a11d3b57: Verifying Checksum 18:26:23 8ad3a11d3b57: Pull complete 18:26:23 46f8f816bc3b: Pull complete 18:26:23 93b61091891f: Pull complete 18:26:23 93b9cdb0e59b: Pull complete 18:26:24 5e14af77c1be: Pull complete 18:26:24 01666e4c0597: Pull complete 18:26:27 aa168da1d23b: Verifying Checksum 18:26:27 aa168da1d23b: Download complete 18:26:35 aa168da1d23b: Pull complete 18:26:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:26:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:26:35 prd-centos7-docker-4c-2g-4164 does not seem to be running inside a container 18:26:35 $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 18:26:38 $ docker top 6c0ce305b85be3892a13602025af43d30240004d4469a1964c6f1e2e0b03e200 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:38 + touch /tmp/pre-build-complete [Pipeline] sh 18:26:39 + mkdir -p /var/log/sa [Pipeline] sh 18:26:39 + ls /var/log/sa-host 18:26:39 + sadf -c /var/log/sa-host/sa10 18:26:39 file_magic: OK 18:26:39 HZ: Using current value: 100 18:26:39 file_header: OK 18:26:39 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 18:26:39 Statistics: 18:26:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:26:39 File successfully converted to sysstat format version 12.2.1 18:26:39 + sadf -c /var/log/sa-host/sa23 18:26:39 file_magic: OK 18:26:39 HZ: Using current value: 100 18:26:39 file_header: OK 18:26:39 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 18:26:39 Statistics: 18:26:39 Hnuu...uuuununununu... 18:26:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:26:39 provisioning config files... 18:26:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1578023158783691786tmp [Pipeline] { [Pipeline] echo 18:26:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:26:40 ---> create-netrc.sh [Pipeline] } 18:26:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:26:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:26:40 ---> python-tools-install.sh [Pipeline] echo 18:26:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:26:40 ---> sudo-logs.sh 18:26:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:26:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:26:41 ---> job-cost.sh 18:26:41 lf-activate-venv: SKIPPING 18:26:41 DEBUG: total: 0.20999999344348907 18:26:41 INFO: Retrieving Stack Cost... 18:26:43 INFO: Retrieving Pricing Info for: v1-standard-2 18:26:43 INFO: Archiving Costs [Pipeline] echo 18:26:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:26:43 ---> logs-deploy.sh 18:26:43 lf-activate-venv: SKIPPING 18:26:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/203 18:26:43 INFO: archiving workspace using pattern(s): 18:26:47 Archives upload complete. 18:26:47 INFO: archiving logs to Nexus 18:26:48 ---> uname -a: 18:26:48 Linux prd-centos7-docker-4c-2g-4164.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:26:48 18:26:48 18:26:48 ---> lscpu: 18:26:48 Architecture: x86_64 18:26:48 CPU op-mode(s): 32-bit, 64-bit 18:26:48 Byte Order: Little Endian 18:26:48 Address sizes: 40 bits physical, 48 bits virtual 18:26:48 CPU(s): 4 18:26:48 On-line CPU(s) list: 0-3 18:26:48 Thread(s) per core: 1 18:26:48 Core(s) per socket: 1 18:26:48 Socket(s): 4 18:26:48 NUMA node(s): 1 18:26:48 Vendor ID: GenuineIntel 18:26:48 CPU family: 6 18:26:48 Model: 44 18:26:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:26:48 Stepping: 1 18:26:48 CPU MHz: 2933.438 18:26:48 BogoMIPS: 5866.87 18:26:48 Virtualization: VT-x 18:26:48 Hypervisor vendor: KVM 18:26:48 Virtualization type: full 18:26:48 L1d cache: 128 KiB 18:26:48 L1i cache: 128 KiB 18:26:48 L2 cache: 16 MiB 18:26:48 L3 cache: 64 MiB 18:26:48 NUMA node0 CPU(s): 0-3 18:26:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:26:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:26:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:26:48 Vulnerability Meltdown: Mitigation; PTI 18:26:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:26:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:26:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:26:48 Vulnerability Srbds: Not affected 18:26:48 Vulnerability Tsx async abort: Not affected 18:26:48 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 18:26:48 18:26:48 18:26:48 ---> nproc: 18:26:48 4 18:26:48 18:26:48 18:26:48 ---> df -h: 18:26:48 Filesystem Size Used Available Use% Mounted on 18:26:48 overlay 50.0G 8.5G 41.4G 17% / 18:26:48 tmpfs 64.0M 0 64.0M 0% /dev 18:26:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:26:48 shm 64.0M 0 64.0M 0% /dev/shm 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:26:48 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 18:26:48 18:26:48 18:26:48 ---> free -m: 18:26:48 total used free shared buff/cache available 18:26:48 Mem: 1837 826 157 0 853 947 18:26:48 Swap: 1023 2 1021 18:26:48 18:26:48 18:26:48 ---> ip addr: 18:26:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:26:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:26:48 inet 127.0.0.1/8 scope host lo 18:26:48 valid_lft forever preferred_lft forever 18:26:48 inet6 ::1/128 scope host 18:26:48 valid_lft forever preferred_lft forever 18:26:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:26:48 link/ether fa:16:3e:a8:04:8a brd ff:ff:ff:ff:ff:ff 18:26:48 inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 18:26:48 valid_lft 85643sec preferred_lft 85643sec 18:26:48 inet6 fe80::f816:3eff:fea8:48a/64 scope link 18:26:48 valid_lft forever preferred_lft forever 18:26:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:26:48 link/ether 02:42:d9:30:60:a7 brd ff:ff:ff:ff:ff:ff 18:26:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:26:48 valid_lft forever preferred_lft forever 18:26:48 inet6 fe80::42:d9ff:fe30:60a7/64 scope link 18:26:48 valid_lft forever preferred_lft forever 18:26:48 18:26:48 18:26:48 ---> sar -b -r -n DEV: 18:26:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 18:26:48 18:26:48 18:13:59 LINUX RESTART (4 CPU) 18:26:48 18:26:48 18:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:26:48 18:16:01 1.95 0.00 1.95 0.00 0.00 45.50 0.00 18:26:48 18:17:01 0.50 0.00 0.50 0.00 0.00 8.01 0.00 18:26:48 18:18:01 0.18 0.00 0.18 0.00 0.00 1.35 0.00 18:26:48 18:19:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 18:26:48 18:20:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 18:26:48 18:21:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 18:26:48 18:22:01 0.30 0.00 0.30 0.00 0.00 3.91 0.00 18:26:48 18:23:01 0.20 0.00 0.20 0.00 0.00 2.43 0.00 18:26:48 18:24:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 18:26:48 18:25:01 236.62 141.18 95.44 0.00 7101.10 33641.71 0.00 18:26:48 18:26:01 255.23 98.80 156.43 0.00 5638.20 37034.02 0.00 18:26:48 Average: 45.12 21.83 23.28 0.00 1158.96 6436.42 0.00 18:26:48 18:26:48 18:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:26:48 18:16:01 146232 0 597592 31.76 2620 1135100 1076448 36.74 434244 1100080 12 18:26:48 18:17:01 147392 0 596424 31.70 2620 1135108 1071308 36.56 433696 1100244 8 18:26:48 18:18:01 144148 0 599664 31.87 2620 1135112 1071708 36.58 440484 1096268 20 18:26:48 18:19:01 144484 0 599328 31.85 2620 1135112 1071648 36.57 438720 1097764 12 18:26:48 18:20:01 143700 0 600104 31.89 2620 1135120 1071708 36.58 439036 1098532 20 18:26:48 18:21:01 144552 0 599248 31.85 2620 1135124 1071564 36.57 438268 1098532 12 18:26:48 18:22:01 144468 0 599328 31.85 2620 1135128 1071564 36.57 438280 1098532 16 18:26:48 18:23:01 144436 0 599356 31.85 2620 1135132 1071564 36.57 438348 1098532 8 18:26:48 18:24:01 144356 0 599428 31.86 2620 1135140 1071564 36.57 438536 1098536 8 18:26:48 18:25:01 80140 0 771772 41.02 2596 1027036 1380216 47.10 561172 978832 8224 18:26:48 18:26:01 234980 0 792316 42.11 1492 852756 1412244 48.20 594528 714448 52 18:26:48 Average: 147172 0 632233 33.60 2515 1099624 1131049 38.60 463210 1052755 763 18:26:48 18:26:48 18:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:26:48 18:16:01 eth0 0.15 0.13 0.01 0.05 0.00 0.00 0.00 0.00 18:26:48 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:26:48 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:18:01 eth0 0.57 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:26:48 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:19:01 eth0 1.52 0.30 0.36 0.20 0.00 0.00 0.00 0.00 18:26:48 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:20:01 eth0 1.28 0.83 0.74 0.30 0.00 0.00 0.00 0.00 18:26:48 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:21:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:22:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:26:48 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:26:48 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:26:48 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:25:01 eth0 436.31 381.00 4362.04 67.03 0.00 0.00 0.00 0.00 18:26:48 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:25:01 veth209511a 30.20 32.75 2.39 280.56 0.00 0.00 0.00 0.00 18:26:48 18:25:01 docker0 30.20 32.65 1.97 280.56 0.00 0.00 0.00 0.00 18:26:48 18:26:01 vethc812683 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 18:26:48 18:26:01 eth0 442.19 372.18 3505.02 101.09 0.00 0.00 0.00 0.00 18:26:48 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 18:26:01 docker0 43.60 59.69 2.51 260.36 0.00 0.00 0.00 0.00 18:26:48 Average: vethc812683 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 Average: eth0 80.28 68.69 715.83 15.36 0.00 0.00 0.00 0.00 18:26:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:48 Average: docker0 6.71 8.40 0.41 49.21 0.00 0.00 0.00 0.00 18:26:48 18:26:48 18:26:48 ---> sar -P ALL: 18:26:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 18:26:48 18:26:48 18:13:59 LINUX RESTART (4 CPU) 18:26:48 18:26:48 18:15:01 CPU %user %nice %system %iowait %steal %idle 18:26:48 18:16:01 all 0.20 0.00 0.07 0.00 0.00 99.72 18:26:48 18:16:01 0 0.08 0.00 0.05 0.00 0.00 99.87 18:26:48 18:16:01 1 0.10 0.00 0.10 0.00 0.00 99.80 18:26:48 18:16:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:26:48 18:16:01 3 0.57 0.00 0.10 0.00 0.02 99.32 18:26:48 18:17:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:26:48 18:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:26:48 18:17:01 1 0.07 0.00 0.05 0.00 0.00 99.88 18:26:48 18:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:26:48 18:17:01 3 0.45 0.00 0.03 0.00 0.00 99.52 18:26:48 18:18:01 all 0.19 0.00 0.05 0.00 0.01 99.75 18:26:48 18:18:01 0 0.07 0.00 0.07 0.00 0.00 99.87 18:26:48 18:18:01 1 0.12 0.00 0.07 0.00 0.02 99.80 18:26:48 18:18:01 2 0.08 0.00 0.03 0.00 0.02 99.87 18:26:48 18:18:01 3 0.48 0.00 0.05 0.00 0.00 99.47 18:26:48 18:19:01 all 0.14 0.00 0.04 0.00 0.00 99.82 18:26:48 18:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:26:48 18:19:01 1 0.45 0.00 0.03 0.00 0.00 99.52 18:26:48 18:19:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:26:48 18:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:26:48 18:20:01 all 0.19 0.00 0.06 0.00 0.02 99.73 18:26:48 18:20:01 0 0.05 0.00 0.07 0.00 0.02 99.87 18:26:48 18:20:01 1 0.52 0.00 0.03 0.00 0.02 99.43 18:26:48 18:20:01 2 0.13 0.00 0.08 0.00 0.02 99.77 18:26:48 18:20:01 3 0.07 0.00 0.07 0.00 0.02 99.85 18:26:48 18:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:26:48 18:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:26:48 18:21:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:26:48 18:21:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:26:48 18:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:26:48 18:22:01 all 0.07 0.00 0.03 0.00 0.00 99.89 18:26:48 18:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:26:48 18:22:01 1 0.13 0.00 0.02 0.00 0.02 99.83 18:26:48 18:22:01 2 0.08 0.00 0.05 0.00 0.00 99.87 18:26:48 18:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:26:48 18:23:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:26:48 18:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:26:48 18:23:01 1 0.52 0.00 0.05 0.00 0.02 99.42 18:26:48 18:23:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:26:48 18:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:26:48 18:24:01 all 0.15 0.00 0.04 0.00 0.00 99.80 18:26:48 18:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:26:48 18:24:01 1 0.48 0.00 0.05 0.00 0.00 99.47 18:26:48 18:24:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:26:48 18:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:26:48 18:25:01 all 9.16 0.00 6.78 1.75 0.17 82.15 18:26:48 18:25:01 0 9.69 0.00 7.67 2.14 0.17 80.33 18:26:48 18:25:01 1 8.61 0.00 7.06 1.81 0.19 82.34 18:26:48 18:25:01 2 8.89 0.00 6.51 1.55 0.17 82.88 18:26:48 18:25:01 3 9.44 0.00 5.88 1.50 0.14 83.04 18:26:48 18:26:01 all 13.14 0.00 9.89 3.87 0.30 72.81 18:26:48 18:26:01 0 12.47 0.00 10.26 1.75 0.24 75.28 18:26:48 18:26:01 1 11.89 0.00 9.67 2.75 0.29 75.40 18:26:48 18:26:01 2 12.38 0.00 10.29 8.76 0.31 68.26 18:26:48 18:26:01 3 15.82 0.00 9.33 2.19 0.34 72.32 18:26:48 18:26:48 Average: CPU %user %nice %system %iowait %steal %idle 18:26:48 Average: all 2.11 0.00 1.52 0.50 0.04 95.83 18:26:48 Average: 0 1.99 0.00 1.61 0.34 0.04 96.01 18:26:48 Average: 1 2.09 0.00 1.53 0.41 0.05 95.93 18:26:48 Average: 2 1.95 0.00 1.54 0.92 0.05 95.55 18:26:48 Average: 3 2.40 0.00 1.39 0.33 0.05 95.84 18:26:48 18:26:48 18:26:48