23:42:28 Started by timer 23:42:28 Running as SYSTEM 23:42:28 [EnvInject] - Loading node environment variables. 23:42:28 Building remotely on prd-ubuntu1804-docker-8c-8g-2247 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check 23:42:28 [ssh-agent] Looking for ssh-agent implementation... 23:42:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:42:28 $ ssh-agent 23:42:28 SSH_AUTH_SOCK=/tmp/ssh-aN59qgWXVFNH/agent.2024 23:42:28 SSH_AGENT_PID=2026 23:42:28 [ssh-agent] Started. 23:42:28 Running ssh-add (command line suppressed) 23:42:28 Identity added: /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check@tmp/private_key_3455771711362977408.key (/w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check@tmp/private_key_3455771711362977408.key) 23:42:28 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 23:42:28 The recommended git tool is: NONE 23:42:30 using credential onap-jenkins-ssh 23:42:30 Wiping out workspace first. 23:42:30 Cloning the remote Git repository 23:42:30 Cloning repository git://cloud.onap.org/mirror/integration/csit.git 23:42:30 > git init /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check # timeout=10 23:42:30 Fetching upstream changes from git://cloud.onap.org/mirror/integration/csit.git 23:42:30 > git --version # timeout=10 23:42:30 > git --version # 'git version 2.17.1' 23:42:30 using GIT_SSH to set credentials Gerrit user 23:42:30 Verifying host key using manually-configured host key entries 23:42:30 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/csit.git +refs/heads/*:refs/remotes/origin/* # timeout=30 23:42:34 ERROR: Error cloning remote repo 'origin' 23:42:34 hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/csit.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: 23:42:34 stdout: 23:42:34 stderr: fatal: unable to connect to cloud.onap.org: 23:42:34 cloud.onap.org[0: 199.204.45.137]: errno=No route to host 23:42:34 cloud.onap.org[1: 2604:e100:1:0:f816:3eff:fefb:56ed]: errno=Network is unreachable 23:42:34 23:42:34 23:42:34 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842) 23:42:34 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 23:42:34 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 23:42:34 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 23:42:34 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 23:42:34 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 23:42:34 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 23:42:34 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 23:42:34 at hudson.remoting.Request$2.run(Request.java:377) 23:42:34 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 23:42:34 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 23:42:34 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 23:42:34 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 23:42:34 at java.base/java.lang.Thread.run(Thread.java:829) 23:42:34 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu1804-docker-8c-8g-2247 23:42:34 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 23:42:34 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 23:42:34 at hudson.remoting.Channel.call(Channel.java:1003) 23:42:34 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 23:42:34 at jdk.internal.reflect.GeneratedMethodAccessor391.invoke(Unknown Source) 23:42:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 23:42:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 23:42:34 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 23:42:34 at com.sun.proxy.$Proxy158.execute(Unknown Source) 23:42:34 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 23:42:34 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 23:42:34 at hudson.scm.SCM.checkout(SCM.java:540) 23:42:34 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 23:42:34 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 23:42:34 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 23:42:34 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 23:42:34 at hudson.model.Run.execute(Run.java:1895) 23:42:34 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 23:42:34 at hudson.model.ResourceController.execute(ResourceController.java:101) 23:42:34 at hudson.model.Executor.run(Executor.java:442) 23:42:34 ERROR: Error cloning remote repo 'origin' 23:42:34 $ ssh-agent -k 23:42:34 unset SSH_AUTH_SOCK; 23:42:34 unset SSH_AGENT_PID; 23:42:34 echo Agent pid 2026 killed; 23:42:34 [ssh-agent] Stopped. 23:42:34 Robot results publisher started... 23:42:34 -Parsing output xml: 23:42:34 ERROR: Build step failed with exception 23:42:34 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu1804-docker-8c-8g-2247 23:42:34 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 23:42:34 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 23:42:34 at hudson.remoting.Channel.call(Channel.java:1003) 23:42:34 at hudson.FilePath.act(FilePath.java:1192) 23:42:34 at hudson.FilePath.act(FilePath.java:1181) 23:42:34 at hudson.plugins.robot.RobotParser.parse(RobotParser.java:48) 23:42:34 at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:246) 23:42:34 at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:267) 23:42:34 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80) 23:42:34 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 23:42:34 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 23:42:34 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767) 23:42:34 at hudson.model.Build$BuildExecution.post2(Build.java:179) 23:42:34 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711) 23:42:34 at hudson.model.Run.execute(Run.java:1918) 23:42:34 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 23:42:34 at hudson.model.ResourceController.execute(ResourceController.java:101) 23:42:34 at hudson.model.Executor.run(Executor.java:442) 23:42:34 /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/archives does not exist. 23:42:34 at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:512) 23:42:34 at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:489) 23:42:34 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:71) 23:42:34 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:52) 23:42:34 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578) 23:42:34 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 23:42:34 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 23:42:34 at hudson.remoting.Request$2.run(Request.java:377) 23:42:34 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 23:42:34 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 23:42:34 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 23:42:34 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 23:42:34 at java.base/java.lang.Thread.run(Thread.java:829) 23:42:34 Build step 'Publish Robot Framework test results' marked build as failure 23:42:34 [PostBuildScript] - [INFO] Executing post build scripts. 23:42:34 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins16942543191312181074.sh 23:42:34 ---> sysstat.sh 23:42:34 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins5736631075924190400.sh 23:42:34 ---> package-listing.sh 23:42:34 ++ facter osfamily 23:42:34 ++ tr '[:upper:]' '[:lower:]' 23:42:35 + OS_FAMILY=debian 23:42:35 + workspace=/w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check 23:42:35 + START_PACKAGES=/tmp/packages_start.txt 23:42:35 + END_PACKAGES=/tmp/packages_end.txt 23:42:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:42:35 + PACKAGES=/tmp/packages_start.txt 23:42:35 + '[' /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check ']' 23:42:35 + PACKAGES=/tmp/packages_end.txt 23:42:35 + case "${OS_FAMILY}" in 23:42:35 + dpkg -l 23:42:35 + grep '^ii' 23:42:35 + '[' -f /tmp/packages_start.txt ']' 23:42:35 + '[' -f /tmp/packages_end.txt ']' 23:42:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:42:35 + '[' /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check ']' 23:42:35 + mkdir -p /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/archives/ 23:42:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/archives/ 23:42:35 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins9471880249969394261.sh 23:42:35 ---> capture-instance-metadata.sh 23:42:35 Setup pyenv: 23:42:35 * system (set by /opt/pyenv/version) 23:42:35 * 3.8.13 (set by /opt/pyenv/version) 23:42:35 * 3.9.13 (set by /opt/pyenv/version) 23:42:35 * 3.10.6 (set by /opt/pyenv/version) 23:42:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IbZ2 23:42:39 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 23:42:43 lf-activate-venv(): INFO: Installing: lftools 23:43:17 lf-activate-venv(): INFO: Adding /tmp/venv-IbZ2/bin to PATH 23:43:17 INFO: Running in OpenStack, capturing instance metadata 23:43:17 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins7578887116016294849.sh 23:43:17 provisioning config files... 23:43:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check@tmp/config2297750816894387479tmp 23:43:17 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 23:43:17 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 23:43:17 [EnvInject] - Injecting environment variables from a build step. 23:43:17 [EnvInject] - Injecting as environment variables the properties content 23:43:17 SERVER_ID=logs 23:43:17 23:43:17 [EnvInject] - Variables injected successfully. 23:43:17 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins16265969329318288543.sh 23:43:17 ---> create-netrc.sh 23:43:17 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins1967190339881267931.sh 23:43:17 ---> python-tools-install.sh 23:43:17 Setup pyenv: 23:43:17 system 23:43:17 3.8.13 23:43:17 3.9.13 23:43:17 * 3.10.6 (set by /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/.python-version) 23:43:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IbZ2 from file:/tmp/.os_lf_venv 23:43:19 lf-activate-venv(): INFO: Installing: lftools 23:43:26 lf-activate-venv(): INFO: Adding /tmp/venv-IbZ2/bin to PATH 23:43:26 Generating Requirements File 23:43:59 Python 3.10.6 23:43:59 pip 23.3.1 from /tmp/venv-IbZ2/lib/python3.10/site-packages/pip (python 3.10) 23:43:59 appdirs==1.4.4 23:43:59 argcomplete==3.1.6 23:43:59 aspy.yaml==1.3.0 23:43:59 attrs==23.1.0 23:43:59 autopage==0.5.2 23:43:59 Babel==2.13.1 23:43:59 beautifulsoup4==4.12.2 23:43:59 boto3==1.29.4 23:43:59 botocore==1.32.4 23:43:59 bs4==0.0.1 23:43:59 cachetools==5.3.2 23:43:59 certifi==2023.11.17 23:43:59 cffi==1.16.0 23:43:59 cfgv==3.4.0 23:43:59 chardet==5.2.0 23:43:59 charset-normalizer==3.3.2 23:43:59 click==8.1.7 23:43:59 cliff==4.4.0 23:43:59 cmd2==2.4.3 23:43:59 cryptography==3.3.2 23:43:59 debtcollector==2.5.0 23:43:59 decorator==5.1.1 23:43:59 defusedxml==0.7.1 23:43:59 Deprecated==1.2.14 23:43:59 distlib==0.3.7 23:43:59 dnspython==2.4.2 23:43:59 docker==4.2.2 23:43:59 dogpile.cache==1.2.2 23:43:59 email-validator==2.1.0.post1 23:43:59 filelock==3.13.1 23:43:59 future==0.18.3 23:43:59 gitdb==4.0.11 23:43:59 GitPython==3.1.40 23:43:59 google-auth==2.23.4 23:43:59 httplib2==0.22.0 23:43:59 identify==2.5.32 23:43:59 idna==3.4 23:43:59 importlib-metadata==6.8.0 23:43:59 importlib-resources==1.5.0 23:43:59 iso8601==2.1.0 23:43:59 Jinja2==3.1.2 23:43:59 jmespath==1.0.1 23:43:59 jsonpatch==1.33 23:43:59 jsonpointer==2.4 23:43:59 jsonschema==4.20.0 23:43:59 jsonschema-specifications==2023.11.1 23:43:59 keystoneauth1==5.4.0 23:43:59 kubernetes==28.1.0 23:43:59 lftools==0.37.8 23:43:59 lxml==4.9.3 23:43:59 MarkupSafe==2.1.3 23:43:59 msgpack==1.0.7 23:43:59 multi-key-dict==2.0.3 23:43:59 munch==4.0.0 23:43:59 netaddr==0.9.0 23:43:59 netifaces==0.11.0 23:43:59 niet==1.4.2 23:43:59 nodeenv==1.8.0 23:43:59 oauth2client==4.1.3 23:43:59 oauthlib==3.2.2 23:43:59 openstacksdk==0.62.0 23:43:59 os-client-config==2.1.0 23:43:59 os-service-types==1.7.0 23:43:59 osc-lib==2.9.0 23:43:59 oslo.config==9.2.0 23:43:59 oslo.context==5.3.0 23:43:59 oslo.i18n==6.2.0 23:43:59 oslo.log==5.4.0 23:43:59 oslo.serialization==5.2.0 23:43:59 oslo.utils==6.3.0 23:43:59 packaging==23.2 23:43:59 pbr==6.0.0 23:43:59 platformdirs==3.11.0 23:43:59 prettytable==3.9.0 23:43:59 pyasn1==0.5.1 23:43:59 pyasn1-modules==0.3.0 23:43:59 pycparser==2.21 23:43:59 pygerrit2==2.0.15 23:43:59 PyGithub==2.1.1 23:43:59 pyinotify==0.9.6 23:43:59 PyJWT==2.8.0 23:43:59 PyNaCl==1.5.0 23:43:59 pyparsing==2.4.7 23:43:59 pyperclip==1.8.2 23:43:59 pyrsistent==0.20.0 23:43:59 python-cinderclient==9.4.0 23:43:59 python-dateutil==2.8.2 23:43:59 python-heatclient==3.3.0 23:43:59 python-jenkins==1.8.2 23:43:59 python-keystoneclient==5.2.0 23:43:59 python-magnumclient==4.3.0 23:43:59 python-novaclient==18.4.0 23:43:59 python-openstackclient==6.0.0 23:43:59 python-swiftclient==4.4.0 23:43:59 pytz==2023.3.post1 23:43:59 PyYAML==6.0.1 23:43:59 referencing==0.31.0 23:43:59 requests==2.31.0 23:43:59 requests-oauthlib==1.3.1 23:43:59 requestsexceptions==1.4.0 23:43:59 rfc3986==2.0.0 23:43:59 rpds-py==0.13.1 23:43:59 rsa==4.9 23:43:59 ruamel.yaml==0.18.5 23:43:59 ruamel.yaml.clib==0.2.8 23:43:59 s3transfer==0.7.0 23:43:59 simplejson==3.19.2 23:43:59 six==1.16.0 23:43:59 smmap==5.0.1 23:43:59 soupsieve==2.5 23:43:59 stevedore==5.1.0 23:43:59 tabulate==0.9.0 23:43:59 toml==0.10.2 23:43:59 tomlkit==0.12.3 23:43:59 tqdm==4.66.1 23:43:59 typing_extensions==4.8.0 23:43:59 tzdata==2023.3 23:43:59 urllib3==1.26.18 23:43:59 virtualenv==20.24.6 23:43:59 wcwidth==0.2.10 23:43:59 websocket-client==1.6.4 23:43:59 wrapt==1.16.0 23:43:59 xdg==6.0.0 23:43:59 xmltodict==0.13.0 23:43:59 yq==3.2.3 23:43:59 zipp==3.17.0 23:43:59 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins8426477067961180872.sh 23:43:59 ---> sudo-logs.sh 23:43:59 Archiving 'sudo' log.. 23:44:00 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash /tmp/jenkins812010639111278896.sh 23:44:00 ---> job-cost.sh 23:44:00 Setup pyenv: 23:44:00 system 23:44:00 3.8.13 23:44:00 3.9.13 23:44:00 * 3.10.6 (set by /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/.python-version) 23:44:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IbZ2 from file:/tmp/.os_lf_venv 23:44:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 23:44:09 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 23:44:09 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 23:44:09 virtualenv 20.24.6 requires platformdirs<4,>=3.9.1, but you have platformdirs 4.0.0 which is incompatible. 23:44:09 lf-activate-venv(): INFO: Adding /tmp/venv-IbZ2/bin to PATH 23:44:09 INFO: No Stack... 23:44:10 INFO: Retrieving Pricing Info for: v3-standard-8 23:44:10 INFO: Archiving Costs 23:44:10 [vfc-gvnfm-vnflcm-master-csit-sanity-check] $ /bin/bash -l /tmp/jenkins120470407195004442.sh 23:44:10 ---> logs-deploy.sh 23:44:10 Setup pyenv: 23:44:10 system 23:44:10 3.8.13 23:44:10 3.9.13 23:44:10 * 3.10.6 (set by /w/workspace/vfc-gvnfm-vnflcm-master-csit-sanity-check/.python-version) 23:44:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IbZ2 from file:/tmp/.os_lf_venv 23:44:12 lf-activate-venv(): INFO: Installing: lftools 23:44:22 lf-activate-venv(): INFO: Adding /tmp/venv-IbZ2/bin to PATH 23:44:22 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/vfc-gvnfm-vnflcm-master-csit-sanity-check/4534 23:44:22 INFO: archiving workspace using pattern(s): -p **/target/surefire-reports/*-output.txt 23:44:24 Archives upload complete. 23:44:24 INFO: archiving logs to Nexus 23:44:25 ---> uname -a: 23:44:25 Linux prd-ubuntu1804-docker-8c-8g-2247 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 23:44:25 23:44:25 23:44:25 ---> lscpu: 23:44:25 Architecture: x86_64 23:44:25 CPU op-mode(s): 32-bit, 64-bit 23:44:25 Byte Order: Little Endian 23:44:25 CPU(s): 8 23:44:25 On-line CPU(s) list: 0-7 23:44:25 Thread(s) per core: 1 23:44:25 Core(s) per socket: 1 23:44:25 Socket(s): 8 23:44:25 NUMA node(s): 1 23:44:25 Vendor ID: AuthenticAMD 23:44:25 CPU family: 23 23:44:25 Model: 49 23:44:25 Model name: AMD EPYC-Rome Processor 23:44:25 Stepping: 0 23:44:25 CPU MHz: 2799.998 23:44:25 BogoMIPS: 5599.99 23:44:25 Virtualization: AMD-V 23:44:25 Hypervisor vendor: KVM 23:44:25 Virtualization type: full 23:44:25 L1d cache: 32K 23:44:25 L1i cache: 32K 23:44:25 L2 cache: 512K 23:44:25 L3 cache: 16384K 23:44:25 NUMA node0 CPU(s): 0-7 23:44:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 23:44:25 23:44:25 23:44:25 ---> nproc: 23:44:25 8 23:44:25 23:44:25 23:44:25 ---> df -h: 23:44:25 Filesystem Size Used Avail Use% Mounted on 23:44:25 udev 16G 0 16G 0% /dev 23:44:25 tmpfs 3.2G 708K 3.2G 1% /run 23:44:25 /dev/vda1 155G 10G 145G 7% / 23:44:25 tmpfs 16G 0 16G 0% /dev/shm 23:44:25 tmpfs 5.0M 0 5.0M 0% /run/lock 23:44:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 23:44:25 /dev/vda15 105M 4.4M 100M 5% /boot/efi 23:44:25 tmpfs 3.2G 0 3.2G 0% /run/user/1001 23:44:25 23:44:25 23:44:25 ---> free -m: 23:44:25 total used free shared buff/cache available 23:44:25 Mem: 32167 793 29282 0 2091 30954 23:44:25 Swap: 1023 0 1023 23:44:25 23:44:25 23:44:25 ---> ip addr: 23:44:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 23:44:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:44:25 inet 127.0.0.1/8 scope host lo 23:44:25 valid_lft forever preferred_lft forever 23:44:25 inet6 ::1/128 scope host 23:44:25 valid_lft forever preferred_lft forever 23:44:25 2: ens3: mtu 1458 qdisc fq_codel state UP group default qlen 1000 23:44:25 link/ether fa:16:3e:f5:56:97 brd ff:ff:ff:ff:ff:ff 23:44:25 inet 10.30.107.187/23 brd 10.30.107.255 scope global dynamic ens3 23:44:25 valid_lft 86245sec preferred_lft 86245sec 23:44:25 inet6 fe80::f816:3eff:fef5:5697/64 scope link 23:44:25 valid_lft forever preferred_lft forever 23:44:25 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 23:44:25 link/ether 02:42:be:66:53:a3 brd ff:ff:ff:ff:ff:ff 23:44:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:44:25 valid_lft forever preferred_lft forever 23:44:25 23:44:25 23:44:25 ---> sar -b -r -n DEV: 23:44:25 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-2247) 11/20/23 _x86_64_ (8 CPU) 23:44:25 23:44:25 23:41:53 LINUX RESTART (8 CPU) 23:44:25 23:44:25 23:42:01 tps rtps wtps bread/s bwrtn/s 23:44:25 23:43:01 141.64 74.03 67.61 5308.90 58602.73 23:44:25 23:44:01 109.20 14.18 95.02 1073.42 30814.86 23:44:25 Average: 125.42 44.11 81.31 3191.34 44709.96 23:44:25 23:44:25 23:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:44:25 23:43:01 30332468 31693028 2606752 7.91 51744 1630904 1431012 4.21 856692 1486896 58016 23:44:25 23:44:01 30025764 31725588 2913456 8.84 76164 1927724 1394744 4.10 850912 1762684 141460 23:44:25 Average: 30179116 31709308 2760104 8.38 63954 1779314 1412878 4.16 853802 1624790 99738 23:44:25 23:44:25 23:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:44:25 23:43:01 ens3 284.97 197.57 907.88 54.24 0.00 0.00 0.00 0.00 23:44:25 23:43:01 lo 1.93 1.93 0.20 0.20 0.00 0.00 0.00 0.00 23:44:25 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:25 23:44:01 ens3 62.26 41.51 1016.16 8.68 0.00 0.00 0.00 0.00 23:44:25 23:44:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 23:44:25 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:25 Average: ens3 173.62 119.55 962.01 31.46 0.00 0.00 0.00 0.00 23:44:25 Average: lo 1.50 1.50 0.15 0.15 0.00 0.00 0.00 0.00 23:44:25 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:25 23:44:25 23:44:25 ---> sar -P ALL: 23:44:25 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-2247) 11/20/23 _x86_64_ (8 CPU) 23:44:25 23:44:25 23:41:53 LINUX RESTART (8 CPU) 23:44:25 23:44:25 23:42:01 CPU %user %nice %system %iowait %steal %idle 23:44:25 23:43:01 all 7.79 0.00 1.11 3.77 0.04 87.31 23:44:25 23:43:01 0 11.57 0.00 0.97 1.39 0.03 86.03 23:44:25 23:43:01 1 19.02 0.00 1.37 0.90 0.03 78.68 23:44:25 23:43:01 2 3.22 0.00 0.94 0.74 0.02 95.09 23:44:25 23:43:01 3 3.05 0.00 0.79 1.07 0.03 95.06 23:44:25 23:43:01 4 5.56 0.00 0.47 0.38 0.02 93.57 23:44:25 23:43:01 5 5.78 0.00 1.11 0.69 0.05 92.38 23:44:25 23:43:01 6 9.10 0.00 1.30 5.96 0.07 83.58 23:44:25 23:43:01 7 4.96 0.00 1.86 18.99 0.03 74.16 23:44:25 23:44:01 all 9.87 0.00 0.84 3.02 0.03 86.24 23:44:25 23:44:01 0 15.85 0.00 1.40 1.15 0.03 81.57 23:44:25 23:44:01 1 15.96 0.00 0.60 0.63 0.03 82.78 23:44:25 23:44:01 2 24.46 0.00 1.72 1.92 0.07 71.84 23:44:25 23:44:01 3 5.34 0.00 0.57 0.33 0.02 93.74 23:44:25 23:44:01 4 9.07 0.00 0.98 1.13 0.02 88.79 23:44:25 23:44:01 5 4.39 0.00 0.48 1.50 0.05 93.57 23:44:25 23:44:01 6 3.23 0.00 0.53 1.28 0.02 94.93 23:44:25 23:44:01 7 0.60 0.00 0.47 16.20 0.02 82.71 23:44:25 Average: all 8.83 0.00 0.97 3.39 0.03 86.77 23:44:25 Average: 0 13.72 0.00 1.19 1.27 0.03 83.80 23:44:25 Average: 1 17.49 0.00 0.98 0.77 0.03 80.73 23:44:25 Average: 2 13.86 0.00 1.33 1.33 0.04 83.44 23:44:25 Average: 3 4.19 0.00 0.68 0.70 0.03 94.40 23:44:25 Average: 4 7.32 0.00 0.73 0.76 0.02 91.18 23:44:25 Average: 5 5.08 0.00 0.79 1.10 0.05 92.97 23:44:25 Average: 6 6.16 0.00 0.92 3.62 0.04 89.26 23:44:25 Average: 7 2.78 0.00 1.16 17.59 0.03 78.44 23:44:25 23:44:25 23:44:25