Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 364961982155ed5f6fe14159a23c6eb5e76e6dbf 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2743 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 Checking out Revision 364961982155ed5f6fe14159a23c6eb5e76e6dbf (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 364961982155ed5f6fe14159a23c6eb5e76e6dbf # timeout=10 Commit message: "Merge pull request #599 from weichou1229/issue-596" > git rev-list --no-walk d6f0d509cdb7ef54d7fb18c7bdf3bf13957a6379 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:00:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:00:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:00:41 ========================================================= 15:00:41 EdgeX Global Pipelines Version Info 15:00:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:00:44 ------------------- 15:00:44 stable info: 15:00:44 ------------------- 15:00:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:00:44 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 15:00:44 Message: update stable to v1.0.191 15:00:44 ------------------- 15:00:44 experimental info: 15:00:44 ------------------- 15:00:44 Commited By: **** collab-it+edgex@linuxfoundation.org 15:00:44 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 15:00:44 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:00:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:00:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:00:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:00:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:00:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 364961982155ed5f6fe14159a23c6eb5e76e6dbf [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3649619 [Pipeline] echo 15:00:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:00:46 + git log --format=format:%s -1 364961982155ed5f6fe14159a23c6eb5e76e6dbf [Pipeline] echo 15:00:46 GIT_COMMIT: 364961982155ed5f6fe14159a23c6eb5e76e6dbf, Commit Message: Merge pull request #599 from weichou1229/issue-596 [Pipeline] echo 15:00:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:00:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:00:47 15:00:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:00:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:00:48 latest: Pulling from edgex-devops/git-semver 15:00:48 31603596830f: Pulling fs layer 15:00:48 54011a49482f: Pulling fs layer 15:00:48 a6820b24f6d8: Pulling fs layer 15:00:48 f581987b2513: Pulling fs layer 15:00:48 f581987b2513: Waiting 15:00:48 54011a49482f: Verifying Checksum 15:00:48 54011a49482f: Download complete 15:00:48 31603596830f: Verifying Checksum 15:00:48 31603596830f: Download complete 15:00:48 a6820b24f6d8: Verifying Checksum 15:00:48 a6820b24f6d8: Download complete 15:00:48 f581987b2513: Verifying Checksum 15:00:48 f581987b2513: Download complete 15:00:49 31603596830f: Pull complete 15:00:49 54011a49482f: Pull complete 15:00:50 a6820b24f6d8: Pull complete 15:00:51 f581987b2513: Pull complete 15:00:51 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 15:00:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:00:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:00:51 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:00:51 $ 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 15:00:53 $ docker top 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:00:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:54 [ssh-agent] Looking for ssh-agent implementation... 15:00:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:54 $ docker exec 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b ssh-agent 15:00:55 SSH_AUTH_SOCK=/tmp/ssh-inahZBMLacUX/agent.12 15:00:55 SSH_AGENT_PID=17 15:00:55 Running ssh-add (command line suppressed) 15:00:55 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5010744847789896032.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5010744847789896032.key) 15:00:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:55 + git tag --points-at HEAD [Pipeline] } 15:00:56 $ docker exec --env ******** --env ******** 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b ssh-agent -k 15:00:56 unset SSH_AUTH_SOCK; 15:00:56 unset SSH_AGENT_PID; 15:00:56 echo Agent pid 17 killed; 15:00:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:00:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:56 [ssh-agent] Looking for ssh-agent implementation... 15:00:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:56 $ docker exec 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b ssh-agent 15:00:56 SSH_AUTH_SOCK=/tmp/ssh-R7nkMDvexWNT/agent.46 15:00:56 SSH_AGENT_PID=52 15:00:56 Running ssh-add (command line suppressed) 15:00:56 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7874384892446591985.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7874384892446591985.key) 15:00:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:57 + git semver init 15:00:57 # -> Open(): unable to determine branch for HEAD 15:00:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:00:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:00:57 # $SEMVER_REMOTE_NAME = origin 15:00:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:00:57 # $SEMVER_USER_NAME = edgex-jenkins 15:00:57 # $SEMVER_BRANCH = master 15:00:57 # $SEMVER_TEMP = /tmp/semver-142128220 15:00:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:00:58 # '/tmp/semver-142128220' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:00:58 # -> Force: false 15:00:58 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:00:58 $ docker exec --env ******** --env ******** 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b ssh-agent -k 15:00:58 unset SSH_AUTH_SOCK; 15:00:58 unset SSH_AGENT_PID; 15:00:58 echo Agent pid 52 killed; 15:00:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:00:58 + git semver [Pipeline] } 15:00:59 $ docker stop --time=1 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b 15:01:00 $ docker rm -f 0c1bac3f4278a78fab34d05e5651ae60e5cb747c01236edef8e41b9e6f07c35b [Pipeline] // withDockerContainer [Pipeline] sh 15:01:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:01:01 Stashed 1 file(s) [Pipeline] echo 15:01:01 [edgeXSemver]: initialized semver on version 2.0.0-dev.79 [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 15:01:17 Still waiting to schedule task 15:01:17 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2743’ 15:01:17 Still waiting to schedule task 15:01:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 15:03:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2744 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:03:09 Running in /w/workspace/go-mod-core-contracts/198 [Pipeline] { [Pipeline] checkout 15:03:15 using credential edgex-jenkins-ssh 15:03:15 Cloning the remote Git repository 15:03:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:03:15 > git init /w/workspace/go-mod-core-contracts/198 # timeout=10 15:03:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:03:15 > git --version # timeout=10 15:03:15 > git --version # 'git version 2.17.1' 15:03:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:03:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:03:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:03:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:03:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:03:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:03:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:03:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:03:17 Checking out Revision 364961982155ed5f6fe14159a23c6eb5e76e6dbf (master) 15:03:17 > git config core.sparsecheckout # timeout=10 15:03:17 > git checkout -f 364961982155ed5f6fe14159a23c6eb5e76e6dbf # timeout=10 15:03:21 Commit message: "Merge pull request #599 from weichou1229/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:03:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:03:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:03:24 + true 15:03:24 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:03:27 ========================================================= 15:03:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:03:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:03:27 + 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 . 15:03:28 Sending build context to Docker daemon 3.058MB 15:03:28 Step 1/7 : ARG BASE=golang:1.15-alpine 15:03:28 Step 2/7 : FROM ${BASE} 15:03:29 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:03:29 595b0fe564bb: Pulling fs layer 15:03:29 7186ed65a4f7: Pulling fs layer 15:03:29 316046926c0a: Pulling fs layer 15:03:29 4ebd0625c992: Pulling fs layer 15:03:29 207e8628e3a3: Pulling fs layer 15:03:29 c791037a9be2: Pulling fs layer 15:03:29 ffd874e62e21: Pulling fs layer 15:03:29 4ebd0625c992: Waiting 15:03:29 207e8628e3a3: Waiting 15:03:29 c791037a9be2: Waiting 15:03:29 ffd874e62e21: Waiting 15:03:29 316046926c0a: Verifying Checksum 15:03:29 316046926c0a: Download complete 15:03:29 7186ed65a4f7: Verifying Checksum 15:03:29 207e8628e3a3: Download complete 15:03:29 c791037a9be2: Verifying Checksum 15:03:29 c791037a9be2: Download complete 15:03:29 595b0fe564bb: Verifying Checksum 15:03:29 595b0fe564bb: Download complete 15:03:30 595b0fe564bb: Pull complete 15:03:30 7186ed65a4f7: Pull complete 15:03:31 316046926c0a: Pull complete 15:03:31 ffd874e62e21: Verifying Checksum 15:03:31 ffd874e62e21: Download complete 15:03:32 4ebd0625c992: Download complete 15:03:44 4ebd0625c992: Pull complete 15:03:44 207e8628e3a3: Pull complete 15:03:44 c791037a9be2: Pull complete 15:03:47 ffd874e62e21: Pull complete 15:03:47 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 15:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:03:47 ---> cfc18b08335c 15:03:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:03:50 ---> Running in a7019e8b4fe7 15:03:50 Removing intermediate container a7019e8b4fe7 15:03:50 ---> 3195ddde25a2 15:03:50 Step 4/7 : RUN apk add bash 15:03:50 ---> Running in ca04c3044406 15:03:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:03:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:03:53 OK: 138 MiB in 40 packages 15:03:54 Removing intermediate container ca04c3044406 15:03:54 ---> 57ced4a57a87 15:03:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:03:54 ---> Running in 0ae7c55474f1 15:03:55 Removing intermediate container 0ae7c55474f1 15:03:55 ---> 14df5bd48a53 15:03:55 Step 6/7 : COPY go.mod . 15:03:55 ---> bcaa17d12cc6 15:03:55 Step 7/7 : RUN go mod download 15:03:56 ---> Running in bb2dc11c8b96 15:03:57 Running on prd-centos7-docker-4c-2g-2745 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:03:57 Running in /w/workspace/go-mod-core-contracts/198 [Pipeline] { [Pipeline] checkout 15:04:02 using credential edgex-jenkins-ssh 15:04:02 Cloning the remote Git repository 15:04:02 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:04:02 > git init /w/workspace/go-mod-core-contracts/198 # timeout=10 15:04:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:04:02 > git --version # timeout=10 15:04:02 > git --version # 'git version 2.24.3' 15:04:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:04:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:04:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:04:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:05 Checking out Revision 364961982155ed5f6fe14159a23c6eb5e76e6dbf (master) 15:04:05 > git config core.sparsecheckout # timeout=10 15:04:05 > git checkout -f 364961982155ed5f6fe14159a23c6eb5e76e6dbf # timeout=10 15:04:09 Commit message: "Merge pull request #599 from weichou1229/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:04:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:04:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:04:12 + sudo service docker restart 15:04:12 + true 15:04:12 Redirecting to /bin/systemctl restart docker.service 15:04:14 Removing intermediate container bb2dc11c8b96 15:04:14 ---> 3e7097dbfa4b 15:04:14 Successfully built 3e7097dbfa4b 15:04:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] unstash 15:04:14 + docker inspect -f . ci-base-image-arm64 15:04:14 . [Pipeline] withDockerContainer 15:04:15 prd-ubuntu18.04-docker-arm64-4c-16g-2744 does not seem to be running inside a container 15:04:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/198 -v /w/workspace/go-mod-core-contracts/198:/w/workspace/go-mod-core-contracts/198:rw,z -v /w/workspace/go-mod-core-contracts/198@tmp:/w/workspace/go-mod-core-contracts/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:04:16 $ docker top 716fa85f8741558002008d79aab790bc3b60094a59e04e7cabb0b9cc8694e70f -eo pid,comm [Pipeline] { [Pipeline] echo 15:04:16 ========================================================= 15:04:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:04:16 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:04:17 + 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 . 15:04:17 + go version 15:04:17 go version go1.16.3 linux/arm64 [Pipeline] } 15:04:17 $ docker stop --time=1 716fa85f8741558002008d79aab790bc3b60094a59e04e7cabb0b9cc8694e70f 15:04:17 Sending build context to Docker daemon 3.059MB 15:04:17 Step 1/7 : ARG BASE=golang:1.15-alpine 15:04:17 Step 2/7 : FROM ${BASE} 15:04:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:04:18 540db60ca938: Pulling fs layer 15:04:18 adcc1eea9eea: Pulling fs layer 15:04:18 4c4ab2625f07: Pulling fs layer 15:04:18 0510c868ecb4: Pulling fs layer 15:04:18 afea3b2eda06: Pulling fs layer 15:04:18 7809a108b3ef: Pulling fs layer 15:04:18 f706445af74f: Pulling fs layer 15:04:18 afea3b2eda06: Waiting 15:04:18 7809a108b3ef: Waiting 15:04:18 f706445af74f: Waiting 15:04:18 0510c868ecb4: Waiting 15:04:18 4c4ab2625f07: Download complete 15:04:18 adcc1eea9eea: Download complete 15:04:18 afea3b2eda06: Download complete 15:04:18 7809a108b3ef: Verifying Checksum 15:04:18 7809a108b3ef: Download complete 15:04:18 540db60ca938: Verifying Checksum 15:04:18 540db60ca938: Download complete 15:04:18 540db60ca938: Pull complete 15:04:19 adcc1eea9eea: Pull complete 15:04:19 4c4ab2625f07: Pull complete 15:04:19 $ docker rm -f 716fa85f8741558002008d79aab790bc3b60094a59e04e7cabb0b9cc8694e70f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:04:20 + docker inspect -f . ci-base-image-arm64 15:04:20 . [Pipeline] withDockerContainer 15:04:20 prd-ubuntu18.04-docker-arm64-4c-16g-2744 does not seem to be running inside a container 15:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/198 -v /w/workspace/go-mod-core-contracts/198:/w/workspace/go-mod-core-contracts/198:rw,z -v /w/workspace/go-mod-core-contracts/198@tmp:/w/workspace/go-mod-core-contracts/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:04:21 f706445af74f: Verifying Checksum 15:04:21 f706445af74f: Download complete 15:04:22 0510c868ecb4: Verifying Checksum 15:04:22 0510c868ecb4: Download complete 15:04:22 $ docker top 16c2708b03bc163c7762c04cad74fa0656717b5bb9614677039821b865ad104b -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:23 + go mod tidy [Pipeline] sh 15:04:24 + make test 15:04:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:04:32 0510c868ecb4: Pull complete 15:04:32 afea3b2eda06: Pull complete 15:04:32 7809a108b3ef: Pull complete 15:04:39 f706445af74f: Pull complete 15:04:39 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 15:04:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:04:39 ---> b068be0155e3 15:04:39 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:04:39 ---> Running in 2022999dd248 15:04:40 Removing intermediate container 2022999dd248 15:04:40 ---> 95de581a248d 15:04:40 Step 4/7 : RUN apk add bash 15:04:40 ---> Running in ad9c0ea7bf97 15:04:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:04:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:04:44 OK: 149 MiB in 40 packages 15:04:44 Removing intermediate container ad9c0ea7bf97 15:04:44 ---> 4e7c3780cbd3 15:04:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:04:45 ---> Running in abeb9e529597 15:04:45 Removing intermediate container abeb9e529597 15:04:45 ---> f85b56e74ca9 15:04:45 Step 6/7 : COPY go.mod . 15:04:45 ---> 0f11450d33f2 15:04:45 Step 7/7 : RUN go mod download 15:04:45 ---> Running in d616c38c07d9 15:04:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:04:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.035s coverage: 85.7% of statements 15:04:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.021s coverage: 100.0% of statements 15:04:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.073s coverage: 45.4% of statements 15:04:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.064s coverage: 77.8% of statements 15:04:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:04:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.022s coverage: 26.3% of statements 15:04:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements 15:04:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.045s coverage: 100.0% of statements 15:04:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.130s coverage: 91.8% of statements 15:04:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:04:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:04:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.017s coverage: 100.0% of statements 15:04:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 35.5% of statements 15:05:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.129s coverage: 63.0% of statements 15:05:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.033s coverage: 26.3% of statements 15:05:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.013s coverage: 15.4% of statements 15:05:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.014s coverage: 15.4% of statements 15:05:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements 15:05:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:05:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 15:05:04 Removing intermediate container d616c38c07d9 15:05:04 ---> 9a39b6797d83 15:05:04 Successfully built 9a39b6797d83 15:05:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:05:04 + docker inspect -f . ci-base-image-x86_64 15:05:05 . [Pipeline] withDockerContainer 15:05:05 prd-centos7-docker-4c-2g-2745 does not seem to be running inside a container 15:05:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/198 -v /w/workspace/go-mod-core-contracts/198:/w/workspace/go-mod-core-contracts/198:rw,z -v /w/workspace/go-mod-core-contracts/198@tmp:/w/workspace/go-mod-core-contracts/198@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 15:05:06 $ docker top 5405275200cbaf3c761ab0e77ef3f24f413a7fb13b1602b04f89d73ba6a7b366 -eo pid,comm 15:05:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.266s coverage: 82.9% of statements 15:05:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:05:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [Pipeline] { [Pipeline] sh 15:05:06 + go version 15:05:06 go version go1.16.3 linux/amd64 [Pipeline] } 15:05:06 $ docker stop --time=1 5405275200cbaf3c761ab0e77ef3f24f413a7fb13b1602b04f89d73ba6a7b366 15:05:08 $ docker rm -f 5405275200cbaf3c761ab0e77ef3f24f413a7fb13b1602b04f89d73ba6a7b366 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:08 + docker inspect -f . ci-base-image-x86_64 15:05:08 . [Pipeline] withDockerContainer 15:05:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.071s coverage: 46.0% of statements 15:05:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.045s coverage: 94.7% of statements 15:05:09 prd-centos7-docker-4c-2g-2745 does not seem to be running inside a container 15:05:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/198 -v /w/workspace/go-mod-core-contracts/198:/w/workspace/go-mod-core-contracts/198:rw,z -v /w/workspace/go-mod-core-contracts/198@tmp:/w/workspace/go-mod-core-contracts/198@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 15:05:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.197s coverage: 87.1% of statements 15:05:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.045s coverage: 59.5% of statements 15:05:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 15:05:09 $ docker top a761c70f80f95d02b0f3c5f683558b0806f4811ff1ea6ba163a31e63a03158ab -eo pid,comm [Pipeline] { 15:05:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] sh 15:05:10 + go mod tidy [Pipeline] sh 15:05:11 + make test 15:05:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:05:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:05:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.019s coverage: 85.7% of statements 15:05:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.029s coverage: 100.0% of statements 15:05:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.043s coverage: 45.4% of statements 15:05:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.049s coverage: 77.8% of statements 15:05:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.047s coverage: 14.7% of statements 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.023s coverage: 100.0% of statements 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.072s coverage: 91.8% of statements 15:05:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:05:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.008s coverage: 100.0% of statements 15:05:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 35.5% of statements 15:05:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.069s coverage: 63.0% of statements 15:05:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.041s coverage: 26.3% of statements 15:05:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.026s coverage: 15.4% of statements 15:05:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements 15:05:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements 15:05:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:05:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 15:05:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.119s coverage: 82.9% of statements 15:05:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:05:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:05:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:05:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.022s coverage: 46.0% of statements 15:05:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 15:05:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.065s coverage: 87.1% of statements 15:05:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.016s coverage: 59.5% of statements 15:05:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.014s coverage: 69.6% of statements 15:05:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:05:32 gofmt -l . 15:05:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:05:32 $ docker stop --time=1 16c2708b03bc163c7762c04cad74fa0656717b5bb9614677039821b865ad104b 15:05:35 $ docker rm -f 16c2708b03bc163c7762c04cad74fa0656717b5bb9614677039821b865ad104b [Pipeline] // withDockerContainer [Pipeline] sh 15:05:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:05:37 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 15:05:37 ---> job-cost.sh 15:05:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ADdP 15:05:40 gofmt -l . 15:05:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:05:40 $ docker stop --time=1 a761c70f80f95d02b0f3c5f683558b0806f4811ff1ea6ba163a31e63a03158ab 15:05:43 $ docker rm -f a761c70f80f95d02b0f3c5f683558b0806f4811ff1ea6ba163a31e63a03158ab [Pipeline] // withDockerContainer [Pipeline] sh 15:05:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:05:44 Warning: overwriting stash ‘coverage-report’ 15:05:44 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 [Pipeline] libraryResource [Pipeline] sh 15:05:45 ---> job-cost.sh 15:05:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aELL 15:06:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:06:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:06:42 lf-activate-venv(): INFO: Adding /tmp/venv-aELL/bin to PATH 15:06:42 INFO: No Stack... 15:06:42 INFO: Retrieving Pricing Info for: v1-standard-2 15:06:42 INFO: Archiving Costs [Pipeline] sh 15:06:42 + cat /w/workspace/go-mod-core-contracts/198/archives/cost.csv 15:06:42 + cut -d, -f6 [Pipeline] lock 15:06:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] 15:06:43 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] did not exist. Created. 15:06:43 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:06:43 + echo total: 0.029999999329447746 [Pipeline] stash 15:06:43 Stashed 1 file(s) [Pipeline] } 15:06:43 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:07:38 lf-activate-venv(): INFO: Adding /tmp/venv-ADdP/bin to PATH 15:07:38 INFO: No Stack... 15:07:38 INFO: Retrieving Pricing Info for: lf-standard-4 15:07:38 INFO: Archiving Costs [Pipeline] sh 15:07:38 + cat /w/workspace/go-mod-core-contracts/198/archives/cost.csv 15:07:38 + cut -d, -f6 [Pipeline] lock 15:07:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] 15:07:39 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] did not exist. Created. 15:07:39 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:07:39 /w/workspace/go-mod-core-contracts/198@tmp/durable-7facfc56/script.sh: 1: /w/workspace/go-mod-core-contracts/198@tmp/durable-7facfc56/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:07:39 + echo total: 0.20999999344348907 [Pipeline] stash 15:07:39 Warning: overwriting stash ‘stack-cost’ 15:07:39 Stashed 1 file(s) [Pipeline] } 15:07:39 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-198-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 15:07:40 provisioning config files... 15:07:40 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5803662478877293923tmp [Pipeline] { [Pipeline] sh 15:07:40 + set +x 15:07:40 + curl -s https://codecov.io/bash 15:07:40 + bash -s -- 15:07:41 15:07:41 _____ _ 15:07:41 / ____| | | 15:07:41 | | ___ __| | ___ ___ _____ __ 15:07:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:07:41 | |___| (_) | (_| | __/ (_| (_) \ V / 15:07:41 \_____\___/ \__,_|\___|\___\___/ \_/ 15:07:41 Bash-1.0.2 15:07:41 15:07:41 15:07:41 ==> git version 2.24.3 found 15:07:41 ==> 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 15:07:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:07:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:07:41 ==> Jenkins CI detected. 15:07:41 project root: . 15:07:41 --> token set from env 15:07:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:07:41 ==> Running gcov in . (disable via -X gcov) 15:07:41 ==> Python coveragepy not found 15:07:41 ==> Searching for coverage reports in: 15:07:41 + . 15:07:41 -> Found 1 reports 15:07:41 ==> Detecting git/mercurial file structure 15:07:41 ==> Reading reports 15:07:41 + ./coverage.out bytes=173615 15:07:41 ==> Appending adjustments 15:07:41 https://docs.codecov.io/docs/fixing-reports 15:07:43 + Found adjustments 15:07:43 ==> Gzipping contents 15:07:43 28K /tmp/codecov.MGuYC2.gz 15:07:43 ==> Uploading reports 15:07:43 url: https://codecov.io 15:07:43 query: branch=master&commit=364961982155ed5f6fe14159a23c6eb5e76e6dbf&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F198%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:07:43 -> Pinging Codecov 15:07:43 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=364961982155ed5f6fe14159a23c6eb5e76e6dbf&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F198%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:07:44 -> Uploading to 15:07:44 https://storage.googleapis.com/codecov/v4/raw/2021-05-03/71470A77251A30514AAF9C0BB2E5B6CE/364961982155ed5f6fe14159a23c6eb5e76e6dbf/4239530f-a367-4e37-b906-00268fa52916.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T150744Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=283f6f6bc368a13b9a2144f114548a5864ced50740f91f5cbcffca3e862dc857 15:07:44 % Total % Received % Xferd Average Speed Time Time Time Current 15:07:44 Dload Upload Total Spent Left Speed 15:07:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25495 0 0 100 25495 0 37697 --:--:-- --:--:-- --:--:-- 37770 15:07:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/364961982155ed5f6fe14159a23c6eb5e76e6dbf [Pipeline] } 15:07:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:07:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:07:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:07:46 15:07:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:07:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:07:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:07:46 188c0c94c7c5: Pulling fs layer 15:07:46 0ef7d3d256c8: Pulling fs layer 15:07:46 de9db76c5a1d: Pulling fs layer 15:07:46 0eba1c9be4d2: Pulling fs layer 15:07:46 0d57e429df01: Pulling fs layer 15:07:46 4e4be7b47b0d: Pulling fs layer 15:07:46 e1f770b5df2f: Pulling fs layer 15:07:46 85a0685a4137: Pulling fs layer 15:07:46 0d57e429df01: Waiting 15:07:46 4e4be7b47b0d: Waiting 15:07:46 e1f770b5df2f: Waiting 15:07:46 85a0685a4137: Waiting 15:07:46 0eba1c9be4d2: Waiting 15:07:46 de9db76c5a1d: Verifying Checksum 15:07:46 de9db76c5a1d: Download complete 15:07:46 0ef7d3d256c8: Download complete 15:07:46 0d57e429df01: Download complete 15:07:46 4e4be7b47b0d: Verifying Checksum 15:07:46 4e4be7b47b0d: Download complete 15:07:46 188c0c94c7c5: Verifying Checksum 15:07:47 188c0c94c7c5: Pull complete 15:07:47 0ef7d3d256c8: Pull complete 15:07:47 de9db76c5a1d: Pull complete 15:07:48 e1f770b5df2f: Verifying Checksum 15:07:48 e1f770b5df2f: Download complete 15:07:54 0eba1c9be4d2: Verifying Checksum 15:07:54 0eba1c9be4d2: Download complete 15:07:54 85a0685a4137: Verifying Checksum 15:07:54 85a0685a4137: Download complete 15:08:02 0eba1c9be4d2: Pull complete 15:08:03 0d57e429df01: Pull complete 15:08:03 4e4be7b47b0d: Pull complete 15:08:05 e1f770b5df2f: Pull complete 15:08:16 85a0685a4137: Pull complete 15:08:16 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:08:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:08:16 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:08:16 $ 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 15:08:17 $ docker top 9c27613054549ea96f5fbad445017935f38cba21484ab9b3a1e3405c0c5adc99 -eo pid,comm [Pipeline] { [Pipeline] echo 15:08:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:08:18 + set -o pipefail 15:08:18 + snyk monitor '--org=edgex-jenkins' 15:08:28 15:08:28 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:08:28 15:08:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/218bcba7-5f3a-4874-9d72-49f8132a5403 15:08:28 15:08:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:08:28 15:08:28 [Pipeline] } 15:08:28 $ docker stop --time=1 9c27613054549ea96f5fbad445017935f38cba21484ab9b3a1e3405c0c5adc99 15:08:31 $ docker rm -f 9c27613054549ea96f5fbad445017935f38cba21484ab9b3a1e3405c0c5adc99 [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 15:08:32 + git log --format=format:%s -1 364961982155ed5f6fe14159a23c6eb5e76e6dbf [Pipeline] isUnix [Pipeline] sh 15:08:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:08:32 . [Pipeline] withDockerContainer 15:08:32 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:08:32 $ 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 15:08:33 $ docker top 67199a563eedccaa45f2b5b7dcf478a4596dfc50fc6dfcba283860d9408ec07f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:08:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:08:33 [ssh-agent] Looking for ssh-agent implementation... 15:08:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:08:34 $ docker exec 67199a563eedccaa45f2b5b7dcf478a4596dfc50fc6dfcba283860d9408ec07f ssh-agent 15:08:34 SSH_AUTH_SOCK=/tmp/ssh-xpI9lSpOcCms/agent.11 15:08:34 SSH_AGENT_PID=17 15:08:34 Running ssh-add (command line suppressed) 15:08:34 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_959020835295419898.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_959020835295419898.key) 15:08:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:08:34 + git semver tag 15:08:35 # -> Open(): unable to determine branch for HEAD 15:08:35 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:08:35 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:08:35 # $SEMVER_REMOTE_NAME = origin 15:08:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:08:35 # $SEMVER_USER_NAME = edgex-jenkins 15:08:35 # $SEMVER_BRANCH = master 15:08:35 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:08:35 # 364961982155ed5f6fe14159a23c6eb5e76e6dbf HEAD 15:08:35 # -> Force: false 15:08:35 # d0a160a0340e9ada5c7cdf299aa738f7e96cbba2 refs/tags/v2.0.0-dev.79 [Pipeline] } 15:08:35 $ docker exec --env ******** --env ******** 67199a563eedccaa45f2b5b7dcf478a4596dfc50fc6dfcba283860d9408ec07f ssh-agent -k 15:08:35 unset SSH_AUTH_SOCK; 15:08:35 unset SSH_AGENT_PID; 15:08:35 echo Agent pid 17 killed; 15:08:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:08:35 + git semver [Pipeline] } 15:08:35 $ docker stop --time=1 67199a563eedccaa45f2b5b7dcf478a4596dfc50fc6dfcba283860d9408ec07f 15:08:37 $ docker rm -f 67199a563eedccaa45f2b5b7dcf478a4596dfc50fc6dfcba283860d9408ec07f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:08:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:08:37 15:08:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:08:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:08:38 0.23.1-centos7: Pulling from edgex-lftools 15:08:38 ab5ef0e58194: Pulling fs layer 15:08:38 9712f1f96733: Pulling fs layer 15:08:38 63f879dbbcfc: Pulling fs layer 15:08:38 0d9ebad4ef96: Pulling fs layer 15:08:38 e9a5061849ea: Pulling fs layer 15:08:38 d747dcd14b5f: Pulling fs layer 15:08:38 2de7ff778b66: Pulling fs layer 15:08:38 e9a5061849ea: Waiting 15:08:38 d747dcd14b5f: Waiting 15:08:38 2de7ff778b66: Waiting 15:08:38 0d9ebad4ef96: Waiting 15:08:38 9712f1f96733: Verifying Checksum 15:08:38 9712f1f96733: Download complete 15:08:40 63f879dbbcfc: Verifying Checksum 15:08:40 63f879dbbcfc: Download complete 15:08:40 e9a5061849ea: Verifying Checksum 15:08:40 e9a5061849ea: Download complete 15:08:40 d747dcd14b5f: Verifying Checksum 15:08:40 d747dcd14b5f: Download complete 15:08:40 2de7ff778b66: Verifying Checksum 15:08:40 2de7ff778b66: Download complete 15:08:40 0d9ebad4ef96: Verifying Checksum 15:08:40 0d9ebad4ef96: Download complete 15:08:40 ab5ef0e58194: Verifying Checksum 15:08:40 ab5ef0e58194: Download complete 15:08:47 ab5ef0e58194: Pull complete 15:08:47 9712f1f96733: Pull complete 15:08:50 63f879dbbcfc: Pull complete 15:08:57 0d9ebad4ef96: Pull complete 15:09:00 e9a5061849ea: Pull complete 15:09:00 d747dcd14b5f: Pull complete 15:09:01 2de7ff778b66: Pull complete 15:09:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:09:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:09:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:09:01 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:09:01 $ 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 15:09:05 $ docker top a366c6bc57ee6a0b1a99c940e193aad182e6e3b098e33507c887745db4cb64ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:09:05 provisioning config files... 15:09:05 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config533147012631525946tmp 15:09:05 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4088920624216340498tmp 15:09:05 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config831933721575605191tmp [Pipeline] { [Pipeline] echo 15:09:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:09:06 ---> sigul-configuration.sh 15:09:06 gpg: directory `/root/.gnupg' created 15:09:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:09:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:09:06 gpg: keyring `/root/.gnupg/secring.gpg' created 15:09:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:09:06 gpg: CAST5 encrypted data 15:09:06 gpg: encrypted with 1 passphrase 15:09:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:09:06 + mkdir /home/jenkins 15:09:06 + mkdir /home/jenkins/sigul [Pipeline] sh 15:09:06 + 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 15:09:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:09:07 ---> sigul-install.sh 15:09:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:09:15 + git tag --list 15:09:15 v0.0.0 15:09:15 v0.0.1 15:09:15 v0.1.0 15:09:15 v0.1.1 15:09:15 v0.1.10 15:09:15 v0.1.100 15:09:15 v0.1.101 15:09:15 v0.1.102 15:09:15 v0.1.103 15:09:15 v0.1.104 15:09:15 v0.1.105 15:09:15 v0.1.106 15:09:15 v0.1.107 15:09:15 v0.1.108 15:09:15 v0.1.109 15:09:15 v0.1.11 15:09:15 v0.1.110 15:09:15 v0.1.111 15:09:15 v0.1.112 15:09:15 v0.1.113 15:09:15 v0.1.114 15:09:15 v0.1.115 15:09:15 v0.1.116 15:09:15 v0.1.117 15:09:15 v0.1.118 15:09:15 v0.1.119 15:09:15 v0.1.12 15:09:15 v0.1.120 15:09:15 v0.1.121 15:09:15 v0.1.122 15:09:15 v0.1.123 15:09:15 v0.1.124 15:09:15 v0.1.125 15:09:15 v0.1.126 15:09:15 v0.1.127 15:09:15 v0.1.128 15:09:15 v0.1.129 15:09:15 v0.1.13 15:09:15 v0.1.130 15:09:15 v0.1.131 15:09:15 v0.1.132 15:09:15 v0.1.133 15:09:15 v0.1.134 15:09:15 v0.1.135 15:09:15 v0.1.136 15:09:15 v0.1.137 15:09:15 v0.1.138 15:09:15 v0.1.139 15:09:15 v0.1.14 15:09:15 v0.1.140 15:09:15 v0.1.141 15:09:15 v0.1.142 15:09:15 v0.1.143 15:09:15 v0.1.144 15:09:15 v0.1.145 15:09:15 v0.1.146 15:09:15 v0.1.147 15:09:15 v0.1.148 15:09:15 v0.1.149 15:09:15 v0.1.15 15:09:15 v0.1.16 15:09:15 v0.1.17 15:09:15 v0.1.18 15:09:15 v0.1.19 15:09:15 v0.1.2 15:09:15 v0.1.20 15:09:15 v0.1.21 15:09:15 v0.1.22 15:09:15 v0.1.23 15:09:15 v0.1.24 15:09:15 v0.1.25 15:09:15 v0.1.26 15:09:15 v0.1.27 15:09:15 v0.1.28 15:09:15 v0.1.29 15:09:15 v0.1.3 15:09:15 v0.1.30 15:09:15 v0.1.31 15:09:15 v0.1.32 15:09:15 v0.1.33 15:09:15 v0.1.34 15:09:15 v0.1.35 15:09:15 v0.1.36 15:09:15 v0.1.37 15:09:15 v0.1.38 15:09:15 v0.1.39 15:09:15 v0.1.4 15:09:15 v0.1.40 15:09:15 v0.1.41 15:09:15 v0.1.42 15:09:15 v0.1.43 15:09:15 v0.1.44 15:09:15 v0.1.45 15:09:15 v0.1.46 15:09:15 v0.1.47 15:09:15 v0.1.48 15:09:15 v0.1.49 15:09:15 v0.1.5 15:09:15 v0.1.50 15:09:15 v0.1.51 15:09:15 v0.1.52 15:09:15 v0.1.53 15:09:15 v0.1.54 15:09:15 v0.1.55 15:09:15 v0.1.56 15:09:15 v0.1.57 15:09:15 v0.1.58 15:09:15 v0.1.59 15:09:15 v0.1.6 15:09:15 v0.1.60 15:09:15 v0.1.61 15:09:15 v0.1.62 15:09:15 v0.1.63 15:09:15 v0.1.64 15:09:15 v0.1.65 15:09:15 v0.1.66 15:09:15 v0.1.67 15:09:15 v0.1.68 15:09:15 v0.1.69 15:09:15 v0.1.7 15:09:15 v0.1.70 15:09:15 v0.1.71 15:09:15 v0.1.72 15:09:15 v0.1.73 15:09:15 v0.1.74 15:09:15 v0.1.75 15:09:15 v0.1.76 15:09:15 v0.1.77 15:09:15 v0.1.78 15:09:15 v0.1.79 15:09:15 v0.1.8 15:09:15 v0.1.80 15:09:15 v0.1.81 15:09:15 v0.1.82 15:09:15 v0.1.83 15:09:15 v0.1.84 15:09:15 v0.1.85 15:09:15 v0.1.86 15:09:15 v0.1.87 15:09:15 v0.1.88 15:09:15 v0.1.89 15:09:15 v0.1.9 15:09:15 v0.1.90 15:09:15 v0.1.91 15:09:15 v0.1.92 15:09:15 v0.1.93 15:09:15 v0.1.94 15:09:15 v0.1.95 15:09:15 v0.1.96 15:09:15 v0.1.97 15:09:15 v0.1.98 15:09:15 v0.1.99 15:09:15 v2.0.0-dev.1 15:09:15 v2.0.0-dev.10 15:09:15 v2.0.0-dev.11 15:09:15 v2.0.0-dev.12 15:09:15 v2.0.0-dev.13 15:09:15 v2.0.0-dev.14 15:09:15 v2.0.0-dev.15 15:09:15 v2.0.0-dev.16 15:09:15 v2.0.0-dev.17 15:09:15 v2.0.0-dev.18 15:09:15 v2.0.0-dev.19 15:09:15 v2.0.0-dev.2 15:09:15 v2.0.0-dev.20 15:09:15 v2.0.0-dev.21 15:09:15 v2.0.0-dev.22 15:09:15 v2.0.0-dev.23 15:09:15 v2.0.0-dev.24 15:09:15 v2.0.0-dev.25 15:09:15 v2.0.0-dev.26 15:09:15 v2.0.0-dev.27 15:09:15 v2.0.0-dev.28 15:09:15 v2.0.0-dev.29 15:09:15 v2.0.0-dev.3 15:09:15 v2.0.0-dev.30 15:09:15 v2.0.0-dev.31 15:09:15 v2.0.0-dev.32 15:09:15 v2.0.0-dev.33 15:09:15 v2.0.0-dev.34 15:09:15 v2.0.0-dev.35 15:09:15 v2.0.0-dev.36 15:09:15 v2.0.0-dev.37 15:09:15 v2.0.0-dev.38 15:09:15 v2.0.0-dev.39 15:09:15 v2.0.0-dev.4 15:09:15 v2.0.0-dev.40 15:09:15 v2.0.0-dev.41 15:09:15 v2.0.0-dev.42 15:09:15 v2.0.0-dev.43 15:09:15 v2.0.0-dev.44 15:09:15 v2.0.0-dev.45 15:09:15 v2.0.0-dev.46 15:09:15 v2.0.0-dev.47 15:09:15 v2.0.0-dev.48 15:09:15 v2.0.0-dev.49 15:09:15 v2.0.0-dev.5 15:09:15 v2.0.0-dev.50 15:09:15 v2.0.0-dev.51 15:09:15 v2.0.0-dev.52 15:09:15 v2.0.0-dev.53 15:09:15 v2.0.0-dev.54 15:09:15 v2.0.0-dev.55 15:09:15 v2.0.0-dev.56 15:09:15 v2.0.0-dev.57 15:09:15 v2.0.0-dev.58 15:09:15 v2.0.0-dev.59 15:09:15 v2.0.0-dev.6 15:09:15 v2.0.0-dev.60 15:09:15 v2.0.0-dev.61 15:09:15 v2.0.0-dev.62 15:09:15 v2.0.0-dev.63 15:09:15 v2.0.0-dev.64 15:09:15 v2.0.0-dev.65 15:09:15 v2.0.0-dev.66 15:09:15 v2.0.0-dev.67 15:09:15 v2.0.0-dev.68 15:09:15 v2.0.0-dev.69 15:09:15 v2.0.0-dev.7 15:09:15 v2.0.0-dev.70 15:09:15 v2.0.0-dev.71 15:09:15 v2.0.0-dev.72 15:09:15 v2.0.0-dev.73 15:09:15 v2.0.0-dev.74 15:09:15 v2.0.0-dev.75 15:09:15 v2.0.0-dev.76 15:09:15 v2.0.0-dev.77 15:09:15 v2.0.0-dev.78 15:09:15 v2.0.0-dev.79 15:09:15 v2.0.0-dev.8 15:09:15 v2.0.0-dev.9 [Pipeline] sh 15:09:16 + lftools sign git-tag v2.0.0-dev.79 15:09:18 Signing Git tag with Sigul... 15:09:18 Signing v2.0.0-dev.79 [Pipeline] echo 15:09:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:09:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:09:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:09:19 $ docker stop --time=1 a366c6bc57ee6a0b1a99c940e193aad182e6e3b098e33507c887745db4cb64ab 15:09:21 $ docker rm -f a366c6bc57ee6a0b1a99c940e193aad182e6e3b098e33507c887745db4cb64ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:09:22 . [Pipeline] withDockerContainer 15:09:22 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:09:22 $ 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 15:09:23 $ docker top 4abb40676d08b17b35dae57022fd027e829a9b850d341b066951d50a970ee371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:09:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:09:23 [ssh-agent] Looking for ssh-agent implementation... 15:09:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:09:23 $ docker exec 4abb40676d08b17b35dae57022fd027e829a9b850d341b066951d50a970ee371 ssh-agent 15:09:24 SSH_AUTH_SOCK=/tmp/ssh-4dQ2ZesRM3XU/agent.12 15:09:24 SSH_AGENT_PID=17 15:09:24 Running ssh-add (command line suppressed) 15:09:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7607316455991547357.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7607316455991547357.key) 15:09:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:09:24 + git semver bump pre 15:09:24 # -> Open(): unable to determine branch for HEAD 15:09:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:09:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:09:24 # $SEMVER_REMOTE_NAME = origin 15:09:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:09:24 # $SEMVER_USER_NAME = edgex-jenkins 15:09:24 # $SEMVER_BRANCH = master 15:09:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:09:24 2.0.0-dev.80 [Pipeline] } 15:09:24 $ docker exec --env ******** --env ******** 4abb40676d08b17b35dae57022fd027e829a9b850d341b066951d50a970ee371 ssh-agent -k 15:09:24 unset SSH_AUTH_SOCK; 15:09:24 unset SSH_AGENT_PID; 15:09:24 echo Agent pid 17 killed; 15:09:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:09:25 + git semver [Pipeline] } 15:09:25 $ docker stop --time=1 4abb40676d08b17b35dae57022fd027e829a9b850d341b066951d50a970ee371 15:09:26 $ docker rm -f 4abb40676d08b17b35dae57022fd027e829a9b850d341b066951d50a970ee371 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:09:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:09:26 . [Pipeline] withDockerContainer 15:09:27 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:09:27 $ 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 15:09:27 $ docker top 1c20c5ef5460992e355e763ed990f2309673e41931325024e8cc182f5a49f4fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:09:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:09:28 [ssh-agent] Looking for ssh-agent implementation... 15:09:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:09:28 $ docker exec 1c20c5ef5460992e355e763ed990f2309673e41931325024e8cc182f5a49f4fe ssh-agent 15:09:28 SSH_AUTH_SOCK=/tmp/ssh-VIfdy2QxEpp2/agent.11 15:09:28 SSH_AGENT_PID=16 15:09:28 Running ssh-add (command line suppressed) 15:09:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6784027670423399816.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6784027670423399816.key) 15:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:09:28 + git semver push 15:09:28 # -> Open(): unable to determine branch for HEAD 15:09:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:09:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:09:28 # $SEMVER_REMOTE_NAME = origin 15:09:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:09:28 # $SEMVER_USER_NAME = edgex-jenkins 15:09:28 # $SEMVER_BRANCH = master 15:09:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:09:34 $ docker exec --env ******** --env ******** 1c20c5ef5460992e355e763ed990f2309673e41931325024e8cc182f5a49f4fe ssh-agent -k 15:09:34 unset SSH_AUTH_SOCK; 15:09:34 unset SSH_AGENT_PID; 15:09:34 echo Agent pid 16 killed; 15:09:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:09:34 + git semver [Pipeline] } 15:09:34 $ docker stop --time=1 1c20c5ef5460992e355e763ed990f2309673e41931325024e8cc182f5a49f4fe 15:09:36 $ docker rm -f 1c20c5ef5460992e355e763ed990f2309673e41931325024e8cc182f5a49f4fe [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 15:09:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:09:38 ---> package-listing.sh 15:09:38 ++ tr '[:upper:]' '[:lower:]' 15:09:38 ++ facter osfamily 15:09:38 + OS_FAMILY=redhat 15:09:38 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:09:38 + START_PACKAGES=/tmp/packages_start.txt 15:09:38 + END_PACKAGES=/tmp/packages_end.txt 15:09:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:09:38 + PACKAGES=/tmp/packages_start.txt 15:09:38 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:09:38 + PACKAGES=/tmp/packages_end.txt 15:09:38 + case "${OS_FAMILY}" in 15:09:38 + rpm -qa 15:09:38 + sort 15:09:43 + '[' -f /tmp/packages_start.txt ']' 15:09:43 + '[' -f /tmp/packages_end.txt ']' 15:09:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:09:43 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:09:43 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:09:43 + 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 15:09:43 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 15:09:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:09:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:09:43 15:09:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:09:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:09:44 alpine: Pulling from edgex-lftools-log-publisher 15:09:44 df20fa9351a1: Pulling fs layer 15:09:44 36b3adc4ff6f: Pulling fs layer 15:09:44 8ad3a11d3b57: Pulling fs layer 15:09:44 46f8f816bc3b: Pulling fs layer 15:09:44 93b61091891f: Pulling fs layer 15:09:44 93b9cdb0e59b: Pulling fs layer 15:09:44 5e14af77c1be: Pulling fs layer 15:09:44 01666e4c0597: Pulling fs layer 15:09:44 aa168da1d23b: Pulling fs layer 15:09:44 93b9cdb0e59b: Waiting 15:09:44 5e14af77c1be: Waiting 15:09:44 01666e4c0597: Waiting 15:09:44 aa168da1d23b: Waiting 15:09:44 46f8f816bc3b: Waiting 15:09:44 93b61091891f: Waiting 15:09:44 36b3adc4ff6f: Verifying Checksum 15:09:44 36b3adc4ff6f: Download complete 15:09:44 46f8f816bc3b: Verifying Checksum 15:09:44 46f8f816bc3b: Download complete 15:09:44 df20fa9351a1: Verifying Checksum 15:09:44 df20fa9351a1: Download complete 15:09:44 93b9cdb0e59b: Verifying Checksum 15:09:44 93b9cdb0e59b: Download complete 15:09:44 5e14af77c1be: Verifying Checksum 15:09:44 5e14af77c1be: Download complete 15:09:44 01666e4c0597: Verifying Checksum 15:09:44 01666e4c0597: Download complete 15:09:44 8ad3a11d3b57: Verifying Checksum 15:09:44 8ad3a11d3b57: Download complete 15:09:44 93b61091891f: Verifying Checksum 15:09:44 93b61091891f: Download complete 15:09:45 df20fa9351a1: Pull complete 15:09:45 36b3adc4ff6f: Pull complete 15:09:46 8ad3a11d3b57: Pull complete 15:09:46 46f8f816bc3b: Pull complete 15:09:47 aa168da1d23b: Verifying Checksum 15:09:47 aa168da1d23b: Download complete 15:09:47 93b61091891f: Pull complete 15:09:47 93b9cdb0e59b: Pull complete 15:09:47 5e14af77c1be: Pull complete 15:09:47 01666e4c0597: Pull complete 15:09:58 aa168da1d23b: Pull complete 15:09:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:09:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:09:58 prd-centos7-docker-4c-2g-2743 does not seem to be running inside a container 15:09:58 $ 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 15:10:00 $ docker top 777b39c118090ab167391dabe8277409515c0b2be162e31f9bfd43b98fb04a9a -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:01 + touch /tmp/pre-build-complete [Pipeline] sh 15:10:01 + mkdir -p /var/log/sa [Pipeline] sh 15:10:02 + ls /var/log/sa-host 15:10:02 + sadf -c /var/log/sa-host/sa03 15:10:02 file_magic: OK 15:10:02 HZ: Using current value: 100 15:10:02 file_header: OK 15:10:02 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 15:10:02 Statistics: 15:10:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:10:02 File successfully converted to sysstat format version 12.2.1 15:10:02 + sadf -c /var/log/sa-host/sa23 15:10:02 file_magic: OK 15:10:02 HZ: Using current value: 100 15:10:02 file_header: OK 15:10:02 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 15:10:02 Statistics: 15:10:02 Hnuu...uuuununununu... 15:10:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:10:02 provisioning config files... 15:10:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5102165620801305286tmp [Pipeline] { [Pipeline] echo 15:10:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:10:03 ---> create-netrc.sh [Pipeline] } 15:10:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:10:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:10:03 ---> python-tools-install.sh [Pipeline] echo 15:10:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:10:03 ---> sudo-logs.sh 15:10:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:10:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:10:04 ---> job-cost.sh 15:10:04 lf-activate-venv: SKIPPING 15:10:04 DEBUG: total: 0.20999999344348907 15:10:04 INFO: Retrieving Stack Cost... 15:10:06 INFO: Retrieving Pricing Info for: v1-standard-2 15:10:06 INFO: Archiving Costs [Pipeline] echo 15:10:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:10:07 ---> logs-deploy.sh 15:10:07 lf-activate-venv: SKIPPING 15:10:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/198 15:10:07 INFO: archiving workspace using pattern(s): 15:10:09 Archives upload complete. 15:10:09 INFO: archiving logs to Nexus 15:10:11 ---> uname -a: 15:10:11 Linux prd-centos7-docker-4c-2g-2743.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:10:11 15:10:11 15:10:11 ---> lscpu: 15:10:11 Architecture: x86_64 15:10:11 CPU op-mode(s): 32-bit, 64-bit 15:10:11 Byte Order: Little Endian 15:10:11 Address sizes: 40 bits physical, 48 bits virtual 15:10:11 CPU(s): 4 15:10:11 On-line CPU(s) list: 0-3 15:10:11 Thread(s) per core: 1 15:10:11 Core(s) per socket: 1 15:10:11 Socket(s): 4 15:10:11 NUMA node(s): 1 15:10:11 Vendor ID: GenuineIntel 15:10:11 CPU family: 6 15:10:11 Model: 44 15:10:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:10:11 Stepping: 1 15:10:11 CPU MHz: 2933.436 15:10:11 BogoMIPS: 5866.87 15:10:11 Virtualization: VT-x 15:10:11 Hypervisor vendor: KVM 15:10:11 Virtualization type: full 15:10:11 L1d cache: 128 KiB 15:10:11 L1i cache: 128 KiB 15:10:11 L2 cache: 16 MiB 15:10:11 L3 cache: 64 MiB 15:10:11 NUMA node0 CPU(s): 0-3 15:10:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:10:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:10:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:10:11 Vulnerability Meltdown: Mitigation; PTI 15:10:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:10:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:10:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:10:11 Vulnerability Srbds: Not affected 15:10:11 Vulnerability Tsx async abort: Not affected 15:10:11 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 15:10:11 15:10:11 15:10:11 ---> nproc: 15:10:11 4 15:10:11 15:10:11 15:10:11 ---> df -h: 15:10:11 Filesystem Size Used Available Use% Mounted on 15:10:11 overlay 50.0G 8.5G 41.4G 17% / 15:10:11 tmpfs 64.0M 0 64.0M 0% /dev 15:10:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:10:11 shm 64.0M 0 64.0M 0% /dev/shm 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:10:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:10:11 15:10:11 15:10:11 ---> free -m: 15:10:11 total used free shared buff/cache available 15:10:11 Mem: 1837 828 151 0 857 945 15:10:11 Swap: 1023 2 1021 15:10:11 15:10:11 15:10:11 ---> ip addr: 15:10:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:10:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:10:11 inet 127.0.0.1/8 scope host lo 15:10:11 valid_lft forever preferred_lft forever 15:10:11 inet6 ::1/128 scope host 15:10:11 valid_lft forever preferred_lft forever 15:10:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:10:11 link/ether fa:16:3e:8e:58:a7 brd ff:ff:ff:ff:ff:ff 15:10:11 inet 10.30.122.53/23 brd 10.30.123.255 scope global dynamic eth0 15:10:11 valid_lft 85789sec preferred_lft 85789sec 15:10:11 inet6 fe80::f816:3eff:fe8e:58a7/64 scope link 15:10:11 valid_lft forever preferred_lft forever 15:10:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:10:11 link/ether 02:42:b0:f2:81:c4 brd ff:ff:ff:ff:ff:ff 15:10:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:10:11 valid_lft forever preferred_lft forever 15:10:11 inet6 fe80::42:b0ff:fef2:81c4/64 scope link 15:10:11 valid_lft forever preferred_lft forever 15:10:11 15:10:11 15:10:11 ---> sar -b -r -n DEV: 15:10:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 15:10:11 15:10:11 14:59:48 LINUX RESTART (4 CPU) 15:10:11 15:10:11 15:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:10:11 15:02:01 3.48 0.47 3.01 0.00 14.38 113.83 0.00 15:10:11 15:03:01 0.37 0.00 0.37 0.00 0.00 5.13 0.00 15:10:11 15:04:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 15:10:11 15:05:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 15:10:11 15:06:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 15:10:11 15:07:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 15:10:11 15:08:01 29.30 3.20 26.10 0.00 676.57 15699.10 0.00 15:10:11 15:09:01 402.05 217.03 185.02 0.00 9491.44 47724.08 0.00 15:10:11 15:10:01 205.69 98.44 107.25 0.00 7692.83 26764.10 0.00 15:10:11 Average: 71.44 35.54 35.90 0.00 1989.80 10031.09 0.00 15:10:11 15:10:11 15:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:10:11 15:02:01 162272 0 590088 31.36 2620 1126564 1099440 37.52 403784 1114376 8 15:10:11 15:03:01 159004 0 593352 31.54 2620 1126568 1072832 36.61 417156 1104812 8 15:10:11 15:04:01 156652 0 595668 31.66 2620 1126604 1073196 36.63 418752 1105940 24 15:10:11 15:05:01 153312 0 599036 31.84 2620 1126576 1073184 36.63 432712 1095628 12 15:10:11 15:06:01 152564 0 599776 31.88 2620 1126584 1073160 36.63 433348 1094952 8 15:10:11 15:07:01 154000 0 598332 31.80 2620 1126592 1072968 36.62 432388 1094952 8 15:10:11 15:08:01 75192 0 732224 38.92 2620 1071508 1540960 52.59 602876 968008 59848 15:10:11 15:09:01 70208 0 829240 44.07 1492 980604 1544188 52.70 589960 895928 72476 15:10:11 15:10:01 179104 0 839124 44.60 820 862496 1560684 53.26 574576 767212 24 15:10:11 Average: 140256 0 664093 35.30 2295 1074900 1234512 42.13 478395 1026868 14713 15:10:11 15:10:11 15:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:10:11 15:02:01 eth0 1.91 1.30 1.66 0.58 0.00 0.00 0.00 0.00 15:10:11 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:03:01 eth0 2.75 1.38 3.76 0.09 0.00 0.00 0.00 0.00 15:10:11 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:04:01 eth0 1.73 0.50 0.59 0.36 0.00 0.00 0.00 0.00 15:10:11 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:05:01 eth0 1.00 0.62 0.36 0.25 0.00 0.00 0.00 0.00 15:10:11 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:06:01 eth0 0.35 0.28 0.15 0.09 0.00 0.00 0.00 0.00 15:10:11 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:10:11 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:08:01 eth0 415.34 337.79 4140.61 62.62 0.00 0.00 0.00 0.00 15:10:11 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:09:01 eth0 391.63 335.97 3496.71 38.46 0.00 0.00 0.00 0.00 15:10:11 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:09:01 docker0 30.52 33.14 2.19 279.99 0.00 0.00 0.00 0.00 15:10:11 15:10:01 eth0 385.16 255.75 2495.45 88.72 0.00 0.00 0.00 0.00 15:10:11 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 15:10:01 docker0 58.78 102.86 3.69 263.54 0.00 0.00 0.00 0.00 15:10:11 Average: eth0 132.88 103.37 1121.63 21.18 0.00 0.00 0.00 0.00 15:10:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:11 Average: docker0 9.95 15.15 0.65 60.54 0.00 0.00 0.00 0.00 15:10:11 15:10:11 15:10:11 ---> sar -P ALL: 15:10:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 15:10:11 15:10:11 14:59:48 LINUX RESTART (4 CPU) 15:10:11 15:10:11 15:01:01 CPU %user %nice %system %iowait %steal %idle 15:10:11 15:02:01 all 0.28 0.00 0.09 0.01 0.22 99.40 15:10:11 15:02:01 0 0.15 0.00 0.05 0.00 0.20 99.60 15:10:11 15:02:01 1 0.27 0.00 0.10 0.03 0.32 99.28 15:10:11 15:02:01 2 0.58 0.00 0.10 0.02 0.20 99.10 15:10:11 15:02:01 3 0.13 0.00 0.10 0.00 0.17 99.60 15:10:11 15:03:01 all 0.15 0.00 0.09 0.00 0.37 99.40 15:10:11 15:03:01 0 0.05 0.00 0.15 0.00 0.10 99.70 15:10:11 15:03:01 1 0.07 0.00 0.05 0.00 0.58 99.30 15:10:11 15:03:01 2 0.43 0.00 0.08 0.00 0.50 98.99 15:10:11 15:03:01 3 0.03 0.00 0.08 0.00 0.28 99.60 15:10:11 15:04:01 all 0.10 0.00 0.05 0.00 0.50 99.36 15:10:11 15:04:01 0 0.02 0.00 0.02 0.00 0.61 99.35 15:10:11 15:04:01 1 0.05 0.00 0.07 0.00 0.78 99.11 15:10:11 15:04:01 2 0.28 0.00 0.03 0.00 0.43 99.25 15:10:11 15:04:01 3 0.05 0.00 0.07 0.00 0.17 99.72 15:10:11 15:05:01 all 0.10 0.00 0.08 0.00 0.91 98.91 15:10:11 15:05:01 0 0.03 0.00 0.02 0.00 1.16 98.79 15:10:11 15:05:01 1 0.05 0.00 0.05 0.00 1.33 98.57 15:10:11 15:05:01 2 0.27 0.00 0.20 0.00 0.73 98.81 15:10:11 15:05:01 3 0.05 0.00 0.05 0.00 0.42 99.49 15:10:11 15:06:01 all 0.11 0.00 0.21 0.00 0.92 98.75 15:10:11 15:06:01 0 0.02 0.00 0.35 0.00 0.76 98.87 15:10:11 15:06:01 1 0.08 0.00 0.05 0.00 1.29 98.58 15:10:11 15:06:01 2 0.33 0.00 0.13 0.00 0.94 98.59 15:10:11 15:06:01 3 0.02 0.00 0.32 0.00 0.70 98.97 15:10:11 15:07:01 all 0.11 0.00 0.04 0.00 0.34 99.51 15:10:11 15:07:01 0 0.02 0.00 0.02 0.00 0.12 99.85 15:10:11 15:07:01 1 0.35 0.00 0.05 0.00 0.65 98.95 15:10:11 15:07:01 2 0.05 0.00 0.07 0.00 0.51 99.37 15:10:11 15:07:01 3 0.03 0.00 0.02 0.00 0.08 99.87 15:10:11 15:08:01 all 4.09 0.00 3.24 0.04 5.78 86.84 15:10:11 15:08:01 0 4.56 0.00 3.16 0.02 5.39 86.88 15:10:11 15:08:01 1 3.97 0.00 3.77 0.08 5.92 86.26 15:10:11 15:08:01 2 3.99 0.00 2.81 0.05 5.96 87.19 15:10:11 15:08:01 3 3.85 0.00 3.24 0.00 5.86 87.05 15:10:11 15:09:01 all 13.69 0.00 10.96 3.63 5.74 65.98 15:10:11 15:09:01 0 13.07 0.00 10.57 5.04 5.72 65.60 15:10:11 15:09:01 1 14.32 0.00 10.68 2.73 5.76 66.51 15:10:11 15:09:01 2 13.49 0.00 11.39 3.38 5.60 66.14 15:10:11 15:09:01 3 13.86 0.00 11.19 3.39 5.87 65.69 15:10:11 15:10:01 all 10.48 0.00 7.89 3.48 3.00 75.16 15:10:11 15:10:01 0 11.30 0.00 9.67 4.78 2.62 71.63 15:10:11 15:10:01 1 8.22 0.00 6.92 4.76 3.10 77.01 15:10:11 15:10:01 2 9.35 0.00 8.34 3.63 3.12 75.55 15:10:11 15:10:01 3 13.04 0.00 6.66 0.77 3.13 76.41 15:10:11 Average: all 3.17 0.00 2.46 0.78 1.95 91.64 15:10:11 Average: 0 3.16 0.00 2.60 1.06 1.82 91.35 15:10:11 Average: 1 2.98 0.00 2.37 0.83 2.17 91.66 15:10:11 Average: 2 3.14 0.00 2.52 0.77 1.98 91.59 15:10:11 Average: 3 3.39 0.00 2.37 0.45 1.83 91.97 15:10:11 15:10:11 15:10:11