Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28676 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 # timeout=10 Commit message: "Merge pull request #533 from hahattan/et" > git rev-list --no-walk 6e3708155495bf6850918740b72abad69f53b6c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:11:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:11:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:11:34 ========================================================= 06:11:34 EdgeX Global Pipelines Version Info 06:11:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:11:36 ------------------- 06:11:36 stable info: 06:11:36 ------------------- 06:11:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:11:36 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 06:11:36 Message: update stable to v1.0.184 06:11:37 ------------------- 06:11:37 experimental info: 06:11:37 ------------------- 06:11:37 Commited By: **** collab-it+edgex@linuxfoundation.org 06:11:37 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 06:11:37 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:11:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:11:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:11:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:11:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3caf778 [Pipeline] echo 06:11:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:11:41 + git log --format=format:%s -1 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 [Pipeline] echo 06:11:41 GIT_COMMIT: 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1, Commit Message: Merge pull request #533 from hahattan/et [Pipeline] echo 06:11:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:11:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:42 06:11:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:11:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:43 latest: Pulling from edgex-devops/git-semver 06:11:43 31603596830f: Pulling fs layer 06:11:43 2a8b12db71e7: Pulling fs layer 06:11:43 6ca5941a6612: Pulling fs layer 06:11:43 ecc8261a40a4: Pulling fs layer 06:11:43 ecc8261a40a4: Waiting 06:11:43 2a8b12db71e7: Verifying Checksum 06:11:43 2a8b12db71e7: Download complete 06:11:43 31603596830f: Verifying Checksum 06:11:43 31603596830f: Download complete 06:11:43 ecc8261a40a4: Verifying Checksum 06:11:43 ecc8261a40a4: Download complete 06:11:43 6ca5941a6612: Verifying Checksum 06:11:43 6ca5941a6612: Download complete 06:11:43 31603596830f: Pull complete 06:11:44 2a8b12db71e7: Pull complete 06:11:45 6ca5941a6612: Pull complete 06:11:45 ecc8261a40a4: Pull complete 06:11:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:11:45 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:11:45 $ 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 06:11:47 $ docker top b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:11:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:47 [ssh-agent] Looking for ssh-agent implementation... 06:11:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:47 $ docker exec b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 ssh-agent 06:11:48 SSH_AUTH_SOCK=/tmp/ssh-6bzzFkuX7xdT/agent.11 06:11:48 SSH_AGENT_PID=17 06:11:48 Running ssh-add (command line suppressed) 06:11:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4734438542069105139.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4734438542069105139.key) 06:11:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:48 + git tag --points-at HEAD [Pipeline] } 06:11:48 $ docker exec --env ******** --env ******** b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 ssh-agent -k 06:11:48 unset SSH_AUTH_SOCK; 06:11:48 unset SSH_AGENT_PID; 06:11:48 echo Agent pid 17 killed; 06:11:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:11:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:48 [ssh-agent] Looking for ssh-agent implementation... 06:11:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:49 $ docker exec b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 ssh-agent 06:11:49 SSH_AUTH_SOCK=/tmp/ssh-lqz8vIlgmVh7/agent.48 06:11:49 SSH_AGENT_PID=53 06:11:49 Running ssh-add (command line suppressed) 06:11:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1189289276717693534.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1189289276717693534.key) 06:11:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:49 + git semver init 06:11:49 # -> Open(): unable to determine branch for HEAD 06:11:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:11:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:11:49 # $SEMVER_REMOTE_NAME = origin 06:11:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:11:49 # $SEMVER_USER_NAME = edgex-jenkins 06:11:49 # $SEMVER_BRANCH = master 06:11:49 # $SEMVER_TEMP = /tmp/semver-209330087 06:11:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:11:50 # '/tmp/semver-209330087' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 06:11:50 # -> Force: false 06:11:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:11:50 $ docker exec --env ******** --env ******** b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 ssh-agent -k 06:11:50 unset SSH_AUTH_SOCK; 06:11:50 unset SSH_AGENT_PID; 06:11:50 echo Agent pid 53 killed; 06:11:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:11:51 + git semver [Pipeline] } 06:11:51 $ docker stop --time=1 b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 06:11:53 $ docker rm -f b5acdf89350a8d60eb2e18d93575cc92395ad4751d12272dd6475fd1af0d2958 [Pipeline] // withDockerContainer [Pipeline] sh 06:11:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:11:54 Stashed 1 file(s) [Pipeline] echo 06:11:54 [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [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 06:12:09 Still waiting to schedule task 06:12:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:12:09 Still waiting to schedule task 06:12:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:16:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28679 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:16:10 Running in /w/workspace/go-mod-core-contracts/162 [Pipeline] { [Pipeline] checkout 06:16:15 using credential edgex-jenkins-ssh 06:16:15 Cloning the remote Git repository 06:16:16 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:16 > git init /w/workspace/go-mod-core-contracts/162 # timeout=10 06:16:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:16 > git --version # timeout=10 06:16:16 > git --version # 'git version 2.17.1' 06:16:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:18 Checking out Revision 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 (master) 06:16:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:16:18 > git config core.sparsecheckout # timeout=10 06:16:18 > git checkout -f 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 # timeout=10 06:16:22 Commit message: "Merge pull request #533 from hahattan/et" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:16:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:16:25 + sudo service docker restart 06:16:25 + true 06:16:26 Running on prd-centos7-docker-4c-2g-28678 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:16:26 Running in /w/workspace/go-mod-core-contracts/162 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo 06:16:27 ========================================================= 06:16:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:16:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:16:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:16:28 Sending build context to Docker daemon 2.757MB 06:16:28 Step 1/7 : ARG BASE=golang:1.15-alpine 06:16:28 Step 2/7 : FROM ${BASE} 06:16:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:16:28 5f621e34cdf4: Pulling fs layer 06:16:28 a4357932f1b6: Pulling fs layer 06:16:28 18c013af1878: Pulling fs layer 06:16:28 00ac8860ef70: Pulling fs layer 06:16:28 63d7cb157983: Pulling fs layer 06:16:28 b116817d02f9: Pulling fs layer 06:16:28 745a02a5169b: Pulling fs layer 06:16:28 00ac8860ef70: Waiting 06:16:28 63d7cb157983: Waiting 06:16:28 b116817d02f9: Waiting 06:16:28 745a02a5169b: Waiting 06:16:28 18c013af1878: Verifying Checksum 06:16:28 18c013af1878: Download complete 06:16:28 a4357932f1b6: Verifying Checksum 06:16:28 a4357932f1b6: Download complete 06:16:28 63d7cb157983: Download complete 06:16:29 b116817d02f9: Verifying Checksum 06:16:29 b116817d02f9: Download complete 06:16:29 5f621e34cdf4: Verifying Checksum 06:16:29 5f621e34cdf4: Download complete 06:16:29 5f621e34cdf4: Pull complete 06:16:30 a4357932f1b6: Pull complete 06:16:30 18c013af1878: Pull complete 06:16:31 745a02a5169b: Verifying Checksum 06:16:31 745a02a5169b: Download complete 06:16:32 00ac8860ef70: Verifying Checksum 06:16:32 00ac8860ef70: Download complete 06:16:39 using credential edgex-jenkins-ssh 06:16:39 Cloning the remote Git repository 06:16:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:39 > git init /w/workspace/go-mod-core-contracts/162 # timeout=10 06:16:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:39 > git --version # timeout=10 06:16:39 > git --version # 'git version 2.24.3' 06:16:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:40 Checking out Revision 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 (master) 06:16:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:16:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:16:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:16:41 > git config core.sparsecheckout # timeout=10 06:16:41 > git checkout -f 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 # timeout=10 06:16:42 00ac8860ef70: Pull complete 06:16:42 63d7cb157983: Pull complete 06:16:43 b116817d02f9: Pull complete 06:16:44 Commit message: "Merge pull request #533 from hahattan/et" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:16:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:16:47 745a02a5169b: Pull complete 06:16:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:16:47 ---> b7e6874047d6 06:16:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:16:47 + sudo service docker restart 06:16:47 + true 06:16:47 Redirecting to /bin/systemctl restart docker.service 06:16:50 ---> Running in 6c2a1547bdea 06:16:50 Removing intermediate container 6c2a1547bdea 06:16:50 ---> fb96a5bafb6b 06:16:50 Step 4/7 : RUN apk add bash [Pipeline] unstash [Pipeline] echo 06:16:50 ========================================================= 06:16:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:16:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:16:50 ---> Running in a1fc2f281c18 06:16:50 + 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 . 06:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:16:52 Sending build context to Docker daemon 2.758MB 06:16:52 Step 1/7 : ARG BASE=golang:1.15-alpine 06:16:52 Step 2/7 : FROM ${BASE} 06:16:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:16:52 188c0c94c7c5: Pulling fs layer 06:16:52 0ef7d3d256c8: Pulling fs layer 06:16:52 de9db76c5a1d: Pulling fs layer 06:16:52 bca2f99d35d6: Pulling fs layer 06:16:52 93359f2a8cfa: Pulling fs layer 06:16:52 7c6f9722023f: Pulling fs layer 06:16:52 a35cf1a2eb13: Pulling fs layer 06:16:52 bca2f99d35d6: Waiting 06:16:52 93359f2a8cfa: Waiting 06:16:52 7c6f9722023f: Waiting 06:16:52 a35cf1a2eb13: Waiting 06:16:52 de9db76c5a1d: Verifying Checksum 06:16:52 de9db76c5a1d: Download complete 06:16:52 0ef7d3d256c8: Verifying Checksum 06:16:52 0ef7d3d256c8: Download complete 06:16:52 93359f2a8cfa: Verifying Checksum 06:16:52 93359f2a8cfa: Download complete 06:16:52 7c6f9722023f: Verifying Checksum 06:16:52 7c6f9722023f: Download complete 06:16:52 188c0c94c7c5: Verifying Checksum 06:16:52 188c0c94c7c5: Download complete 06:16:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:16:53 188c0c94c7c5: Pull complete 06:16:53 OK: 142 MiB in 39 packages 06:16:53 0ef7d3d256c8: Pull complete 06:16:54 Removing intermediate container a1fc2f281c18 06:16:54 ---> f8284c57a601 06:16:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:16:54 de9db76c5a1d: Pull complete 06:16:54 ---> Running in 509a031b7b78 06:16:55 Removing intermediate container 509a031b7b78 06:16:55 ---> c4aa38162e92 06:16:55 Step 6/7 : COPY go.mod . 06:16:55 a35cf1a2eb13: Verifying Checksum 06:16:55 a35cf1a2eb13: Download complete 06:16:55 ---> b22f786b3eaa 06:16:55 Step 7/7 : RUN go mod download 06:16:56 ---> Running in 125674a1487d 06:16:56 bca2f99d35d6: Verifying Checksum 06:16:56 bca2f99d35d6: Download complete 06:17:11 Removing intermediate container 125674a1487d 06:17:11 ---> 68264ea05e2a 06:17:11 Successfully built 68264ea05e2a 06:17:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:17:11 + docker inspect -f . ci-base-image-arm64 06:17:11 . [Pipeline] withDockerContainer 06:17:11 prd-ubuntu18.04-docker-arm64-4c-16g-28679 does not seem to be running inside a container 06:17:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/162 -v /w/workspace/go-mod-core-contracts/162:/w/workspace/go-mod-core-contracts/162:rw,z -v /w/workspace/go-mod-core-contracts/162@tmp:/w/workspace/go-mod-core-contracts/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:17:13 $ docker top 082cca8f3d97b0bdab3c295692979aa6ed6d2be7f8439e057286b9065310a73f -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:14 + go version 06:17:14 go version go1.15.5 linux/arm64 [Pipeline] } 06:17:14 $ docker stop --time=1 082cca8f3d97b0bdab3c295692979aa6ed6d2be7f8439e057286b9065310a73f 06:17:16 $ docker rm -f 082cca8f3d97b0bdab3c295692979aa6ed6d2be7f8439e057286b9065310a73f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:17 + docker inspect -f . ci-base-image-arm64 06:17:17 . [Pipeline] withDockerContainer 06:17:17 prd-ubuntu18.04-docker-arm64-4c-16g-28679 does not seem to be running inside a container 06:17:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/162 -v /w/workspace/go-mod-core-contracts/162:/w/workspace/go-mod-core-contracts/162:rw,z -v /w/workspace/go-mod-core-contracts/162@tmp:/w/workspace/go-mod-core-contracts/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:17:19 bca2f99d35d6: Pull complete 06:17:19 93359f2a8cfa: Pull complete 06:17:19 7c6f9722023f: Pull complete 06:17:19 $ docker top 2e35bcc0e6a296a183bc0a391e65624fb3018e34d6f5e46dac659632b42bf7b3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:20 + make test 06:17:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:17:27 a35cf1a2eb13: Pull complete 06:17:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:17:27 ---> a62c8e92a672 06:17:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:17:28 ---> Running in 0bd76b49d1b4 06:17:28 Removing intermediate container 0bd76b49d1b4 06:17:28 ---> b1dd56b7e920 06:17:28 Step 4/7 : RUN apk add bash 06:17:28 ---> Running in f663e8845579 06:17:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:17:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:17:31 OK: 166 MiB in 39 packages 06:17:32 Removing intermediate container f663e8845579 06:17:32 ---> 99989dda9e8b 06:17:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:17:33 ---> Running in 9155d8945a00 06:17:34 Removing intermediate container 9155d8945a00 06:17:34 ---> 9ea30f5f52cb 06:17:34 Step 6/7 : COPY go.mod . 06:17:35 ---> 267a617417a7 06:17:35 Step 7/7 : RUN go mod download 06:17:35 ---> Running in ab90ee68063c 06:17:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:17:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.035s coverage: 85.7% of statements 06:17:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.071s coverage: 100.0% of statements 06:17:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.052s coverage: 45.4% of statements 06:17:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements 06:17:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:17:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.048s coverage: 26.3% of statements 06:17:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.060s coverage: 14.7% of statements 06:17:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.036s coverage: 100.0% of statements 06:17:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.093s coverage: 91.8% of statements 06:17:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:17:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:17:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.034s coverage: 100.0% of statements 06:17:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.028s coverage: 36.7% of statements 06:17:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.127s coverage: 63.0% of statements 06:17:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.033s coverage: 26.3% of statements 06:17:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.047s coverage: 15.4% of statements 06:17:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements 06:17:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.033s coverage: 14.3% of statements 06:17:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 06:17:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.283s coverage: 84.6% of statements 06:17:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:17:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:17:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:17:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.045s coverage: 46.8% of statements 06:17:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.036s coverage: 94.7% of statements 06:18:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.170s coverage: 89.1% of statements 06:18:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 06:18:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:18:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:18:02 Removing intermediate container ab90ee68063c 06:18:02 ---> 6b34a483e3f8 06:18:02 Successfully built 6b34a483e3f8 06:18:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:18:03 + docker inspect -f . ci-base-image-x86_64 06:18:03 . [Pipeline] withDockerContainer 06:18:03 prd-centos7-docker-4c-2g-28678 does not seem to be running inside a container 06:18:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/162 -v /w/workspace/go-mod-core-contracts/162:/w/workspace/go-mod-core-contracts/162:rw,z -v /w/workspace/go-mod-core-contracts/162@tmp:/w/workspace/go-mod-core-contracts/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:18:05 $ docker top 3a9dfc5e7f91f548abb308f5e543011d105a466b96b8b6f0b39c5235038cdd4a -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:05 + go version 06:18:05 go version go1.15.5 linux/amd64 [Pipeline] } 06:18:05 $ docker stop --time=1 3a9dfc5e7f91f548abb308f5e543011d105a466b96b8b6f0b39c5235038cdd4a 06:18:06 gofmt -l . 06:18:06 [ "`gofmt -l .`" = "" ] 06:18:07 $ docker rm -f 3a9dfc5e7f91f548abb308f5e543011d105a466b96b8b6f0b39c5235038cdd4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 06:18:08 $ docker stop --time=1 2e35bcc0e6a296a183bc0a391e65624fb3018e34d6f5e46dac659632b42bf7b3 06:18:10 $ docker rm -f 2e35bcc0e6a296a183bc0a391e65624fb3018e34d6f5e46dac659632b42bf7b3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:18:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:18:11 + docker inspect -f . ci-base-image-x86_64 06:18:11 . [Pipeline] withDockerContainer 06:18:12 prd-centos7-docker-4c-2g-28678 does not seem to be running inside a container 06:18:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/162 -v /w/workspace/go-mod-core-contracts/162:/w/workspace/go-mod-core-contracts/162:rw,z -v /w/workspace/go-mod-core-contracts/162@tmp:/w/workspace/go-mod-core-contracts/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:18:12 Stashed 1 file(s) 06:18:13 $ docker top e05fd65818ee79e2e18a5e93375277382c24c9c74b9e658733d878339a2ab029 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 06:18:14 + make test 06:18:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:18:15 ---> job-cost.sh 06:18:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0xz1 06:18:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:18:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.142s coverage: 85.7% of statements 06:18:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.170s coverage: 100.0% of statements 06:18:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.298s coverage: 45.4% of statements 06:18:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements 06:18:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.019s coverage: 26.3% of statements 06:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.131s coverage: 14.7% of statements 06:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.070s coverage: 100.0% of statements 06:18:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.293s coverage: 91.8% of statements 06:18:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:18:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:18:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.106s coverage: 100.0% of statements 06:18:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.046s coverage: 36.7% of statements 06:18:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements 06:18:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.084s coverage: 26.3% of statements 06:18:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.045s coverage: 15.4% of statements 06:18:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.077s coverage: 15.4% of statements 06:18:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.060s coverage: 14.3% of statements 06:18:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 06:18:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.119s coverage: 84.6% of statements 06:18:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:18:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:18:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:18:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.028s coverage: 46.8% of statements 06:18:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.023s coverage: 94.7% of statements 06:18:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:18:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.214s coverage: 89.1% of statements 06:18:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.067s coverage: 100.0% of statements 06:18:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:18:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:19:03 gofmt -l . 06:19:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:19:04 $ docker stop --time=1 e05fd65818ee79e2e18a5e93375277382c24c9c74b9e658733d878339a2ab029 06:19:07 $ docker rm -f e05fd65818ee79e2e18a5e93375277382c24c9c74b9e658733d878339a2ab029 [Pipeline] // withDockerContainer [Pipeline] sh 06:19:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:19:08 Warning: overwriting stash ‘coverage-report’ 06:19:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:19:09 ---> job-cost.sh 06:19:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0iAg 06:19:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:20:39 lf-activate-venv(): INFO: Adding /tmp/venv-0iAg/bin to PATH 06:20:39 INFO: No Stack... 06:20:39 INFO: Retrieving Pricing Info for: v1-standard-2 06:20:39 INFO: Archiving Costs [Pipeline] sh 06:20:39 + cat /w/workspace/go-mod-core-contracts/162/archives/cost.csv 06:20:39 + cut -d, -f6 [Pipeline] lock 06:20:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] 06:20:39 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] did not exist. Created. 06:20:39 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:20:40 + echo total: 0.029999999329447746 [Pipeline] stash 06:20:40 Stashed 1 file(s) [Pipeline] } 06:20:40 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:21:01 lf-activate-venv(): INFO: Adding /tmp/venv-0xz1/bin to PATH 06:21:01 INFO: No Stack... 06:21:01 INFO: Retrieving Pricing Info for: lf-standard-4 06:21:01 INFO: Archiving Costs [Pipeline] sh 06:21:01 + cut -d, -f6 06:21:01 + cat /w/workspace/go-mod-core-contracts/162/archives/cost.csv [Pipeline] lock 06:21:01 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] 06:21:01 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] did not exist. Created. 06:21:01 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:21:02 /w/workspace/go-mod-core-contracts/162@tmp/durable-9f3de157/script.sh: 1: /w/workspace/go-mod-core-contracts/162@tmp/durable-9f3de157/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:21:02 + echo total: 0.20999999344348907 [Pipeline] stash 06:21:02 Warning: overwriting stash ‘stack-cost’ 06:21:02 Stashed 1 file(s) [Pipeline] } 06:21:02 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-162-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 06:21:04 provisioning config files... 06:21:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4039734406765059313tmp [Pipeline] { [Pipeline] sh 06:21:04 + set +x 06:21:04 + curl -s https://codecov.io/bash 06:21:04 + bash -s -- 06:21:05 06:21:05 _____ _ 06:21:05 / ____| | | 06:21:05 | | ___ __| | ___ ___ _____ __ 06:21:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:21:05 | |___| (_) | (_| | __/ (_| (_) \ V / 06:21:05 \_____\___/ \__,_|\___|\___\___/ \_/ 06:21:05 Bash-20210226-7100762 06:21:05 06:21:05 06:21:05 ==> git version 2.24.3 found 06:21:05 ==> 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 06:21:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:21:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:21:05 ==> Jenkins CI detected. 06:21:05 project root: . 06:21:05 --> token set from env 06:21:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:21:05 ==> Running gcov in . (disable via -X gcov) 06:21:05 ==> Python coveragepy not found 06:21:05 ==> Searching for coverage reports in: 06:21:05 + . 06:21:05 -> Found 1 reports 06:21:05 ==> Detecting git/mercurial file structure 06:21:05 ==> Reading reports 06:21:05 + ./coverage.out bytes=158824 06:21:05 ==> Appending adjustments 06:21:05 https://docs.codecov.io/docs/fixing-reports 06:21:06 + Found adjustments 06:21:06 ==> Gzipping contents 06:21:06 24K /tmp/codecov.q2HlIl.gz 06:21:06 ==> Uploading reports 06:21:06 url: https://codecov.io 06:21:06 query: branch=master&commit=3caf7787f16a5e46f38d58ffe4fd2a468e4212f1&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F162%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:21:06 -> Pinging Codecov 06:21:06 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=3caf7787f16a5e46f38d58ffe4fd2a468e4212f1&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F162%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:21:06 -> Uploading to 06:21:06 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/71470A77251A30514AAF9C0BB2E5B6CE/3caf7787f16a5e46f38d58ffe4fd2a468e4212f1/c8970dd4-9c75-4a65-b115-63ea88481def.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T062106Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9eba3f861959c0ce5c0c4e9f3b82dec995b7b37ce68efe43630630c49e6b0893 06:21:06 % Total % Received % Xferd Average Speed Time Time Time Current 06:21:06 Dload Upload Total Spent Left Speed 06:21:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23662 0 0 100 23662 0 49232 --:--:-- --:--:-- --:--:-- 49295 06:21:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 [Pipeline] } 06:21:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:21:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:21:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:21:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:21:08 06:21:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:21:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:21:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:21:08 188c0c94c7c5: Pulling fs layer 06:21:08 0ef7d3d256c8: Pulling fs layer 06:21:08 de9db76c5a1d: Pulling fs layer 06:21:08 0eba1c9be4d2: Pulling fs layer 06:21:08 0d57e429df01: Pulling fs layer 06:21:08 4e4be7b47b0d: Pulling fs layer 06:21:08 e1f770b5df2f: Pulling fs layer 06:21:08 85a0685a4137: Pulling fs layer 06:21:08 0d57e429df01: Waiting 06:21:08 4e4be7b47b0d: Waiting 06:21:08 e1f770b5df2f: Waiting 06:21:08 85a0685a4137: Waiting 06:21:08 0eba1c9be4d2: Waiting 06:21:08 de9db76c5a1d: Verifying Checksum 06:21:08 de9db76c5a1d: Download complete 06:21:08 0ef7d3d256c8: Verifying Checksum 06:21:08 0ef7d3d256c8: Download complete 06:21:08 0d57e429df01: Verifying Checksum 06:21:08 0d57e429df01: Download complete 06:21:08 4e4be7b47b0d: Verifying Checksum 06:21:08 4e4be7b47b0d: Download complete 06:21:08 188c0c94c7c5: Download complete 06:21:09 188c0c94c7c5: Pull complete 06:21:09 0ef7d3d256c8: Pull complete 06:21:09 de9db76c5a1d: Pull complete 06:21:11 e1f770b5df2f: Verifying Checksum 06:21:13 0eba1c9be4d2: Verifying Checksum 06:21:13 0eba1c9be4d2: Download complete 06:21:13 85a0685a4137: Verifying Checksum 06:21:13 85a0685a4137: Download complete 06:21:19 0eba1c9be4d2: Pull complete 06:21:19 0d57e429df01: Pull complete 06:21:19 4e4be7b47b0d: Pull complete 06:21:22 e1f770b5df2f: Pull complete 06:21:28 85a0685a4137: Pull complete 06:21:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:21:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:21:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:21:29 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:21:29 $ 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 06:21:30 $ docker top 6225f77ed0c3f8acf61ef2a6065ffcbeb102b9bff163994ca017d2814b3073ad -eo pid,comm [Pipeline] { [Pipeline] echo 06:21:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:21:31 + set -o pipefail 06:21:31 + snyk monitor '--org=edgex-jenkins' 06:21:36 06:21:36 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 06:21:36 06:21:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/ed2e27ee-a80f-4b33-95fc-9c50083643ed 06:21:36 06:21:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:21:36 06:21:36 [Pipeline] } 06:21:36 $ docker stop --time=1 6225f77ed0c3f8acf61ef2a6065ffcbeb102b9bff163994ca017d2814b3073ad 06:21:38 $ docker rm -f 6225f77ed0c3f8acf61ef2a6065ffcbeb102b9bff163994ca017d2814b3073ad [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 06:21:40 + git log --format=format:%s -1 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 [Pipeline] isUnix [Pipeline] sh 06:21:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:40 . [Pipeline] withDockerContainer 06:21:40 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:21:40 $ 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 06:21:41 $ docker top 3c74f3a7f70ee0020eaa7c573fe78ffeac0e14ad45377d0cbb8b43486a768a77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:21:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:41 [ssh-agent] Looking for ssh-agent implementation... 06:21:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:42 $ docker exec 3c74f3a7f70ee0020eaa7c573fe78ffeac0e14ad45377d0cbb8b43486a768a77 ssh-agent 06:21:42 SSH_AUTH_SOCK=/tmp/ssh-h6Y9KZpla2Ka/agent.11 06:21:42 SSH_AGENT_PID=17 06:21:42 Running ssh-add (command line suppressed) 06:21:42 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1820111791278012324.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1820111791278012324.key) 06:21:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:42 + git semver tag 06:21:42 # -> Open(): unable to determine branch for HEAD 06:21:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:21:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:21:42 # $SEMVER_REMOTE_NAME = origin 06:21:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:21:42 # $SEMVER_USER_NAME = edgex-jenkins 06:21:42 # $SEMVER_BRANCH = master 06:21:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:21:42 # 3caf7787f16a5e46f38d58ffe4fd2a468e4212f1 HEAD 06:21:43 # -> Force: false 06:21:43 # b69cdb78021a0a234ed6f0e98ab62b9fadfa5f29 refs/tags/v2.0.0-dev.44 [Pipeline] } 06:21:43 $ docker exec --env ******** --env ******** 3c74f3a7f70ee0020eaa7c573fe78ffeac0e14ad45377d0cbb8b43486a768a77 ssh-agent -k 06:21:43 unset SSH_AUTH_SOCK; 06:21:43 unset SSH_AGENT_PID; 06:21:43 echo Agent pid 17 killed; 06:21:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:21:43 + git semver [Pipeline] } 06:21:43 $ docker stop --time=1 3c74f3a7f70ee0020eaa7c573fe78ffeac0e14ad45377d0cbb8b43486a768a77 06:21:45 $ docker rm -f 3c74f3a7f70ee0020eaa7c573fe78ffeac0e14ad45377d0cbb8b43486a768a77 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:21:45 06:21:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:21:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:21:46 0.23.1-centos7: Pulling from edgex-lftools 06:21:46 ab5ef0e58194: Pulling fs layer 06:21:46 9712f1f96733: Pulling fs layer 06:21:46 63f879dbbcfc: Pulling fs layer 06:21:46 0d9ebad4ef96: Pulling fs layer 06:21:46 e9a5061849ea: Pulling fs layer 06:21:46 d747dcd14b5f: Pulling fs layer 06:21:46 2de7ff778b66: Pulling fs layer 06:21:46 0d9ebad4ef96: Waiting 06:21:46 e9a5061849ea: Waiting 06:21:46 d747dcd14b5f: Waiting 06:21:46 2de7ff778b66: Waiting 06:21:46 9712f1f96733: Verifying Checksum 06:21:46 9712f1f96733: Download complete 06:21:48 63f879dbbcfc: Verifying Checksum 06:21:48 63f879dbbcfc: Download complete 06:21:48 e9a5061849ea: Verifying Checksum 06:21:48 e9a5061849ea: Download complete 06:21:48 d747dcd14b5f: Download complete 06:21:48 0d9ebad4ef96: Verifying Checksum 06:21:48 0d9ebad4ef96: Download complete 06:21:48 2de7ff778b66: Verifying Checksum 06:21:48 2de7ff778b66: Download complete 06:21:48 ab5ef0e58194: Verifying Checksum 06:21:48 ab5ef0e58194: Download complete 06:21:53 ab5ef0e58194: Pull complete 06:21:53 9712f1f96733: Pull complete 06:21:55 63f879dbbcfc: Pull complete 06:22:02 0d9ebad4ef96: Pull complete 06:22:02 e9a5061849ea: Pull complete 06:22:03 d747dcd14b5f: Pull complete 06:22:05 2de7ff778b66: Pull complete 06:22:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:22:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:22:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:22:05 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:22:06 $ 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 06:22:10 $ docker top bfc87426c910acde9ea7537bf688f6b9973886e23e603f2fb61fbef659636247 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:22:10 provisioning config files... 06:22:10 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2022556294938469148tmp 06:22:10 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5668787798310980764tmp 06:22:10 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5488530532032938382tmp [Pipeline] { [Pipeline] echo 06:22:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:22:10 ---> sigul-configuration.sh 06:22:10 gpg: directory `/root/.gnupg' created 06:22:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:22:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:22:10 gpg: keyring `/root/.gnupg/secring.gpg' created 06:22:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:22:10 gpg: CAST5 encrypted data 06:22:11 gpg: encrypted with 1 passphrase 06:22:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:22:11 + mkdir /home/jenkins 06:22:11 + mkdir /home/jenkins/sigul [Pipeline] sh 06:22:11 + 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 06:22:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:22:12 ---> sigul-install.sh 06:22:18 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:22:19 + git tag --list 06:22:19 v0.0.0 06:22:19 v0.0.1 06:22:19 v0.1.0 06:22:19 v0.1.1 06:22:19 v0.1.10 06:22:19 v0.1.100 06:22:19 v0.1.101 06:22:19 v0.1.102 06:22:19 v0.1.103 06:22:19 v0.1.104 06:22:19 v0.1.105 06:22:19 v0.1.106 06:22:19 v0.1.107 06:22:19 v0.1.108 06:22:19 v0.1.109 06:22:19 v0.1.11 06:22:19 v0.1.110 06:22:19 v0.1.111 06:22:19 v0.1.112 06:22:19 v0.1.113 06:22:19 v0.1.114 06:22:19 v0.1.115 06:22:19 v0.1.116 06:22:19 v0.1.117 06:22:19 v0.1.118 06:22:19 v0.1.119 06:22:19 v0.1.12 06:22:19 v0.1.120 06:22:19 v0.1.121 06:22:19 v0.1.122 06:22:19 v0.1.123 06:22:19 v0.1.124 06:22:19 v0.1.125 06:22:19 v0.1.126 06:22:19 v0.1.127 06:22:19 v0.1.128 06:22:19 v0.1.129 06:22:19 v0.1.13 06:22:19 v0.1.130 06:22:19 v0.1.131 06:22:19 v0.1.132 06:22:19 v0.1.133 06:22:19 v0.1.134 06:22:19 v0.1.135 06:22:19 v0.1.136 06:22:19 v0.1.137 06:22:19 v0.1.138 06:22:19 v0.1.139 06:22:19 v0.1.14 06:22:19 v0.1.140 06:22:19 v0.1.141 06:22:19 v0.1.142 06:22:19 v0.1.143 06:22:19 v0.1.144 06:22:19 v0.1.145 06:22:19 v0.1.146 06:22:19 v0.1.147 06:22:19 v0.1.148 06:22:19 v0.1.149 06:22:19 v0.1.15 06:22:19 v0.1.16 06:22:19 v0.1.17 06:22:19 v0.1.18 06:22:19 v0.1.19 06:22:19 v0.1.2 06:22:19 v0.1.20 06:22:19 v0.1.21 06:22:19 v0.1.22 06:22:19 v0.1.23 06:22:19 v0.1.24 06:22:19 v0.1.25 06:22:19 v0.1.26 06:22:19 v0.1.27 06:22:19 v0.1.28 06:22:19 v0.1.29 06:22:19 v0.1.3 06:22:19 v0.1.30 06:22:19 v0.1.31 06:22:19 v0.1.32 06:22:19 v0.1.33 06:22:19 v0.1.34 06:22:19 v0.1.35 06:22:19 v0.1.36 06:22:19 v0.1.37 06:22:19 v0.1.38 06:22:19 v0.1.39 06:22:19 v0.1.4 06:22:19 v0.1.40 06:22:19 v0.1.41 06:22:19 v0.1.42 06:22:19 v0.1.43 06:22:19 v0.1.44 06:22:19 v0.1.45 06:22:19 v0.1.46 06:22:19 v0.1.47 06:22:19 v0.1.48 06:22:19 v0.1.49 06:22:19 v0.1.5 06:22:19 v0.1.50 06:22:19 v0.1.51 06:22:19 v0.1.52 06:22:19 v0.1.53 06:22:19 v0.1.54 06:22:19 v0.1.55 06:22:19 v0.1.56 06:22:19 v0.1.57 06:22:19 v0.1.58 06:22:19 v0.1.59 06:22:19 v0.1.6 06:22:19 v0.1.60 06:22:19 v0.1.61 06:22:19 v0.1.62 06:22:19 v0.1.63 06:22:19 v0.1.64 06:22:19 v0.1.65 06:22:19 v0.1.66 06:22:19 v0.1.67 06:22:19 v0.1.68 06:22:19 v0.1.69 06:22:19 v0.1.7 06:22:19 v0.1.70 06:22:19 v0.1.71 06:22:19 v0.1.72 06:22:19 v0.1.73 06:22:19 v0.1.74 06:22:19 v0.1.75 06:22:19 v0.1.76 06:22:19 v0.1.77 06:22:19 v0.1.78 06:22:19 v0.1.79 06:22:19 v0.1.8 06:22:19 v0.1.80 06:22:19 v0.1.81 06:22:19 v0.1.82 06:22:19 v0.1.83 06:22:19 v0.1.84 06:22:19 v0.1.85 06:22:19 v0.1.86 06:22:19 v0.1.87 06:22:19 v0.1.88 06:22:19 v0.1.89 06:22:19 v0.1.9 06:22:19 v0.1.90 06:22:19 v0.1.91 06:22:19 v0.1.92 06:22:19 v0.1.93 06:22:19 v0.1.94 06:22:19 v0.1.95 06:22:19 v0.1.96 06:22:19 v0.1.97 06:22:19 v0.1.98 06:22:19 v0.1.99 06:22:19 v2.0.0-dev.1 06:22:19 v2.0.0-dev.10 06:22:19 v2.0.0-dev.11 06:22:19 v2.0.0-dev.12 06:22:19 v2.0.0-dev.13 06:22:19 v2.0.0-dev.14 06:22:19 v2.0.0-dev.15 06:22:19 v2.0.0-dev.16 06:22:19 v2.0.0-dev.17 06:22:19 v2.0.0-dev.18 06:22:19 v2.0.0-dev.19 06:22:19 v2.0.0-dev.2 06:22:19 v2.0.0-dev.20 06:22:19 v2.0.0-dev.21 06:22:19 v2.0.0-dev.22 06:22:19 v2.0.0-dev.23 06:22:19 v2.0.0-dev.24 06:22:19 v2.0.0-dev.25 06:22:19 v2.0.0-dev.26 06:22:19 v2.0.0-dev.27 06:22:19 v2.0.0-dev.28 06:22:19 v2.0.0-dev.29 06:22:19 v2.0.0-dev.3 06:22:19 v2.0.0-dev.30 06:22:19 v2.0.0-dev.31 06:22:19 v2.0.0-dev.32 06:22:19 v2.0.0-dev.33 06:22:19 v2.0.0-dev.34 06:22:19 v2.0.0-dev.35 06:22:19 v2.0.0-dev.36 06:22:19 v2.0.0-dev.37 06:22:19 v2.0.0-dev.38 06:22:19 v2.0.0-dev.39 06:22:19 v2.0.0-dev.4 06:22:19 v2.0.0-dev.40 06:22:19 v2.0.0-dev.41 06:22:19 v2.0.0-dev.42 06:22:19 v2.0.0-dev.43 06:22:19 v2.0.0-dev.44 06:22:19 v2.0.0-dev.5 06:22:19 v2.0.0-dev.6 06:22:19 v2.0.0-dev.7 06:22:19 v2.0.0-dev.8 06:22:19 v2.0.0-dev.9 [Pipeline] sh 06:22:19 + lftools sign git-tag v2.0.0-dev.44 06:22:20 Signing Git tag with Sigul... 06:22:20 Signing v2.0.0-dev.44 [Pipeline] echo 06:22:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:22:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:22:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:22:22 $ docker stop --time=1 bfc87426c910acde9ea7537bf688f6b9973886e23e603f2fb61fbef659636247 06:22:24 $ docker rm -f bfc87426c910acde9ea7537bf688f6b9973886e23e603f2fb61fbef659636247 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:22:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:25 . [Pipeline] withDockerContainer 06:22:25 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:22:25 $ 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 06:22:26 $ docker top 1c264debd073246f16a130fe2924724e1e0f7fcd734406f275d3a7f5194d3129 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:22:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:22:26 [ssh-agent] Looking for ssh-agent implementation... 06:22:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:22:26 $ docker exec 1c264debd073246f16a130fe2924724e1e0f7fcd734406f275d3a7f5194d3129 ssh-agent 06:22:26 SSH_AUTH_SOCK=/tmp/ssh-ANOKcVDxA6ft/agent.12 06:22:26 SSH_AGENT_PID=18 06:22:26 Running ssh-add (command line suppressed) 06:22:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6661925023065372627.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6661925023065372627.key) 06:22:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:22:27 + git semver bump pre 06:22:27 # -> Open(): unable to determine branch for HEAD 06:22:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:22:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:22:27 # $SEMVER_REMOTE_NAME = origin 06:22:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:22:27 # $SEMVER_USER_NAME = edgex-jenkins 06:22:27 # $SEMVER_BRANCH = master 06:22:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:22:27 2.0.0-dev.45 [Pipeline] } 06:22:27 $ docker exec --env ******** --env ******** 1c264debd073246f16a130fe2924724e1e0f7fcd734406f275d3a7f5194d3129 ssh-agent -k 06:22:27 unset SSH_AUTH_SOCK; 06:22:27 unset SSH_AGENT_PID; 06:22:27 echo Agent pid 18 killed; 06:22:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:28 + git semver [Pipeline] } 06:22:28 $ docker stop --time=1 1c264debd073246f16a130fe2924724e1e0f7fcd734406f275d3a7f5194d3129 06:22:29 $ docker rm -f 1c264debd073246f16a130fe2924724e1e0f7fcd734406f275d3a7f5194d3129 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:22:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:29 . [Pipeline] withDockerContainer 06:22:30 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:22:30 $ 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 06:22:30 $ docker top c47ca6f00b237b4b5657692282964780a3ea34ce28845dc40f14db39938216e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:22:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:22:31 [ssh-agent] Looking for ssh-agent implementation... 06:22:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:22:31 $ docker exec c47ca6f00b237b4b5657692282964780a3ea34ce28845dc40f14db39938216e5 ssh-agent 06:22:31 SSH_AUTH_SOCK=/tmp/ssh-zuxwkhJ4GREn/agent.11 06:22:31 SSH_AGENT_PID=16 06:22:31 Running ssh-add (command line suppressed) 06:22:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6557377135637697644.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6557377135637697644.key) 06:22:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:22:32 + git semver push 06:22:32 # -> Open(): unable to determine branch for HEAD 06:22:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:22:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:22:32 # $SEMVER_REMOTE_NAME = origin 06:22:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:22:32 # $SEMVER_USER_NAME = edgex-jenkins 06:22:32 # $SEMVER_BRANCH = master 06:22:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:22:36 $ docker exec --env ******** --env ******** c47ca6f00b237b4b5657692282964780a3ea34ce28845dc40f14db39938216e5 ssh-agent -k 06:22:36 unset SSH_AUTH_SOCK; 06:22:36 unset SSH_AGENT_PID; 06:22:36 echo Agent pid 16 killed; 06:22:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:36 + git semver [Pipeline] } 06:22:37 $ docker stop --time=1 c47ca6f00b237b4b5657692282964780a3ea34ce28845dc40f14db39938216e5 06:22:38 $ docker rm -f c47ca6f00b237b4b5657692282964780a3ea34ce28845dc40f14db39938216e5 [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 06:22:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:22:40 ---> package-listing.sh 06:22:40 ++ facter osfamily 06:22:40 ++ tr '[:upper:]' '[:lower:]' 06:22:40 + OS_FAMILY=redhat 06:22:40 + workspace=/w/workspace/dry_go-mod-core-contracts_master 06:22:40 + START_PACKAGES=/tmp/packages_start.txt 06:22:40 + END_PACKAGES=/tmp/packages_end.txt 06:22:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:22:40 + PACKAGES=/tmp/packages_start.txt 06:22:40 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:22:40 + PACKAGES=/tmp/packages_end.txt 06:22:40 + case "${OS_FAMILY}" in 06:22:40 + rpm -qa 06:22:40 + sort 06:22:45 + '[' -f /tmp/packages_start.txt ']' 06:22:45 + '[' -f /tmp/packages_end.txt ']' 06:22:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:22:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:22:45 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 06:22:45 + 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 06:22:45 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 06:22:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:22:46 06:22:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:22:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:22:46 alpine: Pulling from edgex-lftools-log-publisher 06:22:46 df20fa9351a1: Pulling fs layer 06:22:46 36b3adc4ff6f: Pulling fs layer 06:22:46 8ad3a11d3b57: Pulling fs layer 06:22:46 46f8f816bc3b: Pulling fs layer 06:22:46 93b61091891f: Pulling fs layer 06:22:46 93b9cdb0e59b: Pulling fs layer 06:22:46 5e14af77c1be: Pulling fs layer 06:22:46 01666e4c0597: Pulling fs layer 06:22:46 aa168da1d23b: Pulling fs layer 06:22:46 46f8f816bc3b: Waiting 06:22:46 93b61091891f: Waiting 06:22:46 93b9cdb0e59b: Waiting 06:22:46 5e14af77c1be: Waiting 06:22:46 aa168da1d23b: Waiting 06:22:46 01666e4c0597: Waiting 06:22:46 36b3adc4ff6f: Verifying Checksum 06:22:46 36b3adc4ff6f: Download complete 06:22:46 46f8f816bc3b: Verifying Checksum 06:22:46 46f8f816bc3b: Download complete 06:22:46 df20fa9351a1: Verifying Checksum 06:22:46 93b9cdb0e59b: Verifying Checksum 06:22:46 93b9cdb0e59b: Download complete 06:22:46 5e14af77c1be: Verifying Checksum 06:22:46 5e14af77c1be: Download complete 06:22:46 93b61091891f: Verifying Checksum 06:22:46 93b61091891f: Download complete 06:22:46 01666e4c0597: Verifying Checksum 06:22:46 01666e4c0597: Download complete 06:22:47 df20fa9351a1: Pull complete 06:22:47 8ad3a11d3b57: Verifying Checksum 06:22:47 8ad3a11d3b57: Download complete 06:22:47 36b3adc4ff6f: Pull complete 06:22:49 8ad3a11d3b57: Pull complete 06:22:49 aa168da1d23b: Verifying Checksum 06:22:49 aa168da1d23b: Download complete 06:22:49 46f8f816bc3b: Pull complete 06:22:50 93b61091891f: Pull complete 06:22:50 93b9cdb0e59b: Pull complete 06:22:50 5e14af77c1be: Pull complete 06:22:50 01666e4c0597: Pull complete 06:22:57 aa168da1d23b: Pull complete 06:22:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:22:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:22:57 prd-centos7-docker-4c-2g-28676 does not seem to be running inside a container 06:22:57 $ 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 06:23:00 $ docker top f1a2e6f440ef1cc0284f5fdb89c04cc8334c498aa4220171690731e3c93a0a2a -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:01 + touch /tmp/pre-build-complete [Pipeline] sh 06:23:01 + mkdir -p /var/log/sa [Pipeline] sh 06:23:01 + ls /var/log/sa-host 06:23:01 + sadf -c /var/log/sa-host/sa05 06:23:01 file_magic: OK 06:23:01 HZ: Using current value: 100 06:23:01 file_header: OK 06:23:01 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 06:23:01 Statistics: 06:23:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:23:01 File successfully converted to sysstat format version 12.2.1 06:23:01 + sadf -c /var/log/sa-host/sa23 06:23:01 file_magic: OK 06:23:01 HZ: Using current value: 100 06:23:01 file_header: OK 06:23:01 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 06:23:01 Statistics: 06:23:01 Hnuu...uuuununununu... 06:23:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:23:02 provisioning config files... 06:23:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config114785310944856345tmp [Pipeline] { [Pipeline] echo 06:23:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:23:02 ---> create-netrc.sh [Pipeline] } 06:23:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:23:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> python-tools-install.sh [Pipeline] echo 06:23:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> sudo-logs.sh 06:23:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:23:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:23:03 ---> job-cost.sh 06:23:03 lf-activate-venv: SKIPPING 06:23:03 DEBUG: total: 0.20999999344348907 06:23:03 INFO: Retrieving Stack Cost... 06:23:04 INFO: Retrieving Pricing Info for: v1-standard-2 06:23:05 INFO: Archiving Costs [Pipeline] echo 06:23:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:23:05 ---> logs-deploy.sh 06:23:05 lf-activate-venv: SKIPPING 06:23:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/162 06:23:05 INFO: archiving workspace using pattern(s): 06:23:07 Archives upload complete. 06:23:07 INFO: archiving logs to Nexus 06:23:08 ---> uname -a: 06:23:08 Linux prd-centos7-docker-4c-2g-28676.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:23:08 06:23:08 06:23:08 ---> lscpu: 06:23:08 Architecture: x86_64 06:23:08 CPU op-mode(s): 32-bit, 64-bit 06:23:08 Byte Order: Little Endian 06:23:08 Address sizes: 40 bits physical, 48 bits virtual 06:23:08 CPU(s): 4 06:23:08 On-line CPU(s) list: 0-3 06:23:08 Thread(s) per core: 1 06:23:08 Core(s) per socket: 1 06:23:08 Socket(s): 4 06:23:08 NUMA node(s): 1 06:23:08 Vendor ID: GenuineIntel 06:23:08 CPU family: 6 06:23:08 Model: 44 06:23:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:23:08 Stepping: 1 06:23:08 CPU MHz: 2933.438 06:23:08 BogoMIPS: 5866.87 06:23:08 Virtualization: VT-x 06:23:08 Hypervisor vendor: KVM 06:23:08 Virtualization type: full 06:23:08 L1d cache: 128 KiB 06:23:08 L1i cache: 128 KiB 06:23:08 L2 cache: 16 MiB 06:23:08 L3 cache: 64 MiB 06:23:08 NUMA node0 CPU(s): 0-3 06:23:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:23:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:23:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:23:08 Vulnerability Meltdown: Mitigation; PTI 06:23:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:23:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:23:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:23:08 Vulnerability Srbds: Not affected 06:23:08 Vulnerability Tsx async abort: Not affected 06:23:08 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 06:23:08 06:23:08 06:23:08 ---> nproc: 06:23:08 4 06:23:08 06:23:08 06:23:08 ---> df -h: 06:23:08 Filesystem Size Used Available Use% Mounted on 06:23:08 overlay 50.0G 8.5G 41.4G 17% / 06:23:08 tmpfs 64.0M 0 64.0M 0% /dev 06:23:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:23:08 shm 64.0M 0 64.0M 0% /dev/shm 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:23:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:23:08 06:23:08 06:23:08 ---> free -m: 06:23:08 total used free shared buff/cache available 06:23:08 Mem: 1837 838 148 0 850 934 06:23:08 Swap: 1023 2 1021 06:23:08 06:23:08 06:23:08 ---> ip addr: 06:23:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:23:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:23:08 inet 127.0.0.1/8 scope host lo 06:23:08 valid_lft forever preferred_lft forever 06:23:08 inet6 ::1/128 scope host 06:23:08 valid_lft forever preferred_lft forever 06:23:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:23:08 link/ether fa:16:3e:1f:ef:e7 brd ff:ff:ff:ff:ff:ff 06:23:08 inet 10.30.123.68/23 brd 10.30.123.255 scope global dynamic eth0 06:23:08 valid_lft 85673sec preferred_lft 85673sec 06:23:08 inet6 fe80::f816:3eff:fe1f:efe7/64 scope link 06:23:08 valid_lft forever preferred_lft forever 06:23:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:23:08 link/ether 02:42:2c:20:e1:86 brd ff:ff:ff:ff:ff:ff 06:23:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:23:08 valid_lft forever preferred_lft forever 06:23:08 inet6 fe80::42:2cff:fe20:e186/64 scope link 06:23:08 valid_lft forever preferred_lft forever 06:23:08 06:23:08 06:23:08 ---> sar -b -r -n DEV: 06:23:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 06:23:08 06:23:08 06:10:49 LINUX RESTART (4 CPU) 06:23:08 06:23:08 06:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:23:08 06:13:01 2.63 0.00 2.63 0.00 0.00 68.59 0.00 06:23:08 06:14:01 0.43 0.00 0.43 0.00 0.00 6.99 0.00 06:23:08 06:15:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 06:23:08 06:16:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 06:23:08 06:17:01 0.30 0.00 0.30 0.00 0.00 4.85 0.00 06:23:08 06:18:01 0.30 0.00 0.30 0.00 0.00 3.70 0.00 06:23:08 06:19:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 06:23:08 06:20:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 06:23:08 06:21:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 06:23:08 06:22:02 395.34 204.31 191.03 0.00 9462.25 58202.44 0.00 06:23:08 06:23:01 237.83 114.40 123.43 0.00 8256.34 29671.16 0.00 06:23:08 Average: 57.90 28.93 28.97 0.00 1604.74 7988.59 0.00 06:23:08 06:23:08 06:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:23:08 06:13:01 147272 0 620320 32.97 2620 1111332 1094980 37.37 401876 1132704 20 06:23:08 06:14:01 149452 0 618132 32.85 2620 1111340 1079560 36.84 399284 1133708 8 06:23:08 06:15:01 147308 0 620272 32.97 2620 1111344 1079560 36.84 413980 1120684 8 06:23:08 06:16:01 147640 0 619940 32.95 2620 1111344 1079560 36.84 413728 1121060 8 06:23:08 06:17:01 145396 0 622176 33.07 2620 1111352 1079680 36.85 411948 1125540 8 06:23:08 06:18:01 146052 0 621516 33.03 2620 1111356 1079584 36.84 411312 1125540 8 06:23:08 06:19:01 146176 0 621388 33.03 2620 1111360 1079560 36.84 411044 1125536 20 06:23:08 06:20:01 146160 0 621400 33.03 2620 1111364 1079560 36.84 411296 1125536 8 06:23:08 06:21:01 146012 0 621540 33.03 2620 1111372 1079560 36.84 411180 1125536 8 06:23:08 06:22:02 156300 0 785800 41.76 1816 937628 1289888 44.02 556728 849124 92024 06:23:08 06:23:01 213468 0 807172 42.90 956 859948 1219948 41.63 543428 766144 48 06:23:08 Average: 153749 0 652696 34.69 2396 1072704 1112858 37.98 435073 1068283 8379 06:23:08 06:23:08 06:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:23:08 06:13:01 eth0 0.55 0.32 0.27 0.22 0.00 0.00 0.00 0.00 06:23:08 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:14:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:23:08 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:15:01 eth0 1.02 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:23:08 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:16:01 eth0 0.82 0.08 0.08 0.01 0.00 0.00 0.00 0.00 06:23:08 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:17:01 eth0 1.15 0.72 0.67 0.46 0.00 0.00 0.00 0.00 06:23:08 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:18:01 eth0 0.18 0.13 0.06 0.01 0.00 0.00 0.00 0.00 06:23:08 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:19:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:23:08 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:20:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:23:08 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:22:02 eth0 804.77 707.16 7383.53 65.56 0.00 0.00 0.00 0.00 06:23:08 06:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:22:02 docker0 18.56 18.08 1.47 125.87 0.00 0.00 0.00 0.00 06:23:08 06:23:01 eth0 345.86 276.98 2495.88 139.09 0.00 0.00 0.00 0.00 06:23:08 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 06:23:01 docker0 32.75 36.90 2.39 223.75 0.00 0.00 0.00 0.00 06:23:08 Average: eth0 104.94 89.61 898.80 18.52 0.00 0.00 0.00 0.00 06:23:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:23:08 Average: docker0 4.63 4.96 0.35 31.55 0.00 0.00 0.00 0.00 06:23:08 06:23:08 06:23:08 ---> sar -P ALL: 06:23:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 06:23:08 06:23:08 06:10:49 LINUX RESTART (4 CPU) 06:23:08 06:23:08 06:12:01 CPU %user %nice %system %iowait %steal %idle 06:23:08 06:13:01 all 0.18 0.00 0.06 0.00 0.07 99.70 06:23:08 06:13:01 0 0.08 0.00 0.07 0.00 0.03 99.82 06:23:08 06:13:01 1 0.43 0.00 0.05 0.00 0.08 99.43 06:23:08 06:13:01 2 0.17 0.00 0.07 0.00 0.08 99.68 06:23:08 06:13:01 3 0.03 0.00 0.05 0.00 0.07 99.85 06:23:08 06:14:01 all 0.17 0.00 0.10 0.00 0.09 99.63 06:23:08 06:14:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:23:08 06:14:01 1 0.12 0.00 0.12 0.00 0.15 99.62 06:23:08 06:14:01 2 0.50 0.00 0.10 0.00 0.07 99.33 06:23:08 06:14:01 3 0.07 0.00 0.15 0.00 0.12 99.67 06:23:08 06:15:01 all 0.11 0.00 0.05 0.00 0.16 99.68 06:23:08 06:15:01 0 0.02 0.00 0.03 0.00 0.08 99.87 06:23:08 06:15:01 1 0.05 0.00 0.05 0.00 0.22 99.68 06:23:08 06:15:01 2 0.37 0.00 0.07 0.00 0.18 99.38 06:23:08 06:15:01 3 0.00 0.00 0.03 0.00 0.17 99.80 06:23:08 06:16:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:23:08 06:16:01 0 0.00 0.00 0.03 0.00 0.00 99.97 06:23:08 06:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:23:08 06:16:01 2 0.53 0.00 0.05 0.00 0.00 99.42 06:23:08 06:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:23:08 06:17:01 all 0.17 0.00 0.03 0.00 0.00 99.79 06:23:08 06:17:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:23:08 06:17:01 1 0.07 0.00 0.07 0.00 0.00 99.87 06:23:08 06:17:01 2 0.55 0.00 0.03 0.00 0.02 99.40 06:23:08 06:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:23:08 06:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:18:01 1 0.07 0.00 0.07 0.00 0.00 99.87 06:23:08 06:18:01 2 0.52 0.00 0.02 0.00 0.02 99.45 06:23:08 06:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:19:01 all 0.17 0.00 0.03 0.00 0.00 99.80 06:23:08 06:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:19:01 1 0.12 0.00 0.05 0.00 0.00 99.83 06:23:08 06:19:01 2 0.53 0.00 0.03 0.00 0.00 99.43 06:23:08 06:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:23:08 06:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:20:01 1 0.53 0.00 0.05 0.00 0.00 99.42 06:23:08 06:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:23:08 06:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:23:08 06:21:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:23:08 06:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:23:08 06:21:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:23:08 06:21:01 2 0.07 0.00 0.07 0.00 0.00 99.87 06:23:08 06:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:23:08 06:22:02 all 16.60 0.00 12.31 3.19 0.13 67.77 06:23:08 06:22:02 0 17.49 0.00 12.95 3.88 0.10 65.57 06:23:08 06:22:02 1 16.35 0.00 13.81 4.91 0.15 64.77 06:23:08 06:22:02 2 16.13 0.00 11.89 2.39 0.12 69.47 06:23:08 06:22:02 3 16.45 0.00 10.57 1.57 0.14 71.28 06:23:08 06:23:01 all 10.96 0.00 8.50 4.70 0.08 75.76 06:23:08 06:23:01 0 10.09 0.00 7.80 3.56 0.10 78.44 06:23:08 06:23:01 1 10.84 0.00 9.28 7.49 0.07 72.33 06:23:08 06:23:01 2 10.10 0.00 8.29 5.63 0.07 75.92 06:23:08 06:23:01 3 12.83 0.00 8.64 2.09 0.09 76.35 06:23:08 06:23:08 Average: CPU %user %nice %system %iowait %steal %idle 06:23:08 Average: all 2.57 0.00 1.88 0.70 0.05 94.81 06:23:08 Average: 0 2.46 0.00 1.86 0.66 0.03 95.00 06:23:08 Average: 1 2.59 0.00 2.10 1.10 0.06 94.15 06:23:08 Average: 2 2.62 0.00 1.83 0.71 0.05 94.79 06:23:08 Average: 3 2.61 0.00 1.73 0.32 0.05 95.29 06:23:08 06:23:08 06:23:08