Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d7e0125342c4e81dce6ad790c8546593261ce7a 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33760 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2d7e0125342c4e81dce6ad790c8546593261ce7a (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d7e0125342c4e81dce6ad790c8546593261ce7a # timeout=10 Commit message: "Merge pull request #575 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.5.0" > git rev-list --no-walk 78694692d590cf86a2c235bd6129fa4430cd428c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:37:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:37:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:37:27 ========================================================= 23:37:27 EdgeX Global Pipelines Version Info 23:37:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:37:28 ------------------- 23:37:28 stable info: 23:37:28 ------------------- 23:37:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:37:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:37:28 Message: update stable to v1.0.186 23:37:29 ------------------- 23:37:29 experimental info: 23:37:29 ------------------- 23:37:29 Commited By: **** collab-it+edgex@linuxfoundation.org 23:37:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 23:37:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:37:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:37:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d7e0125342c4e81dce6ad790c8546593261ce7a [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d7e012 [Pipeline] echo 23:37:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:37:33 + git log --format=format:%s -1 2d7e0125342c4e81dce6ad790c8546593261ce7a [Pipeline] echo 23:37:33 GIT_COMMIT: 2d7e0125342c4e81dce6ad790c8546593261ce7a, Commit Message: Merge pull request #575 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.5.0 [Pipeline] echo 23:37:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:37:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:37:34 23:37:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:37:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:37:35 latest: Pulling from edgex-devops/git-semver 23:37:35 31603596830f: Pulling fs layer 23:37:35 2a8b12db71e7: Pulling fs layer 23:37:35 6ca5941a6612: Pulling fs layer 23:37:35 ecc8261a40a4: Pulling fs layer 23:37:35 ecc8261a40a4: Waiting 23:37:35 2a8b12db71e7: Verifying Checksum 23:37:35 2a8b12db71e7: Download complete 23:37:35 31603596830f: Verifying Checksum 23:37:35 31603596830f: Download complete 23:37:35 6ca5941a6612: Verifying Checksum 23:37:35 6ca5941a6612: Download complete 23:37:35 ecc8261a40a4: Verifying Checksum 23:37:35 ecc8261a40a4: Download complete 23:37:35 31603596830f: Pull complete 23:37:35 2a8b12db71e7: Pull complete 23:37:36 6ca5941a6612: Pull complete 23:37:36 ecc8261a40a4: Pull complete 23:37:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:37:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:37:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:37:36 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:37:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:37:38 $ docker top 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:37:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:37:39 [ssh-agent] Looking for ssh-agent implementation... 23:37:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:37:39 $ docker exec 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 ssh-agent 23:37:39 SSH_AUTH_SOCK=/tmp/ssh-5dGr5gFO9aSZ/agent.11 23:37:39 SSH_AGENT_PID=16 23:37:39 Running ssh-add (command line suppressed) 23:37:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7348718861690412603.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7348718861690412603.key) 23:37:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:37:40 + git tag --points-at HEAD [Pipeline] } 23:37:40 $ docker exec --env ******** --env ******** 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 ssh-agent -k 23:37:40 unset SSH_AUTH_SOCK; 23:37:40 unset SSH_AGENT_PID; 23:37:40 echo Agent pid 16 killed; 23:37:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:37:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:37:40 [ssh-agent] Looking for ssh-agent implementation... 23:37:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:37:41 $ docker exec 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 ssh-agent 23:37:41 SSH_AUTH_SOCK=/tmp/ssh-Kbp8MOMf4TOR/agent.45 23:37:41 SSH_AGENT_PID=50 23:37:41 Running ssh-add (command line suppressed) 23:37:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6238812438343083825.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6238812438343083825.key) 23:37:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:37:41 + git semver init 23:37:41 # -> Open(): unable to determine branch for HEAD 23:37:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:37:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:37:41 # $SEMVER_REMOTE_NAME = origin 23:37:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:37:41 # $SEMVER_USER_NAME = edgex-jenkins 23:37:41 # $SEMVER_BRANCH = master 23:37:41 # $SEMVER_TEMP = /tmp/semver-152290871 23:37:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 23:37:42 # '/tmp/semver-152290871' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 23:37:42 # -> Force: false 23:37:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:37:42 $ docker exec --env ******** --env ******** 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 ssh-agent -k 23:37:42 unset SSH_AUTH_SOCK; 23:37:42 unset SSH_AGENT_PID; 23:37:42 echo Agent pid 50 killed; 23:37:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:37:43 + git semver [Pipeline] } 23:37:43 $ docker stop --time=1 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 23:37:45 $ docker rm -f 4f1bf8157455e2a51b27a12979e40bc70b8795c1e8cceef87d65b572be26ee10 [Pipeline] // withDockerContainer [Pipeline] sh 23:37:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:37:46 Stashed 1 file(s) [Pipeline] echo 23:37:46 [edgeXSemver]: initialized semver on version 2.0.0-dev.65 [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 23:38:01 Still waiting to schedule task 23:38:01 ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33759’ is offline; ‘prd-centos7-docker-4c-2g-33761’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 23:38:01 Still waiting to schedule task 23:38:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:40:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33763 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:40:48 Running in /w/workspace/go-mod-core-contracts/184 [Pipeline] { [Pipeline] checkout 23:40:54 using credential edgex-jenkins-ssh 23:40:54 Cloning the remote Git repository 23:40:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:40:54 > git init /w/workspace/go-mod-core-contracts/184 # timeout=10 23:40:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:40:54 > git --version # timeout=10 23:40:54 > git --version # 'git version 2.17.1' 23:40:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:40:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:40:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:40:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:40:56 Checking out Revision 2d7e0125342c4e81dce6ad790c8546593261ce7a (master) 23:40:56 > git config core.sparsecheckout # timeout=10 23:40:56 > git checkout -f 2d7e0125342c4e81dce6ad790c8546593261ce7a # timeout=10 23:41:01 Commit message: "Merge pull request #575 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.5.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:41:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:41:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:41:03 + sudo service docker restart 23:41:03 + true 23:41:03 Running on prd-centos7-docker-4c-2g-33762 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:41:03 Running in /w/workspace/go-mod-core-contracts/184 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo 23:41:06 ========================================================= 23:41:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:41:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:41: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 . 23:41:07 Sending build context to Docker daemon 2.916MB 23:41:07 Step 1/7 : ARG BASE=golang:1.15-alpine 23:41:07 Step 2/7 : FROM ${BASE} 23:41:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:41:08 5f621e34cdf4: Pulling fs layer 23:41:08 a4357932f1b6: Pulling fs layer 23:41:08 18c013af1878: Pulling fs layer 23:41:08 00ac8860ef70: Pulling fs layer 23:41:08 63d7cb157983: Pulling fs layer 23:41:08 b116817d02f9: Pulling fs layer 23:41:08 745a02a5169b: Pulling fs layer 23:41:08 63d7cb157983: Waiting 23:41:08 b116817d02f9: Waiting 23:41:08 00ac8860ef70: Waiting 23:41:08 745a02a5169b: Waiting 23:41:08 18c013af1878: Verifying Checksum 23:41:08 18c013af1878: Download complete 23:41:08 a4357932f1b6: Verifying Checksum 23:41:08 a4357932f1b6: Download complete 23:41:08 63d7cb157983: Verifying Checksum 23:41:08 63d7cb157983: Download complete 23:41:08 b116817d02f9: Verifying Checksum 23:41:08 b116817d02f9: Download complete 23:41:08 5f621e34cdf4: Verifying Checksum 23:41:08 5f621e34cdf4: Download complete 23:41:09 5f621e34cdf4: Pull complete 23:41:09 a4357932f1b6: Pull complete 23:41:10 18c013af1878: Pull complete 23:41:10 745a02a5169b: Verifying Checksum 23:41:10 745a02a5169b: Download complete 23:41:12 00ac8860ef70: Verifying Checksum 23:41:12 00ac8860ef70: Download complete 23:41:17 using credential edgex-jenkins-ssh 23:41:17 Cloning the remote Git repository 23:41:17 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:41:17 > git init /w/workspace/go-mod-core-contracts/184 # timeout=10 23:41:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:41:18 > git --version # timeout=10 23:41:18 > git --version # 'git version 2.24.3' 23:41:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:41:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:41:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:41:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:41:19 Checking out Revision 2d7e0125342c4e81dce6ad790c8546593261ce7a (master) 23:41:19 > git config core.sparsecheckout # timeout=10 23:41:19 > git checkout -f 2d7e0125342c4e81dce6ad790c8546593261ce7a # timeout=10 23:41:22 00ac8860ef70: Pull complete 23:41:22 63d7cb157983: Pull complete 23:41:22 b116817d02f9: Pull complete 23:41:24 Commit message: "Merge pull request #575 from edgexfoundry/dependabot/go_modules/github.com/go-playground/validator/v10-10.5.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:41:26 745a02a5169b: Pull complete 23:41:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:41:26 ---> b7e6874047d6 23:41:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:41:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:41:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:41:29 ---> Running in 42434f25f01a 23:41:29 + sudo service docker restart 23:41:29 + true 23:41:29 Redirecting to /bin/systemctl restart docker.service 23:41:29 Removing intermediate container 42434f25f01a 23:41:29 ---> ca7c7c1720ed 23:41:29 Step 4/7 : RUN apk add bash 23:41:29 ---> Running in 2b14b78e1e75 23:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] unstash 23:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 23:41:31 ========================================================= 23:41:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:41:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:41:32 + 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 . 23:41:32 OK: 142 MiB in 39 packages 23:41:33 Removing intermediate container 2b14b78e1e75 23:41:33 ---> 0606946d9cb1 23:41:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:41:33 ---> Running in 92405ade9db1 23:41:33 Sending build context to Docker daemon 2.917MB 23:41:33 Step 1/7 : ARG BASE=golang:1.15-alpine 23:41:33 Step 2/7 : FROM ${BASE} 23:41:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:41:33 188c0c94c7c5: Pulling fs layer 23:41:33 0ef7d3d256c8: Pulling fs layer 23:41:33 de9db76c5a1d: Pulling fs layer 23:41:33 bca2f99d35d6: Pulling fs layer 23:41:33 93359f2a8cfa: Pulling fs layer 23:41:33 7c6f9722023f: Pulling fs layer 23:41:33 a35cf1a2eb13: Pulling fs layer 23:41:33 bca2f99d35d6: Waiting 23:41:33 93359f2a8cfa: Waiting 23:41:33 7c6f9722023f: Waiting 23:41:33 a35cf1a2eb13: Waiting 23:41:33 de9db76c5a1d: Verifying Checksum 23:41:33 de9db76c5a1d: Download complete 23:41:34 Removing intermediate container 92405ade9db1 23:41:34 ---> c5b0c9d28a16 23:41:34 Step 6/7 : COPY go.mod . 23:41:35 ---> 6febc2a7d1ac 23:41:35 Step 7/7 : RUN go mod download 23:41:35 ---> Running in e7ef8b516089 23:41:35 0ef7d3d256c8: Verifying Checksum 23:41:35 0ef7d3d256c8: Download complete 23:41:35 188c0c94c7c5: Verifying Checksum 23:41:35 188c0c94c7c5: Download complete 23:41:35 7c6f9722023f: Verifying Checksum 23:41:35 7c6f9722023f: Download complete 23:41:35 93359f2a8cfa: Verifying Checksum 23:41:35 93359f2a8cfa: Download complete 23:41:35 188c0c94c7c5: Pull complete 23:41:36 0ef7d3d256c8: Pull complete 23:41:36 de9db76c5a1d: Pull complete 23:41:46 a35cf1a2eb13: Verifying Checksum 23:41:46 a35cf1a2eb13: Download complete 23:41:48 bca2f99d35d6: Verifying Checksum 23:41:48 bca2f99d35d6: Download complete 23:41:53 Removing intermediate container e7ef8b516089 23:41:53 ---> 4e122bb573dc 23:41:53 Successfully built 4e122bb573dc 23:41:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:41:53 + docker inspect -f . ci-base-image-arm64 23:41:53 . [Pipeline] withDockerContainer 23:41:54 prd-ubuntu18.04-docker-arm64-4c-16g-33763 does not seem to be running inside a container 23:41:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/184 -v /w/workspace/go-mod-core-contracts/184:/w/workspace/go-mod-core-contracts/184:rw,z -v /w/workspace/go-mod-core-contracts/184@tmp:/w/workspace/go-mod-core-contracts/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:41:55 $ docker top f72c7110dac57865e56127c1c0899dafe15fb1df4702f94c5fbd5eefde6e175c -eo pid,comm [Pipeline] { [Pipeline] sh 23:41:56 + go version 23:41:56 go version go1.15.5 linux/arm64 [Pipeline] } 23:41:56 $ docker stop --time=1 f72c7110dac57865e56127c1c0899dafe15fb1df4702f94c5fbd5eefde6e175c 23:41:58 $ docker rm -f f72c7110dac57865e56127c1c0899dafe15fb1df4702f94c5fbd5eefde6e175c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:41:59 + docker inspect -f . ci-base-image-arm64 23:41:59 . [Pipeline] withDockerContainer 23:41:59 prd-ubuntu18.04-docker-arm64-4c-16g-33763 does not seem to be running inside a container 23:41:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/184 -v /w/workspace/go-mod-core-contracts/184:/w/workspace/go-mod-core-contracts/184:rw,z -v /w/workspace/go-mod-core-contracts/184@tmp:/w/workspace/go-mod-core-contracts/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:42:01 $ docker top b7cc83a94dfc0f498cc10d1c9194a4a134dba3704e68b13e4d4577871622cabd -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:02 + make test 23:42:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:42:04 bca2f99d35d6: Pull complete 23:42:04 93359f2a8cfa: Pull complete 23:42:04 7c6f9722023f: Pull complete 23:42:12 a35cf1a2eb13: Pull complete 23:42:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:42:12 ---> a62c8e92a672 23:42:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:42:12 ---> Running in 565aa5a260ee 23:42:12 Removing intermediate container 565aa5a260ee 23:42:12 ---> e9a67e9d0bb1 23:42:12 Step 4/7 : RUN apk add bash 23:42:12 ---> Running in 8fb174f3925e 23:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:42:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:42:16 OK: 166 MiB in 39 packages 23:42:17 Removing intermediate container 8fb174f3925e 23:42:17 ---> f7843f7771b8 23:42:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:42:17 ---> Running in ad1f1417eee9 23:42:17 Removing intermediate container ad1f1417eee9 23:42:17 ---> 1fcaeca9eae4 23:42:17 Step 6/7 : COPY go.mod . 23:42:18 ---> 66a778a6011b 23:42:18 Step 7/7 : RUN go mod download 23:42:18 ---> Running in 6ba33e9d786f 23:42:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 23:42:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.064s coverage: 85.7% of statements 23:42:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.037s coverage: 100.0% of statements 23:42:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.055s coverage: 45.4% of statements 23:42:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.022s coverage: 77.8% of statements 23:42:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 23:42:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.018s coverage: 26.3% of statements 23:42:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.031s coverage: 14.7% of statements 23:42:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 23:42:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.071s coverage: 91.8% of statements 23:42:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 23:42:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 23:42:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 23:42:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 35.5% of statements 23:42:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.092s coverage: 63.0% of statements 23:42:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.041s coverage: 26.3% of statements 23:42:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.041s coverage: 15.4% of statements 23:42:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.043s coverage: 15.4% of statements 23:42:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.017s coverage: 14.3% of statements 23:42:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 23:42:41 Removing intermediate container 6ba33e9d786f 23:42:41 ---> 1399db4fe1ca 23:42:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.201s coverage: 84.4% of statements 23:42:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 23:42:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 23:42:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 23:42:42 Successfully built 1399db4fe1ca 23:42:42 Successfully tagged ci-base-image-x86_64:latest 23:42:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.178s coverage: 49.7% of statements [Pipeline] isUnix [Pipeline] sh 23:42:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.086s coverage: 94.7% of statements 23:42:42 + docker inspect -f . ci-base-image-x86_64 23:42:42 . [Pipeline] withDockerContainer 23:42:43 prd-centos7-docker-4c-2g-33762 does not seem to be running inside a container 23:42:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/184 -v /w/workspace/go-mod-core-contracts/184:/w/workspace/go-mod-core-contracts/184:rw,z -v /w/workspace/go-mod-core-contracts/184@tmp:/w/workspace/go-mod-core-contracts/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:42:44 $ docker top a123ce7d77d89a3176676ea2925a176813e240dafd8ac99bde5884f1fc79a5ea -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.216s coverage: 87.8% of statements 23:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.032s coverage: 100.0% of statements 23:42:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 23:42:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:42:45 + go version 23:42:46 go version go1.15.5 linux/amd64 [Pipeline] } 23:42:46 $ docker stop --time=1 a123ce7d77d89a3176676ea2925a176813e240dafd8ac99bde5884f1fc79a5ea 23:42:48 $ docker rm -f a123ce7d77d89a3176676ea2925a176813e240dafd8ac99bde5884f1fc79a5ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:49 + docker inspect -f . ci-base-image-x86_64 23:42:49 . [Pipeline] withDockerContainer 23:42:49 prd-centos7-docker-4c-2g-33762 does not seem to be running inside a container 23:42:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/184 -v /w/workspace/go-mod-core-contracts/184:/w/workspace/go-mod-core-contracts/184:rw,z -v /w/workspace/go-mod-core-contracts/184@tmp:/w/workspace/go-mod-core-contracts/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:42:51 $ docker top bfe42d314900cf3c23e0a7602f1c7bc4137bfbfdcd7eefd8a1a6f23d96e49adc -eo pid,comm [Pipeline] { 23:42:52 gofmt -l . 23:42:52 [ "`gofmt -l .`" = "" ] [Pipeline] sh [Pipeline] } 23:42:52 $ docker stop --time=1 b7cc83a94dfc0f498cc10d1c9194a4a134dba3704e68b13e4d4577871622cabd 23:42:52 + make test 23:42:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:42:55 $ docker rm -f b7cc83a94dfc0f498cc10d1c9194a4a134dba3704e68b13e4d4577871622cabd [Pipeline] // withDockerContainer [Pipeline] sh 23:42:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:42:57 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 23:42:58 ---> job-cost.sh 23:42:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5wQv 23:43:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 23:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.024s coverage: 85.7% of statements 23:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.010s coverage: 100.0% of statements 23:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.031s coverage: 45.4% of statements 23:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.012s coverage: 77.8% of statements 23:43:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 23:43:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.018s coverage: 26.3% of statements 23:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 23:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements 23:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements 23:43:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 23:43:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 23:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.054s coverage: 100.0% of statements 23:43:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 35.5% of statements 23:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.074s coverage: 63.0% of statements 23:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 23:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements 23:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.043s coverage: 15.4% of statements 23:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements 23:43:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 23:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.205s coverage: 84.4% of statements 23:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 23:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 23:43:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 23:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.046s coverage: 49.7% of statements 23:43:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.012s coverage: 94.7% of statements 23:43:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.259s coverage: 87.8% of statements 23:43:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 23:43:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.018s coverage: 69.6% of statements 23:43:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:43:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:43:38 gofmt -l . 23:43:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:43:38 $ docker stop --time=1 bfe42d314900cf3c23e0a7602f1c7bc4137bfbfdcd7eefd8a1a6f23d96e49adc 23:43:41 $ docker rm -f bfe42d314900cf3c23e0a7602f1c7bc4137bfbfdcd7eefd8a1a6f23d96e49adc [Pipeline] // withDockerContainer [Pipeline] sh 23:43:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:43:43 Warning: overwriting stash ‘coverage-report’ 23:43:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:43:45 ---> job-cost.sh 23:43:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LG23 23:44:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:44:59 lf-activate-venv(): INFO: Adding /tmp/venv-5wQv/bin to PATH 23:44:59 INFO: No Stack... 23:44:59 INFO: Retrieving Pricing Info for: lf-standard-4 23:44:59 INFO: Archiving Costs [Pipeline] sh 23:44:59 + cut -d, -f6 23:44:59 + cat /w/workspace/go-mod-core-contracts/184/archives/cost.csv [Pipeline] lock 23:44:59 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] 23:44:59 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] did not exist. Created. 23:44:59 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:44:59 + echo total: 0.20999999344348907 [Pipeline] stash 23:45:00 Stashed 1 file(s) [Pipeline] } 23:45:00 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:45:00 lf-activate-venv(): INFO: Adding /tmp/venv-LG23/bin to PATH 23:45:00 INFO: No Stack... 23:45:00 INFO: Retrieving Pricing Info for: v1-standard-2 23:45:00 INFO: Archiving Costs [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 23:45:01 + cut -d, -f6 23:45:01 + cat /w/workspace/go-mod-core-contracts/184/archives/cost.csv [Pipeline] lock 23:45:01 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] 23:45:01 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] did not exist. Created. 23:45:01 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-184-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:45:01 /w/workspace/go-mod-core-contracts/184@tmp/durable-1dfde133/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 23:45:02 + echo total: 0.029999999329447746 [Pipeline] stash 23:45:02 Warning: overwriting stash ‘stack-cost’ 23:45:02 Stashed 1 file(s) [Pipeline] } 23:45:02 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-184-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 23:45:04 provisioning config files... 23:45:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4595848744993128026tmp [Pipeline] { [Pipeline] sh 23:45:04 + set +x 23:45:04 + curl -s https://codecov.io/bash 23:45:04 + bash -s -- 23:45:04 23:45:04 _____ _ 23:45:04 / ____| | | 23:45:04 | | ___ __| | ___ ___ _____ __ 23:45:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:45:04 | |___| (_) | (_| | __/ (_| (_) \ V / 23:45:04 \_____\___/ \__,_|\___|\___\___/ \_/ 23:45:04 Bash-20210309-2b87ace 23:45:04 23:45:04 23:45:04 ==> git version 2.24.3 found 23:45:04 ==> 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 23:45:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:45:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:45:04 ==> Jenkins CI detected. 23:45:04 project root: . 23:45:04 --> token set from env 23:45:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:45:04 ==> Running gcov in . (disable via -X gcov) 23:45:04 ==> Python coveragepy not found 23:45:04 ==> Searching for coverage reports in: 23:45:04 + . 23:45:04 -> Found 1 reports 23:45:04 ==> Detecting git/mercurial file structure 23:45:04 ==> Reading reports 23:45:04 + ./coverage.out bytes=164595 23:45:04 ==> Appending adjustments 23:45:04 https://docs.codecov.io/docs/fixing-reports 23:45:06 + Found adjustments 23:45:06 ==> Gzipping contents 23:45:06 24K /tmp/codecov.4c1gJg.gz 23:45:06 ==> Uploading reports 23:45:06 url: https://codecov.io 23:45:06 query: branch=master&commit=2d7e0125342c4e81dce6ad790c8546593261ce7a&build=184&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F184%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 23:45:06 -> Pinging Codecov 23:45:06 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=2d7e0125342c4e81dce6ad790c8546593261ce7a&build=184&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F184%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 23:45:06 -> Uploading to 23:45:06 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/71470A77251A30514AAF9C0BB2E5B6CE/2d7e0125342c4e81dce6ad790c8546593261ce7a/058e721d-e840-4338-aa53-bd9ebec3159e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T234506Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3fa81de374dacdd4a9bff9ad2f6e30162a56801b27dc30b67c55652a5094a9fe 23:45:06 % Total % Received % Xferd Average Speed Time Time Time Current 23:45:06 Dload Upload Total Spent Left Speed 23:45:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24559 0 0 100 24559 0 57839 --:--:-- --:--:-- --:--:-- 57922 23:45:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2d7e0125342c4e81dce6ad790c8546593261ce7a [Pipeline] } 23:45:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:45:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:45:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:45:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:45:08 23:45:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:45:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:45:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:45:08 188c0c94c7c5: Pulling fs layer 23:45:08 0ef7d3d256c8: Pulling fs layer 23:45:08 de9db76c5a1d: Pulling fs layer 23:45:08 0eba1c9be4d2: Pulling fs layer 23:45:08 0d57e429df01: Pulling fs layer 23:45:08 4e4be7b47b0d: Pulling fs layer 23:45:08 e1f770b5df2f: Pulling fs layer 23:45:08 85a0685a4137: Pulling fs layer 23:45:08 4e4be7b47b0d: Waiting 23:45:08 e1f770b5df2f: Waiting 23:45:08 0d57e429df01: Waiting 23:45:08 de9db76c5a1d: Verifying Checksum 23:45:08 de9db76c5a1d: Download complete 23:45:08 0ef7d3d256c8: Verifying Checksum 23:45:08 0ef7d3d256c8: Download complete 23:45:08 0d57e429df01: Verifying Checksum 23:45:08 0d57e429df01: Download complete 23:45:08 4e4be7b47b0d: Verifying Checksum 23:45:08 4e4be7b47b0d: Download complete 23:45:08 188c0c94c7c5: Download complete 23:45:08 188c0c94c7c5: Pull complete 23:45:08 0ef7d3d256c8: Pull complete 23:45:09 de9db76c5a1d: Pull complete 23:45:10 e1f770b5df2f: Verifying Checksum 23:45:10 e1f770b5df2f: Download complete 23:45:12 0eba1c9be4d2: Download complete 23:45:12 85a0685a4137: Verifying Checksum 23:45:12 85a0685a4137: Download complete 23:45:17 0eba1c9be4d2: Pull complete 23:45:17 0d57e429df01: Pull complete 23:45:17 4e4be7b47b0d: Pull complete 23:45:20 e1f770b5df2f: Pull complete 23:45:28 85a0685a4137: Pull complete 23:45:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:45:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:45:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:45:28 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:45:29 $ docker top 0c3a3bb3494794af408c762ebafd3b156c890a5ca7bc4f250517ce9614e8bbe5 -eo pid,comm [Pipeline] { [Pipeline] echo 23:45:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:45:30 + set -o pipefail 23:45:30 + snyk monitor '--org=edgex-jenkins' 23:45:38 23:45:38 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 23:45:38 23:45:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/bdae1897-893e-4c29-9dc5-d17cef61881f 23:45:38 23:45:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:45:38 23:45:39 23:45:39 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:45:39 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:45:39 $ docker stop --time=1 0c3a3bb3494794af408c762ebafd3b156c890a5ca7bc4f250517ce9614e8bbe5 23:45:42 $ docker rm -f 0c3a3bb3494794af408c762ebafd3b156c890a5ca7bc4f250517ce9614e8bbe5 [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 23:45:44 + git log --format=format:%s -1 2d7e0125342c4e81dce6ad790c8546593261ce7a [Pipeline] isUnix [Pipeline] sh 23:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:44 . [Pipeline] withDockerContainer 23:45:44 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:45:45 $ docker top 19f4344573699f428df6ef85870bc02cc2575edcfb5810f4d7aba07e55859321 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:45:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:45 [ssh-agent] Looking for ssh-agent implementation... 23:45:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:46 $ docker exec 19f4344573699f428df6ef85870bc02cc2575edcfb5810f4d7aba07e55859321 ssh-agent 23:45:46 SSH_AUTH_SOCK=/tmp/ssh-zU4neLpeciK4/agent.12 23:45:46 SSH_AGENT_PID=18 23:45:46 Running ssh-add (command line suppressed) 23:45:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7227262548357361099.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7227262548357361099.key) 23:45:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:46 + git semver tag 23:45:46 # -> Open(): unable to determine branch for HEAD 23:45:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:45:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:45:46 # $SEMVER_REMOTE_NAME = origin 23:45:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:45:46 # $SEMVER_USER_NAME = edgex-jenkins 23:45:46 # $SEMVER_BRANCH = master 23:45:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:45:46 # 2d7e0125342c4e81dce6ad790c8546593261ce7a HEAD 23:45:46 # -> Force: false 23:45:46 # f38e9a3deb2ca8b923ddfc69c8869abc7a5ea9aa refs/tags/v2.0.0-dev.65 [Pipeline] } 23:45:47 $ docker exec --env ******** --env ******** 19f4344573699f428df6ef85870bc02cc2575edcfb5810f4d7aba07e55859321 ssh-agent -k 23:45:47 unset SSH_AUTH_SOCK; 23:45:47 unset SSH_AGENT_PID; 23:45:47 echo Agent pid 18 killed; 23:45:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:45:47 + git semver [Pipeline] } 23:45:47 $ docker stop --time=1 19f4344573699f428df6ef85870bc02cc2575edcfb5810f4d7aba07e55859321 23:45:49 $ docker rm -f 19f4344573699f428df6ef85870bc02cc2575edcfb5810f4d7aba07e55859321 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:45:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:45:49 23:45:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:45:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:45:50 0.23.1-centos7: Pulling from edgex-lftools 23:45:50 ab5ef0e58194: Pulling fs layer 23:45:50 9712f1f96733: Pulling fs layer 23:45:50 63f879dbbcfc: Pulling fs layer 23:45:50 0d9ebad4ef96: Pulling fs layer 23:45:50 e9a5061849ea: Pulling fs layer 23:45:50 d747dcd14b5f: Pulling fs layer 23:45:50 2de7ff778b66: Pulling fs layer 23:45:50 d747dcd14b5f: Waiting 23:45:50 e9a5061849ea: Waiting 23:45:50 0d9ebad4ef96: Waiting 23:45:50 2de7ff778b66: Waiting 23:45:50 9712f1f96733: Download complete 23:45:51 63f879dbbcfc: Verifying Checksum 23:45:51 63f879dbbcfc: Download complete 23:45:51 e9a5061849ea: Verifying Checksum 23:45:51 e9a5061849ea: Download complete 23:45:51 d747dcd14b5f: Verifying Checksum 23:45:51 d747dcd14b5f: Download complete 23:45:52 2de7ff778b66: Verifying Checksum 23:45:52 2de7ff778b66: Download complete 23:45:52 0d9ebad4ef96: Verifying Checksum 23:45:52 0d9ebad4ef96: Download complete 23:45:52 ab5ef0e58194: Verifying Checksum 23:45:52 ab5ef0e58194: Download complete 23:45:56 ab5ef0e58194: Pull complete 23:45:56 9712f1f96733: Pull complete 23:45:59 63f879dbbcfc: Pull complete 23:46:06 0d9ebad4ef96: Pull complete 23:46:06 e9a5061849ea: Pull complete 23:46:06 d747dcd14b5f: Pull complete 23:46:09 2de7ff778b66: Pull complete 23:46:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:46:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:46:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:46:09 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:46:13 $ docker top 82824c3efc308de73298713b05ea9a6d18819451a6f094583bd66fe76bf8d244 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:46:14 provisioning config files... 23:46:14 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6853263238033114491tmp 23:46:14 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2091924190132909926tmp 23:46:14 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5091533250676897571tmp [Pipeline] { [Pipeline] echo 23:46:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:46:14 ---> sigul-configuration.sh 23:46:14 gpg: directory `/root/.gnupg' created 23:46:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:46:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:46:14 gpg: keyring `/root/.gnupg/secring.gpg' created 23:46:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:46:14 gpg: CAST5 encrypted data 23:46:14 gpg: encrypted with 1 passphrase 23:46:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:46:15 + mkdir /home/jenkins 23:46:15 + mkdir /home/jenkins/sigul [Pipeline] sh 23:46:15 + 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 23:46:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:46:15 ---> sigul-install.sh 23:46:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:46:22 + git tag --list 23:46:22 v0.0.0 23:46:22 v0.0.1 23:46:22 v0.1.0 23:46:22 v0.1.1 23:46:22 v0.1.10 23:46:22 v0.1.100 23:46:22 v0.1.101 23:46:22 v0.1.102 23:46:22 v0.1.103 23:46:22 v0.1.104 23:46:22 v0.1.105 23:46:22 v0.1.106 23:46:22 v0.1.107 23:46:22 v0.1.108 23:46:22 v0.1.109 23:46:22 v0.1.11 23:46:22 v0.1.110 23:46:22 v0.1.111 23:46:22 v0.1.112 23:46:22 v0.1.113 23:46:22 v0.1.114 23:46:22 v0.1.115 23:46:22 v0.1.116 23:46:22 v0.1.117 23:46:22 v0.1.118 23:46:22 v0.1.119 23:46:22 v0.1.12 23:46:22 v0.1.120 23:46:22 v0.1.121 23:46:22 v0.1.122 23:46:22 v0.1.123 23:46:22 v0.1.124 23:46:22 v0.1.125 23:46:22 v0.1.126 23:46:22 v0.1.127 23:46:22 v0.1.128 23:46:22 v0.1.129 23:46:22 v0.1.13 23:46:22 v0.1.130 23:46:22 v0.1.131 23:46:22 v0.1.132 23:46:22 v0.1.133 23:46:22 v0.1.134 23:46:22 v0.1.135 23:46:22 v0.1.136 23:46:22 v0.1.137 23:46:22 v0.1.138 23:46:22 v0.1.139 23:46:22 v0.1.14 23:46:22 v0.1.140 23:46:22 v0.1.141 23:46:22 v0.1.142 23:46:22 v0.1.143 23:46:22 v0.1.144 23:46:22 v0.1.145 23:46:22 v0.1.146 23:46:22 v0.1.147 23:46:22 v0.1.148 23:46:22 v0.1.149 23:46:22 v0.1.15 23:46:22 v0.1.16 23:46:22 v0.1.17 23:46:22 v0.1.18 23:46:22 v0.1.19 23:46:22 v0.1.2 23:46:22 v0.1.20 23:46:22 v0.1.21 23:46:22 v0.1.22 23:46:22 v0.1.23 23:46:22 v0.1.24 23:46:22 v0.1.25 23:46:22 v0.1.26 23:46:22 v0.1.27 23:46:22 v0.1.28 23:46:22 v0.1.29 23:46:22 v0.1.3 23:46:22 v0.1.30 23:46:22 v0.1.31 23:46:22 v0.1.32 23:46:22 v0.1.33 23:46:22 v0.1.34 23:46:22 v0.1.35 23:46:22 v0.1.36 23:46:22 v0.1.37 23:46:22 v0.1.38 23:46:22 v0.1.39 23:46:22 v0.1.4 23:46:22 v0.1.40 23:46:22 v0.1.41 23:46:22 v0.1.42 23:46:22 v0.1.43 23:46:22 v0.1.44 23:46:22 v0.1.45 23:46:22 v0.1.46 23:46:22 v0.1.47 23:46:22 v0.1.48 23:46:22 v0.1.49 23:46:22 v0.1.5 23:46:22 v0.1.50 23:46:22 v0.1.51 23:46:22 v0.1.52 23:46:22 v0.1.53 23:46:22 v0.1.54 23:46:22 v0.1.55 23:46:22 v0.1.56 23:46:22 v0.1.57 23:46:22 v0.1.58 23:46:22 v0.1.59 23:46:22 v0.1.6 23:46:22 v0.1.60 23:46:22 v0.1.61 23:46:22 v0.1.62 23:46:22 v0.1.63 23:46:22 v0.1.64 23:46:22 v0.1.65 23:46:22 v0.1.66 23:46:22 v0.1.67 23:46:22 v0.1.68 23:46:22 v0.1.69 23:46:22 v0.1.7 23:46:22 v0.1.70 23:46:22 v0.1.71 23:46:22 v0.1.72 23:46:22 v0.1.73 23:46:22 v0.1.74 23:46:22 v0.1.75 23:46:22 v0.1.76 23:46:22 v0.1.77 23:46:22 v0.1.78 23:46:22 v0.1.79 23:46:22 v0.1.8 23:46:22 v0.1.80 23:46:22 v0.1.81 23:46:22 v0.1.82 23:46:22 v0.1.83 23:46:22 v0.1.84 23:46:22 v0.1.85 23:46:22 v0.1.86 23:46:22 v0.1.87 23:46:22 v0.1.88 23:46:22 v0.1.89 23:46:22 v0.1.9 23:46:22 v0.1.90 23:46:22 v0.1.91 23:46:22 v0.1.92 23:46:22 v0.1.93 23:46:22 v0.1.94 23:46:22 v0.1.95 23:46:22 v0.1.96 23:46:22 v0.1.97 23:46:22 v0.1.98 23:46:22 v0.1.99 23:46:22 v2.0.0-dev.1 23:46:22 v2.0.0-dev.10 23:46:22 v2.0.0-dev.11 23:46:22 v2.0.0-dev.12 23:46:22 v2.0.0-dev.13 23:46:22 v2.0.0-dev.14 23:46:22 v2.0.0-dev.15 23:46:22 v2.0.0-dev.16 23:46:22 v2.0.0-dev.17 23:46:22 v2.0.0-dev.18 23:46:22 v2.0.0-dev.19 23:46:22 v2.0.0-dev.2 23:46:22 v2.0.0-dev.20 23:46:22 v2.0.0-dev.21 23:46:22 v2.0.0-dev.22 23:46:22 v2.0.0-dev.23 23:46:22 v2.0.0-dev.24 23:46:22 v2.0.0-dev.25 23:46:22 v2.0.0-dev.26 23:46:22 v2.0.0-dev.27 23:46:22 v2.0.0-dev.28 23:46:22 v2.0.0-dev.29 23:46:22 v2.0.0-dev.3 23:46:22 v2.0.0-dev.30 23:46:22 v2.0.0-dev.31 23:46:22 v2.0.0-dev.32 23:46:22 v2.0.0-dev.33 23:46:22 v2.0.0-dev.34 23:46:22 v2.0.0-dev.35 23:46:22 v2.0.0-dev.36 23:46:22 v2.0.0-dev.37 23:46:22 v2.0.0-dev.38 23:46:22 v2.0.0-dev.39 23:46:22 v2.0.0-dev.4 23:46:22 v2.0.0-dev.40 23:46:22 v2.0.0-dev.41 23:46:22 v2.0.0-dev.42 23:46:22 v2.0.0-dev.43 23:46:22 v2.0.0-dev.44 23:46:22 v2.0.0-dev.45 23:46:22 v2.0.0-dev.46 23:46:22 v2.0.0-dev.47 23:46:22 v2.0.0-dev.48 23:46:22 v2.0.0-dev.49 23:46:22 v2.0.0-dev.5 23:46:22 v2.0.0-dev.50 23:46:22 v2.0.0-dev.51 23:46:22 v2.0.0-dev.52 23:46:22 v2.0.0-dev.53 23:46:22 v2.0.0-dev.54 23:46:22 v2.0.0-dev.55 23:46:22 v2.0.0-dev.56 23:46:22 v2.0.0-dev.57 23:46:22 v2.0.0-dev.58 23:46:22 v2.0.0-dev.59 23:46:22 v2.0.0-dev.6 23:46:22 v2.0.0-dev.60 23:46:22 v2.0.0-dev.61 23:46:22 v2.0.0-dev.62 23:46:22 v2.0.0-dev.63 23:46:22 v2.0.0-dev.64 23:46:22 v2.0.0-dev.65 23:46:22 v2.0.0-dev.7 23:46:22 v2.0.0-dev.8 23:46:22 v2.0.0-dev.9 [Pipeline] sh 23:46:22 + lftools sign git-tag v2.0.0-dev.65 23:46:24 Signing Git tag with Sigul... 23:46:24 Signing v2.0.0-dev.65 [Pipeline] echo 23:46:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:46:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:46:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:46:25 $ docker stop --time=1 82824c3efc308de73298713b05ea9a6d18819451a6f094583bd66fe76bf8d244 23:46:27 $ docker rm -f 82824c3efc308de73298713b05ea9a6d18819451a6f094583bd66fe76bf8d244 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:46:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:28 . [Pipeline] withDockerContainer 23:46:28 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:46:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:46:29 $ docker top 9ed172bae4a7857a5e7f2fe942e0ac6c239e434052d9a2066a285a0a196983a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:29 [ssh-agent] Looking for ssh-agent implementation... 23:46:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:30 $ docker exec 9ed172bae4a7857a5e7f2fe942e0ac6c239e434052d9a2066a285a0a196983a9 ssh-agent 23:46:30 SSH_AUTH_SOCK=/tmp/ssh-dk4pf7RijgVo/agent.12 23:46:30 SSH_AGENT_PID=17 23:46:30 Running ssh-add (command line suppressed) 23:46:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3840549987449828954.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3840549987449828954.key) 23:46:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:30 + git semver bump pre 23:46:30 # -> Open(): unable to determine branch for HEAD 23:46:30 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:46:30 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:46:30 # $SEMVER_REMOTE_NAME = origin 23:46:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:30 # $SEMVER_USER_NAME = edgex-jenkins 23:46:30 # $SEMVER_BRANCH = master 23:46:30 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:46:30 2.0.0-dev.66 [Pipeline] } 23:46:30 $ docker exec --env ******** --env ******** 9ed172bae4a7857a5e7f2fe942e0ac6c239e434052d9a2066a285a0a196983a9 ssh-agent -k 23:46:30 unset SSH_AUTH_SOCK; 23:46:30 unset SSH_AGENT_PID; 23:46:30 echo Agent pid 17 killed; 23:46:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:31 + git semver [Pipeline] } 23:46:31 $ docker stop --time=1 9ed172bae4a7857a5e7f2fe942e0ac6c239e434052d9a2066a285a0a196983a9 23:46:32 $ docker rm -f 9ed172bae4a7857a5e7f2fe942e0ac6c239e434052d9a2066a285a0a196983a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:46:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:33 . [Pipeline] withDockerContainer 23:46:33 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:46:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:46:34 $ docker top 9641d841f12edb0a62d9010b8df8bad613c832f01cff3d524f0f0a3f86d8bc74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:34 [ssh-agent] Looking for ssh-agent implementation... 23:46:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:34 $ docker exec 9641d841f12edb0a62d9010b8df8bad613c832f01cff3d524f0f0a3f86d8bc74 ssh-agent 23:46:35 SSH_AUTH_SOCK=/tmp/ssh-GeqCx8MIsjAV/agent.11 23:46:35 SSH_AGENT_PID=16 23:46:35 Running ssh-add (command line suppressed) 23:46:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8411201262677992935.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8411201262677992935.key) 23:46:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:35 + git semver push 23:46:35 # -> Open(): unable to determine branch for HEAD 23:46:35 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:46:35 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:46:35 # $SEMVER_REMOTE_NAME = origin 23:46:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:35 # $SEMVER_USER_NAME = edgex-jenkins 23:46:35 # $SEMVER_BRANCH = master 23:46:35 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:46:39 $ docker exec --env ******** --env ******** 9641d841f12edb0a62d9010b8df8bad613c832f01cff3d524f0f0a3f86d8bc74 ssh-agent -k 23:46:40 unset SSH_AUTH_SOCK; 23:46:40 unset SSH_AGENT_PID; 23:46:40 echo Agent pid 16 killed; 23:46:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:40 + git semver [Pipeline] } 23:46:40 $ docker stop --time=1 9641d841f12edb0a62d9010b8df8bad613c832f01cff3d524f0f0a3f86d8bc74 23:46:41 $ docker rm -f 9641d841f12edb0a62d9010b8df8bad613c832f01cff3d524f0f0a3f86d8bc74 [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 23:46:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:46:44 ---> package-listing.sh 23:46:44 ++ facter osfamily 23:46:44 ++ tr '[:upper:]' '[:lower:]' 23:46:44 + OS_FAMILY=redhat 23:46:44 + workspace=/w/workspace/dry_go-mod-core-contracts_master 23:46:44 + START_PACKAGES=/tmp/packages_start.txt 23:46:44 + END_PACKAGES=/tmp/packages_end.txt 23:46:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:46:44 + PACKAGES=/tmp/packages_start.txt 23:46:44 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:46:44 + PACKAGES=/tmp/packages_end.txt 23:46:44 + case "${OS_FAMILY}" in 23:46:44 + rpm -qa 23:46:44 + sort 23:46:49 + '[' -f /tmp/packages_start.txt ']' 23:46:49 + '[' -f /tmp/packages_end.txt ']' 23:46:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:46:49 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:46:49 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 23:46:49 + 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 23:46:49 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 23:46:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:46:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:46:50 23:46:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:46:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:46:50 alpine: Pulling from edgex-lftools-log-publisher 23:46:50 df20fa9351a1: Pulling fs layer 23:46:50 36b3adc4ff6f: Pulling fs layer 23:46:50 8ad3a11d3b57: Pulling fs layer 23:46:50 46f8f816bc3b: Pulling fs layer 23:46:50 93b61091891f: Pulling fs layer 23:46:50 93b9cdb0e59b: Pulling fs layer 23:46:50 5e14af77c1be: Pulling fs layer 23:46:50 01666e4c0597: Pulling fs layer 23:46:50 aa168da1d23b: Pulling fs layer 23:46:50 93b9cdb0e59b: Waiting 23:46:50 46f8f816bc3b: Waiting 23:46:50 5e14af77c1be: Waiting 23:46:50 01666e4c0597: Waiting 23:46:50 93b61091891f: Waiting 23:46:50 aa168da1d23b: Waiting 23:46:50 36b3adc4ff6f: Verifying Checksum 23:46:50 36b3adc4ff6f: Download complete 23:46:50 46f8f816bc3b: Verifying Checksum 23:46:50 46f8f816bc3b: Download complete 23:46:50 93b61091891f: Download complete 23:46:50 df20fa9351a1: Verifying Checksum 23:46:50 df20fa9351a1: Download complete 23:46:50 93b9cdb0e59b: Verifying Checksum 23:46:50 93b9cdb0e59b: Download complete 23:46:50 5e14af77c1be: Download complete 23:46:50 01666e4c0597: Download complete 23:46:50 8ad3a11d3b57: Verifying Checksum 23:46:50 8ad3a11d3b57: Download complete 23:46:50 df20fa9351a1: Pull complete 23:46:51 36b3adc4ff6f: Pull complete 23:46:52 8ad3a11d3b57: Pull complete 23:46:52 46f8f816bc3b: Pull complete 23:46:52 93b61091891f: Pull complete 23:46:52 93b9cdb0e59b: Pull complete 23:46:53 aa168da1d23b: Verifying Checksum 23:46:53 aa168da1d23b: Download complete 23:46:53 5e14af77c1be: Pull complete 23:46:53 01666e4c0597: Pull complete 23:47:01 aa168da1d23b: Pull complete 23:47:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:47:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:47:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:47:01 prd-centos7-docker-4c-2g-33760 does not seem to be running inside a container 23:47:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:47:04 $ docker top 32715696824dee751a5a6be162404804f19242f65b81404aa571e505b9d16f4a -eo pid,comm [Pipeline] { [Pipeline] sh 23:47:05 + touch /tmp/pre-build-complete [Pipeline] sh 23:47:05 + mkdir -p /var/log/sa [Pipeline] sh 23:47:05 + ls /var/log/sa-host 23:47:05 + sadf -c /var/log/sa-host/sa12 23:47:05 file_magic: OK 23:47:05 HZ: Using current value: 100 23:47:05 file_header: OK 23:47:05 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 23:47:05 Statistics: 23:47:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:47:05 File successfully converted to sysstat format version 12.2.1 23:47:05 + sadf -c /var/log/sa-host/sa23 23:47:05 file_magic: OK 23:47:05 HZ: Using current value: 100 23:47:05 file_header: OK 23:47:05 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 23:47:05 Statistics: 23:47:05 Hnuu...uuuununununu... 23:47:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:47:05 provisioning config files... 23:47:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2905523052989935560tmp [Pipeline] { [Pipeline] echo 23:47:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:47:06 ---> create-netrc.sh [Pipeline] } 23:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:47:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:47:06 ---> python-tools-install.sh [Pipeline] echo 23:47:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:47:06 ---> sudo-logs.sh 23:47:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:47:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:47:07 ---> job-cost.sh 23:47:07 lf-activate-venv: SKIPPING 23:47:07 DEBUG: total: 0.029999999329447746 23:47:07 INFO: Retrieving Stack Cost... 23:47:08 INFO: Retrieving Pricing Info for: v1-standard-2 23:47:09 INFO: Archiving Costs [Pipeline] echo 23:47:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:47:09 ---> logs-deploy.sh 23:47:09 lf-activate-venv: SKIPPING 23:47:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/184 23:47:09 INFO: archiving workspace using pattern(s): 23:47:11 Archives upload complete. 23:47:11 INFO: archiving logs to Nexus 23:47:12 ---> uname -a: 23:47:12 Linux prd-centos7-docker-4c-2g-33760.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:47:12 23:47:12 23:47:12 ---> lscpu: 23:47:12 Architecture: x86_64 23:47:12 CPU op-mode(s): 32-bit, 64-bit 23:47:12 Byte Order: Little Endian 23:47:12 Address sizes: 40 bits physical, 48 bits virtual 23:47:12 CPU(s): 4 23:47:12 On-line CPU(s) list: 0-3 23:47:12 Thread(s) per core: 1 23:47:12 Core(s) per socket: 1 23:47:12 Socket(s): 4 23:47:12 NUMA node(s): 1 23:47:12 Vendor ID: GenuineIntel 23:47:12 CPU family: 6 23:47:12 Model: 44 23:47:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:47:12 Stepping: 1 23:47:12 CPU MHz: 2933.436 23:47:12 BogoMIPS: 5866.87 23:47:12 Virtualization: VT-x 23:47:12 Hypervisor vendor: KVM 23:47:12 Virtualization type: full 23:47:12 L1d cache: 128 KiB 23:47:12 L1i cache: 128 KiB 23:47:12 L2 cache: 16 MiB 23:47:12 L3 cache: 64 MiB 23:47:12 NUMA node0 CPU(s): 0-3 23:47:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:47:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:47:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:47:12 Vulnerability Meltdown: Mitigation; PTI 23:47:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:47:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:47:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:47:12 Vulnerability Srbds: Not affected 23:47:12 Vulnerability Tsx async abort: Not affected 23:47:12 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 23:47:12 23:47:12 23:47:12 ---> nproc: 23:47:12 4 23:47:12 23:47:12 23:47:12 ---> df -h: 23:47:12 Filesystem Size Used Available Use% Mounted on 23:47:12 overlay 50.0G 8.5G 41.4G 17% / 23:47:12 tmpfs 64.0M 0 64.0M 0% /dev 23:47:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:47:12 shm 64.0M 0 64.0M 0% /dev/shm 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 23:47:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 23:47:12 23:47:12 23:47:12 ---> free -m: 23:47:12 total used free shared buff/cache available 23:47:12 Mem: 1837 826 148 0 862 947 23:47:12 Swap: 1023 2 1021 23:47:12 23:47:12 23:47:12 ---> ip addr: 23:47:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:47:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:47:12 inet 127.0.0.1/8 scope host lo 23:47:12 valid_lft forever preferred_lft forever 23:47:12 inet6 ::1/128 scope host 23:47:12 valid_lft forever preferred_lft forever 23:47:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:47:12 link/ether fa:16:3e:57:e1:cb brd ff:ff:ff:ff:ff:ff 23:47:12 inet 10.30.123.74/23 brd 10.30.123.255 scope global dynamic eth0 23:47:12 valid_lft 85781sec preferred_lft 85781sec 23:47:12 inet6 fe80::f816:3eff:fe57:e1cb/64 scope link 23:47:12 valid_lft forever preferred_lft forever 23:47:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:47:12 link/ether 02:42:67:6c:41:4b brd ff:ff:ff:ff:ff:ff 23:47:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:47:12 valid_lft forever preferred_lft forever 23:47:12 inet6 fe80::42:67ff:fe6c:414b/64 scope link 23:47:12 valid_lft forever preferred_lft forever 23:47:12 23:47:12 23:47:12 ---> sar -b -r -n DEV: 23:47:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 23:47:12 23:47:12 23:36:40 LINUX RESTART (4 CPU) 23:47:12 23:47:12 23:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:47:12 23:38:01 143.77 54.79 88.98 0.00 8019.74 39400.25 0.00 23:47:12 23:39:01 2.56 0.00 2.56 0.00 0.00 64.90 0.00 23:47:12 23:40:01 0.33 0.00 0.33 0.00 0.00 5.15 0.00 23:47:12 23:41:01 0.38 0.00 0.38 0.00 0.00 5.76 0.00 23:47:12 23:42:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 23:47:12 23:43:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 23:47:12 23:44:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 23:47:12 23:45:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 23:47:12 23:46:01 354.78 183.47 171.31 0.00 9073.94 57094.20 0.00 23:47:12 23:47:02 244.83 115.18 129.65 0.00 7660.85 29934.56 0.00 23:47:12 Average: 74.91 35.42 39.50 0.00 2479.88 12670.15 0.00 23:47:12 23:47:12 23:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:47:12 23:38:01 149912 0 614260 32.65 2620 1114752 1112268 37.96 418644 1111284 136 23:47:12 23:39:01 153080 0 610972 32.47 2620 1114872 1111908 37.95 422016 1105932 20 23:47:12 23:40:01 155396 0 608652 32.35 2620 1114876 1078484 36.81 420320 1105380 8 23:47:12 23:41:01 154904 0 609140 32.37 2620 1114880 1078628 36.81 430396 1096080 20 23:47:12 23:42:01 154792 0 609248 32.38 2620 1114884 1078628 36.81 427172 1099380 8 23:47:12 23:43:01 153608 0 610428 32.44 2620 1114888 1078716 36.81 445216 1082752 12 23:47:12 23:44:01 154376 0 609656 32.40 2620 1114892 1078548 36.81 444244 1082800 8 23:47:12 23:45:01 154316 0 609712 32.40 2620 1114896 1078644 36.81 444804 1082796 8 23:47:12 23:46:01 78552 0 778860 41.39 2276 1021856 1506836 51.43 647396 871652 72024 23:47:12 23:47:02 197000 0 829804 44.10 960 853780 1307428 44.62 550088 767500 37132 23:47:12 Average: 150594 0 649073 34.50 2420 1079458 1151009 39.28 465030 1040556 10938 23:47:12 23:47:12 23:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:47:12 23:38:01 eth0 513.12 310.74 1089.91 93.04 0.00 0.00 0.00 0.00 23:47:12 23:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:38:01 docker0 8.90 6.41 2.01 22.11 0.00 0.00 0.00 0.00 23:47:12 23:39:01 eth0 2.15 1.15 1.74 0.26 0.00 0.00 0.00 0.00 23:47:12 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:40:01 eth0 1.57 0.08 0.12 0.01 0.00 0.00 0.00 0.00 23:47:12 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:41:01 eth0 1.35 0.33 0.34 0.20 0.00 0.00 0.00 0.00 23:47:12 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:42:01 eth0 1.47 0.60 0.61 0.40 0.00 0.00 0.00 0.00 23:47:12 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:43:01 eth0 1.15 0.73 0.67 0.44 0.00 0.00 0.00 0.00 23:47:12 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:44:01 eth0 0.13 0.10 0.01 0.04 0.00 0.00 0.00 0.00 23:47:12 23:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:45:01 eth0 0.70 0.42 0.47 0.25 0.00 0.00 0.00 0.00 23:47:12 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:46:01 eth0 824.60 712.52 7563.81 66.01 0.00 0.00 0.00 0.00 23:47:12 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:46:01 docker0 30.50 31.95 2.16 280.70 0.00 0.00 0.00 0.00 23:47:12 23:47:02 eth0 341.25 271.00 2464.91 136.33 0.00 0.00 0.00 0.00 23:47:12 23:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 23:47:02 docker0 30.29 43.44 2.32 244.42 0.00 0.00 0.00 0.00 23:47:12 Average: eth0 168.97 129.95 1114.00 29.77 0.00 0.00 0.00 0.00 23:47:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:47:12 Average: docker0 6.99 8.20 0.65 54.87 0.00 0.00 0.00 0.00 23:47:12 23:47:12 23:47:12 ---> sar -P ALL: 23:47:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 23:47:12 23:47:12 23:36:40 LINUX RESTART (4 CPU) 23:47:12 23:47:12 23:37:01 CPU %user %nice %system %iowait %steal %idle 23:47:12 23:38:01 all 14.65 0.00 6.98 6.29 0.15 71.94 23:47:12 23:38:01 0 13.54 0.00 7.14 6.49 0.15 72.67 23:47:12 23:38:01 1 14.91 0.00 7.20 6.84 0.17 70.88 23:47:12 23:38:01 2 15.30 0.00 7.24 6.55 0.14 70.78 23:47:12 23:38:01 3 14.83 0.00 6.32 5.27 0.15 73.42 23:47:12 23:39:01 all 0.14 0.00 0.05 0.00 0.00 99.81 23:47:12 23:39:01 0 0.08 0.00 0.05 0.00 0.00 99.87 23:47:12 23:39:01 1 0.28 0.00 0.07 0.00 0.00 99.65 23:47:12 23:39:01 2 0.08 0.00 0.05 0.00 0.00 99.87 23:47:12 23:39:01 3 0.10 0.00 0.03 0.00 0.00 99.87 23:47:12 23:40:01 all 0.17 0.00 0.06 0.00 0.01 99.76 23:47:12 23:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:47:12 23:40:01 1 0.48 0.00 0.03 0.00 0.02 99.47 23:47:12 23:40:01 2 0.10 0.00 0.15 0.00 0.00 99.75 23:47:12 23:40:01 3 0.05 0.00 0.02 0.00 0.02 99.92 23:47:12 23:41:01 all 0.13 0.00 0.05 0.00 0.00 99.82 23:47:12 23:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:47:12 23:41:01 1 0.40 0.00 0.08 0.00 0.00 99.52 23:47:12 23:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:47:12 23:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:47:12 23:42:01 all 0.11 0.00 0.05 0.00 0.02 99.82 23:47:12 23:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:47:12 23:42:01 1 0.28 0.00 0.03 0.00 0.03 99.65 23:47:12 23:42:01 2 0.05 0.00 0.10 0.00 0.02 99.83 23:47:12 23:42:01 3 0.08 0.00 0.07 0.00 0.02 99.83 23:47:12 23:43:01 all 0.18 0.00 0.05 0.00 0.00 99.77 23:47:12 23:43:01 0 0.05 0.00 0.05 0.00 0.02 99.88 23:47:12 23:43:01 1 0.50 0.00 0.10 0.00 0.00 99.40 23:47:12 23:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:47:12 23:43:01 3 0.12 0.00 0.02 0.00 0.00 99.87 23:47:12 23:44:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:47:12 23:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:47:12 23:44:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:47:12 23:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:47:12 23:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:47:12 23:45:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:47:12 23:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:47:12 23:45:01 1 0.52 0.00 0.00 0.00 0.00 99.48 23:47:12 23:45:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:47:12 23:45:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:47:12 23:46:01 all 15.67 0.00 10.53 2.79 0.33 70.68 23:47:12 23:46:01 0 15.65 0.00 11.00 3.40 0.31 69.64 23:47:12 23:46:01 1 14.99 0.00 10.27 2.97 0.38 71.39 23:47:12 23:46:01 2 15.90 0.00 10.63 3.01 0.36 70.10 23:47:12 23:46:01 3 16.15 0.00 10.22 1.77 0.28 71.59 23:47:12 23:47:02 all 11.92 0.00 8.41 3.83 0.28 75.57 23:47:12 23:47:02 0 10.37 0.00 8.49 2.15 0.26 78.73 23:47:12 23:47:02 1 10.03 0.00 7.86 4.26 0.31 77.54 23:47:12 23:47:02 2 10.62 0.00 8.34 4.89 0.31 75.84 23:47:12 23:47:02 3 16.68 0.00 8.94 3.99 0.26 70.14 23:47:12 Average: all 4.24 0.00 2.57 1.27 0.08 91.84 23:47:12 Average: 0 3.90 0.00 2.63 1.18 0.07 92.22 23:47:12 Average: 1 4.22 0.00 2.52 1.39 0.09 91.78 23:47:12 Average: 2 4.14 0.00 2.61 1.42 0.08 91.74 23:47:12 Average: 3 4.71 0.00 2.52 1.08 0.07 91.61 23:47:12 23:47:12 23:47:12