Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c0e349fb4299bf449335fb3569ee365a1b383ad 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30469’ Running on prd-centos7-docker-4c-2g-30471 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) 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 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 Commit message: "Merge pull request #552 from FelixTing/issue-551" > git rev-list --no-walk 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:30:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:30:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:30:42 ========================================================= 03:30:42 EdgeX Global Pipelines Version Info 03:30:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:30:45 ------------------- 03:30:45 stable info: 03:30:45 ------------------- 03:30:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:30:45 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:30:45 Message: update stable to v1.0.184 03:30:46 ------------------- 03:30:46 experimental info: 03:30:46 ------------------- 03:30:46 Commited By: **** collab-it+edgex@linuxfoundation.org 03:30:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:30:46 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:30:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:30:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:30:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:30:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:30:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c0e349 [Pipeline] echo 03:30:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:30:50 + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo 03:30:51 GIT_COMMIT: 1c0e349fb4299bf449335fb3569ee365a1b383ad, Commit Message: Merge pull request #552 from FelixTing/issue-551 [Pipeline] echo 03:30:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:30:52 03:30:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:30:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:30:53 latest: Pulling from edgex-devops/git-semver 03:30:53 31603596830f: Pulling fs layer 03:30:53 2a8b12db71e7: Pulling fs layer 03:30:53 6ca5941a6612: Pulling fs layer 03:30:53 ecc8261a40a4: Pulling fs layer 03:30:53 ecc8261a40a4: Waiting 03:30:53 2a8b12db71e7: Verifying Checksum 03:30:53 2a8b12db71e7: Download complete 03:30:53 31603596830f: Verifying Checksum 03:30:53 31603596830f: Download complete 03:30:54 ecc8261a40a4: Verifying Checksum 03:30:54 ecc8261a40a4: Download complete 03:30:54 6ca5941a6612: Verifying Checksum 03:30:54 6ca5941a6612: Download complete 03:30:54 31603596830f: Pull complete 03:30:54 2a8b12db71e7: Pull complete 03:30:56 6ca5941a6612: Pull complete 03:30:57 ecc8261a40a4: Pull complete 03:30:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:30:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:30:57 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:30:57 $ 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 03:31:00 $ docker top 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:31:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:31:01 [ssh-agent] Looking for ssh-agent implementation... 03:31:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:31:02 $ docker exec 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent 03:31:03 SSH_AUTH_SOCK=/tmp/ssh-J9iF8VPAUUHP/agent.11 03:31:03 SSH_AGENT_PID=16 03:31:03 Running ssh-add (command line suppressed) 03:31:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2505617795465168877.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2505617795465168877.key) 03:31:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:31:04 + git tag --points-at HEAD [Pipeline] } 03:31:04 $ docker exec --env ******** --env ******** 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent -k 03:31:05 unset SSH_AUTH_SOCK; 03:31:05 unset SSH_AGENT_PID; 03:31:05 echo Agent pid 16 killed; 03:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:31:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:31:05 [ssh-agent] Looking for ssh-agent implementation... 03:31:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:31:06 $ docker exec 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent 03:31:06 SSH_AUTH_SOCK=/tmp/ssh-7jacGBdt7f2Q/agent.45 03:31:06 SSH_AGENT_PID=50 03:31:06 Running ssh-add (command line suppressed) 03:31:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5945452487792412032.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5945452487792412032.key) 03:31:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:31:07 + git semver init 03:31:07 # -> Open(): unable to determine branch for HEAD 03:31:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:31:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:31:07 # $SEMVER_REMOTE_NAME = origin 03:31:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:31:07 # $SEMVER_USER_NAME = edgex-jenkins 03:31:07 # $SEMVER_BRANCH = master 03:31:07 # $SEMVER_TEMP = /tmp/semver-509954894 03:31:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:31:08 # '/tmp/semver-509954894' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 03:31:08 # -> Force: false 03:31:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:31:08 $ docker exec --env ******** --env ******** 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent -k 03:31:09 unset SSH_AUTH_SOCK; 03:31:09 unset SSH_AGENT_PID; 03:31:09 echo Agent pid 50 killed; 03:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:31:11 + git semver [Pipeline] } 03:31:11 $ docker stop --time=1 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 03:31:13 $ docker rm -f 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 [Pipeline] // withDockerContainer [Pipeline] sh 03:31:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:31:15 Stashed 1 file(s) [Pipeline] echo 03:31:15 [edgeXSemver]: initialized semver on version 2.0.0-dev.54 [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 03:31:31 Still waiting to schedule task 03:31:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:31:31 Still waiting to schedule task 03:31:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:34:29 Running on prd-centos7-docker-4c-2g-30473 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:34:29 Running in /w/workspace/go-mod-core-contracts/173 [Pipeline] { [Pipeline] checkout 03:34:32 using credential edgex-jenkins-ssh 03:34:32 Cloning the remote Git repository 03:34:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:34:32 > git init /w/workspace/go-mod-core-contracts/173 # timeout=10 03:34:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:34:32 > git --version # timeout=10 03:34:32 > git --version # 'git version 2.24.3' 03:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:33 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) 03:34:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:34:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:34:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:34:33 > git config core.sparsecheckout # timeout=10 03:34:33 > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 03:34:37 Commit message: "Merge pull request #552 from FelixTing/issue-551" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:34:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:34:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:34:39 + true 03:34:39 + sudo service docker restart 03:34:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:34:40 ========================================================= 03:34:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:34:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:34:40 + 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 . 03:34:41 Sending build context to Docker daemon 2.806MB 03:34:41 Step 1/7 : ARG BASE=golang:1.15-alpine 03:34:41 Step 2/7 : FROM ${BASE} 03:34:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:34:41 188c0c94c7c5: Pulling fs layer 03:34:41 0ef7d3d256c8: Pulling fs layer 03:34:41 de9db76c5a1d: Pulling fs layer 03:34:41 bca2f99d35d6: Pulling fs layer 03:34:41 93359f2a8cfa: Pulling fs layer 03:34:41 7c6f9722023f: Pulling fs layer 03:34:41 a35cf1a2eb13: Pulling fs layer 03:34:41 bca2f99d35d6: Waiting 03:34:41 93359f2a8cfa: Waiting 03:34:41 a35cf1a2eb13: Waiting 03:34:41 7c6f9722023f: Waiting 03:34:41 de9db76c5a1d: Download complete 03:34:41 0ef7d3d256c8: Verifying Checksum 03:34:41 0ef7d3d256c8: Download complete 03:34:41 93359f2a8cfa: Verifying Checksum 03:34:41 93359f2a8cfa: Download complete 03:34:42 7c6f9722023f: Download complete 03:34:42 188c0c94c7c5: Verifying Checksum 03:34:42 188c0c94c7c5: Download complete 03:34:42 188c0c94c7c5: Pull complete 03:34:42 0ef7d3d256c8: Pull complete 03:34:42 de9db76c5a1d: Pull complete 03:34:44 a35cf1a2eb13: Verifying Checksum 03:34:44 a35cf1a2eb13: Download complete 03:34:45 bca2f99d35d6: Verifying Checksum 03:34:45 bca2f99d35d6: Download complete 03:34:51 bca2f99d35d6: Pull complete 03:34:51 93359f2a8cfa: Pull complete 03:34:51 7c6f9722023f: Pull complete 03:34:55 a35cf1a2eb13: Pull complete 03:34:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:34:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:34:55 ---> a62c8e92a672 03:34:55 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:34:55 ---> Running in c5761bddbcf8 03:34:55 Removing intermediate container c5761bddbcf8 03:34:55 ---> 211e44d3d5b4 03:34:55 Step 4/7 : RUN apk add bash 03:34:55 ---> Running in cdb8cec9613b 03:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:34:58 OK: 166 MiB in 39 packages 03:34:58 Removing intermediate container cdb8cec9613b 03:34:58 ---> 9bc7624ccd61 03:34:58 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:34:58 ---> Running in 316dcaab2c0d 03:34:58 Removing intermediate container 316dcaab2c0d 03:34:58 ---> 53fe12f1b253 03:34:58 Step 6/7 : COPY go.mod . 03:34:59 ---> 5268ee489e6e 03:34:59 Step 7/7 : RUN go mod download 03:34:59 ---> Running in 9eaa1a7760bb 03:35:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30472 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:35:02 Running in /w/workspace/go-mod-core-contracts/173 [Pipeline] { [Pipeline] checkout 03:35:08 using credential edgex-jenkins-ssh 03:35:08 Cloning the remote Git repository 03:35:08 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:35:08 > git init /w/workspace/go-mod-core-contracts/173 # timeout=10 03:35:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:35:08 > git --version # timeout=10 03:35:08 > git --version # 'git version 2.17.1' 03:35:08 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:35:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:35:11 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) 03:35:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:11 > git config core.sparsecheckout # timeout=10 03:35:11 > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 03:35:11 Removing intermediate container 9eaa1a7760bb 03:35:11 ---> 4c89c8465669 03:35:11 Successfully built 4c89c8465669 03:35:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:35:12 + docker inspect -f . ci-base-image-x86_64 03:35:12 . [Pipeline] withDockerContainer 03:35:12 prd-centos7-docker-4c-2g-30473 does not seem to be running inside a container 03:35:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:35:13 $ docker top 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:13 + go version 03:35:13 go version go1.15.5 linux/amd64 [Pipeline] } 03:35:13 $ docker stop --time=1 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f 03:35:14 $ docker rm -f 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:35:15 Commit message: "Merge pull request #552 from FelixTing/issue-551" 03:35:15 + docker inspect -f . ci-base-image-x86_64 03:35:15 . [Pipeline] withDockerContainer 03:35:15 prd-centos7-docker-4c-2g-30473 does not seem to be running inside a container 03:35:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:35:16 $ docker top d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 03:35:17 + make test 03:35:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:35:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:35:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:35:19 + true 03:35:19 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 03:35:22 ========================================================= 03:35:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:35:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:35:22 + 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 . 03:35:23 Sending build context to Docker daemon 2.805MB 03:35:23 Step 1/7 : ARG BASE=golang:1.15-alpine 03:35:23 Step 2/7 : FROM ${BASE} 03:35:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:35:24 5f621e34cdf4: Pulling fs layer 03:35:24 a4357932f1b6: Pulling fs layer 03:35:24 18c013af1878: Pulling fs layer 03:35:24 00ac8860ef70: Pulling fs layer 03:35:24 63d7cb157983: Pulling fs layer 03:35:24 b116817d02f9: Pulling fs layer 03:35:24 745a02a5169b: Pulling fs layer 03:35:24 00ac8860ef70: Waiting 03:35:24 63d7cb157983: Waiting 03:35:24 b116817d02f9: Waiting 03:35:24 745a02a5169b: Waiting 03:35:24 18c013af1878: Verifying Checksum 03:35:24 18c013af1878: Download complete 03:35:24 a4357932f1b6: Download complete 03:35:24 63d7cb157983: Verifying Checksum 03:35:24 63d7cb157983: Download complete 03:35:24 b116817d02f9: Download complete 03:35:24 5f621e34cdf4: Verifying Checksum 03:35:24 5f621e34cdf4: Download complete 03:35:25 5f621e34cdf4: Pull complete 03:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 03:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements 03:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.034s coverage: 100.0% of statements 03:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.038s coverage: 45.4% of statements 03:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.029s coverage: 77.8% of statements 03:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 03:35:25 a4357932f1b6: Pull complete 03:35:26 18c013af1878: Pull complete 03:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements 03:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements 03:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements 03:35:26 745a02a5169b: Verifying Checksum 03:35:26 745a02a5169b: Download complete 03:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements 03:35:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 03:35:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 03:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements 03:35:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements 03:35:27 00ac8860ef70: Verifying Checksum 03:35:27 00ac8860ef70: Download complete 03:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements 03:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 03:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements 03:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 03:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.004s coverage: 14.3% of statements 03:35:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 03:35:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.099s coverage: 83.8% of statements 03:35:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 03:35:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 03:35:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 03:35:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 49.3% of statements 03:35:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements 03:35:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.050s coverage: 91.9% of statements 03:35:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 03:35:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 03:35:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:35:33 gofmt -l . 03:35:33 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:35:34 $ docker stop --time=1 d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d 03:35:36 $ docker rm -f d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d [Pipeline] // withDockerContainer [Pipeline] sh 03:35:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:35:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 03:35:37 00ac8860ef70: Pull complete Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 03:35:38 63d7cb157983: Pull complete [Pipeline] // stage Post stage 03:35:38 b116817d02f9: Pull complete [Pipeline] libraryResource [Pipeline] sh 03:35:38 ---> job-cost.sh 03:35:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3LVe 03:35:42 745a02a5169b: Pull complete 03:35:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:35:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:35:42 ---> b7e6874047d6 03:35:42 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:35:45 ---> Running in 312e14ee8cc8 03:35:45 Removing intermediate container 312e14ee8cc8 03:35:45 ---> 86a62fcb1ce2 03:35:45 Step 4/7 : RUN apk add bash 03:35:45 ---> Running in 2d7ba441c46a 03:35:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:49 OK: 142 MiB in 39 packages 03:35:50 Removing intermediate container 2d7ba441c46a 03:35:50 ---> c9ddf678559a 03:35:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:35:50 ---> Running in 01ffa154bd5f 03:35:51 Removing intermediate container 01ffa154bd5f 03:35:51 ---> 512a1557527a 03:35:51 Step 6/7 : COPY go.mod . 03:35:52 ---> 123ebcb1ed84 03:35:52 Step 7/7 : RUN go mod download 03:35:52 ---> Running in ef6a45a6f5b5 03:35:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:36:07 Removing intermediate container ef6a45a6f5b5 03:36:07 ---> 9402c0e705ad 03:36:07 Successfully built 9402c0e705ad 03:36:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:36:07 + docker inspect -f . ci-base-image-arm64 03:36:07 . [Pipeline] withDockerContainer 03:36:07 prd-ubuntu18.04-docker-arm64-4c-16g-30472 does not seem to be running inside a container 03:36:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@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 03:36:09 $ docker top 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:10 + go version 03:36:10 go version go1.15.5 linux/arm64 [Pipeline] } 03:36:10 $ docker stop --time=1 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 03:36:12 $ docker rm -f 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:36:14 + docker inspect -f . ci-base-image-arm64 03:36:14 . [Pipeline] withDockerContainer 03:36:14 prd-ubuntu18.04-docker-arm64-4c-16g-30472 does not seem to be running inside a container 03:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@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 03:36:15 $ docker top 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:16 + make test 03:36:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:36:20 lf-activate-venv(): INFO: Adding /tmp/venv-3LVe/bin to PATH 03:36:20 INFO: No Stack... 03:36:21 INFO: Retrieving Pricing Info for: v1-standard-2 03:36:22 INFO: Archiving Costs [Pipeline] sh 03:36:22 + cat /w/workspace/go-mod-core-contracts/173/archives/cost.csv 03:36:22 + cut -d, -f6 [Pipeline] lock 03:36:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] 03:36:22 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] did not exist. Created. 03:36:22 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:36:23 + echo total: 0.029999999329447746 [Pipeline] stash 03:36:23 Stashed 1 file(s) [Pipeline] } 03:36:23 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:36:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 03:36:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.061s coverage: 85.7% of statements 03:36:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.047s coverage: 100.0% of statements 03:36:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements 03:36:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements 03:36:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 03:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.025s coverage: 26.3% of statements 03:36:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.052s coverage: 14.7% of statements 03:36:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 03:36:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements 03:36:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 03:36:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 03:36:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements 03:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 36.7% of statements 03:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.196s coverage: 63.0% of statements 03:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 03:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.031s coverage: 15.4% of statements 03:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.040s coverage: 15.4% of statements 03:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements 03:36:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 03:36:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.230s coverage: 83.8% of statements 03:36:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 03:36:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 03:36:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 03:36:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.060s coverage: 49.3% of statements 03:36:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.065s coverage: 94.7% of statements 03:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.176s coverage: 91.9% of statements 03:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 03:37:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 03:37:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:37:06 gofmt -l . 03:37:06 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:37:07 $ docker stop --time=1 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 03:37:10 $ docker rm -f 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 [Pipeline] // withDockerContainer [Pipeline] sh 03:37:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:37:11 Warning: overwriting stash ‘coverage-report’ 03:37:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:37:13 ---> job-cost.sh 03:37:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OPCJ 03:38:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:40:07 lf-activate-venv(): INFO: Adding /tmp/venv-OPCJ/bin to PATH 03:40:07 INFO: No Stack... 03:40:07 INFO: Retrieving Pricing Info for: lf-standard-4 03:40:07 INFO: Archiving Costs [Pipeline] sh 03:40:07 + cat /w/workspace/go-mod-core-contracts/173/archives/cost.csv 03:40:07 + cut -d, -f6 [Pipeline] lock 03:40:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] 03:40:07 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] did not exist. Created. 03:40:07 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:40:08 /w/workspace/go-mod-core-contracts/173@tmp/durable-a2d95a1b/script.sh: 1: /w/workspace/go-mod-core-contracts/173@tmp/durable-a2d95a1b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:40:08 + echo total: 0.20999999344348907 [Pipeline] stash 03:40:08 Warning: overwriting stash ‘stack-cost’ 03:40:08 Stashed 1 file(s) [Pipeline] } 03:40:08 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-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 03:40:10 provisioning config files... 03:40:10 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1742575021148458512tmp [Pipeline] { [Pipeline] sh 03:40:11 + set +x 03:40:11 + curl -s https://codecov.io/bash 03:40:11 + bash -s -- 03:40:11 03:40:11 _____ _ 03:40:11 / ____| | | 03:40:11 | | ___ __| | ___ ___ _____ __ 03:40:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:40:11 | |___| (_) | (_| | __/ (_| (_) \ V / 03:40:11 \_____\___/ \__,_|\___|\___\___/ \_/ 03:40:11 Bash-20210309-2b87ace 03:40:11 03:40:11 03:40:11 ==> git version 2.24.3 found 03:40:11 ==> 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 03:40:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:40:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:40:11 ==> Jenkins CI detected. 03:40:11 project root: . 03:40:11 --> token set from env 03:40:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:40:11 ==> Running gcov in . (disable via -X gcov) 03:40:11 ==> Python coveragepy not found 03:40:11 ==> Searching for coverage reports in: 03:40:11 + . 03:40:11 -> Found 1 reports 03:40:11 ==> Detecting git/mercurial file structure 03:40:11 ==> Reading reports 03:40:11 + ./coverage.out bytes=160267 03:40:11 ==> Appending adjustments 03:40:11 https://docs.codecov.io/docs/fixing-reports 03:40:14 + Found adjustments 03:40:14 ==> Gzipping contents 03:40:14 24K /tmp/codecov.T6kgYH.gz 03:40:14 ==> Uploading reports 03:40:14 url: https://codecov.io 03:40:14 query: branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=173&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F173%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:14 -> Pinging Codecov 03:40:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=173&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F173%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:15 -> Uploading to 03:40:15 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/71470A77251A30514AAF9C0BB2E5B6CE/1c0e349fb4299bf449335fb3569ee365a1b383ad/0c94bd20-b581-4afd-95a7-40024f2812c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T034014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43f8be2c73d85734b6b8be7eeb85845a522770f68822f39408967b1016f37f8b 03:40:15 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:15 Dload Upload Total Spent Left Speed 03:40:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24059 0 0 100 24059 0 47725 --:--:-- --:--:-- --:--:-- 47736 03:40:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] } 03:40:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:40:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:40:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:17 03:40:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:40:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:40:17 188c0c94c7c5: Pulling fs layer 03:40:17 0ef7d3d256c8: Pulling fs layer 03:40:17 de9db76c5a1d: Pulling fs layer 03:40:17 0eba1c9be4d2: Pulling fs layer 03:40:17 0d57e429df01: Pulling fs layer 03:40:17 4e4be7b47b0d: Pulling fs layer 03:40:17 e1f770b5df2f: Pulling fs layer 03:40:17 85a0685a4137: Pulling fs layer 03:40:17 4e4be7b47b0d: Waiting 03:40:17 e1f770b5df2f: Waiting 03:40:17 85a0685a4137: Waiting 03:40:17 0eba1c9be4d2: Waiting 03:40:17 0d57e429df01: Waiting 03:40:17 de9db76c5a1d: Verifying Checksum 03:40:17 de9db76c5a1d: Download complete 03:40:17 0ef7d3d256c8: Download complete 03:40:17 0d57e429df01: Verifying Checksum 03:40:17 0d57e429df01: Download complete 03:40:17 4e4be7b47b0d: Verifying Checksum 03:40:17 4e4be7b47b0d: Download complete 03:40:18 188c0c94c7c5: Verifying Checksum 03:40:18 188c0c94c7c5: Download complete 03:40:19 188c0c94c7c5: Pull complete 03:40:20 0ef7d3d256c8: Pull complete 03:40:20 e1f770b5df2f: Verifying Checksum 03:40:20 e1f770b5df2f: Download complete 03:40:20 de9db76c5a1d: Pull complete 03:40:25 0eba1c9be4d2: Verifying Checksum 03:40:25 0eba1c9be4d2: Download complete 03:40:27 85a0685a4137: Verifying Checksum 03:40:27 85a0685a4137: Download complete 03:40:42 0eba1c9be4d2: Pull complete 03:40:42 0d57e429df01: Pull complete 03:40:42 4e4be7b47b0d: Pull complete 03:40:44 e1f770b5df2f: Pull complete 03:40:59 85a0685a4137: Pull complete 03:40:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:40:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:40:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:41:00 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:41:00 $ 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 03:41:02 $ docker top ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 -eo pid,comm [Pipeline] { [Pipeline] echo 03:41:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:41:03 + set -o pipefail 03:41:03 + snyk monitor '--org=edgex-jenkins' 03:41:25 03:41:25 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 03:41:25 03:41:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/21933ce9-9d24-4ff7-9b50-31068daf2185 03:41:25 03:41:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:41:25 03:41:26 [Pipeline] } 03:41:26 $ docker stop --time=1 ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 03:41:28 $ docker rm -f ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 [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 03:41:31 + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] isUnix [Pipeline] sh 03:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:41:31 . [Pipeline] withDockerContainer 03:41:31 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:41:31 $ 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 03:41:34 $ docker top 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:34 [ssh-agent] Looking for ssh-agent implementation... 03:41:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:35 $ docker exec 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 ssh-agent 03:41:36 SSH_AUTH_SOCK=/tmp/ssh-p0k6KWrA8r8c/agent.11 03:41:36 SSH_AGENT_PID=17 03:41:36 Running ssh-add (command line suppressed) 03:41:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7893357708556947867.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7893357708556947867.key) 03:41:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:38 + git semver tag 03:41:38 # -> Open(): unable to determine branch for HEAD 03:41:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:41:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:41:38 # $SEMVER_REMOTE_NAME = origin 03:41:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:41:38 # $SEMVER_USER_NAME = edgex-jenkins 03:41:38 # $SEMVER_BRANCH = master 03:41:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:41:38 # 1c0e349fb4299bf449335fb3569ee365a1b383ad HEAD 03:41:38 # -> Force: false 03:41:38 # 3319540317c939ac43309543f311fd8c6e0a13a5 refs/tags/v2.0.0-dev.54 [Pipeline] } 03:41:38 $ docker exec --env ******** --env ******** 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 ssh-agent -k 03:41:38 unset SSH_AUTH_SOCK; 03:41:38 unset SSH_AGENT_PID; 03:41:38 echo Agent pid 17 killed; 03:41:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:39 + git semver [Pipeline] } 03:41:39 $ docker stop --time=1 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 03:41:41 $ docker rm -f 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:42 03:41:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:41:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:43 0.23.1-centos7: Pulling from edgex-lftools 03:41:43 ab5ef0e58194: Pulling fs layer 03:41:43 9712f1f96733: Pulling fs layer 03:41:43 63f879dbbcfc: Pulling fs layer 03:41:43 0d9ebad4ef96: Pulling fs layer 03:41:43 e9a5061849ea: Pulling fs layer 03:41:43 d747dcd14b5f: Pulling fs layer 03:41:43 2de7ff778b66: Pulling fs layer 03:41:43 0d9ebad4ef96: Waiting 03:41:43 e9a5061849ea: Waiting 03:41:43 d747dcd14b5f: Waiting 03:41:43 2de7ff778b66: Waiting 03:41:43 9712f1f96733: Verifying Checksum 03:41:43 9712f1f96733: Download complete 03:41:46 63f879dbbcfc: Verifying Checksum 03:41:46 63f879dbbcfc: Download complete 03:41:46 e9a5061849ea: Verifying Checksum 03:41:46 e9a5061849ea: Download complete 03:41:46 d747dcd14b5f: Verifying Checksum 03:41:46 d747dcd14b5f: Download complete 03:41:47 0d9ebad4ef96: Verifying Checksum 03:41:47 0d9ebad4ef96: Download complete 03:41:47 2de7ff778b66: Verifying Checksum 03:41:47 2de7ff778b66: Download complete 03:41:47 ab5ef0e58194: Verifying Checksum 03:41:47 ab5ef0e58194: Download complete 03:42:00 ab5ef0e58194: Pull complete 03:42:00 9712f1f96733: Pull complete 03:42:03 63f879dbbcfc: Pull complete 03:42:19 0d9ebad4ef96: Pull complete 03:42:21 e9a5061849ea: Pull complete 03:42:22 d747dcd14b5f: Pull complete 03:42:27 2de7ff778b66: Pull complete 03:42:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:42:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:42:28 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:42:28 $ 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 03:42:33 $ docker top 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:42:33 provisioning config files... 03:42:33 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3660197306533913621tmp 03:42:33 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config893519165860945194tmp 03:42:33 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4037793815198718247tmp [Pipeline] { [Pipeline] echo 03:42:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:42:34 ---> sigul-configuration.sh 03:42:34 gpg: directory `/root/.gnupg' created 03:42:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:42:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:42:34 gpg: keyring `/root/.gnupg/secring.gpg' created 03:42:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:42:34 gpg: CAST5 encrypted data 03:42:34 gpg: encrypted with 1 passphrase 03:42:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:42:35 + mkdir /home/jenkins 03:42:35 + mkdir /home/jenkins/sigul [Pipeline] sh 03:42:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:42:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:42:37 ---> sigul-install.sh 03:42:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:42:49 + git tag --list 03:42:49 v0.0.0 03:42:49 v0.0.1 03:42:49 v0.1.0 03:42:49 v0.1.1 03:42:49 v0.1.10 03:42:49 v0.1.100 03:42:49 v0.1.101 03:42:49 v0.1.102 03:42:49 v0.1.103 03:42:49 v0.1.104 03:42:49 v0.1.105 03:42:49 v0.1.106 03:42:49 v0.1.107 03:42:49 v0.1.108 03:42:49 v0.1.109 03:42:49 v0.1.11 03:42:49 v0.1.110 03:42:49 v0.1.111 03:42:49 v0.1.112 03:42:49 v0.1.113 03:42:49 v0.1.114 03:42:49 v0.1.115 03:42:49 v0.1.116 03:42:49 v0.1.117 03:42:49 v0.1.118 03:42:49 v0.1.119 03:42:49 v0.1.12 03:42:49 v0.1.120 03:42:49 v0.1.121 03:42:49 v0.1.122 03:42:49 v0.1.123 03:42:49 v0.1.124 03:42:49 v0.1.125 03:42:49 v0.1.126 03:42:49 v0.1.127 03:42:49 v0.1.128 03:42:49 v0.1.129 03:42:49 v0.1.13 03:42:49 v0.1.130 03:42:49 v0.1.131 03:42:49 v0.1.132 03:42:49 v0.1.133 03:42:49 v0.1.134 03:42:49 v0.1.135 03:42:49 v0.1.136 03:42:49 v0.1.137 03:42:49 v0.1.138 03:42:49 v0.1.139 03:42:49 v0.1.14 03:42:49 v0.1.140 03:42:49 v0.1.141 03:42:49 v0.1.142 03:42:49 v0.1.143 03:42:49 v0.1.144 03:42:49 v0.1.145 03:42:49 v0.1.146 03:42:49 v0.1.147 03:42:49 v0.1.148 03:42:49 v0.1.149 03:42:49 v0.1.15 03:42:49 v0.1.16 03:42:49 v0.1.17 03:42:49 v0.1.18 03:42:49 v0.1.19 03:42:49 v0.1.2 03:42:49 v0.1.20 03:42:49 v0.1.21 03:42:49 v0.1.22 03:42:49 v0.1.23 03:42:49 v0.1.24 03:42:49 v0.1.25 03:42:49 v0.1.26 03:42:49 v0.1.27 03:42:49 v0.1.28 03:42:49 v0.1.29 03:42:49 v0.1.3 03:42:49 v0.1.30 03:42:49 v0.1.31 03:42:49 v0.1.32 03:42:49 v0.1.33 03:42:49 v0.1.34 03:42:49 v0.1.35 03:42:49 v0.1.36 03:42:49 v0.1.37 03:42:49 v0.1.38 03:42:49 v0.1.39 03:42:49 v0.1.4 03:42:49 v0.1.40 03:42:49 v0.1.41 03:42:49 v0.1.42 03:42:49 v0.1.43 03:42:49 v0.1.44 03:42:49 v0.1.45 03:42:49 v0.1.46 03:42:49 v0.1.47 03:42:49 v0.1.48 03:42:49 v0.1.49 03:42:49 v0.1.5 03:42:49 v0.1.50 03:42:49 v0.1.51 03:42:49 v0.1.52 03:42:49 v0.1.53 03:42:49 v0.1.54 03:42:49 v0.1.55 03:42:49 v0.1.56 03:42:49 v0.1.57 03:42:49 v0.1.58 03:42:49 v0.1.59 03:42:49 v0.1.6 03:42:49 v0.1.60 03:42:49 v0.1.61 03:42:49 v0.1.62 03:42:49 v0.1.63 03:42:49 v0.1.64 03:42:49 v0.1.65 03:42:49 v0.1.66 03:42:49 v0.1.67 03:42:49 v0.1.68 03:42:49 v0.1.69 03:42:49 v0.1.7 03:42:49 v0.1.70 03:42:49 v0.1.71 03:42:49 v0.1.72 03:42:49 v0.1.73 03:42:49 v0.1.74 03:42:49 v0.1.75 03:42:49 v0.1.76 03:42:49 v0.1.77 03:42:49 v0.1.78 03:42:49 v0.1.79 03:42:49 v0.1.8 03:42:49 v0.1.80 03:42:49 v0.1.81 03:42:49 v0.1.82 03:42:49 v0.1.83 03:42:49 v0.1.84 03:42:49 v0.1.85 03:42:49 v0.1.86 03:42:49 v0.1.87 03:42:49 v0.1.88 03:42:49 v0.1.89 03:42:49 v0.1.9 03:42:49 v0.1.90 03:42:49 v0.1.91 03:42:49 v0.1.92 03:42:49 v0.1.93 03:42:49 v0.1.94 03:42:49 v0.1.95 03:42:49 v0.1.96 03:42:49 v0.1.97 03:42:49 v0.1.98 03:42:49 v0.1.99 03:42:49 v2.0.0-dev.1 03:42:49 v2.0.0-dev.10 03:42:49 v2.0.0-dev.11 03:42:49 v2.0.0-dev.12 03:42:49 v2.0.0-dev.13 03:42:49 v2.0.0-dev.14 03:42:49 v2.0.0-dev.15 03:42:49 v2.0.0-dev.16 03:42:49 v2.0.0-dev.17 03:42:49 v2.0.0-dev.18 03:42:49 v2.0.0-dev.19 03:42:49 v2.0.0-dev.2 03:42:49 v2.0.0-dev.20 03:42:49 v2.0.0-dev.21 03:42:49 v2.0.0-dev.22 03:42:49 v2.0.0-dev.23 03:42:49 v2.0.0-dev.24 03:42:49 v2.0.0-dev.25 03:42:49 v2.0.0-dev.26 03:42:49 v2.0.0-dev.27 03:42:49 v2.0.0-dev.28 03:42:49 v2.0.0-dev.29 03:42:49 v2.0.0-dev.3 03:42:49 v2.0.0-dev.30 03:42:49 v2.0.0-dev.31 03:42:49 v2.0.0-dev.32 03:42:49 v2.0.0-dev.33 03:42:49 v2.0.0-dev.34 03:42:49 v2.0.0-dev.35 03:42:49 v2.0.0-dev.36 03:42:49 v2.0.0-dev.37 03:42:49 v2.0.0-dev.38 03:42:49 v2.0.0-dev.39 03:42:49 v2.0.0-dev.4 03:42:49 v2.0.0-dev.40 03:42:49 v2.0.0-dev.41 03:42:49 v2.0.0-dev.42 03:42:49 v2.0.0-dev.43 03:42:49 v2.0.0-dev.44 03:42:49 v2.0.0-dev.45 03:42:49 v2.0.0-dev.46 03:42:49 v2.0.0-dev.47 03:42:49 v2.0.0-dev.48 03:42:49 v2.0.0-dev.49 03:42:49 v2.0.0-dev.5 03:42:49 v2.0.0-dev.50 03:42:49 v2.0.0-dev.51 03:42:49 v2.0.0-dev.52 03:42:49 v2.0.0-dev.53 03:42:49 v2.0.0-dev.54 03:42:49 v2.0.0-dev.6 03:42:49 v2.0.0-dev.7 03:42:49 v2.0.0-dev.8 03:42:49 v2.0.0-dev.9 [Pipeline] sh 03:42:50 + lftools sign git-tag v2.0.0-dev.54 03:42:52 Signing Git tag with Sigul... 03:42:52 Signing v2.0.0-dev.54 [Pipeline] echo 03:42:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:42:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:42:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:42:55 $ docker stop --time=1 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 03:42:57 $ docker rm -f 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:42:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:59 . [Pipeline] withDockerContainer 03:42:59 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:42:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:43:01 $ docker top b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:02 [ssh-agent] Looking for ssh-agent implementation... 03:43:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:02 $ docker exec b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e ssh-agent 03:43:03 SSH_AUTH_SOCK=/tmp/ssh-t8aJSXQhrDAO/agent.12 03:43:03 SSH_AGENT_PID=17 03:43:03 Running ssh-add (command line suppressed) 03:43:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5488765310970890306.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5488765310970890306.key) 03:43:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:04 + git semver bump pre 03:43:04 # -> Open(): unable to determine branch for HEAD 03:43:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:43:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:43:04 # $SEMVER_REMOTE_NAME = origin 03:43:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:43:04 # $SEMVER_USER_NAME = edgex-jenkins 03:43:04 # $SEMVER_BRANCH = master 03:43:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:43:04 2.0.0-dev.55 [Pipeline] } 03:43:04 $ docker exec --env ******** --env ******** b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e ssh-agent -k 03:43:04 unset SSH_AUTH_SOCK; 03:43:04 unset SSH_AGENT_PID; 03:43:04 echo Agent pid 17 killed; 03:43:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:05 + git semver [Pipeline] } 03:43:05 $ docker stop --time=1 b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e 03:43:07 $ docker rm -f b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:43:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:43:09 . [Pipeline] withDockerContainer 03:43:09 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:43:09 $ 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 03:43:10 $ docker top c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:11 [ssh-agent] Looking for ssh-agent implementation... 03:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:11 $ docker exec c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c ssh-agent 03:43:12 SSH_AUTH_SOCK=/tmp/ssh-EwPcNX2Mbfl5/agent.13 03:43:12 SSH_AGENT_PID=18 03:43:12 Running ssh-add (command line suppressed) 03:43:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5649590758527337639.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5649590758527337639.key) 03:43:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:13 + git semver push 03:43:13 # -> Open(): unable to determine branch for HEAD 03:43:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:43:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:43:13 # $SEMVER_REMOTE_NAME = origin 03:43:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:43:13 # $SEMVER_USER_NAME = edgex-jenkins 03:43:13 # $SEMVER_BRANCH = master 03:43:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:43:20 $ docker exec --env ******** --env ******** c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c ssh-agent -k 03:43:21 unset SSH_AUTH_SOCK; 03:43:21 unset SSH_AGENT_PID; 03:43:21 echo Agent pid 18 killed; 03:43:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:22 + git semver [Pipeline] } 03:43:22 $ docker stop --time=1 c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c 03:43:24 $ docker rm -f c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c [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 03:43:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:43:28 ---> package-listing.sh 03:43:28 ++ facter osfamily 03:43:28 ++ tr '[:upper:]' '[:lower:]' 03:43:28 + OS_FAMILY=redhat 03:43:28 + workspace=/w/workspace/dry_go-mod-core-contracts_master 03:43:28 + START_PACKAGES=/tmp/packages_start.txt 03:43:28 + END_PACKAGES=/tmp/packages_end.txt 03:43:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:43:28 + PACKAGES=/tmp/packages_start.txt 03:43:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:43:28 + PACKAGES=/tmp/packages_end.txt 03:43:28 + case "${OS_FAMILY}" in 03:43:28 + rpm -qa 03:43:28 + sort 03:43:39 + '[' -f /tmp/packages_start.txt ']' 03:43:39 + '[' -f /tmp/packages_end.txt ']' 03:43:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:43:39 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:43:39 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 03:43:39 + 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 03:43:39 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 03:43:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:43:40 03:43:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:43:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:43:40 alpine: Pulling from edgex-lftools-log-publisher 03:43:40 df20fa9351a1: Pulling fs layer 03:43:40 36b3adc4ff6f: Pulling fs layer 03:43:40 8ad3a11d3b57: Pulling fs layer 03:43:40 46f8f816bc3b: Pulling fs layer 03:43:40 93b61091891f: Pulling fs layer 03:43:40 93b9cdb0e59b: Pulling fs layer 03:43:40 5e14af77c1be: Pulling fs layer 03:43:40 01666e4c0597: Pulling fs layer 03:43:40 aa168da1d23b: Pulling fs layer 03:43:40 5e14af77c1be: Waiting 03:43:40 01666e4c0597: Waiting 03:43:40 46f8f816bc3b: Waiting 03:43:40 aa168da1d23b: Waiting 03:43:40 93b61091891f: Waiting 03:43:40 93b9cdb0e59b: Waiting 03:43:40 36b3adc4ff6f: Verifying Checksum 03:43:40 36b3adc4ff6f: Download complete 03:43:40 46f8f816bc3b: Verifying Checksum 03:43:40 46f8f816bc3b: Download complete 03:43:40 df20fa9351a1: Verifying Checksum 03:43:40 df20fa9351a1: Download complete 03:43:40 93b9cdb0e59b: Verifying Checksum 03:43:40 93b9cdb0e59b: Download complete 03:43:40 93b61091891f: Verifying Checksum 03:43:40 93b61091891f: Download complete 03:43:40 5e14af77c1be: Verifying Checksum 03:43:40 5e14af77c1be: Download complete 03:43:40 01666e4c0597: Verifying Checksum 03:43:40 01666e4c0597: Download complete 03:43:41 df20fa9351a1: Pull complete 03:43:41 8ad3a11d3b57: Verifying Checksum 03:43:41 8ad3a11d3b57: Download complete 03:43:41 36b3adc4ff6f: Pull complete 03:43:44 8ad3a11d3b57: Pull complete 03:43:44 46f8f816bc3b: Pull complete 03:43:45 93b61091891f: Pull complete 03:43:46 aa168da1d23b: Verifying Checksum 03:43:46 aa168da1d23b: Download complete 03:43:46 93b9cdb0e59b: Pull complete 03:43:46 5e14af77c1be: Pull complete 03:43:46 01666e4c0597: Pull complete 03:44:09 aa168da1d23b: Pull complete 03:44:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:44:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:44:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:44:10 prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container 03:44:10 $ 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 03:44:14 $ docker top 17087bd9248b401df6706c75ae9fbbaebef9693b4a03e67d9da13136ddc154ef -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:14 + touch /tmp/pre-build-complete [Pipeline] sh 03:44:15 + mkdir -p /var/log/sa [Pipeline] sh 03:44:15 + ls /var/log/sa-host 03:44:15 + sadf -c /var/log/sa-host/sa19 03:44:15 file_magic: OK 03:44:15 HZ: Using current value: 100 03:44:15 file_header: OK 03:44:15 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 03:44:15 Statistics: 03:44:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:44:15 File successfully converted to sysstat format version 12.2.1 03:44:15 + sadf -c /var/log/sa-host/sa23 03:44:15 file_magic: OK 03:44:15 HZ: Using current value: 100 03:44:15 file_header: OK 03:44:15 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 03:44:15 Statistics: 03:44:15 Hnuu...uuuununununu... 03:44:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:44:16 provisioning config files... 03:44:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4198670744984142229tmp [Pipeline] { [Pipeline] echo 03:44:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:44:16 ---> create-netrc.sh [Pipeline] } 03:44:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:44:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:44:17 ---> python-tools-install.sh [Pipeline] echo 03:44:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:44:17 ---> sudo-logs.sh 03:44:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:44:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:44:18 ---> job-cost.sh 03:44:18 lf-activate-venv: SKIPPING 03:44:18 DEBUG: total: 0.20999999344348907 03:44:18 INFO: Retrieving Stack Cost... 03:44:19 INFO: Retrieving Pricing Info for: v1-standard-2 03:44:19 INFO: Archiving Costs [Pipeline] echo 03:44:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:44:20 ---> logs-deploy.sh 03:44:20 lf-activate-venv: SKIPPING 03:44:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/173 03:44:20 INFO: archiving workspace using pattern(s): 03:44:23 Archives upload complete. 03:44:23 INFO: archiving logs to Nexus 03:44:25 ---> uname -a: 03:44:25 Linux prd-centos7-docker-4c-2g-30471.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:44:25 03:44:25 03:44:25 ---> lscpu: 03:44:25 Architecture: x86_64 03:44:25 CPU op-mode(s): 32-bit, 64-bit 03:44:25 Byte Order: Little Endian 03:44:25 Address sizes: 40 bits physical, 48 bits virtual 03:44:25 CPU(s): 4 03:44:25 On-line CPU(s) list: 0-3 03:44:25 Thread(s) per core: 1 03:44:25 Core(s) per socket: 1 03:44:25 Socket(s): 4 03:44:25 NUMA node(s): 1 03:44:25 Vendor ID: GenuineIntel 03:44:25 CPU family: 6 03:44:25 Model: 44 03:44:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:44:25 Stepping: 1 03:44:25 CPU MHz: 2933.438 03:44:25 BogoMIPS: 5866.87 03:44:25 Virtualization: VT-x 03:44:25 Hypervisor vendor: KVM 03:44:25 Virtualization type: full 03:44:25 L1d cache: 128 KiB 03:44:25 L1i cache: 128 KiB 03:44:25 L2 cache: 16 MiB 03:44:25 L3 cache: 64 MiB 03:44:25 NUMA node0 CPU(s): 0-3 03:44:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:44:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:44:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:44:25 Vulnerability Meltdown: Mitigation; PTI 03:44:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:44:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:44:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:44:25 Vulnerability Srbds: Not affected 03:44:25 Vulnerability Tsx async abort: Not affected 03:44:25 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 03:44:25 03:44:25 03:44:25 ---> nproc: 03:44:25 4 03:44:25 03:44:25 03:44:25 ---> df -h: 03:44:25 Filesystem Size Used Available Use% Mounted on 03:44:25 overlay 50.0G 8.2G 41.8G 16% / 03:44:25 tmpfs 64.0M 0 64.0M 0% /dev 03:44:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:44:25 shm 64.0M 0 64.0M 0% /dev/shm 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 03:44:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 03:44:25 03:44:25 03:44:25 ---> free -m: 03:44:25 total used free shared buff/cache available 03:44:25 Mem: 1837 842 153 0 841 930 03:44:25 Swap: 1023 3 1020 03:44:25 03:44:25 03:44:25 ---> ip addr: 03:44:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:44:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:44:25 inet 127.0.0.1/8 scope host lo 03:44:25 valid_lft forever preferred_lft forever 03:44:25 inet6 ::1/128 scope host 03:44:25 valid_lft forever preferred_lft forever 03:44:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:44:25 link/ether fa:16:3e:77:fc:09 brd ff:ff:ff:ff:ff:ff 03:44:25 inet 10.30.123.185/23 brd 10.30.123.255 scope global dynamic eth0 03:44:25 valid_lft 85497sec preferred_lft 85497sec 03:44:25 inet6 fe80::f816:3eff:fe77:fc09/64 scope link 03:44:25 valid_lft forever preferred_lft forever 03:44:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:44:25 link/ether 02:42:5f:d2:6d:e1 brd ff:ff:ff:ff:ff:ff 03:44:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:44:25 valid_lft forever preferred_lft forever 03:44:25 inet6 fe80::42:5fff:fed2:6de1/64 scope link 03:44:25 valid_lft forever preferred_lft forever 03:44:25 03:44:25 03:44:25 ---> sar -b -r -n DEV: 03:44:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 03:44:25 03:44:25 03:29:06 LINUX RESTART (4 CPU) 03:44:25 03:44:25 03:30:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:44:25 03:31:01 77.62 38.71 38.91 0.00 6981.23 3882.79 0.00 03:44:25 03:32:01 12.14 3.62 8.53 0.00 712.42 289.72 0.00 03:44:25 03:33:02 1.76 0.00 1.76 0.00 0.00 37.99 0.00 03:44:25 03:34:01 0.29 0.00 0.29 0.00 0.00 3.39 0.00 03:44:25 03:35:01 0.22 0.00 0.22 0.00 0.00 2.61 0.00 03:44:25 03:36:01 0.35 0.00 0.35 0.00 0.00 4.96 0.00 03:44:25 03:37:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 03:44:25 03:38:01 0.23 0.00 0.23 0.00 0.00 4.18 0.00 03:44:25 03:39:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 03:44:25 03:40:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 03:44:25 03:41:02 240.62 130.45 110.17 0.00 6217.10 33238.25 0.00 03:44:25 03:42:01 127.20 57.98 69.22 0.00 2880.73 15479.95 0.00 03:44:25 03:43:01 181.73 59.32 122.42 0.00 3637.86 20028.03 0.00 03:44:25 03:44:02 124.33 64.06 60.27 0.00 4927.57 15041.03 0.00 03:44:25 Average: 54.87 25.33 29.54 0.00 1805.72 6305.98 0.00 03:44:25 03:44:25 03:30:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:44:25 03:31:01 195896 0 601612 31.97 2620 1081416 1240168 42.32 361472 1122600 44 03:44:25 03:32:01 144536 0 629340 33.45 2620 1105048 1168664 39.88 413636 1121644 28 03:44:25 03:33:02 159200 0 614672 32.67 2620 1105052 1071200 36.56 408568 1114696 16 03:44:25 03:34:01 157256 0 616612 32.77 2620 1105056 1071200 36.56 414988 1110036 8 03:44:25 03:35:01 155792 0 618072 32.85 2620 1105060 1071428 36.57 424016 1102372 8 03:44:25 03:36:01 155960 0 617896 32.84 2620 1105068 1071464 36.57 422512 1103972 8 03:44:25 03:37:01 156292 0 617564 32.82 2620 1105068 1071392 36.56 422372 1103968 16 03:44:25 03:38:01 157540 0 616312 32.76 2620 1105072 1071200 36.56 421216 1103968 16 03:44:25 03:39:01 157696 0 616148 32.75 2620 1105080 1071200 36.56 421100 1103968 8 03:44:25 03:40:01 157648 0 616192 32.75 2620 1105084 1071200 36.56 421236 1103968 8 03:44:25 03:41:02 113244 0 767140 40.77 2596 998564 1870680 63.84 509124 1009144 36 03:44:25 03:42:01 111308 0 760884 40.44 2596 1006756 1500916 51.22 615104 892124 68596 03:44:25 03:43:01 218788 0 821988 43.69 1544 839224 1780380 60.76 601116 719748 36 03:44:25 03:44:02 68736 0 852892 45.33 1492 958424 1606916 54.84 698636 767924 15360 03:44:25 Average: 150707 0 669095 35.56 2459 1059284 1267001 43.24 468221 1034295 6013 03:44:25 03:44:25 03:30:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:44:25 03:31:01 veth6f4cca9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:44:25 03:31:01 eth0 283.18 210.16 1062.34 65.09 0.00 0.00 0.00 0.00 03:44:25 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:31:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:32:01 eth0 29.14 28.28 43.04 31.55 0.00 0.00 0.00 0.00 03:44:25 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:32:01 docker0 8.36 6.39 1.97 20.69 0.00 0.00 0.00 0.00 03:44:25 03:33:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:44:25 03:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:34:01 eth0 0.93 0.00 0.07 0.00 0.00 0.00 0.00 0.00 03:44:25 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:35:01 eth0 0.93 0.33 0.37 0.17 0.00 0.00 0.00 0.00 03:44:25 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:36:01 eth0 0.77 0.52 0.41 0.30 0.00 0.00 0.00 0.00 03:44:25 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:37:01 eth0 1.43 0.45 0.37 0.21 0.00 0.00 0.00 0.00 03:44:25 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:38:01 eth0 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:44:25 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:44:25 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:44:25 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:41:02 veth2c685aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:41:02 eth0 441.05 356.54 4066.85 33.67 0.00 0.00 0.00 0.00 03:44:25 03:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:42:01 eth0 378.45 322.30 3388.74 33.56 0.00 0.00 0.00 0.00 03:44:25 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:42:01 docker0 18.20 18.83 1.42 128.33 0.00 0.00 0.00 0.00 03:44:25 03:43:01 eth0 86.78 64.31 273.22 81.80 0.00 0.00 0.00 0.00 03:44:25 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:43:01 vethff98bd6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:43:01 docker0 18.57 31.62 1.01 232.08 0.00 0.00 0.00 0.00 03:44:25 03:44:02 eth0 227.16 166.68 2173.79 64.43 0.00 0.00 0.00 0.00 03:44:25 03:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 03:44:02 docker0 2.48 1.69 0.73 0.90 0.00 0.00 0.00 0.00 03:44:25 Average: eth0 103.24 81.85 785.82 22.18 0.00 0.00 0.00 0.00 03:44:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:44:25 Average: docker0 3.40 4.18 0.37 27.26 0.00 0.00 0.00 0.00 03:44:25 03:44:25 03:44:25 ---> sar -P ALL: 03:44:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 03:44:25 03:44:25 03:29:06 LINUX RESTART (4 CPU) 03:44:25 03:44:25 03:30:03 CPU %user %nice %system %iowait %steal %idle 03:44:25 03:31:01 all 11.00 0.00 5.26 3.71 31.99 48.04 03:44:25 03:31:01 0 8.84 0.00 5.50 4.15 32.74 48.77 03:44:25 03:31:01 1 10.84 0.00 4.85 3.71 32.40 48.19 03:44:25 03:31:01 2 12.32 0.00 5.57 4.39 30.79 46.94 03:44:25 03:31:01 3 12.05 0.00 5.11 2.59 32.00 48.24 03:44:25 03:32:01 all 1.45 0.00 1.56 0.29 8.93 87.77 03:44:25 03:32:01 0 1.42 0.00 1.35 0.26 9.92 87.04 03:44:25 03:32:01 1 1.31 0.00 1.67 0.74 8.91 87.38 03:44:25 03:32:01 2 1.62 0.00 1.61 0.02 8.30 88.46 03:44:25 03:32:01 3 1.47 0.00 1.60 0.14 8.57 88.22 03:44:25 03:33:02 all 0.07 0.00 0.30 0.00 4.64 95.00 03:44:25 03:33:02 0 0.05 0.00 0.27 0.00 4.35 95.33 03:44:25 03:33:02 1 0.02 0.00 0.32 0.00 4.36 95.30 03:44:25 03:33:02 2 0.17 0.00 0.28 0.00 7.46 92.09 03:44:25 03:33:02 3 0.03 0.00 0.31 0.00 2.26 97.40 03:44:25 03:34:01 all 0.10 0.00 0.07 0.00 2.31 97.53 03:44:25 03:34:01 0 0.28 0.00 0.08 0.00 2.23 97.40 03:44:25 03:34:01 1 0.05 0.00 0.10 0.00 4.86 94.99 03:44:25 03:34:01 2 0.03 0.00 0.08 0.00 1.21 98.68 03:44:25 03:34:01 3 0.02 0.00 0.02 0.00 0.84 99.13 03:44:25 03:35:01 all 0.09 0.00 0.05 0.00 1.34 98.52 03:44:25 03:35:01 0 0.28 0.00 0.03 0.00 1.70 97.98 03:44:25 03:35:01 1 0.05 0.00 0.08 0.00 0.83 99.04 03:44:25 03:35:01 2 0.02 0.00 0.05 0.00 2.15 97.78 03:44:25 03:35:01 3 0.02 0.00 0.02 0.00 0.66 99.30 03:44:25 03:36:01 all 0.09 0.00 0.16 0.00 0.48 99.27 03:44:25 03:36:01 0 0.23 0.00 0.07 0.00 0.33 99.37 03:44:25 03:36:01 1 0.02 0.00 0.23 0.00 0.40 99.35 03:44:25 03:36:01 2 0.05 0.00 0.15 0.00 0.57 99.24 03:44:25 03:36:01 3 0.05 0.00 0.20 0.00 0.61 99.14 03:44:25 03:37:01 all 0.08 0.00 0.05 0.00 1.59 98.28 03:44:25 03:37:01 0 0.28 0.00 0.05 0.00 0.42 99.25 03:44:25 03:37:01 1 0.02 0.00 0.08 0.00 2.71 97.19 03:44:25 03:37:01 2 0.03 0.00 0.03 0.00 2.79 97.14 03:44:25 03:37:01 3 0.00 0.00 0.03 0.00 0.40 99.57 03:44:25 03:38:01 all 0.11 0.00 0.05 0.00 0.72 99.13 03:44:25 03:38:01 0 0.35 0.00 0.05 0.00 0.99 98.61 03:44:25 03:38:01 1 0.05 0.00 0.05 0.00 1.33 98.57 03:44:25 03:38:01 2 0.02 0.00 0.07 0.00 0.18 99.73 03:44:25 03:38:01 3 0.02 0.00 0.03 0.00 0.35 99.60 03:44:25 03:39:01 all 0.09 0.00 0.03 0.00 0.80 99.08 03:44:25 03:39:01 0 0.28 0.00 0.03 0.00 0.86 98.82 03:44:25 03:39:01 1 0.03 0.00 0.05 0.00 2.13 97.79 03:44:25 03:39:01 2 0.02 0.00 0.03 0.00 0.17 99.78 03:44:25 03:39:01 3 0.02 0.00 0.02 0.00 0.03 99.93 03:44:25 03:40:01 all 0.06 0.00 0.03 0.00 0.80 99.11 03:44:25 03:40:01 0 0.13 0.00 0.03 0.00 1.51 98.32 03:44:25 03:40:01 1 0.02 0.00 0.02 0.00 1.11 98.86 03:44:25 03:40:01 2 0.07 0.00 0.05 0.00 0.43 99.45 03:44:25 03:40:01 3 0.02 0.00 0.03 0.00 0.13 99.82 03:44:25 03:41:02 all 3.92 0.00 4.17 1.32 28.31 62.28 03:44:25 03:41:02 0 4.17 0.00 4.33 0.52 28.71 62.28 03:44:25 03:41:02 1 3.31 0.00 3.89 0.83 28.10 63.86 03:44:25 03:41:02 2 3.95 0.00 4.22 2.75 26.97 62.12 03:44:25 03:41:02 3 4.26 0.00 4.25 1.23 29.44 60.81 03:44:25 03:44:25 03:41:02 CPU %user %nice %system %iowait %steal %idle 03:44:25 03:42:01 all 4.04 0.00 4.21 2.46 23.39 65.89 03:44:25 03:42:01 0 3.41 0.00 4.25 2.09 23.64 66.62 03:44:25 03:42:01 1 4.51 0.00 4.12 3.15 23.67 64.54 03:44:25 03:42:01 2 4.27 0.00 4.35 2.21 22.77 66.40 03:44:25 03:42:01 3 3.99 0.00 4.14 2.39 23.46 66.02 03:44:25 03:43:01 all 5.42 0.00 5.08 1.94 26.63 60.93 03:44:25 03:43:01 0 5.34 0.00 4.67 1.28 28.61 60.10 03:44:25 03:43:01 1 5.84 0.00 4.19 1.25 26.58 62.14 03:44:25 03:43:01 2 5.92 0.00 5.30 1.14 25.19 62.44 03:44:25 03:43:01 3 4.58 0.00 6.21 4.11 26.06 59.04 03:44:25 03:44:02 all 3.85 0.00 4.91 2.79 24.45 64.00 03:44:25 03:44:02 0 3.57 0.00 5.24 4.02 25.67 61.50 03:44:25 03:44:02 1 3.22 0.00 5.17 0.90 24.86 65.85 03:44:25 03:44:02 2 4.10 0.00 4.65 2.49 23.53 65.24 03:44:25 03:44:02 3 4.51 0.00 4.57 3.77 23.77 63.40 03:44:25 Average: all 2.28 0.00 1.95 0.94 11.69 83.14 03:44:25 Average: 0 2.15 0.00 1.96 0.93 12.12 82.84 03:44:25 Average: 1 2.21 0.00 1.87 0.80 12.16 82.96 03:44:25 Average: 2 2.42 0.00 1.96 0.97 11.30 83.34 03:44:25 Average: 3 2.34 0.00 1.99 1.07 11.16 83.44 03:44:25 03:44:25 03:44:25