Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02b0155287284c90936a71d9e77ebb694b67dcf1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31073’ is offline Running on prd-centos7-docker-4c-2g-31077 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 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 Commit message: "Merge pull request #555 from weichou1229/issue-554" > git rev-list --no-walk 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:13:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:13:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:13:35 ========================================================= 15:13:35 EdgeX Global Pipelines Version Info 15:13:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:13:37 ------------------- 15:13:37 stable info: 15:13:37 ------------------- 15:13:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:13:37 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:13:37 Message: update stable to v1.0.186 15:13:38 ------------------- 15:13:38 experimental info: 15:13:38 ------------------- 15:13:38 Commited By: **** collab-it+edgex@linuxfoundation.org 15:13:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:13:38 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:13:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:13:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:13:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02b0155 [Pipeline] echo 15:13:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:13:42 + git log --format=format:%s -1 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] echo 15:13:42 GIT_COMMIT: 02b0155287284c90936a71d9e77ebb694b67dcf1, Commit Message: Merge pull request #555 from weichou1229/issue-554 [Pipeline] echo 15:13:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:13:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:13:43 15:13:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:13:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:13:44 latest: Pulling from edgex-devops/git-semver 15:13:44 31603596830f: Pulling fs layer 15:13:44 2a8b12db71e7: Pulling fs layer 15:13:44 6ca5941a6612: Pulling fs layer 15:13:44 ecc8261a40a4: Pulling fs layer 15:13:44 ecc8261a40a4: Waiting 15:13:44 2a8b12db71e7: Download complete 15:13:44 31603596830f: Verifying Checksum 15:13:44 31603596830f: Download complete 15:13:44 ecc8261a40a4: Verifying Checksum 15:13:44 ecc8261a40a4: Download complete 15:13:44 6ca5941a6612: Verifying Checksum 15:13:44 6ca5941a6612: Download complete 15:13:44 31603596830f: Pull complete 15:13:45 2a8b12db71e7: Pull complete 15:13:45 6ca5941a6612: Pull complete 15:13:45 ecc8261a40a4: Pull complete 15:13:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:13:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:13:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:13:46 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:13:46 $ 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 15:13:48 $ docker top df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:13:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:48 [ssh-agent] Looking for ssh-agent implementation... 15:13:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:48 $ docker exec df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent 15:13:48 SSH_AUTH_SOCK=/tmp/ssh-PnIFP3osm5rG/agent.11 15:13:48 SSH_AGENT_PID=16 15:13:48 Running ssh-add (command line suppressed) 15:13:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_354688809974351852.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_354688809974351852.key) 15:13:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:49 + git tag --points-at HEAD [Pipeline] } 15:13:49 $ docker exec --env ******** --env ******** df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent -k 15:13:49 unset SSH_AUTH_SOCK; 15:13:49 unset SSH_AGENT_PID; 15:13:49 echo Agent pid 16 killed; 15:13:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:13:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:49 [ssh-agent] Looking for ssh-agent implementation... 15:13:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:49 $ docker exec df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent 15:13:49 SSH_AUTH_SOCK=/tmp/ssh-2hLRBxRq0GSi/agent.45 15:13:49 SSH_AGENT_PID=50 15:13:49 Running ssh-add (command line suppressed) 15:13:50 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8806536954970274589.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8806536954970274589.key) 15:13:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:50 + git semver init 15:13:50 # -> Open(): unable to determine branch for HEAD 15:13:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:13:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:13:50 # $SEMVER_REMOTE_NAME = origin 15:13:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:13:50 # $SEMVER_USER_NAME = edgex-jenkins 15:13:50 # $SEMVER_BRANCH = master 15:13:50 # $SEMVER_TEMP = /tmp/semver-670060890 15:13:50 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:13:51 # '/tmp/semver-670060890' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:13:51 # -> Force: false 15:13:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:13:51 $ docker exec --env ******** --env ******** df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent -k 15:13:51 unset SSH_AUTH_SOCK; 15:13:51 unset SSH_AGENT_PID; 15:13:51 echo Agent pid 50 killed; 15:13:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:13:51 + git semver [Pipeline] } 15:13:51 $ docker stop --time=1 df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 15:13:53 $ docker rm -f df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 [Pipeline] // withDockerContainer [Pipeline] sh 15:13:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:13:54 Stashed 1 file(s) [Pipeline] echo 15:13:54 [edgeXSemver]: initialized semver on version 2.0.0-dev.55 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:14:09 Still waiting to schedule task 15:14:09 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31077’ 15:14:09 Still waiting to schedule task 15:14:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:15:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31078 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:15:48 Running in /w/workspace/go-mod-core-contracts/174 [Pipeline] { [Pipeline] checkout 15:15:53 using credential edgex-jenkins-ssh 15:15:53 Cloning the remote Git repository 15:15:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:15:53 > git init /w/workspace/go-mod-core-contracts/174 # timeout=10 15:15:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:15:53 > git --version # timeout=10 15:15:53 > git --version # 'git version 2.17.1' 15:15:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:15:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:15:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:15:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:15:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:15:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:15:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:15:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:15:55 Checking out Revision 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) 15:15:55 > git config core.sparsecheckout # timeout=10 15:15:55 > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 15:16:00 Commit message: "Merge pull request #555 from weichou1229/issue-554" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:16:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:16:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:16:03 + true 15:16:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:16:06 ========================================================= 15:16:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:16:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:16:06 + 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 . 15:16:07 Sending build context to Docker daemon 2.828MB 15:16:07 Step 1/7 : ARG BASE=golang:1.15-alpine 15:16:07 Step 2/7 : FROM ${BASE} 15:16:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:16:08 5f621e34cdf4: Pulling fs layer 15:16:08 a4357932f1b6: Pulling fs layer 15:16:08 18c013af1878: Pulling fs layer 15:16:08 00ac8860ef70: Pulling fs layer 15:16:08 63d7cb157983: Pulling fs layer 15:16:08 b116817d02f9: Pulling fs layer 15:16:08 745a02a5169b: Pulling fs layer 15:16:08 00ac8860ef70: Waiting 15:16:08 63d7cb157983: Waiting 15:16:08 745a02a5169b: Waiting 15:16:08 b116817d02f9: Waiting 15:16:08 18c013af1878: Download complete 15:16:08 a4357932f1b6: Download complete 15:16:08 63d7cb157983: Verifying Checksum 15:16:08 63d7cb157983: Download complete 15:16:08 b116817d02f9: Download complete 15:16:08 5f621e34cdf4: Verifying Checksum 15:16:08 5f621e34cdf4: Download complete 15:16:09 5f621e34cdf4: Pull complete 15:16:10 a4357932f1b6: Pull complete 15:16:10 18c013af1878: Pull complete 15:16:11 745a02a5169b: Download complete 15:16:12 00ac8860ef70: Download complete 15:16:24 00ac8860ef70: Pull complete 15:16:24 63d7cb157983: Pull complete 15:16:24 b116817d02f9: Pull complete 15:16:27 745a02a5169b: Pull complete 15:16:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:16:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:16:27 ---> b7e6874047d6 15:16:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:16:29 ---> Running in 10b286c0a3a4 15:16:30 Removing intermediate container 10b286c0a3a4 15:16:30 ---> 8cf499044ca9 15:16:30 Step 4/7 : RUN apk add bash 15:16:30 ---> Running in 17b7da02fead 15:16:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:32 OK: 142 MiB in 39 packages 15:16:33 Running on prd-centos7-docker-4c-2g-31079 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:16:33 Running in /w/workspace/go-mod-core-contracts/174 [Pipeline] { [Pipeline] checkout 15:16:34 Removing intermediate container 17b7da02fead 15:16:34 ---> d694b0cc5238 15:16:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:16:34 ---> Running in d2f56b5ec138 15:16:34 Removing intermediate container d2f56b5ec138 15:16:34 ---> 25a26ddc4509 15:16:34 Step 6/7 : COPY go.mod . 15:16:35 ---> 8ba331415b61 15:16:35 Step 7/7 : RUN go mod download 15:16:35 ---> Running in 8133c6774c8a 15:16:36 using credential edgex-jenkins-ssh 15:16:36 Cloning the remote Git repository 15:16:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:16:36 > git init /w/workspace/go-mod-core-contracts/174 # timeout=10 15:16:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:16:36 > git --version # timeout=10 15:16:36 > git --version # 'git version 2.24.3' 15:16:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:16:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:16:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:16:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:16:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:16:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:16:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:16:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:16:37 Checking out Revision 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) 15:16:37 > git config core.sparsecheckout # timeout=10 15:16:37 > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 15:16:41 Commit message: "Merge pull request #555 from weichou1229/issue-554" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:16:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:16:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:16:43 + sudo service docker restart 15:16:43 + true 15:16:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:16:44 ========================================================= 15:16:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:16:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:16:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:16:45 Sending build context to Docker daemon 2.83MB 15:16:45 Step 1/7 : ARG BASE=golang:1.15-alpine 15:16:45 Step 2/7 : FROM ${BASE} 15:16:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:16:45 188c0c94c7c5: Pulling fs layer 15:16:45 0ef7d3d256c8: Pulling fs layer 15:16:45 de9db76c5a1d: Pulling fs layer 15:16:45 bca2f99d35d6: Pulling fs layer 15:16:45 93359f2a8cfa: Pulling fs layer 15:16:45 7c6f9722023f: Pulling fs layer 15:16:45 a35cf1a2eb13: Pulling fs layer 15:16:45 93359f2a8cfa: Waiting 15:16:45 7c6f9722023f: Waiting 15:16:45 a35cf1a2eb13: Waiting 15:16:45 bca2f99d35d6: Waiting 15:16:45 de9db76c5a1d: Verifying Checksum 15:16:45 de9db76c5a1d: Download complete 15:16:45 0ef7d3d256c8: Verifying Checksum 15:16:45 0ef7d3d256c8: Download complete 15:16:45 93359f2a8cfa: Download complete 15:16:45 7c6f9722023f: Verifying Checksum 15:16:45 7c6f9722023f: Download complete 15:16:45 188c0c94c7c5: Verifying Checksum 15:16:45 188c0c94c7c5: Download complete 15:16:45 188c0c94c7c5: Pull complete 15:16:45 0ef7d3d256c8: Pull complete 15:16:45 de9db76c5a1d: Pull complete 15:16:46 a35cf1a2eb13: Verifying Checksum 15:16:46 a35cf1a2eb13: Download complete 15:16:47 bca2f99d35d6: Download complete 15:16:50 Removing intermediate container 8133c6774c8a 15:16:50 ---> 3063b35e1ccd 15:16:50 Successfully built 3063b35e1ccd 15:16:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:16:51 + docker inspect -f . ci-base-image-arm64 15:16:51 . [Pipeline] withDockerContainer 15:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-31078 does not seem to be running inside a container 15:16:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:16:52 bca2f99d35d6: Pull complete 15:16:52 93359f2a8cfa: Pull complete 15:16:52 7c6f9722023f: Pull complete 15:16:52 $ docker top 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:54 + go version 15:16:54 go version go1.15.5 linux/arm64 [Pipeline] } 15:16:54 $ docker stop --time=1 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 15:16:56 $ docker rm -f 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 15:16:59 a35cf1a2eb13: Pull complete 15:16:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:16:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:16:59 ---> a62c8e92a672 15:16:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:16:59 ---> Running in 989d045a9531 15:16:59 Removing intermediate container 989d045a9531 15:16:59 ---> eedd1e7c3627 15:16:59 Step 4/7 : RUN apk add bash 15:16:59 ---> Running in 16c794c00996 [Pipeline] // withDockerContainer [Pipeline] } 15:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:17:01 + docker inspect -f . ci-base-image-arm64 15:17:01 . [Pipeline] withDockerContainer 15:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:01 prd-ubuntu18.04-docker-arm64-4c-16g-31078 does not seem to be running inside a container 15:17:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:17:01 OK: 166 MiB in 39 packages 15:17:02 Removing intermediate container 16c794c00996 15:17:02 ---> c22f04f6518f 15:17:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:17:02 ---> Running in 11a4730cf2f3 15:17:02 Removing intermediate container 11a4730cf2f3 15:17:02 ---> 07507d2cc92a 15:17:02 Step 6/7 : COPY go.mod . 15:17:02 ---> 611aa78e59b5 15:17:02 Step 7/7 : RUN go mod download 15:17:02 ---> Running in b3e5a6b20e78 15:17:03 $ docker top 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:04 + make test 15:17:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:17:15 Removing intermediate container b3e5a6b20e78 15:17:15 ---> 7165ed929df1 15:17:15 Successfully built 7165ed929df1 15:17:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:17:15 + docker inspect -f . ci-base-image-x86_64 15:17:15 . [Pipeline] withDockerContainer 15:17:15 prd-centos7-docker-4c-2g-31079 does not seem to be running inside a container 15:17:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:17:16 $ docker top 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:16 + go version 15:17:16 go version go1.15.5 linux/amd64 [Pipeline] } 15:17:16 $ docker stop --time=1 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c 15:17:18 $ docker rm -f 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:17:19 + docker inspect -f . ci-base-image-x86_64 15:17:19 . [Pipeline] withDockerContainer 15:17:19 prd-centos7-docker-4c-2g-31079 does not seem to be running inside a container 15:17:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:17:20 $ docker top fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:20 + make test 15:17:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:17:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:17:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.032s coverage: 100.0% of statements 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.046s coverage: 85.7% of statements 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.037s coverage: 45.4% of statements 15:17:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements 15:17:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:17:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements 15:17:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements 15:17:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements 15:17:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.102s coverage: 45.4% of statements 15:17:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements 15:17:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:17:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:17:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements 15:17:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 15:17:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.026s coverage: 77.8% of statements 15:17:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:17:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.053s coverage: 26.3% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.070s coverage: 14.7% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 15:17:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements 15:17:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:17:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.108s coverage: 91.8% of statements 15:17:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:17:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.021s coverage: 36.7% of statements 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.127s coverage: 83.8% of statements 15:17:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:17:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:17:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 49.3% of statements 15:17:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements 15:17:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 91.9% of statements 15:17:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 15:17:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 15:17:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:17:36 gofmt -l . 15:17:36 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:17:36 $ docker stop --time=1 fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 15:17:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.171s coverage: 63.0% of statements 15:17:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.035s coverage: 26.3% of statements 15:17:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.058s coverage: 15.4% of statements 15:17:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.037s coverage: 15.4% of statements 15:17:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements 15:17:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:17:38 $ docker rm -f fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 [Pipeline] // withDockerContainer [Pipeline] sh 15:17:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:17:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:17:41 ---> job-cost.sh 15:17:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eGJf 15:17:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.240s coverage: 83.8% of statements 15:17:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:17:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:17:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:17:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.084s coverage: 49.3% of statements 15:17:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.068s coverage: 94.7% of statements 15:17:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 91.9% of statements 15:17:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.041s coverage: 100.0% of statements 15:17:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 15:17:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:17:51 gofmt -l . 15:17:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:17:52 $ docker stop --time=1 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 15:17:54 $ docker rm -f 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 [Pipeline] // withDockerContainer [Pipeline] sh 15:17:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:17:55 Warning: overwriting stash ‘coverage-report’ 15:17:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:17:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:17:57 ---> job-cost.sh 15:17:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-i0Ag 15:18:23 lf-activate-venv(): INFO: Adding /tmp/venv-eGJf/bin to PATH 15:18:23 INFO: No Stack... 15:18:23 INFO: Retrieving Pricing Info for: v1-standard-2 15:18:23 INFO: Archiving Costs [Pipeline] sh 15:18:24 + cat /w/workspace/go-mod-core-contracts/174/archives/cost.csv 15:18:24 + cut -d, -f6 [Pipeline] lock 15:18:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] 15:18:24 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] did not exist. Created. 15:18:24 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:18:24 + echo total: 0.029999999329447746 [Pipeline] stash 15:18:24 Stashed 1 file(s) [Pipeline] } 15:18:24 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:18:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:19:58 lf-activate-venv(): INFO: Adding /tmp/venv-i0Ag/bin to PATH 15:19:58 INFO: No Stack... 15:19:58 INFO: Retrieving Pricing Info for: lf-standard-4 15:19:58 INFO: Archiving Costs [Pipeline] sh 15:19:58 + cat /w/workspace/go-mod-core-contracts/174/archives/cost.csv 15:19:58 + cut -d, -f6 [Pipeline] lock 15:19:59 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] 15:19:59 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] did not exist. Created. 15:19:59 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:19:59 /w/workspace/go-mod-core-contracts/174@tmp/durable-e55be5e9/script.sh: 1: /w/workspace/go-mod-core-contracts/174@tmp/durable-e55be5e9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:19:59 + echo total: 0.20999999344348907 [Pipeline] stash 15:19:59 Warning: overwriting stash ‘stack-cost’ 15:20:00 Stashed 1 file(s) [Pipeline] } 15:20:00 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:20:01 provisioning config files... 15:20:01 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3278410305882816143tmp [Pipeline] { [Pipeline] sh 15:20:02 + set +x 15:20:02 + curl -s https://codecov.io/bash 15:20:02 + bash -s -- 15:20:02 15:20:02 _____ _ 15:20:02 / ____| | | 15:20:02 | | ___ __| | ___ ___ _____ __ 15:20:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:20:02 | |___| (_) | (_| | __/ (_| (_) \ V / 15:20:02 \_____\___/ \__,_|\___|\___\___/ \_/ 15:20:02 Bash-20210309-2b87ace 15:20:02 15:20:02 15:20:02 ==> git version 2.24.3 found 15:20:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:20:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:20:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:20:02 ==> Jenkins CI detected. 15:20:02 project root: . 15:20:02 --> token set from env 15:20:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:20:02 ==> Running gcov in . (disable via -X gcov) 15:20:02 ==> Python coveragepy not found 15:20:02 ==> Searching for coverage reports in: 15:20:02 + . 15:20:02 -> Found 1 reports 15:20:02 ==> Detecting git/mercurial file structure 15:20:02 ==> Reading reports 15:20:02 + ./coverage.out bytes=163244 15:20:02 ==> Appending adjustments 15:20:02 https://docs.codecov.io/docs/fixing-reports 15:20:03 + Found adjustments 15:20:03 ==> Gzipping contents 15:20:03 24K /tmp/codecov.QRuMcE.gz 15:20:03 ==> Uploading reports 15:20:03 url: https://codecov.io 15:20:03 query: branch=master&commit=02b0155287284c90936a71d9e77ebb694b67dcf1&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:20:03 -> Pinging Codecov 15:20:03 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=02b0155287284c90936a71d9e77ebb694b67dcf1&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:20:03 -> Uploading to 15:20:03 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/71470A77251A30514AAF9C0BB2E5B6CE/02b0155287284c90936a71d9e77ebb694b67dcf1/31cbf01f-0860-464f-b161-b09256966307.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T152003Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d93242fce37e1f7141789dfed4994b9b77d7b183de901f7d741dd67f9342d00c 15:20:03 % Total % Received % Xferd Average Speed Time Time Time Current 15:20:03 Dload Upload Total Spent Left Speed 15:20:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24393 0 0 100 24393 0 50467 --:--:-- --:--:-- --:--:-- 50398 15:20:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] } 15:20:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:20:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:20:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:20:05 15:20:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:20:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:20:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:20:06 188c0c94c7c5: Pulling fs layer 15:20:06 0ef7d3d256c8: Pulling fs layer 15:20:06 de9db76c5a1d: Pulling fs layer 15:20:06 0eba1c9be4d2: Pulling fs layer 15:20:06 0d57e429df01: Pulling fs layer 15:20:06 4e4be7b47b0d: Pulling fs layer 15:20:06 e1f770b5df2f: Pulling fs layer 15:20:06 85a0685a4137: Pulling fs layer 15:20:06 0d57e429df01: Waiting 15:20:06 4e4be7b47b0d: Waiting 15:20:06 e1f770b5df2f: Waiting 15:20:06 85a0685a4137: Waiting 15:20:06 0eba1c9be4d2: Waiting 15:20:06 de9db76c5a1d: Verifying Checksum 15:20:06 de9db76c5a1d: Download complete 15:20:06 0ef7d3d256c8: Verifying Checksum 15:20:06 0ef7d3d256c8: Download complete 15:20:06 0d57e429df01: Verifying Checksum 15:20:06 0d57e429df01: Download complete 15:20:06 188c0c94c7c5: Verifying Checksum 15:20:06 4e4be7b47b0d: Verifying Checksum 15:20:06 4e4be7b47b0d: Download complete 15:20:06 188c0c94c7c5: Pull complete 15:20:06 0ef7d3d256c8: Pull complete 15:20:07 de9db76c5a1d: Pull complete 15:20:08 e1f770b5df2f: Verifying Checksum 15:20:08 e1f770b5df2f: Download complete 15:20:10 0eba1c9be4d2: Verifying Checksum 15:20:10 0eba1c9be4d2: Download complete 15:20:10 85a0685a4137: Verifying Checksum 15:20:10 85a0685a4137: Download complete 15:20:15 0eba1c9be4d2: Pull complete 15:20:15 0d57e429df01: Pull complete 15:20:15 4e4be7b47b0d: Pull complete 15:20:16 e1f770b5df2f: Pull complete 15:20:24 85a0685a4137: Pull complete 15:20:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:20:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:20:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:20:25 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:20:25 $ 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 15:20:26 $ docker top d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b -eo pid,comm [Pipeline] { [Pipeline] echo 15:20:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:20:26 + set -o pipefail 15:20:26 + snyk monitor '--org=edgex-jenkins' 15:20:33 15:20:33 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:20:33 15:20:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/dac37b91-3946-40da-9a3e-26e14eaf810a 15:20:33 15:20:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:20:33 15:20:33 [Pipeline] } 15:20:33 $ docker stop --time=1 d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b 15:20:35 $ docker rm -f d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:20:37 + git log --format=format:%s -1 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] isUnix [Pipeline] sh 15:20:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:20:37 . [Pipeline] withDockerContainer 15:20:37 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:20:37 $ 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 15:20:38 $ docker top 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:20:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:20:38 [ssh-agent] Looking for ssh-agent implementation... 15:20:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:20:38 $ docker exec 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 ssh-agent 15:20:38 SSH_AUTH_SOCK=/tmp/ssh-lKL802u7T6eS/agent.11 15:20:38 SSH_AGENT_PID=17 15:20:38 Running ssh-add (command line suppressed) 15:20:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3694173412555698056.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3694173412555698056.key) 15:20:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:20:39 + git semver tag 15:20:39 # -> Open(): unable to determine branch for HEAD 15:20:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:20:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:20:39 # $SEMVER_REMOTE_NAME = origin 15:20:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:20:39 # $SEMVER_USER_NAME = edgex-jenkins 15:20:39 # $SEMVER_BRANCH = master 15:20:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:20:39 # 02b0155287284c90936a71d9e77ebb694b67dcf1 HEAD 15:20:39 # -> Force: false 15:20:39 # 80329805b52b8e4400b535299112e9e73a65c771 refs/tags/v2.0.0-dev.55 [Pipeline] } 15:20:39 $ docker exec --env ******** --env ******** 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 ssh-agent -k 15:20:39 unset SSH_AUTH_SOCK; 15:20:39 unset SSH_AGENT_PID; 15:20:39 echo Agent pid 17 killed; 15:20:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:20:40 + git semver [Pipeline] } 15:20:40 $ docker stop --time=1 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 15:20:41 $ docker rm -f 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:20:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:20:42 15:20:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:20:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:20:42 0.23.1-centos7: Pulling from edgex-lftools 15:20:42 ab5ef0e58194: Pulling fs layer 15:20:42 9712f1f96733: Pulling fs layer 15:20:42 63f879dbbcfc: Pulling fs layer 15:20:42 0d9ebad4ef96: Pulling fs layer 15:20:42 e9a5061849ea: Pulling fs layer 15:20:42 d747dcd14b5f: Pulling fs layer 15:20:42 2de7ff778b66: Pulling fs layer 15:20:42 e9a5061849ea: Waiting 15:20:42 d747dcd14b5f: Waiting 15:20:42 2de7ff778b66: Waiting 15:20:42 0d9ebad4ef96: Waiting 15:20:42 9712f1f96733: Download complete 15:20:43 63f879dbbcfc: Verifying Checksum 15:20:43 63f879dbbcfc: Download complete 15:20:44 e9a5061849ea: Verifying Checksum 15:20:44 e9a5061849ea: Download complete 15:20:44 d747dcd14b5f: Verifying Checksum 15:20:44 d747dcd14b5f: Download complete 15:20:44 2de7ff778b66: Verifying Checksum 15:20:44 2de7ff778b66: Download complete 15:20:44 0d9ebad4ef96: Verifying Checksum 15:20:44 0d9ebad4ef96: Download complete 15:20:44 ab5ef0e58194: Verifying Checksum 15:20:44 ab5ef0e58194: Download complete 15:20:49 ab5ef0e58194: Pull complete 15:20:49 9712f1f96733: Pull complete 15:20:50 63f879dbbcfc: Pull complete 15:20:57 0d9ebad4ef96: Pull complete 15:20:58 e9a5061849ea: Pull complete 15:20:58 d747dcd14b5f: Pull complete 15:21:00 2de7ff778b66: Pull complete 15:21:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:21:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:21:01 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:21:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:21:05 $ docker top c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:21:05 provisioning config files... 15:21:05 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6885678087993980412tmp 15:21:05 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8943793944429557746tmp 15:21:05 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1796144699406406280tmp [Pipeline] { [Pipeline] echo 15:21:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:21:05 ---> sigul-configuration.sh 15:21:05 gpg: directory `/root/.gnupg' created 15:21:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:21:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:21:05 gpg: keyring `/root/.gnupg/secring.gpg' created 15:21:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:21:05 gpg: CAST5 encrypted data 15:21:06 gpg: encrypted with 1 passphrase 15:21:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:21:06 + mkdir /home/jenkins 15:21:06 + mkdir /home/jenkins/sigul [Pipeline] sh 15:21:06 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:21:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:21:06 ---> sigul-install.sh 15:21:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:21:15 + git tag --list 15:21:15 v0.0.0 15:21:15 v0.0.1 15:21:15 v0.1.0 15:21:15 v0.1.1 15:21:15 v0.1.10 15:21:15 v0.1.100 15:21:15 v0.1.101 15:21:15 v0.1.102 15:21:15 v0.1.103 15:21:15 v0.1.104 15:21:15 v0.1.105 15:21:15 v0.1.106 15:21:15 v0.1.107 15:21:15 v0.1.108 15:21:15 v0.1.109 15:21:15 v0.1.11 15:21:15 v0.1.110 15:21:15 v0.1.111 15:21:15 v0.1.112 15:21:15 v0.1.113 15:21:15 v0.1.114 15:21:15 v0.1.115 15:21:15 v0.1.116 15:21:15 v0.1.117 15:21:15 v0.1.118 15:21:15 v0.1.119 15:21:15 v0.1.12 15:21:15 v0.1.120 15:21:15 v0.1.121 15:21:15 v0.1.122 15:21:15 v0.1.123 15:21:15 v0.1.124 15:21:15 v0.1.125 15:21:15 v0.1.126 15:21:15 v0.1.127 15:21:15 v0.1.128 15:21:15 v0.1.129 15:21:15 v0.1.13 15:21:15 v0.1.130 15:21:15 v0.1.131 15:21:15 v0.1.132 15:21:15 v0.1.133 15:21:15 v0.1.134 15:21:15 v0.1.135 15:21:15 v0.1.136 15:21:15 v0.1.137 15:21:15 v0.1.138 15:21:15 v0.1.139 15:21:15 v0.1.14 15:21:15 v0.1.140 15:21:15 v0.1.141 15:21:15 v0.1.142 15:21:15 v0.1.143 15:21:15 v0.1.144 15:21:15 v0.1.145 15:21:15 v0.1.146 15:21:15 v0.1.147 15:21:15 v0.1.148 15:21:15 v0.1.149 15:21:15 v0.1.15 15:21:15 v0.1.16 15:21:15 v0.1.17 15:21:15 v0.1.18 15:21:15 v0.1.19 15:21:15 v0.1.2 15:21:15 v0.1.20 15:21:15 v0.1.21 15:21:15 v0.1.22 15:21:15 v0.1.23 15:21:15 v0.1.24 15:21:15 v0.1.25 15:21:15 v0.1.26 15:21:15 v0.1.27 15:21:15 v0.1.28 15:21:15 v0.1.29 15:21:15 v0.1.3 15:21:15 v0.1.30 15:21:15 v0.1.31 15:21:15 v0.1.32 15:21:15 v0.1.33 15:21:15 v0.1.34 15:21:15 v0.1.35 15:21:15 v0.1.36 15:21:15 v0.1.37 15:21:15 v0.1.38 15:21:15 v0.1.39 15:21:15 v0.1.4 15:21:15 v0.1.40 15:21:15 v0.1.41 15:21:15 v0.1.42 15:21:15 v0.1.43 15:21:15 v0.1.44 15:21:15 v0.1.45 15:21:15 v0.1.46 15:21:15 v0.1.47 15:21:15 v0.1.48 15:21:15 v0.1.49 15:21:15 v0.1.5 15:21:15 v0.1.50 15:21:15 v0.1.51 15:21:15 v0.1.52 15:21:15 v0.1.53 15:21:15 v0.1.54 15:21:15 v0.1.55 15:21:15 v0.1.56 15:21:15 v0.1.57 15:21:15 v0.1.58 15:21:15 v0.1.59 15:21:15 v0.1.6 15:21:15 v0.1.60 15:21:15 v0.1.61 15:21:15 v0.1.62 15:21:15 v0.1.63 15:21:15 v0.1.64 15:21:15 v0.1.65 15:21:15 v0.1.66 15:21:15 v0.1.67 15:21:15 v0.1.68 15:21:15 v0.1.69 15:21:15 v0.1.7 15:21:15 v0.1.70 15:21:15 v0.1.71 15:21:15 v0.1.72 15:21:15 v0.1.73 15:21:15 v0.1.74 15:21:15 v0.1.75 15:21:15 v0.1.76 15:21:15 v0.1.77 15:21:15 v0.1.78 15:21:15 v0.1.79 15:21:15 v0.1.8 15:21:15 v0.1.80 15:21:15 v0.1.81 15:21:15 v0.1.82 15:21:15 v0.1.83 15:21:15 v0.1.84 15:21:15 v0.1.85 15:21:15 v0.1.86 15:21:15 v0.1.87 15:21:15 v0.1.88 15:21:15 v0.1.89 15:21:15 v0.1.9 15:21:15 v0.1.90 15:21:15 v0.1.91 15:21:15 v0.1.92 15:21:15 v0.1.93 15:21:15 v0.1.94 15:21:15 v0.1.95 15:21:15 v0.1.96 15:21:15 v0.1.97 15:21:15 v0.1.98 15:21:15 v0.1.99 15:21:15 v2.0.0-dev.1 15:21:15 v2.0.0-dev.10 15:21:15 v2.0.0-dev.11 15:21:15 v2.0.0-dev.12 15:21:15 v2.0.0-dev.13 15:21:15 v2.0.0-dev.14 15:21:15 v2.0.0-dev.15 15:21:15 v2.0.0-dev.16 15:21:15 v2.0.0-dev.17 15:21:15 v2.0.0-dev.18 15:21:15 v2.0.0-dev.19 15:21:15 v2.0.0-dev.2 15:21:15 v2.0.0-dev.20 15:21:15 v2.0.0-dev.21 15:21:15 v2.0.0-dev.22 15:21:15 v2.0.0-dev.23 15:21:15 v2.0.0-dev.24 15:21:15 v2.0.0-dev.25 15:21:15 v2.0.0-dev.26 15:21:15 v2.0.0-dev.27 15:21:15 v2.0.0-dev.28 15:21:15 v2.0.0-dev.29 15:21:15 v2.0.0-dev.3 15:21:15 v2.0.0-dev.30 15:21:15 v2.0.0-dev.31 15:21:15 v2.0.0-dev.32 15:21:15 v2.0.0-dev.33 15:21:15 v2.0.0-dev.34 15:21:15 v2.0.0-dev.35 15:21:15 v2.0.0-dev.36 15:21:15 v2.0.0-dev.37 15:21:15 v2.0.0-dev.38 15:21:15 v2.0.0-dev.39 15:21:15 v2.0.0-dev.4 15:21:15 v2.0.0-dev.40 15:21:15 v2.0.0-dev.41 15:21:15 v2.0.0-dev.42 15:21:15 v2.0.0-dev.43 15:21:15 v2.0.0-dev.44 15:21:15 v2.0.0-dev.45 15:21:15 v2.0.0-dev.46 15:21:15 v2.0.0-dev.47 15:21:15 v2.0.0-dev.48 15:21:15 v2.0.0-dev.49 15:21:15 v2.0.0-dev.5 15:21:15 v2.0.0-dev.50 15:21:15 v2.0.0-dev.51 15:21:15 v2.0.0-dev.52 15:21:15 v2.0.0-dev.53 15:21:15 v2.0.0-dev.54 15:21:15 v2.0.0-dev.55 15:21:15 v2.0.0-dev.6 15:21:15 v2.0.0-dev.7 15:21:15 v2.0.0-dev.8 15:21:15 v2.0.0-dev.9 [Pipeline] sh 15:21:15 + lftools sign git-tag v2.0.0-dev.55 15:21:17 Signing Git tag with Sigul... 15:21:17 Signing v2.0.0-dev.55 [Pipeline] echo 15:21:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:21:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:21:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:21:18 $ docker stop --time=1 c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 15:21:20 $ docker rm -f c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:21:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:21 . [Pipeline] withDockerContainer 15:21:21 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:21:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:21:22 $ docker top 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:21:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:22 [ssh-agent] Looking for ssh-agent implementation... 15:21:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:22 $ docker exec 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 ssh-agent 15:21:22 SSH_AUTH_SOCK=/tmp/ssh-BuUXmxvc8ywo/agent.11 15:21:22 SSH_AGENT_PID=16 15:21:22 Running ssh-add (command line suppressed) 15:21:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3350073621911954477.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3350073621911954477.key) 15:21:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:23 + git semver bump pre 15:21:23 # -> Open(): unable to determine branch for HEAD 15:21:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:21:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:21:23 # $SEMVER_REMOTE_NAME = origin 15:21:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:21:23 # $SEMVER_USER_NAME = edgex-jenkins 15:21:23 # $SEMVER_BRANCH = master 15:21:23 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:21:23 2.0.0-dev.56 [Pipeline] } 15:21:23 $ docker exec --env ******** --env ******** 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 ssh-agent -k 15:21:23 unset SSH_AUTH_SOCK; 15:21:23 unset SSH_AGENT_PID; 15:21:23 echo Agent pid 16 killed; 15:21:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:21:23 + git semver [Pipeline] } 15:21:23 $ docker stop --time=1 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 15:21:25 $ docker rm -f 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:21:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:25 . [Pipeline] withDockerContainer 15:21:25 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:21:26 $ 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 15:21:26 $ docker top 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:21:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:26 [ssh-agent] Looking for ssh-agent implementation... 15:21:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:27 $ docker exec 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d ssh-agent 15:21:27 SSH_AUTH_SOCK=/tmp/ssh-8MKvOd0HXKZE/agent.12 15:21:27 SSH_AGENT_PID=17 15:21:27 Running ssh-add (command line suppressed) 15:21:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9127354364452439480.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9127354364452439480.key) 15:21:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:27 + git semver push 15:21:27 # -> Open(): unable to determine branch for HEAD 15:21:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:21:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:21:27 # $SEMVER_REMOTE_NAME = origin 15:21:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:21:27 # $SEMVER_USER_NAME = edgex-jenkins 15:21:27 # $SEMVER_BRANCH = master 15:21:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:21:32 $ docker exec --env ******** --env ******** 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d ssh-agent -k 15:21:32 unset SSH_AUTH_SOCK; 15:21:32 unset SSH_AGENT_PID; 15:21:32 echo Agent pid 17 killed; 15:21:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:21:32 + git semver [Pipeline] } 15:21:32 $ docker stop --time=1 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d 15:21:34 $ docker rm -f 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:21:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:21:36 ---> package-listing.sh 15:21:36 ++ facter osfamily 15:21:36 ++ tr '[:upper:]' '[:lower:]' 15:21:36 + OS_FAMILY=redhat 15:21:36 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:21:36 + START_PACKAGES=/tmp/packages_start.txt 15:21:36 + END_PACKAGES=/tmp/packages_end.txt 15:21:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:21:36 + PACKAGES=/tmp/packages_start.txt 15:21:36 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:21:36 + PACKAGES=/tmp/packages_end.txt 15:21:36 + case "${OS_FAMILY}" in 15:21:36 + rpm -qa 15:21:36 + sort 15:21:42 + '[' -f /tmp/packages_start.txt ']' 15:21:42 + '[' -f /tmp/packages_end.txt ']' 15:21:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:21:42 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:21:42 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:21:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 15:21:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:21:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:21:42 15:21:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:21:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:21:43 alpine: Pulling from edgex-lftools-log-publisher 15:21:43 df20fa9351a1: Pulling fs layer 15:21:43 36b3adc4ff6f: Pulling fs layer 15:21:43 8ad3a11d3b57: Pulling fs layer 15:21:43 46f8f816bc3b: Pulling fs layer 15:21:43 93b61091891f: Pulling fs layer 15:21:43 93b9cdb0e59b: Pulling fs layer 15:21:43 5e14af77c1be: Pulling fs layer 15:21:43 01666e4c0597: Pulling fs layer 15:21:43 aa168da1d23b: Pulling fs layer 15:21:43 93b9cdb0e59b: Waiting 15:21:43 5e14af77c1be: Waiting 15:21:43 01666e4c0597: Waiting 15:21:43 aa168da1d23b: Waiting 15:21:43 46f8f816bc3b: Waiting 15:21:43 93b61091891f: Waiting 15:21:43 36b3adc4ff6f: Download complete 15:21:43 46f8f816bc3b: Verifying Checksum 15:21:43 46f8f816bc3b: Download complete 15:21:43 df20fa9351a1: Verifying Checksum 15:21:43 df20fa9351a1: Download complete 15:21:43 93b9cdb0e59b: Verifying Checksum 15:21:43 93b9cdb0e59b: Download complete 15:21:43 5e14af77c1be: Verifying Checksum 15:21:43 5e14af77c1be: Download complete 15:21:43 01666e4c0597: Verifying Checksum 15:21:43 01666e4c0597: Download complete 15:21:43 93b61091891f: Download complete 15:21:43 8ad3a11d3b57: Verifying Checksum 15:21:43 8ad3a11d3b57: Download complete 15:21:43 df20fa9351a1: Pull complete 15:21:43 36b3adc4ff6f: Pull complete 15:21:45 aa168da1d23b: Verifying Checksum 15:21:45 aa168da1d23b: Download complete 15:21:45 8ad3a11d3b57: Pull complete 15:21:45 46f8f816bc3b: Pull complete 15:21:46 93b61091891f: Pull complete 15:21:46 93b9cdb0e59b: Pull complete 15:21:46 5e14af77c1be: Pull complete 15:21:46 01666e4c0597: Pull complete 15:21:53 aa168da1d23b: Pull complete 15:21:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:21:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:21:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:21:53 prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container 15:21:53 $ 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 15:21:56 $ docker top 4b148148b6775b8513708aeb7752eaf23b73fa7391411142543c683d04b9ee5a -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:56 + touch /tmp/pre-build-complete [Pipeline] sh 15:21:57 + mkdir -p /var/log/sa [Pipeline] sh 15:21:57 + ls /var/log/sa-host 15:21:57 + sadf -c /var/log/sa-host/sa23 15:21:57 file_magic: OK 15:21:57 HZ: Using current value: 100 15:21:57 file_header: OK 15:21:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:21:57 Statistics: 15:21:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:21:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:21:58 provisioning config files... 15:21:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1334354946950144156tmp [Pipeline] { [Pipeline] echo 15:21:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:21:58 ---> create-netrc.sh [Pipeline] } 15:21:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:21:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:21:58 ---> python-tools-install.sh [Pipeline] echo 15:21:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:21:59 ---> sudo-logs.sh 15:21:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:21:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:21:59 ---> job-cost.sh 15:21:59 lf-activate-venv: SKIPPING 15:21:59 DEBUG: total: 0.20999999344348907 15:21:59 INFO: Retrieving Stack Cost... 15:22:00 INFO: Retrieving Pricing Info for: v1-standard-2 15:22:01 INFO: Archiving Costs [Pipeline] echo 15:22:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:22:01 ---> logs-deploy.sh 15:22:01 lf-activate-venv: SKIPPING 15:22:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/174 15:22:01 INFO: archiving workspace using pattern(s): 15:22:02 Archives upload complete. 15:22:03 INFO: archiving logs to Nexus 15:22:04 ---> uname -a: 15:22:04 Linux prd-centos7-docker-4c-2g-31077.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:22:04 15:22:04 15:22:04 ---> lscpu: 15:22:04 Architecture: x86_64 15:22:04 CPU op-mode(s): 32-bit, 64-bit 15:22:04 Byte Order: Little Endian 15:22:04 Address sizes: 40 bits physical, 48 bits virtual 15:22:04 CPU(s): 4 15:22:04 On-line CPU(s) list: 0-3 15:22:04 Thread(s) per core: 1 15:22:04 Core(s) per socket: 1 15:22:04 Socket(s): 4 15:22:04 NUMA node(s): 1 15:22:04 Vendor ID: GenuineIntel 15:22:04 CPU family: 6 15:22:04 Model: 44 15:22:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:22:04 Stepping: 1 15:22:04 CPU MHz: 2933.442 15:22:04 BogoMIPS: 5866.88 15:22:04 Virtualization: VT-x 15:22:04 Hypervisor vendor: KVM 15:22:04 Virtualization type: full 15:22:04 L1d cache: 128 KiB 15:22:04 L1i cache: 128 KiB 15:22:04 L2 cache: 16 MiB 15:22:04 L3 cache: 64 MiB 15:22:04 NUMA node0 CPU(s): 0-3 15:22:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:22:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:22:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:22:04 Vulnerability Meltdown: Mitigation; PTI 15:22:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:22:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:22:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:22:04 Vulnerability Srbds: Not affected 15:22:04 Vulnerability Tsx async abort: Not affected 15:22:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:22:04 15:22:04 15:22:04 ---> nproc: 15:22:04 4 15:22:04 15:22:04 15:22:04 ---> df -h: 15:22:04 Filesystem Size Used Available Use% Mounted on 15:22:04 overlay 50.0G 8.5G 41.4G 17% / 15:22:04 tmpfs 64.0M 0 64.0M 0% /dev 15:22:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:22:04 shm 64.0M 0 64.0M 0% /dev/shm 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:22:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:22:04 15:22:04 15:22:04 ---> free -m: 15:22:04 total used free shared buff/cache available 15:22:04 Mem: 1837 817 143 0 875 957 15:22:04 Swap: 1023 3 1020 15:22:04 15:22:04 15:22:04 ---> ip addr: 15:22:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:22:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:22:04 inet 127.0.0.1/8 scope host lo 15:22:04 valid_lft forever preferred_lft forever 15:22:04 inet6 ::1/128 scope host 15:22:04 valid_lft forever preferred_lft forever 15:22:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:22:04 link/ether fa:16:3e:ac:15:21 brd ff:ff:ff:ff:ff:ff 15:22:04 inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 15:22:04 valid_lft 85854sec preferred_lft 85854sec 15:22:04 inet6 fe80::f816:3eff:feac:1521/64 scope link 15:22:04 valid_lft forever preferred_lft forever 15:22:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:22:04 link/ether 02:42:fd:ec:48:ba brd ff:ff:ff:ff:ff:ff 15:22:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:22:04 valid_lft forever preferred_lft forever 15:22:04 inet6 fe80::42:fdff:feec:48ba/64 scope link 15:22:04 valid_lft forever preferred_lft forever 15:22:04 15:22:04 15:22:04 ---> sar -b -r -n DEV: 15:22:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 15:22:04 15:22:04 15:12:47 LINUX RESTART (4 CPU) 15:22:04 15:22:04 15:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:22:04 15:14:01 201.43 114.54 86.90 0.00 12570.40 39286.25 0.00 15:22:04 15:15:01 3.03 0.03 3.00 0.00 1.07 113.31 0.00 15:22:04 15:16:02 0.35 0.00 0.35 0.00 0.00 5.28 0.00 15:22:04 15:17:01 0.27 0.00 0.27 0.00 0.00 3.39 0.00 15:22:04 15:18:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 15:22:04 15:19:01 0.27 0.00 0.27 0.00 0.00 3.31 0.00 15:22:04 15:20:01 0.30 0.00 0.30 0.00 0.00 3.23 0.00 15:22:04 15:21:01 402.93 204.01 198.92 0.00 10346.75 61345.29 0.00 15:22:04 Average: 76.50 40.03 36.47 0.00 2876.49 12657.77 0.00 15:22:04 15:22:04 15:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:22:04 15:14:01 152876 0 570788 30.34 2620 1155260 1078144 36.80 395588 1130876 128 15:22:04 15:15:01 159808 0 563920 29.97 2620 1155196 1054044 35.97 392560 1128936 12 15:22:04 15:16:02 157256 0 566468 30.11 2620 1155200 1054212 35.98 406700 1117552 16 15:22:04 15:17:01 156380 0 567344 30.15 2620 1155200 1054308 35.98 407176 1117552 8 15:22:04 15:18:01 155872 0 567844 30.18 2620 1155208 1054044 35.97 412408 1113212 8 15:22:04 15:19:01 152672 0 571040 30.35 2620 1155212 1054128 35.98 415540 1113212 8 15:22:04 15:20:01 153100 0 570608 30.33 2620 1155216 1054044 35.97 415124 1113212 8 15:22:04 15:21:01 110964 0 781292 41.52 2100 987188 1283276 43.80 555676 881164 43124 15:22:04 Average: 149866 0 594913 31.62 2555 1134210 1085775 37.06 425096 1089464 5414 15:22:04 15:22:04 15:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:22:04 15:14:01 eth0 568.73 366.38 1088.18 96.58 0.00 0.00 0.00 0.00 15:22:04 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:14:01 docker0 10.71 8.81 2.08 21.26 0.00 0.00 0.00 0.00 15:22:04 15:15:01 eth0 0.75 0.10 0.06 0.05 0.00 0.00 0.00 0.00 15:22:04 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:16:02 eth0 3.61 1.23 3.26 0.26 0.00 0.00 0.00 0.00 15:22:04 15:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:17:01 eth0 0.68 0.37 0.30 0.21 0.00 0.00 0.00 0.00 15:22:04 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:22:04 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:19:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 15:22:04 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:20:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:22:04 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:21:01 eth0 854.46 753.12 7385.37 113.70 0.00 0.00 0.00 0.00 15:22:04 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 15:21:01 docker0 17.78 17.20 1.44 125.92 0.00 0.00 0.00 0.00 15:22:04 Average: eth0 179.46 140.94 1066.44 26.48 0.00 0.00 0.00 0.00 15:22:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:04 Average: docker0 3.58 3.27 0.44 18.51 0.00 0.00 0.00 0.00 15:22:04 15:22:04 15:22:04 ---> sar -P ALL: 15:22:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 15:22:04 15:22:04 15:12:47 LINUX RESTART (4 CPU) 15:22:04 15:22:04 15:13:01 CPU %user %nice %system %iowait %steal %idle 15:22:04 15:14:01 all 15.18 0.00 7.53 5.98 0.05 71.26 15:22:04 15:14:01 0 15.92 0.00 7.21 5.83 0.05 70.99 15:22:04 15:14:01 1 14.17 0.00 8.45 5.89 0.02 71.48 15:22:04 15:14:01 2 16.38 0.00 6.80 6.18 0.05 70.59 15:22:04 15:14:01 3 14.23 0.00 7.67 6.03 0.07 72.00 15:22:04 15:15:01 all 0.17 0.00 0.04 0.00 0.00 99.79 15:22:04 15:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:22:04 15:15:01 1 0.12 0.00 0.05 0.00 0.00 99.83 15:22:04 15:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:22:04 15:15:01 3 0.48 0.00 0.02 0.00 0.00 99.50 15:22:04 15:16:02 all 0.23 0.00 0.12 0.00 0.00 99.64 15:22:04 15:16:02 0 0.18 0.00 0.05 0.00 0.02 99.75 15:22:04 15:16:02 1 0.37 0.00 0.28 0.00 0.00 99.35 15:22:04 15:16:02 2 0.12 0.00 0.10 0.00 0.00 99.78 15:22:04 15:16:02 3 0.25 0.00 0.07 0.00 0.00 99.68 15:22:04 15:17:01 all 0.13 0.00 0.05 0.00 0.00 99.82 15:22:04 15:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:22:04 15:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:22:04 15:17:01 2 0.07 0.00 0.07 0.00 0.00 99.86 15:22:04 15:17:01 3 0.36 0.00 0.05 0.00 0.00 99.59 15:22:04 15:18:01 all 0.17 0.00 0.10 0.00 0.01 99.72 15:22:04 15:18:01 0 0.05 0.00 0.13 0.00 0.00 99.82 15:22:04 15:18:01 1 0.03 0.00 0.13 0.00 0.00 99.83 15:22:04 15:18:01 2 0.08 0.00 0.10 0.00 0.02 99.80 15:22:04 15:18:01 3 0.52 0.00 0.05 0.00 0.02 99.42 15:22:04 15:19:01 all 0.13 0.00 0.03 0.00 0.00 99.84 15:22:04 15:19:01 0 0.45 0.00 0.03 0.00 0.00 99.52 15:22:04 15:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:22:04 15:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:22:04 15:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:22:04 15:20:01 all 0.17 0.00 0.02 0.00 0.00 99.82 15:22:04 15:20:01 0 0.53 0.00 0.00 0.00 0.00 99.47 15:22:04 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:22:04 15:20:01 2 0.07 0.00 0.03 0.00 0.00 99.90 15:22:04 15:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:22:04 15:21:01 all 16.36 0.00 10.15 3.37 0.06 70.06 15:22:04 15:21:01 0 15.08 0.00 10.01 1.87 0.07 72.97 15:22:04 15:21:01 1 16.79 0.00 10.65 5.85 0.05 66.67 15:22:04 15:21:01 2 16.40 0.00 9.96 3.61 0.09 69.94 15:22:04 15:21:01 3 17.18 0.00 9.97 2.16 0.05 70.65 15:22:04 Average: all 4.01 0.00 2.22 1.15 0.02 92.60 15:22:04 Average: 0 3.98 0.00 2.16 0.95 0.02 92.89 15:22:04 Average: 1 3.89 0.00 2.42 1.45 0.01 92.23 15:22:04 Average: 2 4.10 0.00 2.11 1.21 0.02 92.56 15:22:04 Average: 3 4.06 0.00 2.19 1.01 0.02 92.73 15:22:04 15:22:04 15:22:04