Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6c98efd1b7090ded7c75e4e5378f11a0f02f257 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap 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-4235 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" > git rev-list --no-walk b20a0182e28eabf0a8f345f296370c2283968b1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:33:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:33:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:33:10 ========================================================= 22:33:10 EdgeX Global Pipelines Version Info 22:33:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:33:13 ------------------- 22:33:13 stable info: 22:33:13 ------------------- 22:33:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:33:13 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:33:13 Message: update stable to v1.0.191 22:33:14 ------------------- 22:33:14 experimental info: 22:33:14 ------------------- 22:33:14 Commited By: **** collab-it+edgex@linuxfoundation.org 22:33:14 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 22:33:14 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6c98ef [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:33:15 + git log --format=format:%s -1 f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] echo 22:33:15 GIT_COMMIT: f6c98efd1b7090ded7c75e4e5378f11a0f02f257, Commit Message: fix: Fix Secure MessageBus Secret validation for non-secure mode (#233) [Pipeline] echo 22:33:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:33:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:17 22:33:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:33:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:17 latest: Pulling from edgex-devops/git-semver 22:33:17 31603596830f: Pulling fs layer 22:33:17 54011a49482f: Pulling fs layer 22:33:17 a6820b24f6d8: Pulling fs layer 22:33:17 f581987b2513: Pulling fs layer 22:33:17 f581987b2513: Waiting 22:33:17 54011a49482f: Download complete 22:33:18 31603596830f: Verifying Checksum 22:33:18 31603596830f: Download complete 22:33:18 f581987b2513: Verifying Checksum 22:33:18 f581987b2513: Download complete 22:33:18 a6820b24f6d8: Verifying Checksum 22:33:18 a6820b24f6d8: Download complete 22:33:18 31603596830f: Pull complete 22:33:19 54011a49482f: Pull complete 22:33:21 a6820b24f6d8: Pull complete 22:33:21 f581987b2513: Pull complete 22:33:21 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:33:22 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:33:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:33:25 $ docker top a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:25 [ssh-agent] Looking for ssh-agent implementation... 22:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:26 $ docker exec a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent 22:33:26 SSH_AUTH_SOCK=/tmp/ssh-qdEMnXCeat5X/agent.12 22:33:26 SSH_AGENT_PID=17 22:33:26 Running ssh-add (command line suppressed) 22:33:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5820361375822024683.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5820361375822024683.key) 22:33:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:27 + git tag --points-at HEAD [Pipeline] } 22:33:27 $ docker exec --env ******** --env ******** a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent -k 22:33:27 unset SSH_AUTH_SOCK; 22:33:27 unset SSH_AGENT_PID; 22:33:27 echo Agent pid 17 killed; 22:33:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:33:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:28 [ssh-agent] Looking for ssh-agent implementation... 22:33:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:28 $ docker exec a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent 22:33:28 SSH_AUTH_SOCK=/tmp/ssh-PuKTZ6kotwBY/agent.46 22:33:28 SSH_AGENT_PID=52 22:33:28 Running ssh-add (command line suppressed) 22:33:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8481180391389491885.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8481180391389491885.key) 22:33:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:29 + git semver init 22:33:29 # -> Open(): unable to determine branch for HEAD 22:33:29 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:33:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:33:29 # $SEMVER_REMOTE_NAME = origin 22:33:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:29 # $SEMVER_USER_NAME = edgex-jenkins 22:33:29 # $SEMVER_BRANCH = master 22:33:29 # $SEMVER_TEMP = /tmp/semver-042798462 22:33:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 22:33:30 # '/tmp/semver-042798462' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 22:33:30 # -> Force: false 22:33:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 22:33:30 $ docker exec --env ******** --env ******** a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent -k 22:33:30 unset SSH_AUTH_SOCK; 22:33:30 unset SSH_AGENT_PID; 22:33:30 echo Agent pid 52 killed; 22:33:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:31 + git semver [Pipeline] } 22:33:31 $ docker stop --time=1 a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad 22:33:33 $ docker rm -f a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad [Pipeline] // withDockerContainer [Pipeline] sh 22:33:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:33:34 Stashed 1 file(s) [Pipeline] echo 22:33:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.51 [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 22:33:50 Still waiting to schedule task 22:33:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:33:50 Still waiting to schedule task 22:33:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:37:47 Running on prd-centos7-docker-4c-2g-4237 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 22:37:47 Running in /w/workspace/go-mod-bootstrap/128 [Pipeline] { [Pipeline] checkout 22:37:55 using credential edgex-jenkins-ssh 22:37:55 Cloning the remote Git repository 22:37:55 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:37:55 > git init /w/workspace/go-mod-bootstrap/128 # timeout=10 22:37:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:37:56 > git --version # timeout=10 22:37:56 > git --version # 'git version 2.24.3' 22:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:57 Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) 22:37:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:37:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:37:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:37:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:37:57 > git config core.sparsecheckout # timeout=10 22:37:57 > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 22:38:02 Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:38:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:38:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:38:04 + true 22:38:04 + sudo service docker restart 22:38:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:38:06 ========================================================= 22:38:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:38:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:38:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:38:07 Sending build context to Docker daemon 926.2kB 22:38:07 Step 1/8 : ARG BASE=golang:1.16-alpine 22:38:07 Step 2/8 : FROM ${BASE} 22:38:07 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:38:07 540db60ca938: Pulling fs layer 22:38:07 adcc1eea9eea: Pulling fs layer 22:38:07 4c4ab2625f07: Pulling fs layer 22:38:07 0510c868ecb4: Pulling fs layer 22:38:07 afea3b2eda06: Pulling fs layer 22:38:07 7809a108b3ef: Pulling fs layer 22:38:07 f706445af74f: Pulling fs layer 22:38:07 7809a108b3ef: Waiting 22:38:07 afea3b2eda06: Waiting 22:38:07 f706445af74f: Waiting 22:38:07 0510c868ecb4: Waiting 22:38:07 4c4ab2625f07: Verifying Checksum 22:38:07 4c4ab2625f07: Download complete 22:38:07 adcc1eea9eea: Download complete 22:38:07 afea3b2eda06: Verifying Checksum 22:38:07 afea3b2eda06: Download complete 22:38:07 7809a108b3ef: Verifying Checksum 22:38:07 7809a108b3ef: Download complete 22:38:07 540db60ca938: Verifying Checksum 22:38:07 540db60ca938: Download complete 22:38:08 540db60ca938: Pull complete 22:38:08 adcc1eea9eea: Pull complete 22:38:09 4c4ab2625f07: Pull complete 22:38:11 f706445af74f: Verifying Checksum 22:38:11 f706445af74f: Download complete 22:38:13 0510c868ecb4: Verifying Checksum 22:38:13 0510c868ecb4: Download complete 22:38:25 0510c868ecb4: Pull complete 22:38:25 afea3b2eda06: Pull complete 22:38:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4238 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 22:38:26 Running in /w/workspace/go-mod-bootstrap/128 [Pipeline] { [Pipeline] checkout 22:38:26 7809a108b3ef: Pull complete 22:38:31 f706445af74f: Pull complete 22:38:31 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:38:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:38:31 ---> b068be0155e3 22:38:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:38:32 using credential edgex-jenkins-ssh 22:38:32 Cloning the remote Git repository 22:38:32 ---> Running in ec9106841db1 22:38:32 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:38:32 > git init /w/workspace/go-mod-bootstrap/128 # timeout=10 22:38:32 Removing intermediate container ec9106841db1 22:38:32 ---> 8e2f943e0a6b 22:38:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:32 ---> Running in 18b29288f306 22:38:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:38:32 > git --version # timeout=10 22:38:32 > git --version # 'git version 2.17.1' 22:38:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:38:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:38:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:38:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:38:34 Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) 22:38:34 Removing intermediate container 18b29288f306 22:38:34 ---> d68dbddb3e33 22:38:34 Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev 22:38:34 ---> Running in 1fbfed04a2ee 22:38:34 > git config core.sparsecheckout # timeout=10 22:38:34 > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 22:38:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:38:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:38:38 Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:38:39 (1/5) Installing libsodium (1.0.18-r0) 22:38:39 (2/5) Installing libzmq (4.3.3-r1) 22:38:39 (3/5) Installing pkgconf (1.7.3-r0) 22:38:39 (4/5) Installing libsodium-dev (1.0.18-r0) 22:38:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 22:38:39 (5/5) Installing zeromq-dev (4.3.3-r1) [Pipeline] sh 22:38:40 Executing busybox-1.32.1-r6.trigger 22:38:40 OK: 150 MiB in 45 packages 22:38:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:38:40 + true 22:38:40 + sudo service docker restart 22:38:41 Removing intermediate container 1fbfed04a2ee 22:38:41 ---> aeb6e90094ab 22:38:41 Step 6/8 : WORKDIR /build 22:38:41 ---> Running in 91a1d2385703 22:38:41 Removing intermediate container 91a1d2385703 22:38:41 ---> 299c7ec193a5 22:38:41 Step 7/8 : COPY go.mod . 22:38:42 ---> 1566b92ed500 22:38:42 Step 8/8 : RUN go mod download 22:38:42 ---> Running in 43b799f7e946 [Pipeline] unstash [Pipeline] echo 22:38:43 ========================================================= 22:38:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:38:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:38:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:38:44 Sending build context to Docker daemon 925.2kB 22:38:44 Step 1/8 : ARG BASE=golang:1.16-alpine 22:38:44 Step 2/8 : FROM ${BASE} 22:38:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:38:45 595b0fe564bb: Pulling fs layer 22:38:45 7186ed65a4f7: Pulling fs layer 22:38:45 316046926c0a: Pulling fs layer 22:38:45 4ebd0625c992: Pulling fs layer 22:38:45 207e8628e3a3: Pulling fs layer 22:38:45 c791037a9be2: Pulling fs layer 22:38:45 ffd874e62e21: Pulling fs layer 22:38:45 4ebd0625c992: Waiting 22:38:45 207e8628e3a3: Waiting 22:38:45 c791037a9be2: Waiting 22:38:45 ffd874e62e21: Waiting 22:38:45 316046926c0a: Download complete 22:38:45 7186ed65a4f7: Verifying Checksum 22:38:45 7186ed65a4f7: Download complete 22:38:45 207e8628e3a3: Verifying Checksum 22:38:45 207e8628e3a3: Download complete 22:38:45 c791037a9be2: Verifying Checksum 22:38:45 c791037a9be2: Download complete 22:38:45 595b0fe564bb: Download complete 22:38:46 595b0fe564bb: Pull complete 22:38:46 7186ed65a4f7: Pull complete 22:38:47 316046926c0a: Pull complete 22:38:47 ffd874e62e21: Verifying Checksum 22:38:47 ffd874e62e21: Download complete 22:38:49 4ebd0625c992: Verifying Checksum 22:38:49 4ebd0625c992: Download complete 22:38:59 4ebd0625c992: Pull complete 22:38:59 207e8628e3a3: Pull complete 22:38:59 c791037a9be2: Pull complete 22:39:03 ffd874e62e21: Pull complete 22:39:03 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:39:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:39:03 ---> cfc18b08335c 22:39:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:39:06 ---> Running in 2588002c5142 22:39:06 Removing intermediate container 2588002c5142 22:39:06 ---> 7f8e3c4ee0b5 22:39:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:06 ---> Running in 2957fbfcf104 22:39:09 Removing intermediate container 2957fbfcf104 22:39:09 ---> 054ba3403186 22:39:09 Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev 22:39:09 ---> Running in a9b698e4b6b6 22:39:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:39:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:39:13 (1/5) Installing libsodium (1.0.18-r0) 22:39:14 (2/5) Installing libzmq (4.3.3-r1) 22:39:14 (3/5) Installing pkgconf (1.7.3-r0) 22:39:14 (4/5) Installing libsodium-dev (1.0.18-r0) 22:39:14 (5/5) Installing zeromq-dev (4.3.3-r1) 22:39:14 Executing busybox-1.32.1-r6.trigger 22:39:14 OK: 139 MiB in 45 packages 22:39:15 Removing intermediate container 43b799f7e946 22:39:15 ---> 43df39b7ab24 22:39:15 Successfully built 43df39b7ab24 22:39:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:39:15 + docker inspect -f . ci-base-image-x86_64 22:39:15 Removing intermediate container a9b698e4b6b6 22:39:15 ---> 2750a699527c 22:39:15 Step 6/8 : WORKDIR /build 22:39:16 . [Pipeline] withDockerContainer 22:39:16 ---> Running in bd9225a83458 22:39:16 prd-centos7-docker-4c-2g-4237 does not seem to be running inside a container 22:39:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@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 22:39:16 Removing intermediate container bd9225a83458 22:39:16 ---> 04af751d7de0 22:39:16 Step 7/8 : COPY go.mod . 22:39:17 ---> 87d6303d011b 22:39:17 Step 8/8 : RUN go mod download 22:39:17 ---> Running in da11868ed410 22:39:18 $ docker top 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:18 + go version 22:39:18 go version go1.16.3 linux/amd64 [Pipeline] } 22:39:19 $ docker stop --time=1 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 22:39:20 $ docker rm -f 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:39:21 + docker inspect -f . ci-base-image-x86_64 22:39:21 . [Pipeline] withDockerContainer 22:39:22 prd-centos7-docker-4c-2g-4237 does not seem to be running inside a container 22:39:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@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 22:39:23 $ docker top 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:25 + go mod tidy [Pipeline] sh 22:39:26 + make test 22:39:26 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:39:45 Removing intermediate container da11868ed410 22:39:45 ---> 567f3da43e5f 22:39:45 Successfully built 567f3da43e5f 22:39:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:39:45 + docker inspect -f . ci-base-image-arm64 22:39:45 . [Pipeline] withDockerContainer 22:39:46 prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container 22:39:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:39:47 $ docker top cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:48 + go version 22:39:48 go version go1.16.3 linux/arm64 [Pipeline] } 22:39:48 $ docker stop --time=1 cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 22:39:50 $ docker rm -f cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:39:51 + docker inspect -f . ci-base-image-arm64 22:39:51 . [Pipeline] withDockerContainer 22:39:51 prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container 22:39:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:39:53 $ docker top b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:54 + go mod tidy [Pipeline] sh 22:39:55 + make test 22:39:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:39:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 22:40:01 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.042s coverage: 5.4% of statements 22:40:01 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 22:40:01 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.042s coverage: 92.2% of statements 22:40:01 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.023s coverage: 85.3% of statements 22:40:01 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 22:40:01 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 22:40:01 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 22:40:03 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.111s coverage: 91.5% of statements 22:40:03 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.093s coverage: 26.7% of statements 22:40:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.055s coverage: 90.7% of statements 22:40:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 22:40:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 22:40:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.016s coverage: 91.3% of statements 22:40:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 22:40:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:40:26 gofmt -l . 22:40:26 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:40:27 $ docker stop --time=1 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 22:40:29 $ docker rm -f 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 [Pipeline] // withDockerContainer [Pipeline] sh 22:40:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:40:30 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 22:40:31 ---> job-cost.sh 22:40:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-33zx 22:40:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 22:40:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.080s coverage: 5.4% of statements 22:40:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 22:40:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.048s coverage: 92.2% of statements 22:40:42 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.061s coverage: 85.3% of statements 22:40:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 22:40:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 22:40:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 22:40:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.059s coverage: 91.5% of statements 22:40:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.084s coverage: 26.7% of statements 22:40:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.099s coverage: 90.7% of statements 22:40:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 22:40:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 22:40:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements 22:40:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 22:40:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:40:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:41:16 gofmt -l . 22:41:16 [ "`gofmt -l .`" = "" ] [Pipeline] } 22:41:16 $ docker stop --time=1 b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 22:41:19 $ docker rm -f b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 [Pipeline] // withDockerContainer [Pipeline] sh 22:41:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:41:19 Warning: overwriting stash ‘coverage-report’ 22:41:20 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 22:41:21 ---> job-cost.sh 22:41:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-riE2 22:41:38 lf-activate-venv(): INFO: Adding /tmp/venv-33zx/bin to PATH 22:41:38 INFO: No Stack... 22:41:38 INFO: Retrieving Pricing Info for: v1-standard-2 22:41:39 INFO: Archiving Costs [Pipeline] sh 22:41:40 + cat /w/workspace/go-mod-bootstrap/128/archives/cost.csv 22:41:40 + cut -d, -f6 [Pipeline] lock 22:41:40 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] 22:41:40 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] did not exist. Created. 22:41:40 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:41:40 + echo total: 0.029999999329447746 [Pipeline] stash 22:41:40 Stashed 1 file(s) [Pipeline] } 22:41:40 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:42:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:43:22 lf-activate-venv(): INFO: Adding /tmp/venv-riE2/bin to PATH 22:43:22 INFO: No Stack... 22:43:22 INFO: Retrieving Pricing Info for: lf-standard-4 22:43:22 INFO: Archiving Costs [Pipeline] sh 22:43:22 + cat /w/workspace/go-mod-bootstrap/128/archives/cost.csv 22:43:22 + cut -d, -f6 [Pipeline] lock 22:43:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] 22:43:22 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] did not exist. Created. 22:43:22 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:43:22 /w/workspace/go-mod-bootstrap/128@tmp/durable-df1142bc/script.sh: 1: /w/workspace/go-mod-bootstrap/128@tmp/durable-df1142bc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:43:23 + echo total: 0.20999999344348907 [Pipeline] stash 22:43:23 Warning: overwriting stash ‘stack-cost’ 22:43:23 Stashed 1 file(s) [Pipeline] } 22:43:23 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-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 22:43:24 provisioning config files... 22:43:24 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1936307814126262828tmp [Pipeline] { [Pipeline] sh 22:43:24 + set +x 22:43:24 + curl -s https://codecov.io/bash 22:43:24 + bash -s -- 22:43:24 22:43:24 _____ _ 22:43:24 / ____| | | 22:43:24 | | ___ __| | ___ ___ _____ __ 22:43:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:43:24 | |___| (_) | (_| | __/ (_| (_) \ V / 22:43:24 \_____\___/ \__,_|\___|\___\___/ \_/ 22:43:24 Bash-1.0.2 22:43:24 22:43:24 22:43:24 ==> git version 2.24.3 found 22:43:24 ==> 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 22:43:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:43:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:43:24 ==> Jenkins CI detected. 22:43:24 project root: . 22:43:24 --> token set from env 22:43:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:43:25 ==> Running gcov in . (disable via -X gcov) 22:43:25 ==> Python coveragepy not found 22:43:25 ==> Searching for coverage reports in: 22:43:25 + . 22:43:25 -> Found 1 reports 22:43:25 ==> Detecting git/mercurial file structure 22:43:25 ==> Reading reports 22:43:25 + ./coverage.out bytes=33571 22:43:25 ==> Appending adjustments 22:43:25 https://docs.codecov.io/docs/fixing-reports 22:43:25 + Found adjustments 22:43:25 ==> Gzipping contents 22:43:25 8.0K /tmp/codecov.tWwqKI.gz 22:43:25 ==> Uploading reports 22:43:25 url: https://codecov.io 22:43:25 query: branch=master&commit=f6c98efd1b7090ded7c75e4e5378f11a0f02f257&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 22:43:25 -> Pinging Codecov 22:43:25 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f6c98efd1b7090ded7c75e4e5378f11a0f02f257&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 22:43:26 -> Uploading to 22:43:26 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/833815588EE85121546D348822E98E2E/f6c98efd1b7090ded7c75e4e5378f11a0f02f257/ecc53e64-b6b4-43e7-abe3-3e300d790ba4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T224326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=82e5209fad4a06cf7afa5586be65c5a948722de9857a4f2713a5ef8efeb8a8c6 22:43:26 % Total % Received % Xferd Average Speed Time Time Time Current 22:43:26 Dload Upload Total Spent Left Speed 22:43:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6263 0 0 100 6263 0 14002 --:--:-- --:--:-- --:--:-- 14042 22:43:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] } 22:43:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:43:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:43:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:43:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:43:28 22:43:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:43:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:43:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:43:29 188c0c94c7c5: Pulling fs layer 22:43:29 0ef7d3d256c8: Pulling fs layer 22:43:29 de9db76c5a1d: Pulling fs layer 22:43:29 0eba1c9be4d2: Pulling fs layer 22:43:29 0d57e429df01: Pulling fs layer 22:43:29 4e4be7b47b0d: Pulling fs layer 22:43:29 e1f770b5df2f: Pulling fs layer 22:43:29 85a0685a4137: Pulling fs layer 22:43:29 0eba1c9be4d2: Waiting 22:43:29 0d57e429df01: Waiting 22:43:29 4e4be7b47b0d: Waiting 22:43:29 e1f770b5df2f: Waiting 22:43:29 85a0685a4137: Waiting 22:43:29 de9db76c5a1d: Verifying Checksum 22:43:29 de9db76c5a1d: Download complete 22:43:29 0ef7d3d256c8: Download complete 22:43:29 0d57e429df01: Verifying Checksum 22:43:29 0d57e429df01: Download complete 22:43:29 4e4be7b47b0d: Verifying Checksum 22:43:29 4e4be7b47b0d: Download complete 22:43:29 188c0c94c7c5: Download complete 22:43:30 188c0c94c7c5: Pull complete 22:43:30 0ef7d3d256c8: Pull complete 22:43:31 de9db76c5a1d: Pull complete 22:43:32 e1f770b5df2f: Verifying Checksum 22:43:32 e1f770b5df2f: Download complete 22:43:41 0eba1c9be4d2: Verifying Checksum 22:43:41 0eba1c9be4d2: Download complete 22:43:42 85a0685a4137: Verifying Checksum 22:43:42 85a0685a4137: Download complete 22:43:54 0eba1c9be4d2: Pull complete 22:43:54 0d57e429df01: Pull complete 22:43:54 4e4be7b47b0d: Pull complete 22:43:57 e1f770b5df2f: Pull complete 22:44:09 85a0685a4137: Pull complete 22:44:09 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:44:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:44:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:44:10 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:44:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:44:12 $ docker top 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 -eo pid,comm [Pipeline] { [Pipeline] echo 22:44:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:44:13 + set -o pipefail 22:44:13 + snyk monitor '--org=edgex-jenkins' 22:44:25 22:44:25 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 22:44:25 22:44:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/b07dc7d2-831a-447f-9296-7153461ff3d5 22:44:25 22:44:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:44:25 22:44:25 [Pipeline] } 22:44:25 $ docker stop --time=1 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 22:44:28 $ docker rm -f 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 [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 22:44:30 + git log --format=format:%s -1 f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] isUnix [Pipeline] sh 22:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:44:31 . [Pipeline] withDockerContainer 22:44:33 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:44:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:44:35 $ docker top 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:44:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:35 [ssh-agent] Looking for ssh-agent implementation... 22:44:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:36 $ docker exec 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 ssh-agent 22:44:37 SSH_AUTH_SOCK=/tmp/ssh-0vh6JyPonjh4/agent.11 22:44:37 SSH_AGENT_PID=16 22:44:37 Running ssh-add (command line suppressed) 22:44:37 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2242298851089905664.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2242298851089905664.key) 22:44:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:37 + git semver tag 22:44:38 # -> Open(): unable to determine branch for HEAD 22:44:38 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:44:38 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:44:38 # $SEMVER_REMOTE_NAME = origin 22:44:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:44:38 # $SEMVER_USER_NAME = edgex-jenkins 22:44:38 # $SEMVER_BRANCH = master 22:44:38 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 22:44:38 # f6c98efd1b7090ded7c75e4e5378f11a0f02f257 HEAD 22:44:38 # -> Force: false 22:44:38 # 7ecca2d413a51ce9ebd861f93a6ff1d743bdcaa4 refs/tags/v2.0.0-dev.51 [Pipeline] } 22:44:38 $ docker exec --env ******** --env ******** 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 ssh-agent -k 22:44:38 unset SSH_AUTH_SOCK; 22:44:38 unset SSH_AGENT_PID; 22:44:38 echo Agent pid 16 killed; 22:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:44:38 + git semver [Pipeline] } 22:44:38 $ docker stop --time=1 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 22:44:40 $ docker rm -f 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:44:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:44:41 22:44:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:44:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:44:42 0.23.1-centos7: Pulling from edgex-lftools 22:44:42 ab5ef0e58194: Pulling fs layer 22:44:42 9712f1f96733: Pulling fs layer 22:44:42 63f879dbbcfc: Pulling fs layer 22:44:42 0d9ebad4ef96: Pulling fs layer 22:44:42 e9a5061849ea: Pulling fs layer 22:44:42 d747dcd14b5f: Pulling fs layer 22:44:42 2de7ff778b66: Pulling fs layer 22:44:42 e9a5061849ea: Waiting 22:44:42 d747dcd14b5f: Waiting 22:44:42 0d9ebad4ef96: Waiting 22:44:42 2de7ff778b66: Waiting 22:44:42 9712f1f96733: Verifying Checksum 22:44:42 9712f1f96733: Download complete 22:44:47 63f879dbbcfc: Verifying Checksum 22:44:47 63f879dbbcfc: Download complete 22:44:47 e9a5061849ea: Verifying Checksum 22:44:47 e9a5061849ea: Download complete 22:44:47 d747dcd14b5f: Download complete 22:44:48 2de7ff778b66: Verifying Checksum 22:44:48 2de7ff778b66: Download complete 22:44:48 0d9ebad4ef96: Verifying Checksum 22:44:48 0d9ebad4ef96: Download complete 22:44:50 ab5ef0e58194: Verifying Checksum 22:44:50 ab5ef0e58194: Download complete 22:44:58 ab5ef0e58194: Pull complete 22:44:58 9712f1f96733: Pull complete 22:45:01 63f879dbbcfc: Pull complete 22:45:14 0d9ebad4ef96: Pull complete 22:45:16 e9a5061849ea: Pull complete 22:45:16 d747dcd14b5f: Pull complete 22:45:21 2de7ff778b66: Pull complete 22:45:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:45:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:45:21 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:45:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:45:25 $ docker top 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:45:25 provisioning config files... 22:45:25 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2839719202063684909tmp 22:45:25 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8500264105315871017tmp 22:45:25 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7470244396821943630tmp [Pipeline] { [Pipeline] echo 22:45:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:45:26 ---> sigul-configuration.sh 22:45:26 gpg: directory `/root/.gnupg' created 22:45:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:45:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:45:26 gpg: keyring `/root/.gnupg/secring.gpg' created 22:45:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:45:26 gpg: CAST5 encrypted data 22:45:26 gpg: encrypted with 1 passphrase 22:45:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:45:27 + mkdir /home/jenkins 22:45:27 + mkdir /home/jenkins/sigul [Pipeline] sh 22:45:27 + 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 22:45:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:45:28 ---> sigul-install.sh 22:45:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:45:40 + git tag --list 22:45:40 v0.0.1 22:45:40 v0.0.10 22:45:40 v0.0.11 22:45:40 v0.0.12 22:45:40 v0.0.13 22:45:40 v0.0.14 22:45:40 v0.0.15 22:45:40 v0.0.16 22:45:40 v0.0.17 22:45:40 v0.0.18 22:45:40 v0.0.19 22:45:40 v0.0.2 22:45:40 v0.0.20 22:45:40 v0.0.21 22:45:40 v0.0.22 22:45:40 v0.0.23 22:45:40 v0.0.24 22:45:40 v0.0.25 22:45:40 v0.0.26 22:45:40 v0.0.27 22:45:40 v0.0.28 22:45:40 v0.0.29 22:45:40 v0.0.3 22:45:40 v0.0.30 22:45:40 v0.0.31 22:45:40 v0.0.32 22:45:40 v0.0.33 22:45:40 v0.0.34 22:45:40 v0.0.35 22:45:40 v0.0.36 22:45:40 v0.0.37 22:45:40 v0.0.38 22:45:40 v0.0.39 22:45:40 v0.0.4 22:45:40 v0.0.40 22:45:40 v0.0.41 22:45:40 v0.0.42 22:45:40 v0.0.43 22:45:40 v0.0.44 22:45:40 v0.0.45 22:45:40 v0.0.46 22:45:40 v0.0.47 22:45:40 v0.0.48 22:45:40 v0.0.49 22:45:40 v0.0.5 22:45:40 v0.0.50 22:45:40 v0.0.51 22:45:40 v0.0.52 22:45:40 v0.0.53 22:45:40 v0.0.54 22:45:40 v0.0.55 22:45:40 v0.0.56 22:45:40 v0.0.57 22:45:40 v0.0.58 22:45:40 v0.0.59 22:45:40 v0.0.6 22:45:40 v0.0.60 22:45:40 v0.0.61 22:45:40 v0.0.62 22:45:40 v0.0.63 22:45:40 v0.0.64 22:45:40 v0.0.65 22:45:40 v0.0.66 22:45:40 v0.0.67 22:45:40 v0.0.68 22:45:40 v0.0.69 22:45:40 v0.0.7 22:45:40 v0.0.70 22:45:40 v0.0.71 22:45:40 v0.0.72 22:45:40 v0.0.8 22:45:40 v0.0.9 22:45:40 v2.0.0-dev.1 22:45:40 v2.0.0-dev.10 22:45:40 v2.0.0-dev.11 22:45:40 v2.0.0-dev.12 22:45:40 v2.0.0-dev.13 22:45:40 v2.0.0-dev.14 22:45:40 v2.0.0-dev.15 22:45:40 v2.0.0-dev.16 22:45:40 v2.0.0-dev.17 22:45:40 v2.0.0-dev.18 22:45:40 v2.0.0-dev.19 22:45:40 v2.0.0-dev.2 22:45:40 v2.0.0-dev.20 22:45:40 v2.0.0-dev.21 22:45:40 v2.0.0-dev.22 22:45:40 v2.0.0-dev.23 22:45:40 v2.0.0-dev.24 22:45:40 v2.0.0-dev.25 22:45:40 v2.0.0-dev.26 22:45:40 v2.0.0-dev.27 22:45:40 v2.0.0-dev.28 22:45:40 v2.0.0-dev.29 22:45:40 v2.0.0-dev.3 22:45:40 v2.0.0-dev.30 22:45:40 v2.0.0-dev.31 22:45:40 v2.0.0-dev.32 22:45:40 v2.0.0-dev.33 22:45:40 v2.0.0-dev.34 22:45:40 v2.0.0-dev.35 22:45:40 v2.0.0-dev.36 22:45:40 v2.0.0-dev.37 22:45:40 v2.0.0-dev.38 22:45:40 v2.0.0-dev.39 22:45:40 v2.0.0-dev.4 22:45:40 v2.0.0-dev.40 22:45:40 v2.0.0-dev.41 22:45:40 v2.0.0-dev.42 22:45:40 v2.0.0-dev.43 22:45:40 v2.0.0-dev.44 22:45:40 v2.0.0-dev.45 22:45:40 v2.0.0-dev.46 22:45:40 v2.0.0-dev.47 22:45:40 v2.0.0-dev.48 22:45:40 v2.0.0-dev.49 22:45:40 v2.0.0-dev.5 22:45:40 v2.0.0-dev.50 22:45:40 v2.0.0-dev.51 22:45:40 v2.0.0-dev.6 22:45:40 v2.0.0-dev.7 22:45:40 v2.0.0-dev.8 22:45:40 v2.0.0-dev.9 [Pipeline] sh 22:45:41 + lftools sign git-tag v2.0.0-dev.51 22:45:43 Signing Git tag with Sigul... 22:45:43 Signing v2.0.0-dev.51 [Pipeline] echo 22:45:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:45:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:45:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:45:45 $ docker stop --time=1 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b 22:45:47 $ docker rm -f 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:45:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:48 . [Pipeline] withDockerContainer 22:45:48 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:45:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:45:50 $ docker top 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:50 [ssh-agent] Looking for ssh-agent implementation... 22:45:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:51 $ docker exec 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 ssh-agent 22:45:51 SSH_AUTH_SOCK=/tmp/ssh-3zVgO3M0FLda/agent.11 22:45:51 SSH_AGENT_PID=16 22:45:51 Running ssh-add (command line suppressed) 22:45:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2322617766884183126.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2322617766884183126.key) 22:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:52 + git semver bump pre 22:45:52 # -> Open(): unable to determine branch for HEAD 22:45:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:45:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:45:52 # $SEMVER_REMOTE_NAME = origin 22:45:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:52 # $SEMVER_USER_NAME = edgex-jenkins 22:45:52 # $SEMVER_BRANCH = master 22:45:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 22:45:52 2.0.0-dev.52 [Pipeline] } 22:45:52 $ docker exec --env ******** --env ******** 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 ssh-agent -k 22:45:52 unset SSH_AUTH_SOCK; 22:45:52 unset SSH_AGENT_PID; 22:45:52 echo Agent pid 16 killed; 22:45:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:53 + git semver [Pipeline] } 22:45:53 $ docker stop --time=1 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 22:45:54 $ docker rm -f 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:45:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:55 . [Pipeline] withDockerContainer 22:45:56 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:45:57 $ docker top b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:57 [ssh-agent] Looking for ssh-agent implementation... 22:45:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:58 $ docker exec b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 ssh-agent 22:45:58 SSH_AUTH_SOCK=/tmp/ssh-RftiyKA7UJNg/agent.12 22:45:58 SSH_AGENT_PID=17 22:45:58 Running ssh-add (command line suppressed) 22:45:59 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1217868232220637322.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1217868232220637322.key) 22:45:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:59 + git semver push 22:46:00 # -> Open(): unable to determine branch for HEAD 22:46:00 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:46:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:46:00 # $SEMVER_REMOTE_NAME = origin 22:46:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:46:00 # $SEMVER_USER_NAME = edgex-jenkins 22:46:00 # $SEMVER_BRANCH = master 22:46:00 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 22:46:05 $ docker exec --env ******** --env ******** b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 ssh-agent -k 22:46:06 unset SSH_AUTH_SOCK; 22:46:06 unset SSH_AGENT_PID; 22:46:06 echo Agent pid 17 killed; 22:46:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:07 + git semver [Pipeline] } 22:46:07 $ docker stop --time=1 b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 22:46:08 $ docker rm -f b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 [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 22:46:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:46:10 ---> package-listing.sh 22:46:10 ++ facter osfamily 22:46:10 ++ tr '[:upper:]' '[:lower:]' 22:46:10 + OS_FAMILY=redhat 22:46:10 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 22:46:10 + START_PACKAGES=/tmp/packages_start.txt 22:46:10 + END_PACKAGES=/tmp/packages_end.txt 22:46:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:46:10 + PACKAGES=/tmp/packages_start.txt 22:46:10 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 22:46:10 + PACKAGES=/tmp/packages_end.txt 22:46:10 + case "${OS_FAMILY}" in 22:46:10 + rpm -qa 22:46:10 + sort 22:46:19 + '[' -f /tmp/packages_start.txt ']' 22:46:19 + '[' -f /tmp/packages_end.txt ']' 22:46:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:46:19 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 22:46:19 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 22:46:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 22:46:19 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:46:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:46:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:20 22:46:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:46:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:21 alpine: Pulling from edgex-lftools-log-publisher 22:46:21 df20fa9351a1: Pulling fs layer 22:46:21 36b3adc4ff6f: Pulling fs layer 22:46:21 8ad3a11d3b57: Pulling fs layer 22:46:21 46f8f816bc3b: Pulling fs layer 22:46:21 93b61091891f: Pulling fs layer 22:46:21 93b9cdb0e59b: Pulling fs layer 22:46:21 5e14af77c1be: Pulling fs layer 22:46:21 01666e4c0597: Pulling fs layer 22:46:21 aa168da1d23b: Pulling fs layer 22:46:21 46f8f816bc3b: Waiting 22:46:21 93b9cdb0e59b: Waiting 22:46:21 5e14af77c1be: Waiting 22:46:21 01666e4c0597: Waiting 22:46:21 aa168da1d23b: Waiting 22:46:21 36b3adc4ff6f: Download complete 22:46:21 46f8f816bc3b: Verifying Checksum 22:46:21 46f8f816bc3b: Download complete 22:46:22 df20fa9351a1: Verifying Checksum 22:46:22 df20fa9351a1: Download complete 22:46:22 93b9cdb0e59b: Verifying Checksum 22:46:22 93b9cdb0e59b: Download complete 22:46:22 93b61091891f: Verifying Checksum 22:46:22 93b61091891f: Download complete 22:46:22 5e14af77c1be: Verifying Checksum 22:46:22 5e14af77c1be: Download complete 22:46:22 01666e4c0597: Verifying Checksum 22:46:22 01666e4c0597: Download complete 22:46:22 df20fa9351a1: Pull complete 22:46:23 8ad3a11d3b57: Verifying Checksum 22:46:23 8ad3a11d3b57: Download complete 22:46:23 36b3adc4ff6f: Pull complete 22:46:25 8ad3a11d3b57: Pull complete 22:46:25 46f8f816bc3b: Pull complete 22:46:27 93b61091891f: Pull complete 22:46:27 93b9cdb0e59b: Pull complete 22:46:27 5e14af77c1be: Pull complete 22:46:28 01666e4c0597: Pull complete 22:46:28 aa168da1d23b: Verifying Checksum 22:46:28 aa168da1d23b: Download complete 22:46:47 aa168da1d23b: Pull complete 22:46:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:46:47 prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container 22:46:47 $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 22:46:51 $ docker top f7b556ecf23dcb8e059e414e6034f04995fb230151dfc82ca63f8d6563293b64 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:52 + touch /tmp/pre-build-complete [Pipeline] sh 22:46:53 + mkdir -p /var/log/sa [Pipeline] sh 22:46:54 + ls /var/log/sa-host 22:46:54 + sadf -c /var/log/sa-host/sa10 22:46:54 file_magic: OK 22:46:54 HZ: Using current value: 100 22:46:54 file_header: OK 22:46:54 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 22:46:54 Statistics: 22:46:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:46:54 File successfully converted to sysstat format version 12.2.1 22:46:54 + sadf -c /var/log/sa-host/sa23 22:46:54 file_magic: OK 22:46:54 HZ: Using current value: 100 22:46:54 file_header: OK 22:46:54 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 22:46:54 Statistics: 22:46:54 Hnuu...uuuununununu... 22:46:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:54 provisioning config files... 22:46:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6830140460801715027tmp [Pipeline] { [Pipeline] echo 22:46:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:46:56 ---> create-netrc.sh [Pipeline] } 22:46:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:46:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:46:57 ---> python-tools-install.sh [Pipeline] echo 22:46:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:46:57 ---> sudo-logs.sh 22:46:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:46:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:46:58 ---> job-cost.sh 22:46:58 lf-activate-venv: SKIPPING 22:46:58 DEBUG: total: 0.20999999344348907 22:46:58 INFO: Retrieving Stack Cost... 22:47:00 INFO: Retrieving Pricing Info for: v1-standard-2 22:47:00 INFO: Archiving Costs [Pipeline] echo 22:47:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:47:01 ---> logs-deploy.sh 22:47:01 lf-activate-venv: SKIPPING 22:47:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/128 22:47:01 INFO: archiving workspace using pattern(s): 22:47:03 Archives upload complete. 22:47:04 INFO: archiving logs to Nexus 22:47:06 ---> uname -a: 22:47:06 Linux prd-centos7-docker-4c-2g-4235.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:47:06 22:47:06 22:47:06 ---> lscpu: 22:47:06 Architecture: x86_64 22:47:06 CPU op-mode(s): 32-bit, 64-bit 22:47:06 Byte Order: Little Endian 22:47:06 Address sizes: 40 bits physical, 48 bits virtual 22:47:06 CPU(s): 4 22:47:06 On-line CPU(s) list: 0-3 22:47:06 Thread(s) per core: 1 22:47:06 Core(s) per socket: 1 22:47:06 Socket(s): 4 22:47:06 NUMA node(s): 1 22:47:06 Vendor ID: GenuineIntel 22:47:06 CPU family: 6 22:47:06 Model: 44 22:47:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:47:06 Stepping: 1 22:47:06 CPU MHz: 2933.438 22:47:06 BogoMIPS: 5866.87 22:47:06 Virtualization: VT-x 22:47:06 Hypervisor vendor: KVM 22:47:06 Virtualization type: full 22:47:06 L1d cache: 128 KiB 22:47:06 L1i cache: 128 KiB 22:47:06 L2 cache: 16 MiB 22:47:06 L3 cache: 64 MiB 22:47:06 NUMA node0 CPU(s): 0-3 22:47:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:47:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:47:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:47:06 Vulnerability Meltdown: Mitigation; PTI 22:47:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:47:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:47:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:47:06 Vulnerability Srbds: Not affected 22:47:06 Vulnerability Tsx async abort: Not affected 22:47:06 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 22:47:06 22:47:06 22:47:06 ---> nproc: 22:47:06 4 22:47:06 22:47:06 22:47:06 ---> df -h: 22:47:06 Filesystem Size Used Available Use% Mounted on 22:47:06 overlay 50.0G 8.2G 41.8G 16% / 22:47:06 tmpfs 64.0M 0 64.0M 0% /dev 22:47:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:47:06 shm 64.0M 0 64.0M 0% /dev/shm 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 22:47:06 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:47:06 22:47:06 22:47:06 ---> free -m: 22:47:06 total used free shared buff/cache available 22:47:06 Mem: 1837 821 138 0 877 950 22:47:06 Swap: 1023 2 1021 22:47:06 22:47:06 22:47:06 ---> ip addr: 22:47:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:47:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:47:06 inet 127.0.0.1/8 scope host lo 22:47:06 valid_lft forever preferred_lft forever 22:47:06 inet6 ::1/128 scope host 22:47:06 valid_lft forever preferred_lft forever 22:47:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:47:06 link/ether fa:16:3e:38:e3:b8 brd ff:ff:ff:ff:ff:ff 22:47:06 inet 10.30.122.148/23 brd 10.30.123.255 scope global dynamic eth0 22:47:06 valid_lft 85501sec preferred_lft 85501sec 22:47:06 inet6 fe80::f816:3eff:fe38:e3b8/64 scope link 22:47:06 valid_lft forever preferred_lft forever 22:47:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:47:06 link/ether 02:42:d6:d9:37:87 brd ff:ff:ff:ff:ff:ff 22:47:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:47:06 valid_lft forever preferred_lft forever 22:47:06 inet6 fe80::42:d6ff:fed9:3787/64 scope link 22:47:06 valid_lft forever preferred_lft forever 22:47:06 22:47:06 22:47:06 ---> sar -b -r -n DEV: 22:47:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 22:47:06 22:47:06 22:31:55 LINUX RESTART (4 CPU) 22:47:06 22:47:06 22:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:47:06 22:34:01 54.18 14.13 40.05 0.00 4598.07 2681.54 0.00 22:47:06 22:35:01 1.71 0.00 1.71 0.00 0.00 34.00 0.00 22:47:06 22:36:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 22:47:06 22:37:01 0.32 0.00 0.32 0.00 0.00 3.28 0.00 22:47:06 22:38:01 0.25 0.00 0.25 0.00 0.00 4.33 0.00 22:47:06 22:39:01 0.18 0.00 0.18 0.00 0.00 2.33 0.00 22:47:06 22:40:02 0.32 0.00 0.32 0.00 0.00 3.74 0.00 22:47:06 22:41:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 22:47:06 22:42:01 0.28 0.00 0.28 0.00 0.00 3.34 0.00 22:47:06 22:43:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 22:47:06 22:44:01 110.65 52.66 57.98 0.00 2355.16 24108.17 0.00 22:47:06 22:45:01 273.01 141.28 131.72 0.00 6745.42 32018.77 0.00 22:47:06 22:46:01 162.71 62.22 100.50 0.00 3719.41 16052.84 0.00 22:47:06 Average: 46.59 20.86 25.74 0.00 1338.78 5783.64 0.00 22:47:06 22:47:06 22:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:47:06 22:34:01 168160 0 606860 32.25 2620 1103904 1146652 39.13 410996 1102336 20 22:47:06 22:35:01 179616 0 595396 31.64 2620 1103912 1074896 36.68 417284 1086152 16 22:47:06 22:36:01 180164 0 594844 31.61 2620 1103916 1074896 36.68 415396 1088264 8 22:47:06 22:37:01 178764 0 596240 31.69 2620 1103920 1074896 36.68 423436 1081840 20 22:47:06 22:38:01 173704 0 601296 31.96 2620 1103924 1075428 36.70 427084 1082704 20 22:47:06 22:39:01 173368 0 601624 31.98 2620 1103932 1075404 36.70 439484 1070224 16 22:47:06 22:40:02 175276 0 599716 31.87 2620 1103932 1075152 36.69 438104 1070220 8 22:47:06 22:41:01 175368 0 599620 31.87 2620 1103936 1075224 36.70 438480 1070216 8 22:47:06 22:42:01 175416 0 599564 31.87 2620 1103944 1075152 36.69 438120 1070216 12 22:47:06 22:43:01 174080 0 600896 31.94 2620 1103948 1075392 36.70 439552 1070216 20 22:47:06 22:44:01 73032 0 723156 38.43 2620 1082736 1511092 51.57 527840 1035268 26196 22:47:06 22:45:01 106656 0 753368 40.04 2596 1018924 1587252 54.17 592992 915044 8608 22:47:06 22:46:01 253288 0 774312 41.15 1584 852360 1386860 47.33 579884 714752 48 22:47:06 Average: 168222 0 634376 33.72 2538 1076407 1177561 40.19 460666 1035189 2692 22:47:06 22:47:06 22:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:47:06 22:34:01 eth0 115.01 91.65 510.00 55.32 0.00 0.00 0.00 0.00 22:47:06 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:34:01 docker0 2.06 2.03 0.95 7.75 0.00 0.00 0.00 0.00 22:47:06 22:35:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 22:47:06 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:47:06 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:37:01 eth0 1.05 0.08 0.09 0.01 0.00 0.00 0.00 0.00 22:47:06 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:38:01 eth0 2.21 0.88 0.96 0.47 0.00 0.00 0.00 0.00 22:47:06 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:39:01 eth0 0.58 0.28 0.28 0.20 0.00 0.00 0.00 0.00 22:47:06 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:40:02 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:41:01 eth0 0.25 0.17 0.13 0.07 0.00 0.00 0.00 0.00 22:47:06 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:47:06 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:43:01 eth0 1.18 0.57 0.46 0.27 0.00 0.00 0.00 0.00 22:47:06 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:44:01 eth0 407.25 341.70 4062.84 30.55 0.00 0.00 0.00 0.00 22:47:06 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:45:01 eth0 440.49 377.81 3589.97 75.90 0.00 0.00 0.00 0.00 22:47:06 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:45:01 docker0 57.34 64.77 4.77 380.30 0.00 0.00 0.00 0.00 22:47:06 22:46:01 eth0 86.53 67.49 321.56 76.11 0.00 0.00 0.00 0.00 22:47:06 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 22:46:01 veth475c872 1.01 0.80 0.27 0.31 0.00 0.00 0.00 0.00 22:47:06 22:46:01 docker0 19.23 29.02 1.27 263.04 0.00 0.00 0.00 0.00 22:47:06 Average: eth0 81.35 67.94 655.16 18.37 0.00 0.00 0.00 0.00 22:47:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:06 Average: veth475c872 0.08 0.06 0.02 0.02 0.00 0.00 0.00 0.00 22:47:06 Average: docker0 6.07 7.40 0.54 50.25 0.00 0.00 0.00 0.00 22:47:06 22:47:06 22:47:06 ---> sar -P ALL: 22:47:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 22:47:06 22:47:06 22:31:55 LINUX RESTART (4 CPU) 22:47:06 22:47:06 22:33:02 CPU %user %nice %system %iowait %steal %idle 22:47:06 22:34:01 all 3.59 0.00 2.88 1.41 9.90 82.22 22:47:06 22:34:01 0 3.83 0.00 3.02 0.40 10.06 82.70 22:47:06 22:34:01 1 3.37 0.00 2.91 1.65 10.75 81.32 22:47:06 22:34:01 2 3.29 0.00 3.13 2.21 9.68 81.70 22:47:06 22:34:01 3 3.88 0.00 2.47 1.36 9.12 83.18 22:47:06 22:35:01 all 0.08 0.00 0.07 0.00 0.69 99.16 22:47:06 22:35:01 0 0.03 0.00 0.08 0.00 0.33 99.55 22:47:06 22:35:01 1 0.12 0.00 0.08 0.00 1.27 98.53 22:47:06 22:35:01 2 0.17 0.00 0.03 0.00 0.75 99.06 22:47:06 22:35:01 3 0.02 0.00 0.10 0.00 0.40 99.49 22:47:06 22:36:01 all 0.10 0.00 0.13 0.00 0.90 98.87 22:47:06 22:36:01 0 0.02 0.00 0.07 0.00 0.43 99.49 22:47:06 22:36:01 1 0.30 0.00 0.12 0.00 1.06 98.53 22:47:06 22:36:01 2 0.05 0.00 0.28 0.00 1.04 98.63 22:47:06 22:36:01 3 0.02 0.00 0.05 0.00 1.07 98.86 22:47:06 22:37:01 all 0.08 0.00 0.02 0.00 0.83 99.07 22:47:06 22:37:01 0 0.00 0.00 0.02 0.00 0.45 99.54 22:47:06 22:37:01 1 0.27 0.00 0.02 0.00 0.53 99.19 22:47:06 22:37:01 2 0.03 0.00 0.03 0.00 1.12 98.81 22:47:06 22:37:01 3 0.03 0.00 0.02 0.00 1.22 98.73 22:47:06 22:38:01 all 0.10 0.00 0.17 0.00 1.94 97.79 22:47:06 22:38:01 0 0.10 0.00 0.15 0.00 2.42 97.34 22:47:06 22:38:01 1 0.07 0.00 0.11 0.00 1.87 97.95 22:47:06 22:38:01 2 0.21 0.00 0.33 0.00 1.99 97.46 22:47:06 22:38:01 3 0.02 0.00 0.10 0.00 1.48 98.40 22:47:06 22:39:01 all 0.07 0.00 0.04 0.00 0.98 98.91 22:47:06 22:39:01 0 0.02 0.00 0.10 0.00 1.48 98.40 22:47:06 22:39:01 1 0.02 0.00 0.03 0.00 1.32 98.63 22:47:06 22:39:01 2 0.22 0.00 0.03 0.00 0.86 98.89 22:47:06 22:39:01 3 0.02 0.00 0.00 0.00 0.27 99.72 22:47:06 22:40:02 all 0.05 0.00 0.03 0.00 1.35 98.57 22:47:06 22:40:02 0 0.00 0.00 0.02 0.00 1.61 98.37 22:47:06 22:40:02 1 0.10 0.00 0.03 0.00 0.75 99.12 22:47:06 22:40:02 2 0.10 0.00 0.03 0.00 1.82 98.05 22:47:06 22:40:02 3 0.00 0.00 0.05 0.00 1.20 98.75 22:47:06 22:41:01 all 0.05 0.00 0.03 0.00 0.85 99.07 22:47:06 22:41:01 0 0.13 0.00 0.03 0.00 1.54 98.29 22:47:06 22:41:01 1 0.02 0.00 0.03 0.00 0.77 99.18 22:47:06 22:41:01 2 0.03 0.00 0.05 0.00 0.76 99.16 22:47:06 22:41:01 3 0.02 0.00 0.00 0.00 0.34 99.65 22:47:06 22:42:01 all 0.06 0.00 0.02 0.00 0.70 99.22 22:47:06 22:42:01 0 0.02 0.00 0.02 0.00 0.66 99.30 22:47:06 22:42:01 1 0.02 0.00 0.00 0.00 0.48 99.50 22:47:06 22:42:01 2 0.03 0.00 0.05 0.00 0.91 99.01 22:47:06 22:42:01 3 0.17 0.00 0.03 0.00 0.75 99.05 22:47:06 22:43:01 all 0.07 0.00 0.03 0.00 0.97 98.93 22:47:06 22:43:01 0 0.07 0.00 0.03 0.00 0.58 99.32 22:47:06 22:43:01 1 0.03 0.00 0.02 0.00 0.46 99.49 22:47:06 22:43:01 2 0.05 0.00 0.03 0.00 1.34 98.58 22:47:06 22:43:01 3 0.15 0.00 0.03 0.00 1.48 98.33 22:47:06 22:44:01 all 3.56 0.00 3.41 0.49 16.83 75.71 22:47:06 22:44:01 0 3.07 0.00 3.06 0.35 17.94 75.58 22:47:06 22:44:01 1 3.44 0.00 3.75 0.46 16.39 75.96 22:47:06 22:44:01 2 4.48 0.00 3.78 0.63 17.00 74.11 22:47:06 22:44:01 3 3.27 0.00 3.05 0.51 15.98 77.18 22:47:06 22:47:06 22:44:01 CPU %user %nice %system %iowait %steal %idle 22:47:06 22:45:01 all 6.75 0.00 6.35 2.26 22.67 61.97 22:47:06 22:45:01 0 5.70 0.00 6.97 2.07 23.97 61.30 22:47:06 22:45:01 1 5.83 0.00 5.81 3.19 21.96 63.21 22:47:06 22:45:01 2 8.76 0.00 6.06 2.06 22.97 60.16 22:47:06 22:45:01 3 6.74 0.00 6.56 1.71 21.80 63.19 22:47:06 22:46:01 all 6.80 0.00 6.71 1.36 20.55 64.57 22:47:06 22:46:01 0 7.91 0.00 6.56 0.76 21.39 63.38 22:47:06 22:46:01 1 4.50 0.00 6.29 1.20 20.74 67.28 22:47:06 22:46:01 2 5.14 0.00 7.05 1.44 20.57 65.81 22:47:06 22:46:01 3 9.75 0.00 6.95 2.09 19.48 61.74 22:47:06 Average: all 1.68 0.00 1.57 0.43 6.21 90.11 22:47:06 Average: 0 1.65 0.00 1.59 0.28 6.53 89.95 22:47:06 Average: 1 1.43 0.00 1.52 0.51 6.18 90.36 22:47:06 Average: 2 1.76 0.00 1.64 0.49 6.32 89.78 22:47:06 Average: 3 1.88 0.00 1.52 0.44 5.82 90.34 22:47:06 22:47:06 22:47:06