16:52:49 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/12623 16:52:49 Running as SYSTEM 16:52:49 [EnvInject] - Loading node environment variables. 16:52:49 Building remotely on prd-ubuntu1804-docker-4c-4g-5510 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 16:52:49 [ssh-agent] Looking for ssh-agent implementation... 16:52:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:49 $ ssh-agent 16:52:49 SSH_AUTH_SOCK=/tmp/ssh-Uw53cYKMyvHT/agent.2167 16:52:49 SSH_AGENT_PID=2169 16:52:49 [ssh-agent] Started. 16:52:49 Running ssh-add (command line suppressed) 16:52:49 Identity added: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/private_key_17741959918801661281.key (jenkins-ssh) 16:52:50 [ssh-agent] Using credentials jenkins (jenkins) 16:52:50 The recommended git tool is: NONE 16:52:51 using credential jenkins 16:52:51 Wiping out workspace first. 16:52:51 Cloning the remote Git repository 16:52:51 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 16:52:51 > git init /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master # timeout=10 16:52:51 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 16:52:51 > git --version # timeout=10 16:52:51 > git --version # 'git version 2.17.1' 16:52:51 using GIT_SSH to set credentials jenkins 16:52:51 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:52 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 16:52:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:53 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 16:52:53 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 16:52:53 using GIT_SSH to set credentials jenkins 16:52:53 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/23/12623/4 # timeout=10 16:52:53 > git rev-parse 152c26585e184941e5a606b5661c3423c2c29301^{commit} # timeout=10 16:52:53 Checking out Revision 152c26585e184941e5a606b5661c3423c2c29301 (refs/changes/23/12623/4) 16:52:53 > git config core.sparsecheckout # timeout=10 16:52:53 > git checkout -f 152c26585e184941e5a606b5661c3423c2c29301 # timeout=10 16:52:56 Commit message: "NONRTRIC-944: ServiceManager - Add kongclearup to Docker image" 16:52:56 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:52:56 > git rev-list --no-walk ff5fb255f6c98317ffb69f40fc1f77e98bb650a6 # timeout=10 16:52:56 provisioning config files... 16:52:56 copy managed file [npmrc] to file:/home/jenkins/.npmrc 16:52:56 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 16:52:56 [EnvInject] - Injecting environment variables from a build step. 16:52:56 [EnvInject] - Injecting as environment variables the properties content 16:52:56 GO_ROOT=servicemanager 16:52:56 16:52:56 [EnvInject] - Variables injected successfully. 16:52:56 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins4308744080436861077.sh 16:52:56 + echo '--> go-test.sh' 16:52:56 --> go-test.sh 16:52:56 + go version 16:52:57 go version go1.19 linux/amd64 16:52:57 + cd servicemanager 16:52:57 + go mod tidy 16:52:57 go: downloading github.com/getkin/kin-openapi v0.106.0 16:52:57 go: downloading github.com/deepmap/oapi-codegen v1.11.0 16:52:57 go: downloading github.com/labstack/echo/v4 v4.9.1 16:52:57 go: downloading github.com/sirupsen/logrus v1.9.3 16:52:57 go: downloading github.com/stretchr/testify v1.7.1 16:52:57 go: downloading github.com/joho/godotenv v1.5.1 16:52:57 go: downloading github.com/go-resty/resty/v2 v2.10.0 16:52:59 go: downloading github.com/go-openapi/jsonpointer v0.19.5 16:52:59 go: downloading github.com/invopop/yaml v0.1.0 16:52:59 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 16:52:59 go: downloading gopkg.in/yaml.v3 v3.0.1 16:52:59 go: downloading github.com/google/uuid v1.3.0 16:52:59 go: downloading golang.org/x/sys v0.13.0 16:53:00 go: downloading github.com/labstack/gommon v0.4.0 16:53:00 go: downloading golang.org/x/crypto v0.14.0 16:53:00 go: downloading golang.org/x/net v0.17.0 16:53:00 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 16:53:00 go: downloading github.com/valyala/fasttemplate v1.2.2 16:53:00 go: downloading golang.org/x/time v0.3.0 16:53:00 go: downloading github.com/davecgh/go-spew v1.1.1 16:53:00 go: downloading github.com/pmezard/go-difflib v1.0.0 16:53:01 go: downloading github.com/go-openapi/swag v0.21.1 16:53:02 go: downloading github.com/gorilla/mux v1.8.0 16:53:02 go: downloading github.com/mattn/go-colorable v0.1.13 16:53:02 go: downloading github.com/mattn/go-isatty v0.0.18 16:53:02 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 16:53:02 go: downloading github.com/valyala/bytebufferpool v1.0.0 16:53:03 go: downloading github.com/mailru/easyjson v0.7.7 16:53:03 go: downloading gopkg.in/yaml.v2 v2.4.0 16:53:03 go: downloading github.com/kr/pretty v0.3.0 16:53:03 go: downloading golang.org/x/text v0.13.0 16:53:03 go: downloading github.com/josharian/intern v1.0.0 16:53:03 go: downloading github.com/kr/text v0.2.0 16:53:03 go: downloading github.com/rogpeppe/go-internal v1.8.0 16:53:04 + go test ./... 16:53:12 time="2024-03-25T16:53:12Z" level=info msg="read SERVICE_MANAGER_ENV: " 16:53:12 time="2024-03-25T16:53:12Z" level=warning msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env.development: no such file or directory" 16:53:12 time="2024-03-25T16:53:12Z" level=fatal msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env: no such file or directory" 16:53:12 FAIL oransc.org/nonrtric/servicemanager 0.014s 16:53:12 ? oransc.org/nonrtric/servicemanager/internal [no test files] 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/common [no test files] 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/common29122 [no test files] 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/common29571 [no test files] 16:53:12 time="2024-03-25T16:53:12Z" level=info msg="read SERVICE_MANAGER_ENV: " 16:53:12 time="2024-03-25T16:53:12Z" level=warning msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env.development: no such file or directory" 16:53:12 time="2024-03-25T16:53:12Z" level=fatal msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env: no such file or directory" 16:53:12 FAIL oransc.org/nonrtric/servicemanager/internal/discoverservice 0.007s 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/discoverserviceapi [no test files] 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/envreader [no test files] 16:53:12 time="2024-03-25T16:53:12Z" level=info msg="read SERVICE_MANAGER_ENV: " 16:53:12 time="2024-03-25T16:53:12Z" level=warning msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env.development: no such file or directory" 16:53:12 time="2024-03-25T16:53:12Z" level=fatal msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env: no such file or directory" 16:53:12 FAIL oransc.org/nonrtric/servicemanager/internal/invokermanagement 0.005s 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/invokermanagementapi [no test files] 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/kongclear [no test files] 16:53:12 time="2024-03-25T16:53:12Z" level=info msg="read SERVICE_MANAGER_ENV: " 16:53:12 time="2024-03-25T16:53:12Z" level=warning msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env.development: no such file or directory" 16:53:12 time="2024-03-25T16:53:12Z" level=fatal msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env: no such file or directory" 16:53:12 FAIL oransc.org/nonrtric/servicemanager/internal/providermanagement 0.015s 16:53:12 ? oransc.org/nonrtric/servicemanager/internal/providermanagementapi [no test files] 16:53:13 time="2024-03-25T16:53:13Z" level=info msg="read SERVICE_MANAGER_ENV: " 16:53:13 time="2024-03-25T16:53:13Z" level=warning msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env.development: no such file or directory" 16:53:13 time="2024-03-25T16:53:13Z" level=fatal msg="error reading .env file: open /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/.env: no such file or directory" 16:53:13 FAIL oransc.org/nonrtric/servicemanager/internal/publishservice 0.009s 16:53:13 ? oransc.org/nonrtric/servicemanager/internal/publishserviceapi [no test files] 16:53:13 FAIL 16:53:13 Build step 'Execute shell' marked build as failure 16:53:13 $ ssh-agent -k 16:53:13 unset SSH_AUTH_SOCK; 16:53:13 unset SSH_AGENT_PID; 16:53:13 echo Agent pid 2169 killed; 16:53:13 [ssh-agent] Stopped. 16:53:13 [PostBuildScript] - [INFO] Executing post build scripts. 16:53:13 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins1300207023289686258.sh 16:53:13 ---> sysstat.sh 16:53:13 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins4520333049049480922.sh 16:53:13 ---> package-listing.sh 16:53:13 ++ tr '[:upper:]' '[:lower:]' 16:53:13 ++ facter osfamily 16:53:13 + OS_FAMILY=debian 16:53:13 + workspace=/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 16:53:13 + START_PACKAGES=/tmp/packages_start.txt 16:53:13 + END_PACKAGES=/tmp/packages_end.txt 16:53:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:53:13 + PACKAGES=/tmp/packages_start.txt 16:53:13 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 16:53:13 + PACKAGES=/tmp/packages_end.txt 16:53:13 + case "${OS_FAMILY}" in 16:53:13 + dpkg -l 16:53:13 + grep '^ii' 16:53:13 + '[' -f /tmp/packages_start.txt ']' 16:53:13 + '[' -f /tmp/packages_end.txt ']' 16:53:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:53:13 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 16:53:13 + mkdir -p /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 16:53:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 16:53:14 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins12324111085947739313.sh 16:53:14 ---> capture-instance-metadata.sh 16:53:14 Setup pyenv: 16:53:14 * system (set by /opt/pyenv/version) 16:53:14 * 3.8.13 (set by /opt/pyenv/version) 16:53:14 * 3.9.13 (set by /opt/pyenv/version) 16:53:14 * 3.10.6 (set by /opt/pyenv/version) 16:53:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eu4N 16:53:18 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:53:21 lf-activate-venv(): INFO: Installing: lftools 16:53:54 lf-activate-venv(): INFO: Adding /tmp/venv-eu4N/bin to PATH 16:53:54 INFO: Running in OpenStack, capturing instance metadata 16:53:54 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins7177213436890230811.sh 16:53:54 provisioning config files... 16:53:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/config8514791490144505432tmp 16:53:54 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:53:54 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:53:54 [EnvInject] - Injecting environment variables from a build step. 16:53:54 [EnvInject] - Injecting as environment variables the properties content 16:53:54 SERVER_ID=logs 16:53:54 16:53:54 [EnvInject] - Variables injected successfully. 16:53:54 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins15782584005495551072.sh 16:53:54 ---> create-netrc.sh 16:53:54 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins1366180939640620879.sh 16:53:54 ---> python-tools-install.sh 16:53:54 Setup pyenv: 16:53:54 system 16:53:54 3.8.13 16:53:54 3.9.13 16:53:54 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 16:53:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-eu4N from file:/tmp/.os_lf_venv 16:53:56 lf-activate-venv(): INFO: Installing: lftools 16:54:05 lf-activate-venv(): INFO: Adding /tmp/venv-eu4N/bin to PATH 16:54:05 Generating Requirements File 16:54:34 Python 3.10.6 16:54:35 pip 24.0 from /tmp/venv-eu4N/lib/python3.10/site-packages/pip (python 3.10) 16:54:35 appdirs==1.4.4 16:54:35 argcomplete==3.2.3 16:54:35 aspy.yaml==1.3.0 16:54:35 attrs==23.2.0 16:54:35 autopage==0.5.2 16:54:35 beautifulsoup4==4.12.3 16:54:35 boto3==1.34.69 16:54:35 botocore==1.34.69 16:54:35 bs4==0.0.2 16:54:35 cachetools==5.3.3 16:54:35 certifi==2024.2.2 16:54:35 cffi==1.16.0 16:54:35 cfgv==3.4.0 16:54:35 chardet==5.2.0 16:54:35 charset-normalizer==3.3.2 16:54:35 click==8.1.7 16:54:35 cliff==4.6.0 16:54:35 cmd2==2.4.3 16:54:35 cryptography==3.3.2 16:54:35 debtcollector==3.0.0 16:54:35 decorator==5.1.1 16:54:35 defusedxml==0.7.1 16:54:35 Deprecated==1.2.14 16:54:35 distlib==0.3.8 16:54:35 dnspython==2.6.1 16:54:35 docker==4.2.2 16:54:35 dogpile.cache==1.3.2 16:54:35 email_validator==2.1.1 16:54:35 filelock==3.13.1 16:54:35 future==1.0.0 16:54:35 gitdb==4.0.11 16:54:35 GitPython==3.1.42 16:54:35 google-auth==2.29.0 16:54:35 httplib2==0.22.0 16:54:35 identify==2.5.35 16:54:35 idna==3.6 16:54:35 importlib-resources==1.5.0 16:54:35 iso8601==2.1.0 16:54:35 Jinja2==3.1.3 16:54:35 jmespath==1.0.1 16:54:35 jsonpatch==1.33 16:54:35 jsonpointer==2.4 16:54:35 jsonschema==4.21.1 16:54:35 jsonschema-specifications==2023.12.1 16:54:35 keystoneauth1==5.6.0 16:54:35 kubernetes==29.0.0 16:54:35 lftools==0.37.10 16:54:35 lxml==5.1.0 16:54:35 MarkupSafe==2.1.5 16:54:35 msgpack==1.0.8 16:54:35 multi_key_dict==2.0.3 16:54:35 munch==4.0.0 16:54:35 netaddr==1.2.1 16:54:35 netifaces==0.11.0 16:54:35 niet==1.4.2 16:54:35 nodeenv==1.8.0 16:54:35 oauth2client==4.1.3 16:54:35 oauthlib==3.2.2 16:54:35 openstacksdk==3.0.0 16:54:35 os-client-config==2.1.0 16:54:35 os-service-types==1.7.0 16:54:35 osc-lib==3.0.1 16:54:35 oslo.config==9.4.0 16:54:35 oslo.context==5.5.0 16:54:35 oslo.i18n==6.3.0 16:54:35 oslo.log==5.5.0 16:54:35 oslo.serialization==5.4.0 16:54:35 oslo.utils==7.1.0 16:54:35 packaging==24.0 16:54:35 pbr==6.0.0 16:54:35 platformdirs==4.2.0 16:54:35 prettytable==3.10.0 16:54:35 pyasn1==0.5.1 16:54:35 pyasn1-modules==0.3.0 16:54:35 pycparser==2.21 16:54:35 pygerrit2==2.0.15 16:54:35 PyGithub==2.3.0 16:54:35 pyinotify==0.9.6 16:54:35 PyJWT==2.8.0 16:54:35 PyNaCl==1.5.0 16:54:35 pyparsing==2.4.7 16:54:35 pyperclip==1.8.2 16:54:35 pyrsistent==0.20.0 16:54:35 python-cinderclient==9.5.0 16:54:35 python-dateutil==2.9.0.post0 16:54:35 python-heatclient==3.5.0 16:54:35 python-jenkins==1.8.2 16:54:35 python-keystoneclient==5.4.0 16:54:35 python-magnumclient==4.4.0 16:54:35 python-novaclient==18.6.0 16:54:35 python-openstackclient==6.6.0 16:54:35 python-swiftclient==4.5.0 16:54:35 PyYAML==6.0.1 16:54:35 referencing==0.34.0 16:54:35 requests==2.31.0 16:54:35 requests-oauthlib==2.0.0 16:54:35 requestsexceptions==1.4.0 16:54:35 rfc3986==2.0.0 16:54:35 rpds-py==0.18.0 16:54:35 rsa==4.9 16:54:35 ruamel.yaml==0.18.6 16:54:35 ruamel.yaml.clib==0.2.8 16:54:35 s3transfer==0.10.1 16:54:35 simplejson==3.19.2 16:54:35 six==1.16.0 16:54:35 smmap==5.0.1 16:54:35 soupsieve==2.5 16:54:35 stevedore==5.2.0 16:54:35 tabulate==0.9.0 16:54:35 toml==0.10.2 16:54:35 tomlkit==0.12.4 16:54:35 tqdm==4.66.2 16:54:35 typing_extensions==4.10.0 16:54:35 tzdata==2024.1 16:54:35 urllib3==1.26.18 16:54:35 virtualenv==20.25.1 16:54:35 wcwidth==0.2.13 16:54:35 websocket-client==1.7.0 16:54:35 wrapt==1.16.0 16:54:35 xdg==6.0.0 16:54:35 xmltodict==0.13.0 16:54:35 yq==3.2.3 16:54:35 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins3663320962877955199.sh 16:54:35 ---> sudo-logs.sh 16:54:35 Archiving 'sudo' log.. 16:54:35 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins13794914312637800446.sh 16:54:35 ---> job-cost.sh 16:54:35 Setup pyenv: 16:54:36 system 16:54:36 3.8.13 16:54:36 3.9.13 16:54:36 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 16:54:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-eu4N from file:/tmp/.os_lf_venv 16:54:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:54:43 lf-activate-venv(): INFO: Adding /tmp/venv-eu4N/bin to PATH 16:54:43 INFO: No Stack... 16:54:43 INFO: Retrieving Pricing Info for: v2-highcpu-4 16:54:43 INFO: Archiving Costs 16:54:43 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash -l /tmp/jenkins6451851207392634587.sh 16:54:43 ---> logs-deploy.sh 16:54:43 Setup pyenv: 16:54:43 system 16:54:43 3.8.13 16:54:43 3.9.13 16:54:44 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 16:54:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-eu4N from file:/tmp/.os_lf_venv 16:54:45 lf-activate-venv(): INFO: Installing: lftools 16:54:56 lf-activate-venv(): INFO: Adding /tmp/venv-eu4N/bin to PATH 16:54:56 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-servicemanager-go-verify-master/10 16:54:56 INFO: archiving workspace using pattern(s): 16:54:57 Archives upload complete. 16:54:57 INFO: archiving logs to Nexus 16:54:58 ---> uname -a: 16:54:58 Linux prd-ubuntu1804-docker-4c-4g-5510 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 16:54:58 16:54:58 16:54:58 ---> lscpu: 16:54:58 Architecture: x86_64 16:54:58 CPU op-mode(s): 32-bit, 64-bit 16:54:58 Byte Order: Little Endian 16:54:58 CPU(s): 4 16:54:58 On-line CPU(s) list: 0-3 16:54:58 Thread(s) per core: 1 16:54:58 Core(s) per socket: 1 16:54:58 Socket(s): 4 16:54:58 NUMA node(s): 1 16:54:58 Vendor ID: AuthenticAMD 16:54:58 CPU family: 23 16:54:58 Model: 49 16:54:58 Model name: AMD EPYC-Rome Processor 16:54:58 Stepping: 0 16:54:58 CPU MHz: 2799.998 16:54:58 BogoMIPS: 5599.99 16:54:58 Virtualization: AMD-V 16:54:58 Hypervisor vendor: KVM 16:54:58 Virtualization type: full 16:54:58 L1d cache: 32K 16:54:58 L1i cache: 32K 16:54:58 L2 cache: 512K 16:54:58 L3 cache: 16384K 16:54:58 NUMA node0 CPU(s): 0-3 16:54:58 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 16:54:58 16:54:58 16:54:58 ---> nproc: 16:54:58 4 16:54:58 16:54:58 16:54:58 ---> df -h: 16:54:58 Filesystem Size Used Avail Use% Mounted on 16:54:58 udev 2.0G 0 2.0G 0% /dev 16:54:58 tmpfs 395M 696K 394M 1% /run 16:54:58 /dev/vda1 20G 9.1G 11G 47% / 16:54:58 tmpfs 2.0G 0 2.0G 0% /dev/shm 16:54:58 tmpfs 5.0M 0 5.0M 0% /run/lock 16:54:58 tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup 16:54:58 /dev/vda15 105M 5.3M 100M 5% /boot/efi 16:54:58 tmpfs 395M 0 395M 0% /run/user/1001 16:54:58 16:54:58 16:54:58 ---> free -m: 16:54:58 total used free shared buff/cache available 16:54:58 Mem: 3943 445 1153 0 2345 3232 16:54:58 Swap: 1023 0 1023 16:54:58 16:54:58 16:54:58 ---> ip addr: 16:54:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:54:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:54:58 inet 127.0.0.1/8 scope host lo 16:54:58 valid_lft forever preferred_lft forever 16:54:58 inet6 ::1/128 scope host 16:54:58 valid_lft forever preferred_lft forever 16:54:58 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 16:54:58 link/ether fa:16:3e:c6:e3:be brd ff:ff:ff:ff:ff:ff 16:54:58 inet 10.32.6.201/23 brd 10.32.7.255 scope global dynamic ens3 16:54:58 valid_lft 86234sec preferred_lft 86234sec 16:54:58 inet6 fe80::f816:3eff:fec6:e3be/64 scope link 16:54:58 valid_lft forever preferred_lft forever 16:54:58 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 16:54:58 link/ether 02:42:77:7d:95:ac brd ff:ff:ff:ff:ff:ff 16:54:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:54:58 valid_lft forever preferred_lft forever 16:54:58 16:54:58 16:54:58 ---> sar -b -r -n DEV: 16:54:58 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5510) 03/25/24 _x86_64_ (4 CPU) 16:54:58 16:54:58 16:52:14 LINUX RESTART (4 CPU) 16:54:58 16:54:58 16:53:01 tps rtps wtps bread/s bwrtn/s 16:54:58 16:54:01 142.34 84.15 58.19 5501.62 10211.63 16:54:58 Average: 142.34 84.15 58.19 5501.62 10211.63 16:54:58 16:54:58 16:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:54:58 16:54:01 1284756 3302512 2753896 68.19 61232 2100372 923556 18.15 765896 1786156 140512 16:54:58 Average: 1284756 3302512 2753896 68.19 61232 2100372 923556 18.15 765896 1786156 140512 16:54:58 16:54:58 16:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:54:58 16:54:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 16:54:58 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:54:58 16:54:01 ens3 109.33 97.20 908.74 12.47 0.00 0.00 0.00 0.00 16:54:58 Average: lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 16:54:58 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:54:58 Average: ens3 109.33 97.20 908.74 12.47 0.00 0.00 0.00 0.00 16:54:58 16:54:58 16:54:58 ---> sar -P ALL: 16:54:58 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5510) 03/25/24 _x86_64_ (4 CPU) 16:54:58 16:54:58 16:52:14 LINUX RESTART (4 CPU) 16:54:58 16:54:58 16:53:01 CPU %user %nice %system %iowait %steal %idle 16:54:58 16:54:01 all 26.54 0.00 2.94 4.99 0.06 65.47 16:54:58 16:54:01 0 29.88 0.00 3.31 4.11 0.07 62.63 16:54:58 16:54:01 1 16.46 0.00 2.18 5.95 0.05 75.36 16:54:58 16:54:01 2 36.18 0.00 3.63 6.86 0.08 53.24 16:54:58 16:54:01 3 23.59 0.00 2.68 3.04 0.05 70.64 16:54:58 Average: all 26.54 0.00 2.94 4.99 0.06 65.47 16:54:58 Average: 0 29.88 0.00 3.31 4.11 0.07 62.63 16:54:58 Average: 1 16.46 0.00 2.18 5.95 0.05 75.36 16:54:58 Average: 2 36.18 0.00 3.63 6.86 0.08 53.24 16:54:58 Average: 3 23.59 0.00 2.68 3.04 0.05 70.64 16:54:58 16:54:58 16:54:58