Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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-31722 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 f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 (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 f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 # timeout=10 Commit message: "Merge pull request #568 from weichou1229/issue-567" > git rev-list --no-walk e2265eb43fcb59f1499a04d2f2f1c6b166295b48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:29:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:29:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:29:04 ========================================================= 09:29:04 EdgeX Global Pipelines Version Info 09:29:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:29:09 ------------------- 09:29:09 stable info: 09:29:09 ------------------- 09:29:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:29:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:29:09 Message: update stable to v1.0.186 09:29:09 ------------------- 09:29:09 experimental info: 09:29:09 ------------------- 09:29:09 Commited By: **** collab-it+edgex@linuxfoundation.org 09:29:09 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 09:29:09 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:29:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:29:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:29:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7e2ec1 [Pipeline] echo 09:29:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:29:14 + git log --format=format:%s -1 f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 [Pipeline] echo 09:29:14 GIT_COMMIT: f7e2ec18c32cf97501ba36e7d74b5d3c43a13912, Commit Message: Merge pull request #568 from weichou1229/issue-567 [Pipeline] echo 09:29:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:29:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:29:16 09:29:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:29:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:29:17 latest: Pulling from edgex-devops/git-semver 09:29:17 31603596830f: Pulling fs layer 09:29:17 2a8b12db71e7: Pulling fs layer 09:29:17 6ca5941a6612: Pulling fs layer 09:29:17 ecc8261a40a4: Pulling fs layer 09:29:17 ecc8261a40a4: Waiting 09:29:17 2a8b12db71e7: Verifying Checksum 09:29:17 2a8b12db71e7: Download complete 09:29:17 31603596830f: Verifying Checksum 09:29:17 31603596830f: Download complete 09:29:17 6ca5941a6612: Verifying Checksum 09:29:17 6ca5941a6612: Download complete 09:29:17 ecc8261a40a4: Verifying Checksum 09:29:17 ecc8261a40a4: Download complete 09:29:18 31603596830f: Pull complete 09:29:18 2a8b12db71e7: Pull complete 09:29:21 6ca5941a6612: Pull complete 09:29:21 ecc8261a40a4: Pull complete 09:29:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:29:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:29:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:29:21 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:29:21 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:29:24 $ docker top 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:29:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:29:25 [ssh-agent] Looking for ssh-agent implementation... 09:29:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:29:25 $ docker exec 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 ssh-agent 09:29:26 SSH_AUTH_SOCK=/tmp/ssh-e6bO18UlnL8E/agent.11 09:29:26 SSH_AGENT_PID=16 09:29:26 Running ssh-add (command line suppressed) 09:29:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1466158690370550918.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1466158690370550918.key) 09:29:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:29:27 + git tag --points-at HEAD [Pipeline] } 09:29:28 $ docker exec --env ******** --env ******** 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 ssh-agent -k 09:29:29 unset SSH_AUTH_SOCK; 09:29:29 unset SSH_AGENT_PID; 09:29:29 echo Agent pid 16 killed; 09:29:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:29:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:29:29 [ssh-agent] Looking for ssh-agent implementation... 09:29:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:29:30 $ docker exec 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 ssh-agent 09:29:31 SSH_AUTH_SOCK=/tmp/ssh-4qiebIAb5Lx1/agent.44 09:29:31 SSH_AGENT_PID=49 09:29:31 Running ssh-add (command line suppressed) 09:29:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2316679598742499993.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2316679598742499993.key) 09:29:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:29:32 + git semver init 09:29:32 # -> Open(): unable to determine branch for HEAD 09:29:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:29:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:29:32 # $SEMVER_REMOTE_NAME = origin 09:29:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:29:32 # $SEMVER_USER_NAME = edgex-jenkins 09:29:32 # $SEMVER_BRANCH = master 09:29:32 # $SEMVER_TEMP = /tmp/semver-633688829 09:29:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:29:33 # '/tmp/semver-633688829' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 09:29:33 # -> Force: false 09:29:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:29:33 $ docker exec --env ******** --env ******** 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 ssh-agent -k 09:29:33 unset SSH_AUTH_SOCK; 09:29:33 unset SSH_AGENT_PID; 09:29:33 echo Agent pid 49 killed; 09:29:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:29:34 + git semver [Pipeline] } 09:29:34 $ docker stop --time=1 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 09:29:36 $ docker rm -f 6a518c210d33271427e57443c295cf647292e8c4a30b6a363caba7505dadc4d3 [Pipeline] // withDockerContainer [Pipeline] sh 09:29:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:29:38 Stashed 1 file(s) [Pipeline] echo 09:29:38 [edgeXSemver]: initialized semver on version 2.0.0-dev.62 [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 09:29:53 Still waiting to schedule task 09:29:53 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31722’ 09:29:53 Still waiting to schedule task 09:29:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:31:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31723 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:31:36 Running in /w/workspace/go-mod-core-contracts/181 [Pipeline] { [Pipeline] checkout 09:31:41 using credential edgex-jenkins-ssh 09:31:41 Cloning the remote Git repository 09:31:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:31:42 > git init /w/workspace/go-mod-core-contracts/181 # timeout=10 09:31:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:31:42 > git --version # timeout=10 09:31:42 > git --version # 'git version 2.17.1' 09:31:42 using GIT_SSH to set credentials SSH Credentials for GitHub 09:31:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:31:44 Checking out Revision f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 (master) 09:31:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:31:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:31:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:31:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:31:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:31:44 > git config core.sparsecheckout # timeout=10 09:31:44 > git checkout -f f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 # timeout=10 09:31:48 Commit message: "Merge pull request #568 from weichou1229/issue-567" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:31:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:31:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:31:51 + + truesudo 09:31:51 service docker restart [Pipeline] unstash [Pipeline] echo 09:31:53 ========================================================= 09:31:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:31:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:31:53 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:31:54 Sending build context to Docker daemon 2.9MB 09:31:54 Step 1/7 : ARG BASE=golang:1.15-alpine 09:31:54 Step 2/7 : FROM ${BASE} 09:31:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:31:55 5f621e34cdf4: Pulling fs layer 09:31:55 a4357932f1b6: Pulling fs layer 09:31:55 18c013af1878: Pulling fs layer 09:31:55 00ac8860ef70: Pulling fs layer 09:31:55 63d7cb157983: Pulling fs layer 09:31:55 b116817d02f9: Pulling fs layer 09:31:55 745a02a5169b: Pulling fs layer 09:31:55 00ac8860ef70: Waiting 09:31:55 63d7cb157983: Waiting 09:31:55 b116817d02f9: Waiting 09:31:55 745a02a5169b: Waiting 09:31:55 a4357932f1b6: Verifying Checksum 09:31:55 a4357932f1b6: Download complete 09:31:55 18c013af1878: Verifying Checksum 09:31:55 18c013af1878: Download complete 09:31:55 63d7cb157983: Download complete 09:31:55 b116817d02f9: Verifying Checksum 09:31:55 b116817d02f9: Download complete 09:31:55 5f621e34cdf4: Verifying Checksum 09:31:55 5f621e34cdf4: Download complete 09:31:56 5f621e34cdf4: Pull complete 09:31:56 a4357932f1b6: Pull complete 09:31:56 18c013af1878: Pull complete 09:31:57 745a02a5169b: Verifying Checksum 09:31:58 00ac8860ef70: Verifying Checksum 09:31:58 00ac8860ef70: Download complete 09:32:09 00ac8860ef70: Pull complete 09:32:09 63d7cb157983: Pull complete 09:32:09 b116817d02f9: Pull complete 09:32:13 745a02a5169b: Pull complete 09:32:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:32:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:32:13 ---> b7e6874047d6 09:32:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:32:16 ---> Running in 7bf78a05e93e 09:32:16 Removing intermediate container 7bf78a05e93e 09:32:16 ---> 5cc474403a0f 09:32:16 Step 4/7 : RUN apk add bash 09:32:17 ---> Running in 20bc9ccc1810 09:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:32:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:32:20 OK: 142 MiB in 39 packages 09:32:21 Removing intermediate container 20bc9ccc1810 09:32:21 ---> 5c938b2333b6 09:32:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:32:21 ---> Running in 064d47b38cf1 09:32:21 Removing intermediate container 064d47b38cf1 09:32:21 ---> 44f76ba05d2a 09:32:21 Step 6/7 : COPY go.mod . 09:32:22 ---> 63cb766b8d59 09:32:22 Step 7/7 : RUN go mod download 09:32:22 ---> Running in 0f8f88440611 09:32:31 Running on prd-centos7-docker-4c-2g-31724 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 09:32:31 Running in /w/workspace/go-mod-core-contracts/181 [Pipeline] { [Pipeline] checkout 09:32:33 using credential edgex-jenkins-ssh 09:32:33 Cloning the remote Git repository 09:32:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:32:33 > git init /w/workspace/go-mod-core-contracts/181 # timeout=10 09:32:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:32:33 > git --version # timeout=10 09:32:33 > git --version # 'git version 2.24.3' 09:32:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:32:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:32:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:32:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:32:34 using GIT_SSH to set credentials SSH Credentials for GitHub 09:32:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:32:34 Checking out Revision f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 (master) 09:32:34 > git config core.sparsecheckout # timeout=10 09:32:34 > git checkout -f f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 # timeout=10 09:32:38 Commit message: "Merge pull request #568 from weichou1229/issue-567" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:32:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:32:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:32:40 + true 09:32:40 + sudo service docker restart 09:32:40 Redirecting to /bin/systemctl restart docker.service 09:32:41 Removing intermediate container 0f8f88440611 09:32:41 ---> b8295dab715e 09:32:41 Successfully built b8295dab715e 09:32:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:32:41 + docker inspect -f . ci-base-image-arm64 09:32:41 . [Pipeline] withDockerContainer 09:32:41 prd-ubuntu18.04-docker-arm64-4c-16g-31723 does not seem to be running inside a container 09:32:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/181 -v /w/workspace/go-mod-core-contracts/181:/w/workspace/go-mod-core-contracts/181:rw,z -v /w/workspace/go-mod-core-contracts/181@tmp:/w/workspace/go-mod-core-contracts/181@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 09:32:43 $ docker top 480fb6279399c4f579f701e72b4c6f03bc37aaf9170098310d31b97774cd7c1b -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo 09:32:43 ========================================================= 09:32:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:32:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:32:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:32:44 + go version 09:32:44 go version go1.15.5 linux/arm64 [Pipeline] } 09:32:44 $ docker stop --time=1 480fb6279399c4f579f701e72b4c6f03bc37aaf9170098310d31b97774cd7c1b 09:32:44 Sending build context to Docker daemon 2.901MB 09:32:44 Step 1/7 : ARG BASE=golang:1.15-alpine 09:32:44 Step 2/7 : FROM ${BASE} 09:32:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:32:44 188c0c94c7c5: Pulling fs layer 09:32:44 0ef7d3d256c8: Pulling fs layer 09:32:44 de9db76c5a1d: Pulling fs layer 09:32:44 bca2f99d35d6: Pulling fs layer 09:32:44 93359f2a8cfa: Pulling fs layer 09:32:44 7c6f9722023f: Pulling fs layer 09:32:44 a35cf1a2eb13: Pulling fs layer 09:32:44 93359f2a8cfa: Waiting 09:32:44 7c6f9722023f: Waiting 09:32:44 a35cf1a2eb13: Waiting 09:32:44 bca2f99d35d6: Waiting 09:32:45 de9db76c5a1d: Verifying Checksum 09:32:45 de9db76c5a1d: Download complete 09:32:45 0ef7d3d256c8: Download complete 09:32:45 93359f2a8cfa: Verifying Checksum 09:32:45 93359f2a8cfa: Download complete 09:32:45 188c0c94c7c5: Verifying Checksum 09:32:45 188c0c94c7c5: Download complete 09:32:45 7c6f9722023f: Verifying Checksum 09:32:45 7c6f9722023f: Download complete 09:32:45 188c0c94c7c5: Pull complete 09:32:45 0ef7d3d256c8: Pull complete 09:32:45 de9db76c5a1d: Pull complete 09:32:46 $ docker rm -f 480fb6279399c4f579f701e72b4c6f03bc37aaf9170098310d31b97774cd7c1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:32:47 bca2f99d35d6: Verifying Checksum 09:32:47 bca2f99d35d6: Download complete 09:32:47 a35cf1a2eb13: Verifying Checksum 09:32:47 + docker inspect -f . ci-base-image-arm64 09:32:47 . [Pipeline] withDockerContainer 09:32:47 prd-ubuntu18.04-docker-arm64-4c-16g-31723 does not seem to be running inside a container 09:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/181 -v /w/workspace/go-mod-core-contracts/181:/w/workspace/go-mod-core-contracts/181:rw,z -v /w/workspace/go-mod-core-contracts/181@tmp:/w/workspace/go-mod-core-contracts/181@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 09:32:49 $ docker top 3fc3ab8f9d905cacc2d45a5cd4d3fa5fc0b85154ba6449e26513ada695f99047 -eo pid,comm [Pipeline] { [Pipeline] sh 09:32:50 + make test 09:32:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:32:52 bca2f99d35d6: Pull complete 09:32:52 93359f2a8cfa: Pull complete 09:32:52 7c6f9722023f: Pull complete 09:32:59 a35cf1a2eb13: Pull complete 09:32:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:32:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:32:59 ---> a62c8e92a672 09:32:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:32:59 ---> Running in 6681c4201d27 09:33:00 Removing intermediate container 6681c4201d27 09:33:00 ---> 7906ff49b94c 09:33:00 Step 4/7 : RUN apk add bash 09:33:00 ---> Running in 9242c0ee3d79 09:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:02 OK: 166 MiB in 39 packages 09:33:02 Removing intermediate container 9242c0ee3d79 09:33:02 ---> 235ad5b0d38d 09:33:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:33:02 ---> Running in 64418eb58caa 09:33:02 Removing intermediate container 64418eb58caa 09:33:02 ---> 1fb85c54e5e0 09:33:02 Step 6/7 : COPY go.mod . 09:33:03 ---> 86b625d34afd 09:33:03 Step 7/7 : RUN go mod download 09:33:03 ---> Running in fe469c4b1331 09:33:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.048s coverage: 85.7% of statements 09:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 09:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements 09:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 09:33:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:33:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements 09:33:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.044s coverage: 14.7% of statements 09:33:18 Removing intermediate container fe469c4b1331 09:33:18 ---> 3e66a052af6e 09:33:18 Successfully built 3e66a052af6e 09:33:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:33:18 + docker inspect -f . ci-base-image-x86_64 09:33:18 . [Pipeline] withDockerContainer 09:33:18 prd-centos7-docker-4c-2g-31724 does not seem to be running inside a container 09:33:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/181 -v /w/workspace/go-mod-core-contracts/181:/w/workspace/go-mod-core-contracts/181:rw,z -v /w/workspace/go-mod-core-contracts/181@tmp:/w/workspace/go-mod-core-contracts/181@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-x86_64 cat 09:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.017s coverage: 100.0% of statements 09:33:19 $ docker top c2c544b4d7c42e7c91b33e62e66dc63f509c8cbb595187ee374c9a474fc48b4c -eo pid,comm 09:33:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.080s coverage: 91.8% of statements 09:33:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:33:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:33:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 09:33:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.033s coverage: 36.7% of statements [Pipeline] { [Pipeline] sh 09:33:19 + go version 09:33:19 go version go1.15.5 linux/amd64 [Pipeline] } 09:33:19 $ docker stop --time=1 c2c544b4d7c42e7c91b33e62e66dc63f509c8cbb595187ee374c9a474fc48b4c 09:33:21 $ docker rm -f c2c544b4d7c42e7c91b33e62e66dc63f509c8cbb595187ee374c9a474fc48b4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:33:22 + docker inspect -f . ci-base-image-x86_64 09:33:22 . [Pipeline] withDockerContainer 09:33:22 prd-centos7-docker-4c-2g-31724 does not seem to be running inside a container 09:33:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/181 -v /w/workspace/go-mod-core-contracts/181:/w/workspace/go-mod-core-contracts/181:rw,z -v /w/workspace/go-mod-core-contracts/181@tmp:/w/workspace/go-mod-core-contracts/181@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-x86_64 cat 09:33:23 $ docker top 4dd5cdd647269bdae17c271d89f300055dc79ed8d3a97c3593d70375e19e2fac -eo pid,comm [Pipeline] { [Pipeline] sh 09:33:23 + make test 09:33:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:33:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.164s coverage: 63.0% of statements 09:33:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.027s coverage: 26.3% of statements 09:33:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements 09:33:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.047s coverage: 15.4% of statements 09:33:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.039s coverage: 14.3% of statements 09:33:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:33:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.268s coverage: 84.4% of statements 09:33:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:33:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:33:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:33:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.065s coverage: 49.7% of statements 09:33:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.066s coverage: 94.7% of statements 09:33:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:33:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements 09:33:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.008s coverage: 100.0% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.183s coverage: 87.7% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 09:33:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.017s coverage: 45.4% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.031s coverage: 77.8% of statements 09:33:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 09:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements 09:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 09:33:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:33:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements 09:33:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements 09:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements 09:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements 09:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements 09:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 09:33:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.035s coverage: 14.3% of statements 09:33:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.153s coverage: 84.4% of statements 09:33:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:33:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:33:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.020s coverage: 49.7% of statements 09:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.019s coverage: 94.7% of statements 09:33:37 gofmt -l . 09:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.047s coverage: 87.7% of statements 09:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.019s coverage: 100.0% of statements 09:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 09:33:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:33:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:33:39 $ docker stop --time=1 3fc3ab8f9d905cacc2d45a5cd4d3fa5fc0b85154ba6449e26513ada695f99047 09:33:40 gofmt -l . 09:33:40 [ "`gofmt -l .`" = "" ] 09:33:41 $ docker rm -f 3fc3ab8f9d905cacc2d45a5cd4d3fa5fc0b85154ba6449e26513ada695f99047 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 09:33:42 $ docker stop --time=1 4dd5cdd647269bdae17c271d89f300055dc79ed8d3a97c3593d70375e19e2fac 09:33:42 + sudo chown -R jenkins:jenkins . 09:33:44 $ docker rm -f 4dd5cdd647269bdae17c271d89f300055dc79ed8d3a97c3593d70375e19e2fac [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 09:33:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:33:45 Warning: overwriting stash ‘coverage-report’ 09:33:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 09:33:45 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 "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 "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:33:47 ---> job-cost.sh 09:33:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bgiJ 09:33:47 ---> job-cost.sh 09:33:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ahnd 09:34:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:34:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:34:28 lf-activate-venv(): INFO: Adding /tmp/venv-ahnd/bin to PATH 09:34:28 INFO: No Stack... 09:34:29 INFO: Retrieving Pricing Info for: v1-standard-2 09:34:30 INFO: Archiving Costs [Pipeline] sh 09:34:30 + cat /w/workspace/go-mod-core-contracts/181/archives/cost.csv 09:34:30 + cut -d, -f6 [Pipeline] lock 09:34:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] 09:34:30 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] did not exist. Created. 09:34:30 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:34:31 + echo total: 0.029999999329447746 [Pipeline] stash 09:34:31 Stashed 1 file(s) [Pipeline] } 09:34:31 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:35:47 lf-activate-venv(): INFO: Adding /tmp/venv-bgiJ/bin to PATH 09:35:47 INFO: No Stack... 09:35:47 INFO: Retrieving Pricing Info for: lf-standard-4 09:35:47 INFO: Archiving Costs [Pipeline] sh 09:35:48 + cat /w/workspace/go-mod-core-contracts/181/archives/cost.csv 09:35:48 + cut -d, -f6 [Pipeline] lock 09:35:48 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] 09:35:48 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] did not exist. Created. 09:35:48 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-181-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:35:48 /w/workspace/go-mod-core-contracts/181@tmp/durable-fadaac50/script.sh: 1: /w/workspace/go-mod-core-contracts/181@tmp/durable-fadaac50/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:35:49 + echo total: 0.20999999344348907 [Pipeline] stash 09:35:49 Warning: overwriting stash ‘stack-cost’ 09:35:49 Stashed 1 file(s) [Pipeline] } 09:35:49 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-181-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 09:35:50 provisioning config files... 09:35:50 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7278500082598797073tmp [Pipeline] { [Pipeline] sh 09:35:51 + set +x 09:35:51 + curl -s https://codecov.io/bash 09:35:51 + bash -s -- 09:35:51 09:35:51 _____ _ 09:35:51 / ____| | | 09:35:51 | | ___ __| | ___ ___ _____ __ 09:35:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:35:51 | |___| (_) | (_| | __/ (_| (_) \ V / 09:35:51 \_____\___/ \__,_|\___|\___\___/ \_/ 09:35:51 Bash-20210309-2b87ace 09:35:51 09:35:51 09:35:51 ==> git version 2.24.3 found 09:35:51 ==> 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 09:35:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:35:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:35:51 ==> Jenkins CI detected. 09:35:51 project root: . 09:35:51 --> token set from env 09:35:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:35:51 ==> Running gcov in . (disable via -X gcov) 09:35:51 ==> Python coveragepy not found 09:35:51 ==> Searching for coverage reports in: 09:35:51 + . 09:35:51 -> Found 1 reports 09:35:51 ==> Detecting git/mercurial file structure 09:35:51 ==> Reading reports 09:35:51 + ./coverage.out bytes=164238 09:35:51 ==> Appending adjustments 09:35:51 https://docs.codecov.io/docs/fixing-reports 09:35:54 + Found adjustments 09:35:54 ==> Gzipping contents 09:35:54 24K /tmp/codecov.SdrhLm.gz 09:35:54 ==> Uploading reports 09:35:54 url: https://codecov.io 09:35:54 query: branch=master&commit=f7e2ec18c32cf97501ba36e7d74b5d3c43a13912&build=181&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F181%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:35:54 -> Pinging Codecov 09:35:54 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=f7e2ec18c32cf97501ba36e7d74b5d3c43a13912&build=181&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F181%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 09:35:54 -> Uploading to 09:35:54 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/71470A77251A30514AAF9C0BB2E5B6CE/f7e2ec18c32cf97501ba36e7d74b5d3c43a13912/600f09c5-af02-4e14-871f-19c591fa8f2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T093554Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=399dabae31a47699d2a77f4beaa92cf43c35d934cd76e02afddfa5e8ca8d1b7f 09:35:54 % Total % Received % Xferd Average Speed Time Time Time Current 09:35:54 Dload Upload Total Spent Left Speed 09:35:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24515 0 0 100 24515 0 47411 --:--:-- --:--:-- --:--:-- 47509 09:35:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 [Pipeline] } 09:35:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:35:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:35:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:35:56 09:35:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:35:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:35:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:35:56 188c0c94c7c5: Pulling fs layer 09:35:56 0ef7d3d256c8: Pulling fs layer 09:35:56 de9db76c5a1d: Pulling fs layer 09:35:56 0eba1c9be4d2: Pulling fs layer 09:35:56 0d57e429df01: Pulling fs layer 09:35:56 4e4be7b47b0d: Pulling fs layer 09:35:56 e1f770b5df2f: Pulling fs layer 09:35:56 85a0685a4137: Pulling fs layer 09:35:56 4e4be7b47b0d: Waiting 09:35:56 0d57e429df01: Waiting 09:35:56 e1f770b5df2f: Waiting 09:35:56 85a0685a4137: Waiting 09:35:56 0eba1c9be4d2: Waiting 09:35:57 0ef7d3d256c8: Verifying Checksum 09:35:57 0ef7d3d256c8: Download complete 09:35:57 de9db76c5a1d: Verifying Checksum 09:35:57 de9db76c5a1d: Download complete 09:35:57 0d57e429df01: Verifying Checksum 09:35:57 0d57e429df01: Download complete 09:35:57 4e4be7b47b0d: Verifying Checksum 09:35:57 4e4be7b47b0d: Download complete 09:35:57 188c0c94c7c5: Verifying Checksum 09:35:57 188c0c94c7c5: Download complete 09:35:57 188c0c94c7c5: Pull complete 09:35:57 0ef7d3d256c8: Pull complete 09:35:58 de9db76c5a1d: Pull complete 09:35:59 e1f770b5df2f: Verifying Checksum 09:35:59 e1f770b5df2f: Download complete 09:36:02 0eba1c9be4d2: Verifying Checksum 09:36:02 0eba1c9be4d2: Download complete 09:36:03 85a0685a4137: Verifying Checksum 09:36:03 85a0685a4137: Download complete 09:36:21 0eba1c9be4d2: Pull complete 09:36:21 0d57e429df01: Pull complete 09:36:21 4e4be7b47b0d: Pull complete 09:36:22 e1f770b5df2f: Pull complete 09:36:41 85a0685a4137: Pull complete 09:36:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:36:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:36:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:36:41 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:36:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:36:44 $ docker top f80710c3573c0110601cad9e3420739a66eac433ab8f2556b84ff5aeb5c83d3c -eo pid,comm [Pipeline] { [Pipeline] echo 09:36:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:36:45 + set -o pipefail 09:36:45 + snyk monitor '--org=edgex-jenkins' 09:36:58 09:36:58 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 09:36:58 09:36:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/35ed4e37-3730-450e-8cf0-3eef68a237b5 09:36:58 09:36:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:36:58 09:36:58 09:36:58 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 09:36:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:36:58 $ docker stop --time=1 f80710c3573c0110601cad9e3420739a66eac433ab8f2556b84ff5aeb5c83d3c 09:37:01 $ docker rm -f f80710c3573c0110601cad9e3420739a66eac433ab8f2556b84ff5aeb5c83d3c [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 09:37:03 + git log --format=format:%s -1 f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 [Pipeline] isUnix [Pipeline] sh 09:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:37:03 . [Pipeline] withDockerContainer 09:37:04 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:37:05 $ docker top e76f623a57bba48954dedbe2de2062b7b8b4d1e2830c4f182ea09a6e1535bcde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:37:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:06 [ssh-agent] Looking for ssh-agent implementation... 09:37:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:06 $ docker exec e76f623a57bba48954dedbe2de2062b7b8b4d1e2830c4f182ea09a6e1535bcde ssh-agent 09:37:07 SSH_AUTH_SOCK=/tmp/ssh-832NW6luPuGA/agent.11 09:37:07 SSH_AGENT_PID=16 09:37:07 Running ssh-add (command line suppressed) 09:37:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8441382682858752212.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8441382682858752212.key) 09:37:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:08 + git semver tag 09:37:08 # -> Open(): unable to determine branch for HEAD 09:37:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:37:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:37:08 # $SEMVER_REMOTE_NAME = origin 09:37:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:37:08 # $SEMVER_USER_NAME = edgex-jenkins 09:37:08 # $SEMVER_BRANCH = master 09:37:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:37:08 # f7e2ec18c32cf97501ba36e7d74b5d3c43a13912 HEAD 09:37:08 # -> Force: false 09:37:08 # e8712853ab3b5fd4f585fd6c93b89916d4407c02 refs/tags/v2.0.0-dev.62 [Pipeline] } 09:37:08 $ docker exec --env ******** --env ******** e76f623a57bba48954dedbe2de2062b7b8b4d1e2830c4f182ea09a6e1535bcde ssh-agent -k 09:37:09 unset SSH_AUTH_SOCK; 09:37:09 unset SSH_AGENT_PID; 09:37:09 echo Agent pid 16 killed; 09:37:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:37:10 + git semver [Pipeline] } 09:37:10 $ docker stop --time=1 e76f623a57bba48954dedbe2de2062b7b8b4d1e2830c4f182ea09a6e1535bcde 09:37:12 $ docker rm -f e76f623a57bba48954dedbe2de2062b7b8b4d1e2830c4f182ea09a6e1535bcde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:37:13 09:37:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:37:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:37:14 0.23.1-centos7: Pulling from edgex-lftools 09:37:14 ab5ef0e58194: Pulling fs layer 09:37:14 9712f1f96733: Pulling fs layer 09:37:14 63f879dbbcfc: Pulling fs layer 09:37:14 0d9ebad4ef96: Pulling fs layer 09:37:14 e9a5061849ea: Pulling fs layer 09:37:14 d747dcd14b5f: Pulling fs layer 09:37:14 2de7ff778b66: Pulling fs layer 09:37:14 0d9ebad4ef96: Waiting 09:37:14 e9a5061849ea: Waiting 09:37:14 d747dcd14b5f: Waiting 09:37:14 2de7ff778b66: Waiting 09:37:14 9712f1f96733: Verifying Checksum 09:37:14 9712f1f96733: Download complete 09:37:16 63f879dbbcfc: Verifying Checksum 09:37:16 63f879dbbcfc: Download complete 09:37:17 e9a5061849ea: Verifying Checksum 09:37:17 e9a5061849ea: Download complete 09:37:17 d747dcd14b5f: Download complete 09:37:17 2de7ff778b66: Verifying Checksum 09:37:17 2de7ff778b66: Download complete 09:37:18 0d9ebad4ef96: Verifying Checksum 09:37:18 0d9ebad4ef96: Download complete 09:37:18 ab5ef0e58194: Verifying Checksum 09:37:18 ab5ef0e58194: Download complete 09:37:31 ab5ef0e58194: Pull complete 09:37:31 9712f1f96733: Pull complete 09:37:35 63f879dbbcfc: Pull complete 09:37:50 0d9ebad4ef96: Pull complete 09:37:52 e9a5061849ea: Pull complete 09:37:52 d747dcd14b5f: Pull complete 09:37:56 2de7ff778b66: Pull complete 09:37:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:37:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:37:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:37:56 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:37:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:38:00 $ docker top 483ce157a8616e74ec1376f79c87cfe591935430faa9815a54341712bfdc92c4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:38:00 provisioning config files... 09:38:00 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5367650701462585251tmp 09:38:00 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7694759861584885168tmp 09:38:00 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7059764275244991162tmp [Pipeline] { [Pipeline] echo 09:38:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:38:01 ---> sigul-configuration.sh 09:38:01 gpg: directory `/root/.gnupg' created 09:38:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:38:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:38:01 gpg: keyring `/root/.gnupg/secring.gpg' created 09:38:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:38:01 gpg: CAST5 encrypted data 09:38:01 gpg: encrypted with 1 passphrase 09:38:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:38:02 + mkdir /home/jenkins 09:38:02 + mkdir /home/jenkins/sigul [Pipeline] sh 09:38:03 + 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 09:38:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:38:03 ---> sigul-install.sh 09:38:13 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:38:14 + git tag --list 09:38:14 v0.0.0 09:38:14 v0.0.1 09:38:14 v0.1.0 09:38:14 v0.1.1 09:38:14 v0.1.10 09:38:14 v0.1.100 09:38:14 v0.1.101 09:38:14 v0.1.102 09:38:14 v0.1.103 09:38:14 v0.1.104 09:38:14 v0.1.105 09:38:14 v0.1.106 09:38:14 v0.1.107 09:38:14 v0.1.108 09:38:14 v0.1.109 09:38:14 v0.1.11 09:38:14 v0.1.110 09:38:14 v0.1.111 09:38:14 v0.1.112 09:38:14 v0.1.113 09:38:14 v0.1.114 09:38:14 v0.1.115 09:38:14 v0.1.116 09:38:14 v0.1.117 09:38:14 v0.1.118 09:38:14 v0.1.119 09:38:14 v0.1.12 09:38:14 v0.1.120 09:38:14 v0.1.121 09:38:14 v0.1.122 09:38:14 v0.1.123 09:38:14 v0.1.124 09:38:14 v0.1.125 09:38:14 v0.1.126 09:38:14 v0.1.127 09:38:14 v0.1.128 09:38:14 v0.1.129 09:38:14 v0.1.13 09:38:14 v0.1.130 09:38:14 v0.1.131 09:38:14 v0.1.132 09:38:14 v0.1.133 09:38:14 v0.1.134 09:38:14 v0.1.135 09:38:14 v0.1.136 09:38:14 v0.1.137 09:38:14 v0.1.138 09:38:14 v0.1.139 09:38:14 v0.1.14 09:38:14 v0.1.140 09:38:14 v0.1.141 09:38:14 v0.1.142 09:38:14 v0.1.143 09:38:14 v0.1.144 09:38:14 v0.1.145 09:38:14 v0.1.146 09:38:14 v0.1.147 09:38:14 v0.1.148 09:38:14 v0.1.149 09:38:14 v0.1.15 09:38:14 v0.1.16 09:38:14 v0.1.17 09:38:14 v0.1.18 09:38:14 v0.1.19 09:38:14 v0.1.2 09:38:14 v0.1.20 09:38:14 v0.1.21 09:38:14 v0.1.22 09:38:14 v0.1.23 09:38:14 v0.1.24 09:38:14 v0.1.25 09:38:14 v0.1.26 09:38:14 v0.1.27 09:38:14 v0.1.28 09:38:14 v0.1.29 09:38:14 v0.1.3 09:38:14 v0.1.30 09:38:14 v0.1.31 09:38:14 v0.1.32 09:38:14 v0.1.33 09:38:14 v0.1.34 09:38:14 v0.1.35 09:38:14 v0.1.36 09:38:14 v0.1.37 09:38:14 v0.1.38 09:38:14 v0.1.39 09:38:14 v0.1.4 09:38:14 v0.1.40 09:38:14 v0.1.41 09:38:14 v0.1.42 09:38:14 v0.1.43 09:38:14 v0.1.44 09:38:14 v0.1.45 09:38:14 v0.1.46 09:38:14 v0.1.47 09:38:14 v0.1.48 09:38:14 v0.1.49 09:38:14 v0.1.5 09:38:14 v0.1.50 09:38:14 v0.1.51 09:38:14 v0.1.52 09:38:14 v0.1.53 09:38:14 v0.1.54 09:38:14 v0.1.55 09:38:14 v0.1.56 09:38:14 v0.1.57 09:38:14 v0.1.58 09:38:14 v0.1.59 09:38:14 v0.1.6 09:38:14 v0.1.60 09:38:14 v0.1.61 09:38:14 v0.1.62 09:38:14 v0.1.63 09:38:14 v0.1.64 09:38:14 v0.1.65 09:38:14 v0.1.66 09:38:14 v0.1.67 09:38:14 v0.1.68 09:38:14 v0.1.69 09:38:14 v0.1.7 09:38:14 v0.1.70 09:38:14 v0.1.71 09:38:14 v0.1.72 09:38:14 v0.1.73 09:38:14 v0.1.74 09:38:14 v0.1.75 09:38:14 v0.1.76 09:38:14 v0.1.77 09:38:14 v0.1.78 09:38:14 v0.1.79 09:38:14 v0.1.8 09:38:14 v0.1.80 09:38:14 v0.1.81 09:38:14 v0.1.82 09:38:14 v0.1.83 09:38:14 v0.1.84 09:38:14 v0.1.85 09:38:14 v0.1.86 09:38:14 v0.1.87 09:38:14 v0.1.88 09:38:14 v0.1.89 09:38:14 v0.1.9 09:38:14 v0.1.90 09:38:14 v0.1.91 09:38:14 v0.1.92 09:38:14 v0.1.93 09:38:14 v0.1.94 09:38:14 v0.1.95 09:38:14 v0.1.96 09:38:14 v0.1.97 09:38:14 v0.1.98 09:38:14 v0.1.99 09:38:14 v2.0.0-dev.1 09:38:14 v2.0.0-dev.10 09:38:14 v2.0.0-dev.11 09:38:14 v2.0.0-dev.12 09:38:14 v2.0.0-dev.13 09:38:14 v2.0.0-dev.14 09:38:14 v2.0.0-dev.15 09:38:14 v2.0.0-dev.16 09:38:14 v2.0.0-dev.17 09:38:14 v2.0.0-dev.18 09:38:14 v2.0.0-dev.19 09:38:14 v2.0.0-dev.2 09:38:14 v2.0.0-dev.20 09:38:14 v2.0.0-dev.21 09:38:14 v2.0.0-dev.22 09:38:14 v2.0.0-dev.23 09:38:14 v2.0.0-dev.24 09:38:14 v2.0.0-dev.25 09:38:14 v2.0.0-dev.26 09:38:14 v2.0.0-dev.27 09:38:14 v2.0.0-dev.28 09:38:14 v2.0.0-dev.29 09:38:14 v2.0.0-dev.3 09:38:14 v2.0.0-dev.30 09:38:14 v2.0.0-dev.31 09:38:14 v2.0.0-dev.32 09:38:14 v2.0.0-dev.33 09:38:14 v2.0.0-dev.34 09:38:14 v2.0.0-dev.35 09:38:14 v2.0.0-dev.36 09:38:14 v2.0.0-dev.37 09:38:14 v2.0.0-dev.38 09:38:14 v2.0.0-dev.39 09:38:14 v2.0.0-dev.4 09:38:14 v2.0.0-dev.40 09:38:14 v2.0.0-dev.41 09:38:14 v2.0.0-dev.42 09:38:14 v2.0.0-dev.43 09:38:14 v2.0.0-dev.44 09:38:14 v2.0.0-dev.45 09:38:14 v2.0.0-dev.46 09:38:14 v2.0.0-dev.47 09:38:14 v2.0.0-dev.48 09:38:14 v2.0.0-dev.49 09:38:14 v2.0.0-dev.5 09:38:14 v2.0.0-dev.50 09:38:14 v2.0.0-dev.51 09:38:14 v2.0.0-dev.52 09:38:14 v2.0.0-dev.53 09:38:14 v2.0.0-dev.54 09:38:14 v2.0.0-dev.55 09:38:14 v2.0.0-dev.56 09:38:14 v2.0.0-dev.57 09:38:14 v2.0.0-dev.58 09:38:14 v2.0.0-dev.59 09:38:14 v2.0.0-dev.6 09:38:14 v2.0.0-dev.60 09:38:14 v2.0.0-dev.61 09:38:14 v2.0.0-dev.62 09:38:14 v2.0.0-dev.7 09:38:14 v2.0.0-dev.8 09:38:14 v2.0.0-dev.9 [Pipeline] sh 09:38:14 + lftools sign git-tag v2.0.0-dev.62 09:38:17 Signing Git tag with Sigul... 09:38:17 Signing v2.0.0-dev.62 [Pipeline] echo 09:38:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:38:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:38:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:38:19 $ docker stop --time=1 483ce157a8616e74ec1376f79c87cfe591935430faa9815a54341712bfdc92c4 09:38:22 $ docker rm -f 483ce157a8616e74ec1376f79c87cfe591935430faa9815a54341712bfdc92c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:38:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:38:24 . [Pipeline] withDockerContainer 09:38:24 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:38:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:38:25 $ docker top d8fe3b15cb1f3cc6a67c83abbf34f7ce270348d460c5ef7668409cdae41235e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:38:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:25 [ssh-agent] Looking for ssh-agent implementation... 09:38:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:26 $ docker exec d8fe3b15cb1f3cc6a67c83abbf34f7ce270348d460c5ef7668409cdae41235e3 ssh-agent 09:38:27 SSH_AUTH_SOCK=/tmp/ssh-gK9nEFgXGFkv/agent.12 09:38:27 SSH_AGENT_PID=17 09:38:27 Running ssh-add (command line suppressed) 09:38:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2076256728269578816.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2076256728269578816.key) 09:38:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:28 + git semver bump pre 09:38:28 # -> Open(): unable to determine branch for HEAD 09:38:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:38:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:38:28 # $SEMVER_REMOTE_NAME = origin 09:38:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:38:28 # $SEMVER_USER_NAME = edgex-jenkins 09:38:28 # $SEMVER_BRANCH = master 09:38:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 09:38:28 2.0.0-dev.63 [Pipeline] } 09:38:28 $ docker exec --env ******** --env ******** d8fe3b15cb1f3cc6a67c83abbf34f7ce270348d460c5ef7668409cdae41235e3 ssh-agent -k 09:38:28 unset SSH_AUTH_SOCK; 09:38:28 unset SSH_AGENT_PID; 09:38:28 echo Agent pid 17 killed; 09:38:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:38:30 + git semver [Pipeline] } 09:38:30 $ docker stop --time=1 d8fe3b15cb1f3cc6a67c83abbf34f7ce270348d460c5ef7668409cdae41235e3 09:38:32 $ docker rm -f d8fe3b15cb1f3cc6a67c83abbf34f7ce270348d460c5ef7668409cdae41235e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:38:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:38:33 . [Pipeline] withDockerContainer 09:38:33 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:38:33 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:38:36 $ docker top 10a254e11914e162361d72b57cf77be8e8321773d8ce29068d62efa0ed0b4a27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:38:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:36 [ssh-agent] Looking for ssh-agent implementation... 09:38:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:37 $ docker exec 10a254e11914e162361d72b57cf77be8e8321773d8ce29068d62efa0ed0b4a27 ssh-agent 09:38:37 SSH_AUTH_SOCK=/tmp/ssh-JOFdI88o2SwW/agent.11 09:38:37 SSH_AGENT_PID=16 09:38:37 Running ssh-add (command line suppressed) 09:38:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7824481462559118965.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7824481462559118965.key) 09:38:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:38 + git semver push 09:38:38 # -> Open(): unable to determine branch for HEAD 09:38:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:38:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:38:38 # $SEMVER_REMOTE_NAME = origin 09:38:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:38:38 # $SEMVER_USER_NAME = edgex-jenkins 09:38:38 # $SEMVER_BRANCH = master 09:38:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:38:43 $ docker exec --env ******** --env ******** 10a254e11914e162361d72b57cf77be8e8321773d8ce29068d62efa0ed0b4a27 ssh-agent -k 09:38:44 unset SSH_AUTH_SOCK; 09:38:44 unset SSH_AGENT_PID; 09:38:44 echo Agent pid 16 killed; 09:38:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:38:45 + git semver [Pipeline] } 09:38:45 $ docker stop --time=1 10a254e11914e162361d72b57cf77be8e8321773d8ce29068d62efa0ed0b4a27 09:38:46 $ docker rm -f 10a254e11914e162361d72b57cf77be8e8321773d8ce29068d62efa0ed0b4a27 [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 09:38:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:38:49 ---> package-listing.sh 09:38:49 ++ facter osfamily 09:38:49 ++ tr '[:upper:]' '[:lower:]' 09:38:49 + OS_FAMILY=redhat 09:38:49 + workspace=/w/workspace/dry_go-mod-core-contracts_master 09:38:49 + START_PACKAGES=/tmp/packages_start.txt 09:38:49 + END_PACKAGES=/tmp/packages_end.txt 09:38:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:38:49 + PACKAGES=/tmp/packages_start.txt 09:38:49 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:38:49 + PACKAGES=/tmp/packages_end.txt 09:38:49 + case "${OS_FAMILY}" in 09:38:49 + rpm -qa 09:38:49 + sort 09:38:56 + '[' -f /tmp/packages_start.txt ']' 09:38:56 + '[' -f /tmp/packages_end.txt ']' 09:38:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:38:56 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 09:38:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 09:38:56 + 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 09:38:56 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 09:38:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:38:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:57 09:38:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:38:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:57 alpine: Pulling from edgex-lftools-log-publisher 09:38:57 df20fa9351a1: Pulling fs layer 09:38:57 36b3adc4ff6f: Pulling fs layer 09:38:57 8ad3a11d3b57: Pulling fs layer 09:38:57 46f8f816bc3b: Pulling fs layer 09:38:57 93b61091891f: Pulling fs layer 09:38:57 93b9cdb0e59b: Pulling fs layer 09:38:57 5e14af77c1be: Pulling fs layer 09:38:57 01666e4c0597: Pulling fs layer 09:38:57 aa168da1d23b: Pulling fs layer 09:38:57 93b9cdb0e59b: Waiting 09:38:57 5e14af77c1be: Waiting 09:38:57 01666e4c0597: Waiting 09:38:57 aa168da1d23b: Waiting 09:38:57 46f8f816bc3b: Waiting 09:38:57 93b61091891f: Waiting 09:38:57 36b3adc4ff6f: Download complete 09:38:58 46f8f816bc3b: Verifying Checksum 09:38:58 46f8f816bc3b: Download complete 09:38:58 df20fa9351a1: Download complete 09:38:58 93b9cdb0e59b: Verifying Checksum 09:38:58 93b9cdb0e59b: Download complete 09:38:58 5e14af77c1be: Verifying Checksum 09:38:58 5e14af77c1be: Download complete 09:38:58 01666e4c0597: Download complete 09:38:58 93b61091891f: Verifying Checksum 09:38:58 93b61091891f: Download complete 09:38:58 8ad3a11d3b57: Verifying Checksum 09:38:58 8ad3a11d3b57: Download complete 09:38:58 df20fa9351a1: Pull complete 09:38:58 36b3adc4ff6f: Pull complete 09:39:00 8ad3a11d3b57: Pull complete 09:39:00 46f8f816bc3b: Pull complete 09:39:01 aa168da1d23b: Verifying Checksum 09:39:01 aa168da1d23b: Download complete 09:39:02 93b61091891f: Pull complete 09:39:02 93b9cdb0e59b: Pull complete 09:39:02 5e14af77c1be: Pull complete 09:39:02 01666e4c0597: Pull complete 09:39:17 aa168da1d23b: Pull complete 09:39:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:39:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:39:18 prd-centos7-docker-4c-2g-31722 does not seem to be running inside a container 09:39:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:39:21 $ docker top 57b6363ce18e60b1f2131c965a65e69a3a6736dfc828e59a0b821859f632e782 -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:21 + touch /tmp/pre-build-complete [Pipeline] sh 09:39:22 + mkdir -p /var/log/sa [Pipeline] sh 09:39:22 + ls /var/log/sa-host 09:39:22 + sadf -c /var/log/sa-host/sa23 09:39:22 file_magic: OK 09:39:22 HZ: Using current value: 100 09:39:22 file_header: OK 09:39:22 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 09:39:22 Statistics: 09:39:22 Hnuu...uuuununununu... 09:39:22 File successfully converted to sysstat format version 12.2.1 09:39:22 + sadf -c /var/log/sa-host/sa29 09:39:22 file_magic: OK 09:39:22 HZ: Using current value: 100 09:39:22 file_header: OK 09:39:22 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 09:39:22 Statistics: 09:39:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:39:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:39:23 provisioning config files... 09:39:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8442047698762281866tmp [Pipeline] { [Pipeline] echo 09:39:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:39:23 ---> create-netrc.sh [Pipeline] } 09:39:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:39:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:39:24 ---> python-tools-install.sh [Pipeline] echo 09:39:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:39:24 ---> sudo-logs.sh 09:39:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:39:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:39:25 ---> job-cost.sh 09:39:25 lf-activate-venv: SKIPPING 09:39:25 DEBUG: total: 0.20999999344348907 09:39:25 INFO: Retrieving Stack Cost... 09:39:26 INFO: Retrieving Pricing Info for: v1-standard-2 09:39:26 INFO: Archiving Costs [Pipeline] echo 09:39:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:39:27 ---> logs-deploy.sh 09:39:27 lf-activate-venv: SKIPPING 09:39:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/181 09:39:27 INFO: archiving workspace using pattern(s): 09:39:29 Archives upload complete. 09:39:30 INFO: archiving logs to Nexus 09:39:32 ---> uname -a: 09:39:32 Linux prd-centos7-docker-4c-2g-31722.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:39:32 09:39:32 09:39:32 ---> lscpu: 09:39:32 Architecture: x86_64 09:39:32 CPU op-mode(s): 32-bit, 64-bit 09:39:32 Byte Order: Little Endian 09:39:32 Address sizes: 40 bits physical, 48 bits virtual 09:39:32 CPU(s): 4 09:39:32 On-line CPU(s) list: 0-3 09:39:32 Thread(s) per core: 1 09:39:32 Core(s) per socket: 1 09:39:32 Socket(s): 4 09:39:32 NUMA node(s): 1 09:39:32 Vendor ID: GenuineIntel 09:39:32 CPU family: 6 09:39:32 Model: 44 09:39:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:39:32 Stepping: 1 09:39:32 CPU MHz: 2933.438 09:39:32 BogoMIPS: 5866.87 09:39:32 Virtualization: VT-x 09:39:32 Hypervisor vendor: KVM 09:39:32 Virtualization type: full 09:39:32 L1d cache: 128 KiB 09:39:32 L1i cache: 128 KiB 09:39:32 L2 cache: 16 MiB 09:39:32 L3 cache: 64 MiB 09:39:32 NUMA node0 CPU(s): 0-3 09:39:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:39:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:39:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:39:32 Vulnerability Meltdown: Mitigation; PTI 09:39:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:39:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:39:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:39:32 Vulnerability Srbds: Not affected 09:39:32 Vulnerability Tsx async abort: Not affected 09:39:32 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 09:39:32 09:39:32 09:39:32 ---> nproc: 09:39:32 4 09:39:32 09:39:32 09:39:32 ---> df -h: 09:39:32 Filesystem Size Used Available Use% Mounted on 09:39:32 overlay 50.0G 8.5G 41.4G 17% / 09:39:32 tmpfs 64.0M 0 64.0M 0% /dev 09:39:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:39:32 shm 64.0M 0 64.0M 0% /dev/shm 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:39:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:39:32 09:39:32 09:39:32 ---> free -m: 09:39:32 total used free shared buff/cache available 09:39:32 Mem: 1837 841 144 0 851 931 09:39:32 Swap: 1023 3 1020 09:39:32 09:39:32 09:39:32 ---> ip addr: 09:39:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:39:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:39:32 inet 127.0.0.1/8 scope host lo 09:39:32 valid_lft forever preferred_lft forever 09:39:32 inet6 ::1/128 scope host 09:39:32 valid_lft forever preferred_lft forever 09:39:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:39:32 link/ether fa:16:3e:92:da:92 brd ff:ff:ff:ff:ff:ff 09:39:32 inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 09:39:32 valid_lft 85702sec preferred_lft 85702sec 09:39:32 inet6 fe80::f816:3eff:fe92:da92/64 scope link 09:39:32 valid_lft forever preferred_lft forever 09:39:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:39:32 link/ether 02:42:e4:db:bf:48 brd ff:ff:ff:ff:ff:ff 09:39:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:39:32 valid_lft forever preferred_lft forever 09:39:32 inet6 fe80::42:e4ff:fedb:bf48/64 scope link 09:39:32 valid_lft forever preferred_lft forever 09:39:32 09:39:32 09:39:32 ---> sar -b -r -n DEV: 09:39:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 09:39:32 09:39:32 09:27:42 LINUX RESTART (4 CPU) 09:39:32 09:39:32 09:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:39:32 09:30:01 38.84 12.47 26.37 0.00 4425.47 2422.06 0.00 09:39:32 09:31:01 1.98 0.00 1.98 0.00 0.00 40.02 0.00 09:39:32 09:32:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 09:39:32 09:33:02 0.25 0.00 0.25 0.00 0.00 3.48 0.00 09:39:32 09:34:01 0.34 0.00 0.34 0.00 0.00 5.03 0.00 09:39:32 09:35:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 09:39:32 09:36:01 5.76 0.23 5.52 0.00 120.83 3760.23 0.00 09:39:32 09:37:01 288.87 175.34 113.54 0.00 8081.02 31789.47 0.00 09:39:32 09:38:01 174.16 47.95 126.22 0.00 2737.11 29136.81 0.00 09:39:32 09:39:02 122.98 87.56 35.41 0.00 5846.98 8582.09 0.00 09:39:32 Average: 63.55 32.43 31.12 0.00 2126.63 7599.16 0.00 09:39:32 09:39:32 09:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:39:32 09:30:01 160932 0 626796 33.31 2620 1091196 1162784 39.68 436724 1082972 8 09:39:32 09:31:01 173552 0 614168 32.64 2620 1091204 1073916 36.65 437028 1071552 8 09:39:32 09:32:01 172460 0 615256 32.70 2620 1091208 1074232 36.66 436836 1073328 20 09:39:32 09:33:02 170312 0 617400 32.81 2620 1091212 1074256 36.66 455236 1056544 8 09:39:32 09:34:01 171704 0 616004 32.74 2620 1091216 1074040 36.66 452480 1058224 8 09:39:32 09:35:01 172148 0 615556 32.72 2620 1091220 1073980 36.65 452168 1058224 8 09:39:32 09:36:01 74176 0 649476 34.52 2620 1155272 1277240 43.59 496080 1105852 79528 09:39:32 09:37:01 168452 0 715204 38.01 2596 995292 1288664 43.98 535832 917248 8 09:39:32 09:38:01 168824 0 778584 41.38 1796 932340 1298464 44.31 540252 838108 92 09:39:32 09:39:02 113100 0 805476 42.81 1492 961476 1339960 45.73 602744 828104 46248 09:39:32 Average: 154566 0 665392 35.36 2422 1059164 1173754 40.06 484538 1009016 12594 09:39:32 09:39:32 09:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:39:32 09:30:01 eth0 127.56 102.32 470.37 42.54 0.00 0.00 0.00 0.00 09:39:32 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:30:01 docker0 10.78 6.43 2.09 21.85 0.00 0.00 0.00 0.00 09:39:32 09:31:01 eth0 0.72 0.20 0.06 0.05 0.00 0.00 0.00 0.00 09:39:32 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:32:01 eth0 3.50 1.53 3.25 0.27 0.00 0.00 0.00 0.00 09:39:32 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:33:02 eth0 0.78 0.43 0.34 0.21 0.00 0.00 0.00 0.00 09:39:32 09:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:34:01 eth0 0.22 0.15 0.09 0.07 0.00 0.00 0.00 0.00 09:39:32 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:39:32 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:36:01 eth0 315.02 268.60 3167.85 22.13 0.00 0.00 0.00 0.00 09:39:32 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:37:01 eth0 125.83 105.67 1076.54 15.04 0.00 0.00 0.00 0.00 09:39:32 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:37:01 docker0 22.20 23.45 1.73 158.36 0.00 0.00 0.00 0.00 09:39:32 09:38:01 eth0 364.98 295.73 3197.85 85.24 0.00 0.00 0.00 0.00 09:39:32 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:38:01 vethf791550 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:39:02 eth0 289.21 211.12 2442.49 79.22 0.00 0.00 0.00 0.00 09:39:32 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 09:39:02 docker0 35.13 48.21 2.58 234.39 0.00 0.00 0.00 0.00 09:39:32 Average: eth0 123.16 98.88 1038.92 24.57 0.00 0.00 0.00 0.00 09:39:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:32 Average: docker0 6.82 7.82 0.64 41.53 0.00 0.00 0.00 0.00 09:39:32 09:39:32 09:39:32 ---> sar -P ALL: 09:39:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 09:39:32 09:39:32 09:27:42 LINUX RESTART (4 CPU) 09:39:32 09:39:32 09:29:01 CPU %user %nice %system %iowait %steal %idle 09:39:32 09:30:01 all 3.10 0.00 2.80 1.25 9.99 82.86 09:39:32 09:30:01 0 2.34 0.00 2.58 0.66 9.97 84.45 09:39:32 09:30:01 1 3.06 0.00 3.19 1.13 9.74 82.89 09:39:32 09:30:01 2 2.90 0.00 3.11 2.03 10.31 81.65 09:39:32 09:30:01 3 4.10 0.00 2.35 1.17 9.94 82.44 09:39:32 09:31:01 all 0.12 0.00 0.06 0.00 0.53 99.29 09:39:32 09:31:01 0 0.03 0.00 0.07 0.00 0.89 99.01 09:39:32 09:31:01 1 0.38 0.00 0.07 0.00 0.66 98.89 09:39:32 09:31:01 2 0.05 0.00 0.07 0.00 0.42 99.47 09:39:32 09:31:01 3 0.02 0.00 0.03 0.00 0.17 99.78 09:39:32 09:32:01 all 0.15 0.00 0.09 0.00 0.74 99.02 09:39:32 09:32:01 0 0.08 0.00 0.07 0.00 0.84 99.01 09:39:32 09:32:01 1 0.43 0.00 0.05 0.00 0.73 98.79 09:39:32 09:32:01 2 0.05 0.00 0.17 0.00 0.96 98.82 09:39:32 09:32:01 3 0.05 0.00 0.07 0.00 0.41 99.47 09:39:32 09:33:02 all 0.12 0.00 0.04 0.00 0.63 99.20 09:39:32 09:33:02 0 0.02 0.00 0.02 0.00 0.27 99.70 09:39:32 09:33:02 1 0.05 0.00 0.08 0.00 1.37 98.50 09:39:32 09:33:02 2 0.41 0.00 0.03 0.00 0.71 98.84 09:39:32 09:33:02 3 0.02 0.00 0.02 0.00 0.18 99.78 09:39:32 09:34:01 all 0.12 0.00 0.13 0.00 0.40 99.35 09:39:32 09:34:01 0 0.05 0.00 0.17 0.00 0.31 99.47 09:39:32 09:34:01 1 0.02 0.00 0.19 0.00 0.32 99.48 09:39:32 09:34:01 2 0.35 0.00 0.08 0.00 0.63 98.94 09:39:32 09:34:01 3 0.05 0.00 0.08 0.00 0.34 99.53 09:39:32 09:35:01 all 0.12 0.00 0.03 0.00 0.16 99.68 09:39:32 09:35:01 0 0.03 0.00 0.05 0.00 0.08 99.83 09:39:32 09:35:01 1 0.02 0.00 0.03 0.00 0.10 99.85 09:39:32 09:35:01 2 0.43 0.00 0.02 0.00 0.23 99.32 09:39:32 09:35:01 3 0.02 0.00 0.03 0.00 0.22 99.73 09:39:32 09:36:01 all 1.24 0.00 1.04 0.01 2.65 95.06 09:39:32 09:36:01 0 1.19 0.00 1.14 0.00 2.65 95.02 09:39:32 09:36:01 1 1.56 0.00 1.32 0.00 2.41 94.71 09:39:32 09:36:01 2 1.40 0.00 0.94 0.02 2.54 95.11 09:39:32 09:36:01 3 0.81 0.00 0.78 0.02 2.98 95.42 09:39:32 09:37:01 all 5.13 0.00 4.96 2.87 28.46 58.58 09:39:32 09:37:01 0 5.31 0.00 4.81 2.68 29.68 57.52 09:39:32 09:37:01 1 4.39 0.00 5.55 2.37 28.92 58.77 09:39:32 09:37:01 2 5.09 0.00 4.91 2.89 26.04 61.07 09:39:32 09:37:01 3 5.75 0.00 4.55 3.53 29.16 57.02 09:39:32 09:38:01 all 5.85 0.00 6.65 1.14 30.02 56.34 09:39:32 09:38:01 0 4.95 0.00 5.23 1.06 31.40 57.35 09:39:32 09:38:01 1 5.69 0.00 6.92 1.14 29.50 56.74 09:39:32 09:38:01 2 5.53 0.00 6.01 0.63 29.06 58.77 09:39:32 09:38:01 3 7.30 0.00 8.54 1.76 30.09 52.32 09:39:32 09:39:02 all 5.61 0.00 5.62 2.86 14.52 71.40 09:39:32 09:39:02 0 4.68 0.00 6.73 1.00 14.15 73.45 09:39:32 09:39:02 1 8.56 0.00 5.67 3.77 15.03 66.97 09:39:32 09:39:02 2 4.38 0.00 4.23 2.89 14.93 73.57 09:39:32 09:39:02 3 4.80 0.00 5.87 3.75 13.98 71.60 09:39:32 Average: all 2.27 0.00 2.26 0.85 9.41 85.20 09:39:32 Average: 0 1.98 0.00 2.20 0.58 9.74 85.50 09:39:32 Average: 1 2.52 0.00 2.44 0.88 9.50 84.65 09:39:32 Average: 2 2.16 0.00 2.07 0.88 9.13 85.75 09:39:32 Average: 3 2.41 0.00 2.35 1.08 9.28 84.89 09:39:32 09:39:32 09:39:32